diff --git a/config-tasks/gitea.yaml b/config-tasks/gitea.yaml index 4939a84..7b974e8 100644 --- a/config-tasks/gitea.yaml +++ b/config-tasks/gitea.yaml @@ -15,5 +15,5 @@ become: true - name: Curl Github theme - shell: curl -s 'https://raw.githubusercontent.com/Rainnny7/gitea-github-theme/master/theme-github.css' > {{ docker_dir }}/gitea/data/public/assets/css/theme-github.css - ignore_errors: true \ No newline at end of file + shell: curl -s 'https://raw.githubusercontent.com/Rainnny7/gitea-github-theme/master/theme-github.css' > {{ docker_dir }}/gitea/data/custom/public/assets/css/theme-github.css + ignore_errors: true diff --git a/templates/compose/gitea.yaml.j2 b/templates/compose/gitea.yaml.j2 index 3976ce2..fb8edc9 100644 --- a/templates/compose/gitea.yaml.j2 +++ b/templates/compose/gitea.yaml.j2 @@ -2,7 +2,7 @@ version: "3" services: gitea: - image: gitea/gitea:1.22.0-rc1-rootless + image: gitea/gitea:1.22.0-rootless container_name: gitea security_opt: - no-new-privileges diff --git a/vars/services.yaml b/vars/services.yaml index 3172a75..64b37a0 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,6 +1,10 @@ +config: + oracle3: + - gitea + compose: - oracle4: - - caddy + oracle3: + - gitea # ----------------------------------------------------------------------------------------------------