diff --git a/Images/filebrowser.png b/Images/filebrowser.png new file mode 100644 index 0000000..40d673f Binary files /dev/null and b/Images/filebrowser.png differ diff --git a/Template/template.json b/Template/template.json index ddce50a..05868c4 100644 --- a/Template/template.json +++ b/Template/template.json @@ -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, "title": "DashMachine",