1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

update etebase and gitea

This commit is contained in:
L3D 2023-01-29 21:10:39 +01:00
parent bc29e8829e
commit ce80fd077d
Signed by: l3d
GPG key ID: CD08445BFF4313D1
6 changed files with 10 additions and 6 deletions

View file

@ -210,9 +210,9 @@ gitea_db_path: false
# gitea mail
gitea_mailer_enabled: true
gitea_mailer_protocol: 'smtp+starttls'
gitea_mailer_protocol: 'smtps'
gitea_mailer_smtp_addr: 'mail01.l3d.space'
gitea_mailer_smtp_port: '143'
gitea_mailer_smtp_port: '465'
gitea_mailer_user: 'git@backwesen.de'
gitea_mailer_password: "{{ _gitea_mail_password }}"
gitea_mailer_from: 'git@backwesen.de'
@ -233,6 +233,7 @@ gitea_other_show_footer_version: false
gitea_other_show_footer_template_load_time: false
gitea_customize_logo: true
gitea_customize_footer: true
gitea_enable_cors: true
# gitea secrets
gitea_disable_git_hooks: "{{ _gitea_disable_git_hooks }}"

@ -1 +1 @@
Subproject commit 02335b40b224ab404cab65b099e1505c62560e16
Subproject commit 231bbdcaa1b3346f0977a87f5e6ea22014d9e0cc

@ -1 +1 @@
Subproject commit 9e7f0b0effe37bca4a0a7681a85504bb535acbdd
Subproject commit f395277969fdbf2bf340e498cb6230e75bf90bf6

@ -1 +1 @@
Subproject commit 627814779c369f19a9a061d4373eeb0bf98e1d52
Subproject commit 8b4938196597830e8b52c6e701670a8815a7f2de

@ -1 +1 @@
Subproject commit 7e75f9e720df64a4fea80f8e8e5cca81eb685137
Subproject commit f0e74339c4ebaf0c9986eb1074099872fff14390

View file

@ -12,6 +12,9 @@ server {
proxy_pass http://localhost:3000;
client_max_body_size 256M;
proxy_read_timeout 3600;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}