Filezilla (#438)

This commit is contained in:
bossman7309
2023-04-10 22:20:11 -05:00
committed by GitHub
parent f117451bea
commit 924f376f7c
2 changed files with 47 additions and 0 deletions

BIN
images/filezilla.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

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