forked from TheWrightServer/ProxmoxVE

* feat: pocketbase update script * Apply suggestions from code review add `v` prefix to release version outputs Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove unnecessary dir creation * move temp file creation to before apt cleanup * change to updateable * switch to provided update command * check for availability of pocketbase binary before running update * Apply suggestions from code review Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * fix code suggestions merge issue --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
35 lines
991 B
JSON
35 lines
991 B
JSON
{
|
|
"name": "Pocketbase",
|
|
"slug": "pocketbase",
|
|
"categories": [
|
|
5
|
|
],
|
|
"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://pocketbase.io/images/logo.svg",
|
|
"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": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|