diff --git a/init-gitea-configure.yml b/init-gitea-configure.yml index c065557..7e7e69d 100644 --- a/init-gitea-configure.yml +++ b/init-gitea-configure.yml @@ -27,7 +27,7 @@ post_tasks: - name: Touching run file that ansible has ran here - ansible.builtin.files: + ansible.builtin.file: path: /var/log/ansible.run state: touch mode: '0644' diff --git a/init-gitea-themes.yml b/init-gitea-themes.yml index 60554bc..48db845 100644 --- a/init-gitea-themes.yml +++ b/init-gitea-themes.yml @@ -27,7 +27,7 @@ post_tasks: - name: Touching run file that ansible has ran here - ansible.builtin.files: + ansible.builtin.file: path: /var/log/ansible.run state: touch mode: '0644' diff --git a/templates/etc/gitea/conf/app.ini.j2 b/templates/etc/gitea/conf/app.ini.j2 index 8bb6aeb..63979e2 100644 --- a/templates/etc/gitea/conf/app.ini.j2 +++ b/templates/etc/gitea/conf/app.ini.j2 @@ -28,7 +28,6 @@ DISABLE_SSH = false SSH_PORT = 22 LFS_START_SERVER = true LFS_CONTENT_PATH = /var/lib/gitea/data/lfs -LFS_JWT_SECRET = {{ gitea_lfs_secret | default('lkmasdfoK351UYNASLDS71lANXLAanlpa.ajsdlJLKN') }} OFFLINE_MODE = false LANDING_PAGE = explore ;PROTOCOL = unix @@ -77,6 +76,8 @@ ROUTER = console [ui] DEFAULT_THEME = gitea-blue THEMES = auto,gitea,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack +AUTHOR = RESF Git Service +DESCRIPTION = RESF Git Service for the Rocky community [admin] DISABLE_REGULAR_ORG_CREATION = true