bossman7309 пре 2 година
родитељ
комит
924f376f7c
2 измењених фајлова са 47 додато и 0 уклоњено
  1. BIN
      images/filezilla.png
  2. 47 0
      template/apps/filezilla.json

BIN
images/filezilla.png


+ 47 - 0
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"
+}
+