diff --git a/images/filezilla.png b/images/filezilla.png new file mode 100644 index 0000000..a613cfd Binary files /dev/null and b/images/filezilla.png differ diff --git a/template/apps/filezilla.json b/template/apps/filezilla.json new file mode 100644 index 0000000..0c07185 --- /dev/null +++ b/template/apps/filezilla.json @@ -0,0 +1,47 @@ +{ + "categories": [ + "Downloaders", + "File hosting" + ], + "description": "FIleZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "1000", + "label": "PGID", + "name": "PGID" + }, + { + "default": "America/New_York", + "label": "Time Zone", + "name": "TZ" + } + ], + "image_arm32": "lscr.io/linuxserver/filezilla:latest", + "image_arm64": "lscr.io/linuxserver/filezilla:latest", + "image_amd64": "lscr.io/linuxserver/filezilla:latest", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/filezilla.png", + "name": "Filezilla", + "officialDoc": "https://hub.docker.com/r/linuxserver/filezilla", + "platform": "linux", + "ports": [ + "4048:3000/tcp", + "4049:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Filezilla", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/filezilla", + "container": "/app/public/conf.yml" + } + + ], + "webpage": "https://hub.docker.com/r/linuxserver/filezilla" +} +