mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-30 04:40:10 +00:00
Feature: Filebrowser: support now alpine (#2997)
* Feature: Filebrowser LXC: support now alpine * add alpine bash path to website
This commit is contained in:
parent
f6a6ca5e26
commit
6de4a8107c
2 changed files with 85 additions and 20 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue