Files
ProxmoxVE/frontend/public/json/pocketbase.json
2025-12-24 14:22:33 +01:00

41 lines
1.0 KiB
JSON

{
"name": "Pocketbase",
"slug": "pocketbase",
"categories": [
8
],
"date_created": "2024-05-07",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": "https://pocketbase.io/docs/",
"website": "https://pocketbase.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/pocketbase.webp",
"config_path": "",
"description": "PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API.",
"install_methods": [
{
"type": "default",
"script": "ct/pocketbase.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 8,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Type `/opt/pocketbase/pocketbase superuser create YOUREMAIL PASSWORD` to create your superuser account.",
"type": "info"
}
]
}