Files
ProxmoxVE-Local/json/pocketbase.json
github-actions[bot] 56a8b0dac9 chore: add VERSION v0.4.6 (#207)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-20 14:17:16 +00:00

36 lines
911 B
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/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": []
}