mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-05 08:54:03 -04:00
fix(ente): remove explicit admins:[] from museum.yaml
The 'internal.admins' field expects user IDs, not emails. Setting it to an empty array explicitly disables admin access. Without the field, museum falls back to treating the first registered user as admin, which is the correct behavior for self-hosted instances.
This commit is contained in:
@@ -106,9 +106,6 @@ key:
|
||||
jwt:
|
||||
secret: $SECRET_JWT
|
||||
|
||||
internal:
|
||||
admins: []
|
||||
|
||||
# SMTP not configured - verification codes will appear in logs
|
||||
# To configure SMTP, add:
|
||||
# smtp:
|
||||
|
||||
Reference in New Issue
Block a user