Files
ProxmoxVEDHelperScripts/json/ente.json
CanbiZ (MickLesk) 3a554e246b 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
2026-03-27 15:31:49 +01:00

57 lines
2.0 KiB
JSON

{
"name": "Ente",
"slug": "ente",
"categories": [
11
],
"date_created": "2025-11-22",
"type": "ct",
"updateable": false,
"privileged": false,
"config_path": "/opt",
"interface_port": 3000,
"documentation": "https://github.com/ente-io/ente",
"website": "https://ente.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ente-photos.webp",
"description": "Ente is a service that provides a fully open source, end-to-end encrypted platform for you to store your data in the cloud without needing to trust the service provider. On top of this platform, we have built two apps so far: Ente Photos (an alternative to Apple and Google Photos) and Ente Auth (a 2FA alternative to the deprecated Authy).",
"install_methods": [
{
"type": "default",
"script": "ct/ente.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 10,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"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": "Museum config: `cat /opt/ente/server/museum.yaml`",
"type": "info"
}
]
}