Feature: Filebrowser: support now alpine (#2997)

* Feature: Filebrowser LXC: support now alpine

* add alpine bash path to website
This commit is contained in:
CanbiZ
2025-03-12 06:56:12 +01:00
committed by GitHub
parent f6a6ca5e26
commit 6de4a8107c
2 changed files with 85 additions and 20 deletions

View File

@@ -24,6 +24,17 @@
"os": null,
"version": null
}
},
{
"type": "alpine",
"script": "misc/filebrowser.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
@@ -36,4 +47,4 @@
"type": "warning"
}
]
}
}