Files
ProxmoxVEDHelperScripts/json/tolgee.json
2026-05-23 00:09:32 +10:00

36 lines
1.0 KiB
JSON

{
"name": "Tolgee",
"slug": "tolgee",
"categories": [
20
],
"date_created": "2026-04-25",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": false,
"interface_port": 8080,
"documentation": "https://docs.tolgee.io/platform/self_hosting",
"website": "https://tolgee.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tolgee.webp",
"description": "Tolgee is an open-source localization platform that helps teams manage translations with in-context editing and collaboration features.",
"install_methods": [
{
"type": "default",
"script": "ct/tolgee.sh",
"config_path": "/opt/tolgee/.env",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 20,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "admin",
"password": "cat /opt/tolgee_data/initial.pwd"
},
"notes": []
}