|
Hi everyone, I’m trying to ensure that my settings.py file is configured for maximum security for my self-hosted Weblate instance running on Cloudron. Since the translation content is sensitive, only the assigned users should be able to access it in any way. I’ve reviewed the documentation but would appreciate guidance or examples from others who have successfully hardened their deployments. If anyone has a recommended configuration pattern or a secure settings.py template, I’d be grateful. Thanks in advance for any advice! |
Answered by
nijel
Feb 10, 2026
Replies: 2 comments
|
https://docs.weblate.org/en/latest/admin/access.html#additional-access-restrictions describes this a bit, will add DEFAULT_ACCESS_CONTROL into that as well. |
0 replies
Answer selected by
sarah2233
|
Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.weblate.org/en/latest/admin/access.html#additional-access-restrictions describes this a bit, will add DEFAULT_ACCESS_CONTROL into that as well.