diff --git a/README.md b/README.md index f68776a..eb29377 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**Shipped version:** 9.0.1~ynh1 +**Shipped version:** 9.0.1~ynh2 ## Screenshots diff --git a/README_es.md b/README_es.md index 6dff25c..21eef98 100644 --- a/README_es.md +++ b/README_es.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**Versión actual:** 9.0.1~ynh1 +**Versión actual:** 9.0.1~ynh2 ## Capturas diff --git a/README_eu.md b/README_eu.md index fcc2d91..3c6366e 100644 --- a/README_eu.md +++ b/README_eu.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**Paketatutako bertsioa:** 9.0.1~ynh1 +**Paketatutako bertsioa:** 9.0.1~ynh2 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index fcd1c62..ea906f6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -34,7 +34,7 @@ Présenté par une communauté inclusive sous l'égide de Codeberg e.V., une org - Modèle personnalisé HTML, de fichiers statiques et de nombreux autres. -**Version incluse :** 9.0.1~ynh1 +**Version incluse :** 9.0.1~ynh2 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index ea635b4..e1f83e5 100644 --- a/README_gl.md +++ b/README_gl.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**Versión proporcionada:** 9.0.1~ynh1 +**Versión proporcionada:** 9.0.1~ynh2 ## Capturas de pantalla diff --git a/README_id.md b/README_id.md index c6074ed..4d4fa90 100644 --- a/README_id.md +++ b/README_id.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**Versi terkirim:** 9.0.1~ynh1 +**Versi terkirim:** 9.0.1~ynh2 ## Tangkapan Layar diff --git a/README_it.md b/README_it.md index f813107..1e4f75b 100644 --- a/README_it.md +++ b/README_it.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**Versione pubblicata:** 9.0.1~ynh1 +**Versione pubblicata:** 9.0.1~ynh2 ## Screenshot diff --git a/README_nl.md b/README_nl.md index bb85c4a..589a342 100644 --- a/README_nl.md +++ b/README_nl.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**Geleverde versie:** 9.0.1~ynh1 +**Geleverde versie:** 9.0.1~ynh2 ## Schermafdrukken diff --git a/README_ru.md b/README_ru.md index 2af9bc0..107f838 100644 --- a/README_ru.md +++ b/README_ru.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**Поставляемая версия:** 9.0.1~ynh1 +**Поставляемая версия:** 9.0.1~ynh2 ## Снимки экрана diff --git a/README_zh_Hans.md b/README_zh_Hans.md index f3a0663..1d1cf11 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -34,7 +34,7 @@ Brought to you by an inclusive community under the umbrella of Codeberg e.V., a - Customize HTML templates, static files and many others. -**分发版本:** 9.0.1~ynh1 +**分发版本:** 9.0.1~ynh2 ## 截图 diff --git a/conf/app.ini b/conf/app.ini index ac50d96..66e7c62 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -82,8 +82,6 @@ LEVEL = Warn [security] INSTALL_LOCK = true SECRET_KEY = __SECRET_KEY__ -REVERSE_PROXY_AUTHENTICATION_USER = REMOTE-USER -REVERSE_PROXY_AUTHENTICATION_EMAIL = EMAIL REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128 INTERNAL_TOKEN = __INTERNAL_TOKEN__ diff --git a/conf/nginx.conf b/conf/nginx.conf index 166fcc0..c7e4511 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,8 @@ location __PATH__/ { 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; - proxy_set_header X-Forwarded-Host $server_name; + proxy_set_header X-Forwarded-Host $server_name; + proxy_set_header X-Webauth-User $remote_user; client_max_body_size 200M; diff --git a/manifest.toml b/manifest.toml index c9dd0ce..02c0dae 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Forgejo" description.en = "Lightweight software forge" description.fr = "Forge logiciel légère" -version = "9.0.1~ynh1" +version = "9.0.1~ynh2" maintainers = [ "Emmanuel Averty" ] @@ -17,7 +17,7 @@ userdoc = "https://forgejo.org/docs/latest/user/" code = "https://codeberg.org/forgejo/forgejo" [integration] -yunohost = ">= 11.2" +yunohost = ">= 12.0" architectures = [ "amd64", "arm64", "armhf" ] multi_instance = true ldap = true