Merge pull request #23 from SelfhostedPro/adding_apps
Added Filebrowser app
This commit is contained in:
commit
aa6f9f62a6
2 changed files with 28 additions and 0 deletions
BIN
Images/filebrowser.png
Normal file
BIN
Images/filebrowser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -1,4 +1,32 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"type": 1,
|
||||||
|
"title": "FileBrowser",
|
||||||
|
"name": "Filebrowser",
|
||||||
|
"description": "Web File Browser which can be used as a middleware or standalone app.",
|
||||||
|
"note": "Default username and password is admin/admin. The default file directory allows you to browse your Docker config files but feel free to change that.",
|
||||||
|
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png",
|
||||||
|
"image": "80x86/filebrowser:latest",
|
||||||
|
"categories": [
|
||||||
|
"Other",
|
||||||
|
"Tools"
|
||||||
|
],
|
||||||
|
"platform": "linux",
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"ports": [
|
||||||
|
"8082:8082/tcp"
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"bind": "/portainer/Files/AppData/Config/FileBrowser"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/myfiles",
|
||||||
|
"bind": "/portainer/Files/AppData/Config"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "DashMachine",
|
"title": "DashMachine",
|
||||||
|
|
Loading…
Reference in a new issue