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

View File

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