Filezilla (#438)
This commit is contained in:
BIN
images/filezilla.png
Normal file
BIN
images/filezilla.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
47
template/apps/filezilla.json
Normal file
47
template/apps/filezilla.json
Normal 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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user