51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"categories": [
|
|
"Other",
|
|
"Tools"
|
|
],
|
|
"description": "[arm][s6-version] Web File Browser which can be used as a middleware or standalone app.",
|
|
"image_arm32": "filebrowser/filebrowser:s6",
|
|
"image_arm64": "filebrowser/filebrowser:s6",
|
|
"image_amd64": "filebrowser/filebrowser:s6",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/filebrowser.png",
|
|
"name": "filebrowser",
|
|
"note": "The default user and password is admin/admin.",
|
|
"officialDoc": "https://filebrowser.org/installation#docker",
|
|
"platform": "linux",
|
|
"env": [
|
|
{
|
|
"default": "1000",
|
|
"label": "PUID",
|
|
"name": "PUID"
|
|
},
|
|
{
|
|
"default": "1000",
|
|
"label": "PGID",
|
|
"name": "PGID"
|
|
}
|
|
],
|
|
"ports": [
|
|
"8082:80/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "FileBrowser S6",
|
|
"type": 1,
|
|
"videoID": "N.04",
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Downloads",
|
|
"container": "/srv"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/filebrowser/filebrowser.db",
|
|
"container": "/database/filebrowser.db"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/filebrowser/settings.json",
|
|
"container": "/config/settings.json"
|
|
}
|
|
],
|
|
"webpage": "https://filebrowser.org/"
|
|
}
|
|
|