updated gitea state

This commit is contained in:
Paul 2023-07-21 23:14:57 +02:00
parent 5a6b48a7f6
commit 8db9a567ed
2 changed files with 5 additions and 3 deletions

View File

@ -12,6 +12,7 @@ gitea:
app_name: Gitea - Git with a cup of tea
run_user: git
run_mode: prod
work_path: /var/lib/gitea
database:
db_type: postgres
host: 127.0.0.1:5432
@ -33,10 +34,11 @@ gitea:
ssh_listen_port: 2222
offline_mode: "false"
lfs_start_server: "false"
lfs_content_path: data/lfs
lfs_jwt_secret: createYourOwnJWTSecret
enable_gzip: "false"
landing_page: home
lfs:
path: data/lfs
cache:
enabled: "true"
adapter: redis
@ -78,7 +80,7 @@ gitea:
cookie_name: i_like_gitea
log:
root_path: /var/log/gitea
disable_router_log: true
#disable_router_log: true
mode: file
level: info
security:

View File

@ -11,4 +11,4 @@
{{ subkey|upper() }} = {{ subval }}
{% endfor -%}
{% endif %}
{% endfor -%}
{%- endfor %}