Merge pull request #23 from SelfhostedPro/adding_apps

Added Filebrowser app
This commit is contained in:
SelfhostedPro 2020-06-04 07:17:42 -07:00 committed by GitHub
commit aa6f9f62a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

BIN
Images/filebrowser.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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",