Skip to content

More yunohost integration#3220

Merged
yohanboniface merged 4 commits into
masterfrom
yunohost-integration
Feb 25, 2026
Merged

More yunohost integration#3220
yohanboniface merged 4 commits into
masterfrom
yunohost-integration

Conversation

@yohanboniface

Copy link
Copy Markdown
Member
  • integrate core settings for Yunohost
  • properly deal with LOGIN_URL and LOGOUT_REDIRECT_URL

yohanboniface and others added 3 commits February 24, 2026 17:39
The settings that should be maintained with uMap core are now in a
yunohost.py settings file.

Co-authored-by: David Larlet <david@larlet.fr>
This is needed for Yunohost integration, which uses the Yunohost SSO.

Co-authored-by: David Larlet <david@larlet.fr>
cf #3071

Co-authored-by: David Larlet <david@larlet.fr>
Comment thread umap/settings/base.py
LOGIN_URL = "/login/"
LOGOUT_URL = "/logout/"
LOGIN_URL = "login"
LOGIN_REDIRECT_URL = "login_popup_end"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this is due to this config that the redirection goes wrong.

We decided finally that we prefer dealing with this in the umap-ynh
package.

Co-authored-by: David Larlet <david@larlet.fr>
@yohanboniface yohanboniface merged commit eadac48 into master Feb 25, 2026
3 of 6 checks passed
@yohanboniface yohanboniface deleted the yunohost-integration branch February 25, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants