mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-05 00:44:08 -04:00
fix(ente): add first-start steps to JSON notes
Without these steps the setup cannot be completed: 1. Create account via web UI 2. Get verification code from museum logs 3. Remove subscription limit via CLI
This commit is contained in:
@@ -33,15 +33,23 @@
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Please use `journalctl -u ente-museum.service -n 10` to read logs for the signup verification code",
|
||||
"text": "First-Start: Create your first user account via the web UI at port 3000",
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "First-Start: Check museum logs for the email verification code: `journalctl -u ente-museum -n 100 | grep -i 'verification'`",
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "First-Start: After verifying, remove the subscription limit: `ente admin update-subscription -a <email> -u <email> --no-limit`",
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "To use the Ente CLI to add/whitelist admins, follow the instructions at https://ente.io/help/self-hosting/administration/cli",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "If you want to use the Ente CLI to add/whitelist admins, please follow the instructions at https://ente.io/help/self-hosting/administration/cli",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "To see Museium config: `cat /opt/ente/server/museum.yaml`",
|
||||
"text": "Museum config: `cat /opt/ente/server/museum.yaml`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user