6 Commits

Author SHA1 Message Date
github-actions[bot]
00d79f518d [GitHub Action] Updated version file 2025-11-21 15:12:39 +00:00
Antoine Nguyen
03b124501e Updated nginx config to redirect autodiscover requests to modoboa 2025-11-21 16:10:58 +01:00
github-actions[bot]
5f357aef42 [GitHub Action] Updated version file 2025-11-17 08:13:43 +00:00
Antoine Nguyen
e1aa0ab723 Removed legacy option for radicale socket 2025-11-17 09:12:32 +01:00
github-actions[bot]
88b2384fa8 [GitHub Action] Updated version file 2025-11-07 15:22:17 +00:00
Antoine Nguyen
bb02255c0f Merge pull request #613 from modoboa/fix/oauth2-client-secrets
Make sure to reuse same client secrets between runs.
2025-11-07 16:21:09 +01:00
3 changed files with 2 additions and 3 deletions

View File

@@ -149,7 +149,6 @@ service auth {
%{radicale_enabled} mode = 0666 %{radicale_enabled} mode = 0666
%{radicale_enabled} user = %{radicale_user} %{radicale_enabled} user = %{radicale_user}
%{radicale_enabled} group = %{radicale_user} %{radicale_enabled} group = %{radicale_user}
%{radicale_enabled} type = auth-legacy
%{radicale_enabled}} %{radicale_enabled}}
# Auth process is run as this user. # Auth process is run as this user.

View File

@@ -44,7 +44,7 @@ server {
%{rspamd_enabled} proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; %{rspamd_enabled} proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
%{rspamd_enabled} } %{rspamd_enabled} }
location ~ ^/(api|accounts) { location ~ ^/(api|accounts|autodiscover) {
include uwsgi_params; include uwsgi_params;
uwsgi_param UWSGI_SCRIPT instance.wsgi:application; uwsgi_param UWSGI_SCRIPT instance.wsgi:application;
uwsgi_pass modoboa; uwsgi_pass modoboa;

View File

@@ -1 +1 @@
36c8352223481a87316367f76cfc8c5772286e7a 03b124501ec1a61eaa3063ac9fb839fdbc64f00c