0
0

Updated Gitea

This commit is contained in:
Opnxng 2024-06-06 23:46:47 +08:00
parent 9f53a89015
commit d1ea4ea514
3 changed files with 9 additions and 5 deletions

View File

@ -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
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

View File

@ -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

View File

@ -1,6 +1,10 @@
config:
oracle3:
- gitea
compose:
oracle4:
- caddy
oracle3:
- gitea
# ----------------------------------------------------------------------------------------------------