589: add privacy policy and imprint links - #955
Draft
sascha11110 wants to merge 1 commit into
Draft
Conversation
sascha11110
commented
Aug 18, 2026
| PRIVACY_POLICY_URL = https://lunes.app/datenschutz | ||
| # URL of the imprint, linked in the same places as the privacy policy | ||
| # [optional, defaults to an empty string which hides the link] | ||
| IMPRINT_URL = https://lunes.app/impressum/ |
Contributor
Author
There was a problem hiding this comment.
TODOs:
- Privacy policy for CMS
- Configure on test and production environment
Both URLs are configurable via LUNES_CMS_PRIVACY_POLICY_URL and LUNES_CMS_IMPRINT_URL. They are rendered in the admin user menu, the admin footer, the login page and on the public upload page. A link whose URL is not configured is left out entirely.
sascha11110
force-pushed
the
589-privacy-policy-and-imprint-links
branch
from
August 18, 2026 08:49
1c0870c to
376666b
Compare
Contributor
LLM Review (verdigado-think)The pull request follows the project's engineering standards and conventions. Review Details:
|
LeandraH
approved these changes
Aug 24, 2026
LeandraH
left a comment
Contributor
There was a problem hiding this comment.
Looks great, thanks, even with the draft links! Also, great idea to move the links themselves to Salt!
One small nit, I think the links should probably also be shown on the log out page :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Both URLs are configurable via LUNES_CMS_PRIVACY_POLICY_URL and LUNES_CMS_IMPRINT_URL. They are rendered in the admin user menu, the admin footer, the login page and on the public upload page.
Fixes: #589