portainer_templates/Template/template.json

3438 lines
90 KiB
JSON
Raw Normal View History

2020-06-03 19:36:54 +02:00
[
2020-06-04 16:57:38 +02:00
{
"type": 1,
"title": "Guacamole",
"name": "Guacamole",
"description": "A clientless remote desktop gateway.",
"note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
2020-06-04 16:57:38 +02:00
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png",
"image": "oznu/guacamole:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8901:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Guacamole"
}
]
},
2020-06-08 15:54:13 +02:00
{
"type": 1,
"title": "Homer",
"name": "Homer",
"description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png",
"image": "b4bz/homer:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8902:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Homer"
}
]
},
2020-06-07 21:51:55 +02:00
{
"type": 1,
"title": "Jellyfin",
"name": "Jellyfin",
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png",
"image": "linuxserver/jellyfin:latest",
"categories": [
"Video",
"Music",
"Photos"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Jelllyfin"
},
{
"container": "/data/tvshows",
"bind": "/portainer/TV"
},
{
"container": "/data/movies",
"bind": "/portainer/Movies"
}
],
2020-06-08 15:54:13 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "TZ",
"label": "TZ"
}
]
2020-06-07 21:51:55 +02:00
},
2020-06-07 20:45:18 +02:00
{
"type": 1,
"title": "Bitwarden_rs",
"name": "Bitwarden_rs",
"description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png",
"image": "bitwardenrs/server:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
":80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Bitwarden-rs"
}
]
},
2020-06-04 16:53:05 +02:00
{
"type": 1,
"title": "Pi-Hole",
"name": "Pi-Hole",
"description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png",
"image": "pihole/pihole:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"53:53/tcp",
"81:53/udp",
"67:67/udp",
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/etc/pihole",
"bind": "/portainer/Files/AppData/Config/PiHole"
},
{
"container": "/etc/dnsmasq.d",
"bind": "/portainer/Files/AppData/Config/PiHole/DNS"
}
]
},
2020-06-04 16:27:07 +02:00
{
"type": 1,
"title": "Whoogle",
"name": "Whoogle",
"description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png",
"image": "benbusby/whoogle-search:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"5001:5000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Whoogle"
}
]
},
2020-06-05 15:54:26 +02:00
{
"type": 1,
"title": "Mstream",
"name": "Mstream",
"description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png",
2020-06-05 15:54:26 +02:00
"image": "linuxserver/mstream:latest",
"categories": [
"Other",
"Music"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Mstream"
},
{
"container": "/music",
"bind": "/portainer/Downloads"
}
]
2020-06-05 15:54:26 +02:00
},
2020-06-04 16:01:04 +02:00
{
"type": 1,
"title": "FileBrowser",
"name": "Filebrowser",
"description": "Web File Browser which can be used as a middleware or standalone app.",
"note": "The default user and password is admin/admin.",
2020-06-04 16:01:04 +02:00
"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"
}
]
2020-06-04 16:01:04 +02:00
},
{
"type": 1,
"title": "YouTubeDL-Material",
"name": "YouTubeDL-Material",
"description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png",
"image": "tzahi12345/youtubedl-material:latest",
"categories": [
"Other",
"Downloaders"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"17442:17442/tcp"
],
"volumes": [
{
"container": "/app/appdata",
"bind": "/portainer/Files/AppData/Config/YTDLM"
},
{
"container": "/app/video",
"bind": "/portainer/Files/AppData/Youtube/Video"
},
{
"container": "/app/subscriptions",
"bind": "/portainer/Files/AppData/Youtube/Subscriptions"
},
{
"container": "/app/users",
2020-06-05 16:49:24 +02:00
"bind": "/portainer/Files/AppData/Youtube/Users"
},
{
"container": "/app/audio",
2020-06-05 16:49:24 +02:00
"bind": "/portainer/Files/AppData/Youtube/Audio"
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "DashMachine",
2020-06-03 21:53:58 +02:00
"name": "DashMachine",
2020-06-03 19:36:54 +02:00
"description": "Another application bookmark dashboard, with fun features.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png",
"image": "rmountjoy/dashmachine:latest",
"categories": [
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"5000:5000/tcp"
2019-02-06 17:35:44 +01:00
],
2019-02-06 19:29:33 +01:00
"volumes": [
2020-06-03 19:36:54 +02:00
{
"container": "/dashmachine/dashmachine/user_data",
"bind": "/portainer/Files/AppData/Config/Dashmachine"
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 20:47:07 +02:00
{
"type": 1,
"title": "Reactive-Resume",
2020-06-03 21:53:58 +02:00
"name": "Reactive-Resume",
2020-06-03 20:47:07 +02:00
"description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png",
"image": "amruthpillai/reactive-resume:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/usr/src/app",
"bind": "/portainer/Files/AppData/Config/ReactiveResume"
}
]
},
{
"type": 1,
"title": "LibreSpeed",
2020-06-03 21:53:58 +02:00
"name": "LibreSpeed",
"description": "A Free and Open Source Speedtest for HTML5 and more.",
2020-06-03 21:22:22 +02:00
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png",
2020-06-03 20:47:07 +02:00
"image": "linuxserver/librespeed:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/LibreSpeed"
}
]
},
{
2020-06-03 19:55:47 +02:00
"type": 1,
"title": "DeeMix",
2020-06-03 21:53:58 +02:00
"name": "DeeMix",
2020-06-03 19:55:47 +02:00
"description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
2020-06-03 20:00:14 +02:00
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png",
2020-06-03 21:02:30 +02:00
"image": "bocki/deemix:latest",
2020-06-03 20:47:07 +02:00
"categories": [
"Other",
2020-06-04 17:18:15 +02:00
"Music"
2020-06-03 20:47:07 +02:00
],
2020-06-03 19:55:47 +02:00
"platform": "linux",
"restart_policy": "unless-stopped",
2020-06-03 20:47:07 +02:00
"ports": [
2020-06-03 19:55:47 +02:00
"9666:9666/tcp"
],
2020-06-03 20:47:07 +02:00
"volumes": [
{
"container": "/config",
2020-06-03 19:55:47 +02:00
"bind": "/portainer/Files/AppData/Config/DeeMix"
},
2020-06-03 20:47:07 +02:00
{
"container": "/downloads",
2020-06-03 20:06:31 +02:00
"bind": "/portainer/Downloads"
2020-06-03 19:55:47 +02:00
}
2020-06-04 16:53:05 +02:00
],
"note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to <a href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'>this page</a> for userToken details."
2020-06-03 19:55:47 +02:00
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "Nginx Proxy Manager",
2020-06-03 21:53:58 +02:00
"name": "NginxProxyManager",
2020-06-03 19:36:54 +02:00
"description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png",
"image": "jlesage/nginx-proxy-manager",
"categories": [
"Proxy",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80:8080/tcp",
"81:8181/tcp",
"443:4443/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy"
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "Organizr v2",
2020-06-03 21:53:58 +02:00
"name": "Organizr v2",
2020-06-03 19:36:54 +02:00
"description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png",
"image": "organizrtools/organizr-v2:latest",
"categories": [
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
2019-02-06 17:35:44 +01:00
"80/tcp"
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Organizr"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "TiddlyWiki",
2020-06-03 21:53:58 +02:00
"name": "TiddlyWiki",
2020-06-03 19:36:54 +02:00
"description": "A unique, non-linear notebook wiki.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png",
"image": "mazzolino/tiddlywiki:latest",
"categories": [
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/var/lib/tiddlywiki",
"bind": "/portainer/Files/AppData/Config/TiddlyWiki"
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-04 19:28:57 +02:00
{
"type": 1,
"title": "Watchtower",
"name": "Watchtower",
"description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png",
"image": "containrrr/watchtower:latest",
"note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
"categories": [
"Other",
"Tools",
"Maintenance"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
]
},
2020-06-04 19:20:40 +02:00
{
"type": 1,
"title": "Transmission-OpenVPN",
"name": "transmission-openvpn",
"description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png",
"image": "haugene/transmission-openvpn:latest",
2020-06-04 19:28:57 +02:00
"note": "List of supported providers available <a href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/>here</a>.",
2020-06-04 19:20:40 +02:00
"categories": [
"Other",
"VPN",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/data",
"bind": "/portainer/Downloads"
},
{
"container": "/etc/localtime",
"bind": "/etc/localtime"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "OPENVPN_PROVIDER",
"label": "OPENVPN_PROVIDER",
"description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
"default": "MULLVAD"
},
{
"name": "OPENVPN_USERNAME",
"label": "OPENVPN_USERNAME",
"default": ""
},
{
"name": "OPENVPN_PASSWORD",
"label": "OPENVPN_PASSWORD",
"default": ""
},
{
"name": "LOCAL_NETWORK",
"label": "LOCAL_NETWORK",
"default": "192.168.0.0/24"
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "airsonic",
2020-06-03 21:53:58 +02:00
"name": "airsonic",
2020-06-03 19:36:54 +02:00
"description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png",
"image": "linuxserver/airsonic:latest",
"categories": [
"Music"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"4040/tcp"
],
"volumes": [
{
"container": "/music"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/playlists"
},
{
"container": "/podcasts"
},
{
"container": "/media"
},
{
"container": "/config"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "CONTEXT_PATH",
"label": "CONTEXT_PATH",
"set": "airsonic"
},
{
"name": "JAVA_OPTS",
"label": "JAVA_OPTS",
"set": "-Xms256m -Xmx512m"
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "beets",
2020-06-03 21:53:58 +02:00
"name": "beets",
2020-06-03 19:36:54 +02:00
"description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png",
"image": "linuxserver/beets:latest",
"categories": [
"Music"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8337/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Beets"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
},
{
"container": "/music",
"bind": "/portainer/Music"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "booksonic",
2020-06-03 21:53:58 +02:00
"name": "booksonic",
2020-06-03 19:36:54 +02:00
"description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png",
"image": "linuxserver/booksonic:latest",
"categories": [
"Books",
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"4040/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/books",
"bind": "/portainer/Books"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/podcast",
"bind": "/portainer/Files/Podcasts"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Booksonic"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "CONTEXT_PATH",
"label": "CONTEXT_PATH",
"default": "booksonic"
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "calibre-web",
2020-06-03 21:53:58 +02:00
"name": "calibre-web",
2020-06-03 19:36:54 +02:00
"description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png",
"image": "linuxserver/calibre-web:latest",
"categories": [
"Cloud",
"Books"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8083/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/books",
"bind": "/portainer/Books"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Calibre-web"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "cardigann",
2020-06-03 21:53:58 +02:00
"name": "cardigann",
2020-06-03 19:36:54 +02:00
"description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png",
"image": "linuxserver/cardigann:latest",
"categories": [
"Downloaders"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"5060/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Cardigann"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2020-06-02 22:11:19 +02:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:40:34 +02:00
{
"type": 1,
"title": "Chevereto",
2020-06-03 21:53:58 +02:00
"name": "Chevereto",
2020-06-03 19:40:34 +02:00
"description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png",
"image": "nmtan/chevereto:latest",
"categories": [
"Other",
"Tools",
"Photo"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html/images"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "CHEVERETO_DB_HOST",
"label": "CHEVERETO_DB_HOST",
"set": ""
},
{
"name": "CHEVERETO_DB_USERNAME",
"label": "CHEVERETO_DB_USERNAME",
"set": ""
},
{
"name": "CHEVERETO_DB_PASSWORD",
"label": "CHEVERETO_DB_PASSWORD",
"set": ""
},
{
"name": "CHEVERETO_DB_NAME",
"label": "CHEVERETO_DB_NAME",
"set": ""
},
{
"name": "CHEVERETO_DB_PREFIX",
"label": "CHEVERETO_DB_PREFIX",
"set": ""
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "codiad",
2020-06-03 21:53:58 +02:00
"name": "codiad",
2020-06-03 19:36:54 +02:00
"description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png",
"image": "linuxserver/codiad:latest",
"categories": [
"Productivity"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Codiad"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "cops",
2020-06-03 21:53:58 +02:00
"name": "cops",
2020-06-03 19:36:54 +02:00
"description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png",
"image": "linuxserver/cops:latest",
"categories": [
"Cloud",
"Books"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/books",
"bind": "/portainer/Books"
},
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Cops"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2020-06-02 22:11:19 +02:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "couchpotato",
2020-06-03 21:53:58 +02:00
"name": "couchpotato",
2020-06-03 19:36:54 +02:00
"description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png",
"image": "linuxserver/couchpotato:latest",
"categories": [
"Downloaders",
"Video"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"5050/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Couchpotato"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
"bind": "/portainer/Downloads"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/movies",
"bind": "/portainer/Movies"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2019-02-06 18:08:57 +01:00
"title": "daapd",
2020-06-03 21:53:58 +02:00
"name": "daapd",
2019-02-06 18:08:57 +01:00
"description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
"image": "linuxserver/daapd:latest",
2020-06-03 19:36:54 +02:00
"categories": [
"Music"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Files/AppData/Config/Daapd"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/music",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Music"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "davos",
2020-06-03 21:53:58 +02:00
"name": "davos",
2020-06-03 19:36:54 +02:00
"description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png",
"image": "linuxserver/davos:latest",
"categories": [
"FTP",
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8080/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Davos"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
"bind": "/portainer/Downloads"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "deluge",
2020-06-03 21:53:58 +02:00
"namme": "deluge",
2020-06-03 19:36:54 +02:00
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png",
"image": "linuxserver/deluge:latest",
"categories": [
"Downloaders"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Deluge"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "UMASK_SET",
"label": "UMASK_SET",
"set": "000"
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "domoticz",
2020-06-03 21:53:58 +02:00
"name": "domoticz",
2020-06-03 19:36:54 +02:00
"description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
"logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
"image": "linuxserver/domoticz:latest",
"categories": [
"HomeAutomation:",
"Management"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"1443/tcp",
"6144/tcp",
"8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Domoticz"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2020-06-02 22:11:19 +02:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "duckdns",
2020-06-03 21:53:58 +02:00
"name": "duckdns",
2020-06-03 19:36:54 +02:00
"description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png",
"image": "linuxserver/duckdns:latest",
"categories": [
"DNS",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "SUBDOMAINS",
"label": "SUBDOMAINS",
"set": ""
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "TOKEN",
"label": "TOKEN",
"set": ""
},
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "duplicati",
2020-06-03 21:53:58 +02:00
"name": "duplicati",
2020-06-03 19:36:54 +02:00
"description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png",
"image": "linuxserver/duplicati:latest",
"categories": [
"Backup:",
"Cloud",
"Other",
"Productivity",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8200/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Duplicati"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/tmp"
},
{
"container": "/backups"
},
{
"container": "/source"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "freshrss",
2020-06-03 21:53:58 +02:00
"name": "freshrss",
2020-06-03 19:36:54 +02:00
"description": "A free, self-hostable rss aggregator…",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png",
"image": "linuxserver/freshrss:latest",
"categories": [
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/freshrss"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
}
]
},
{
"type": 1,
"title": "gazee",
2020-06-03 21:53:58 +02:00
"name": "gazee",
2020-06-03 19:36:54 +02:00
"description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png",
"image": "linuxserver/gazee:latest",
"categories": [
"Web",
"Books",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Gazee"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/comics",
"bind": "/portainer/Comics"
},
{
"container": "/mylar",
"bind": "/portainer/Files/AppData/Gazee"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "headphones",
2020-06-03 21:53:58 +02:00
"name": "headphones",
2020-06-03 19:36:54 +02:00
"description": null,
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png",
"image": "linuxserver/headphones:latest",
"categories": [
"Music"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8181/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Headphones"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/Downloads",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Downloads"
2020-06-03 19:36:54 +02:00
},
{
"container": "/music",
"bind": "/portainer/Music"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2019-02-06 18:08:57 +01:00
"title": "heimdall",
2020-06-03 21:53:58 +02:00
"name": "heimdall",
2019-02-06 18:08:57 +01:00
"description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
2020-06-02 22:15:59 +02:00
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png",
2019-02-06 18:08:57 +01:00
"image": "linuxserver/heimdall:latest",
2020-06-03 19:36:54 +02:00
"categories": [
"Tools",
"Web",
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
2019-02-06 17:35:44 +01:00
"80/tcp",
"443/tcp"
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Heimdall"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "htpcmanager",
2020-06-03 21:53:58 +02:00
"name": "htpcmanager",
2020-06-03 19:36:54 +02:00
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png",
"image": "linuxserver/htpcmanager:latest",
"categories": [
"Video",
"Music",
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8085/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/HTPCmanager"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "jackett",
2020-06-03 21:53:58 +02:00
"name": "jackett",
2020-06-03 19:36:54 +02:00
"description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png",
"image": "linuxserver/jackett:latest",
"categories": [
"Downloaders",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"9117/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Jackett"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "kodi-headless",
2020-06-03 21:53:58 +02:00
"name": "kodi-headless",
2020-06-03 19:36:54 +02:00
"description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png",
"image": "linuxserver/kodi-headless:latest",
"categories": [
"Video"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8080/tcp",
"9777/udp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Kodi"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "lazylibrarian",
2020-06-03 21:53:58 +02:00
"name": "lazylibrarian",
2020-06-03 19:36:54 +02:00
"description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png",
"image": "linuxserver/lazylibrarian:latest",
"categories": [
"Books"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"5299/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/books"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "letsencrypt",
2020-06-03 21:53:58 +02:00
"name": "letsencrypt",
2020-06-03 19:36:54 +02:00
"description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd &lt;username&gt;",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png",
"image": "linuxserver/letsencrypt:latest",
"categories": [
"Tools",
"Web"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/LetsEncrypt"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "EMAIL",
"label": "EMAIL",
"set": "-Xms256m -Xmx512m"
},
{
"name": "URL",
"label": "URL",
"set": "-Xms256m -Xmx512m"
},
{
"name": "SUBDOMAINS",
"label": "SUBDOMAINS",
"set": "www,"
},
{
"name": "ONLY_SUBDOMAINS",
"label": "ONLY_SUBDOMAINS",
"set": "false"
},
{
"name": "DHLEVEL",
"label": "DHLEVEL",
"set": "2048"
},
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "VALIDATION",
"label": "VALIDATION",
"set": "http"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "DNSPLUGIN",
"label": "DNSPLUGIN",
"set": "http"
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "libresonic",
2020-06-03 21:53:58 +02:00
"name": "libresonic",
2020-06-03 19:36:54 +02:00
"description": "Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\r\n\r\n/music - Location of music.\r\n/media - Location of other media.\r\n/podcasts - Location of podcasts.\r\n/playlists - Location for playlists storage.\r\nCONTEXT_PATH for setting url-base in reverse proxy setups - (optional)\r\n\r\nDefault user/pass is admin/admin",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/libresonic.png",
"image": "linuxserver/libresonic:latest",
"categories": [
"Music"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"4040/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/music",
"bind": "/portainer/Music"
2020-06-02 22:11:19 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/playlists",
"bind": "/portainer/Files/AppData/Libresonic/Playlists"
},
{
"container": "/podcasts",
"bind": "/portainer/Podcasts"
},
{
"container": "/media",
"bind": "/portainer/Files/AppData/Libresonic/Media"
},
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Libresonic"
}
],
"env": [
{
"name": "CONTEXT_PATH",
"label": "CONTEXT_PATH",
"set": ""
},
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "lidarr",
2020-06-03 21:53:58 +02:00
"name": "lidarr",
2020-06-03 19:36:54 +02:00
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png",
"image": "linuxserver/lidarr:latest",
"categories": [
"Downloaders",
"Music"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8686/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Lidarr"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
"bind": "/portainer/Downloads"
},
{
"container": "/music",
"bind": "/portainer/Music"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2020-06-02 22:11:19 +02:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "lychee",
2020-06-03 21:53:58 +02:00
"name": "lychee",
2020-06-03 19:36:54 +02:00
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png",
"image": "linuxserver/lychee:latest",
"categories": [
"Cloud",
"Web",
"Management",
"Photos"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Lychee"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/config",
"bind": "/portainer/Pictures"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "mariadb",
2020-06-03 21:53:58 +02:00
"name": "mariadb",
2020-06-03 19:36:54 +02:00
"description": "An Enhanced drop in replacement for Mysql",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png",
"image": "linuxserver/mariadb:latest",
"categories": [
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"3306/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Mariadb"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "MYSQL_ROOT_PASSWORD",
"set": ""
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "mcmyadmin2",
2020-06-03 21:53:58 +02:00
"name": "mcmyadmin2",
2020-06-03 19:36:54 +02:00
"description": null,
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png",
"image": "linuxserver/mcmyadmin2:latest",
"categories": [
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8080/tcp",
"25565/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/minecraft"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "medusa",
2020-06-03 21:53:58 +02:00
"name": "medusa",
2020-06-03 19:36:54 +02:00
"description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png",
"image": "linuxserver/medusa:latest",
"categories": [
"Downloaders",
"Video"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8081/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Medusa"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/tv",
"bind": "/portainer/TV"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "minetest",
2020-06-03 21:53:58 +02:00
"name": "minetest",
2020-06-03 19:36:54 +02:00
"description": "Server version of minetest, a free, open source alternative to minecraft.",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"image": "linuxserver/minetest:latest",
"categories": [
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"30000/udp"
],
"volumes": [
{
"container": "/config/.minetest"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "minisatip",
2020-06-03 21:53:58 +02:00
"name": "minisatip",
2020-06-03 19:36:54 +02:00
"description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png",
"image": "linuxserver/minisatip:latest",
"categories": [
"Video",
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8875/tcp",
"554/tcp",
"1900/udp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "musicbrainz",
2020-06-03 21:53:58 +02:00
"name": "musicbrainz",
2020-06-03 19:36:54 +02:00
"description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png",
"image": "linuxserver/musicbrainz:latest",
"categories": [
"Music",
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"5000/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/MusicBrainz"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/data",
"bind": "/portainer/Files/AppData/MusicBrainz"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "BRAINZCODE",
"label": "BRAINZCODE",
"set": ""
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "muximux",
2020-06-03 21:53:58 +02:00
"name": "muximux",
2020-06-03 19:36:54 +02:00
"description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png",
"image": "linuxserver/muximux:latest",
"categories": [
"Web",
"Proxy",
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Muximux"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "mylar",
2020-06-03 21:53:58 +02:00
"name": "mylar",
2020-06-03 19:36:54 +02:00
"description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png",
"image": "linuxserver/mylar:latest",
"categories": [
"Downloaders",
"Books"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8090/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Mylar"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
"bind": "/portainer/Downloads"
},
{
"container": "/comics",
"bind": "/portainer/Comics"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "nextcloud",
2020-06-03 21:53:58 +02:00
"name": "nextcloud",
2020-06-03 19:36:54 +02:00
"description": "Nextcloud is an open source, self-hosted file sync and communication app platform. Access and sync your files, contacts, calendars and communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png",
"image": "linuxserver/nextcloud:latest",
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"443/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Nextcloud"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/data",
"bind": "/portainer/Files/Nextcloud-data"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "nginx",
2020-06-03 21:53:58 +02:00
"name": "nginx",
2020-06-03 19:36:54 +02:00
"description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png",
"image": "linuxserver/nginx:latest",
"categories": [
"Web",
"Proxy"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Nginx"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "nzbget",
2020-06-03 21:53:58 +02:00
"name": "nzbget",
2020-06-03 19:36:54 +02:00
"description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png",
"image": "linuxserver/nzbget:latest",
"categories": [
"Downloaders"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"6789/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Nzbget"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
2020-06-05 18:05:13 +02:00
"container": "/downloads",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Downloads"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "nzbhydra2",
2020-06-03 21:53:58 +02:00
"name": "nzbhydra2",
2020-06-03 19:36:54 +02:00
"description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png",
"image": "linuxserver/nzbhydra2:latest",
"categories": [
"Downloaders",
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"5076/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Nzbhydra2"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Downloads"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "ombi",
2020-06-03 21:53:58 +02:00
"name": "ombi",
2020-06-03 19:36:54 +02:00
"description": "Ombi allows you to host your own Plex Request and user management system. ",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png",
"image": "linuxserver/ombi:latest",
"categories": [
"Downloaders",
"Other",
"Video",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"3579/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Ombi"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "openvpn-as",
2020-06-03 21:53:58 +02:00
"name": "openvpn-as",
2020-06-03 19:36:54 +02:00
"description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png",
"image": "linuxserver/openvpn-as:latest",
"categories": [
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"943/tcp",
"9443/tcp",
"1194/udp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/OpenVPN-AS"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "INTERFACE",
"label": "INTERFACE",
"set": "eth0"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "oscam",
2020-06-03 21:53:58 +02:00
"name": "oscam",
2020-06-03 19:36:54 +02:00
"description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"logo": "http://i.imgur.com/8LadrLg.png",
"image": "linuxserver/oscam:latest",
"categories": [
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8888/tcp",
"10000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/OScam"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "photoshow",
2020-06-03 21:53:58 +02:00
"name": "photoshow",
2020-06-03 19:36:54 +02:00
"description": "A simple, easy way to turn a photo album into a webgallery",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png",
"image": "linuxserver/photoshow:latest",
"categories": [
"Photos"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
2019-02-06 17:35:44 +01:00
"80/tcp"
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/Pictures",
"bind": "/portainer/Pictures"
},
{
"container": "/Thumbs",
"bind": "/portainer/Files/AppData/Photoshow/Thumbs"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/PhotoShow"
2019-02-06 17:35:44 +01:00
}
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "piwigo",
2020-06-03 21:53:58 +02:00
"name": "piwigo",
2020-06-03 19:36:54 +02:00
"description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png",
"image": "linuxserver/piwigo:latest",
"categories": [
"Photos"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/PiWigo"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2020-06-02 22:11:19 +02:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "plex",
2020-06-03 21:53:58 +02:00
"name": "plex",
2020-06-03 19:36:54 +02:00
"description": null,
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png",
"image": "linuxserver/plex:latest",
"categories": [
"Video",
"Music",
"Photos"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"network": "host",
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Plex"
2020-06-03 21:14:36 +02:00
},
{
"container": "/tv",
"bind": "/portainer/TV"
},
{
"container": "/movies",
"bind": "/portainer/Movies"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "VERSION",
"label": "VERSION",
"set": "latest"
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "plexrequests",
2020-06-03 21:53:58 +02:00
"name": "plexrequests",
2020-06-03 19:36:54 +02:00
"description": "Simple automated way for users to request new content for Plex.",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png",
"image": "linuxserver/plexrequests:latest",
"categories": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"3000/tcp"
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/PlexRequests"
2020-06-03 00:35:04 +02:00
}
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
2020-06-03 19:36:54 +02:00
{
"name": "URL_BASE",
"label": "URL_BASE",
"set": ""
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2019-02-06 18:08:57 +01:00
"title": "projectsend",
2020-06-03 21:53:58 +02:00
"name": "projectsend",
2019-02-06 18:08:57 +01:00
"description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
2020-06-02 22:15:59 +02:00
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png",
2019-02-06 18:08:57 +01:00
"image": "linuxserver/projectsend:latest",
2020-06-03 19:36:54 +02:00
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
2019-02-06 17:35:44 +01:00
"80/tcp"
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/data",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Files/AppData/ProjectSend"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/config",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Files/AppData/Config/ProjectSend"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "pydio",
2020-06-03 21:53:58 +02:00
"name": "pydio",
2020-06-03 19:36:54 +02:00
"description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png",
"image": "linuxserver/pydio:latest",
"categories": [
"Cloud",
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Pydio"
},
{
"container": "/data",
"bind": "/portainer/Files/AppData/Pydio"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "qbittorrent",
2020-06-03 21:53:58 +02:00
"name": "qbittorrent",
2020-06-03 19:36:54 +02:00
"description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png",
"image": "linuxserver/qbittorrent:latest",
"categories": [
"Downloaders"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"6881/tcp",
"6881/udp",
"8080/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/qBittorrent"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
"bind": "/portainer/Downloads"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2020-06-02 22:11:19 +02:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "quassel-core",
2020-06-03 21:53:58 +02:00
"name": "quassel-core",
2020-06-03 19:36:54 +02:00
"description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png",
"image": "linuxserver/quassel-core:latest",
"categories": [
"Messenger"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"4242/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Quassel-core"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "radarr",
2020-06-03 21:53:58 +02:00
"name": "radarr",
2020-06-03 19:36:54 +02:00
"description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png",
"image": "linuxserver/radarr:latest",
"categories": [
"Downloaders",
"Video"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"7878/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Radarr"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Downloads"
2020-06-03 19:36:54 +02:00
},
{
"container": "/movies",
"bind": "/portainer/Movies"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "resilio-sync",
2020-06-03 21:53:58 +02:00
"name": "resilio-sync",
2020-06-03 19:36:54 +02:00
"description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png",
"image": "linuxserver/resilio-sync:latest",
"categories": [
"Backup:",
"Cloud",
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Resilio-Sync"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/sync"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
"bind": "/portainer/Downloads"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "rutorrent",
2020-06-03 21:53:58 +02:00
"name": "rutorrent",
2020-06-03 19:36:54 +02:00
"description": "Popular torrent client with a webui for ease of use.",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
"image": "linuxserver/rutorrent:latest",
"categories": [
"Downloaders"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp",
"51413/tcp",
"6881/udp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/ruTorrent"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "sabnzbd",
2020-06-03 21:53:58 +02:00
"name": "sabnzbd",
2020-06-03 19:36:54 +02:00
"description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png",
"image": "linuxserver/sabnzbd:latest",
"categories": [
"Downloaders"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8080/tcp",
"9090/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Sabnzbd"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/incomplete-downloads",
"bind": "/portainer/Downloads/incomplete"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "sickrage",
2020-06-03 21:53:58 +02:00
"name": "sickrage",
2020-06-03 19:36:54 +02:00
"description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickrage-icon.png",
"image": "linuxserver/sickrage:latest",
"categories": [
"Downloaders",
"Video"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"8081/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/SickRage"
},
{
"container": "/downloads",
"bind": "/portainer/Downloads"
},
{
"container": "/tv",
"bind": "/portainer/TV"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "smokeping",
2020-06-03 21:53:58 +02:00
"name": "smokeping",
2020-06-03 19:36:54 +02:00
"description": null,
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png",
"image": "linuxserver/smokeping:latest",
"categories": [
"Management"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Smokeping"
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/data",
"bind": "/portainer/Files/AppData/Smokeping"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2019-02-06 18:08:57 +01:00
"title": "sonarr",
2020-06-03 21:53:58 +02:00
"name": "sonarr",
2019-02-06 18:08:57 +01:00
"description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
2020-06-02 22:15:59 +02:00
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png",
2019-02-06 18:08:57 +01:00
"image": "linuxserver/sonarr:latest",
2020-06-03 19:36:54 +02:00
"categories": [
"Downloaders",
"Video"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
2019-02-06 17:35:44 +01:00
"8989/tcp"
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Files/AppData/Config/Sonarr"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/dev/rtc",
2020-06-03 00:35:04 +02:00
"bind": "/dev/rtc"
},
2020-06-03 19:36:54 +02:00
{
"container": "/tv",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/TV"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Downloads"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
}
]
},
{
"type": 1,
"title": "syncthing",
2020-06-03 21:53:58 +02:00
"name": "syncthing",
2020-06-03 19:36:54 +02:00
"description": null,
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png",
"image": "linuxserver/syncthing:latest",
"categories": [
"Backup:",
"Cloud",
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8384/tcp",
"21027/udp",
"22000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Syncthing"
},
{
"container": "/sync"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2019-02-06 18:08:57 +01:00
"title": "tautulli",
2020-06-03 21:53:58 +02:00
"name": "tautulli",
2019-02-06 18:08:57 +01:00
"description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n",
2020-06-02 22:15:59 +02:00
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png",
2019-02-06 18:08:57 +01:00
"image": "linuxserver/tautulli:latest",
2020-06-03 19:36:54 +02:00
"categories": [
"Other",
"Tools"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
2019-02-06 17:35:44 +01:00
"8181/tcp"
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/logs",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Logs"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/config",
2020-06-03 17:46:11 +02:00
"bind": "/portainer/Files/AppData/Config/Tautulli"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "thelounge",
2020-06-03 21:53:58 +02:00
"name": "thelounge",
2020-06-03 19:36:54 +02:00
"description": "A self-hosted web IRC client",
"logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
"image": "linuxserver/thelounge:latest",
"categories": [
"Messenger"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"9000/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/TheLounge"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "transmission",
2020-06-03 21:53:58 +02:00
"name": "transmission",
2020-06-03 19:36:54 +02:00
"description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png",
"image": "linuxserver/transmission:latest",
"categories": [
"Downloaders"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"9091/tcp",
"51413/tcp"
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Transmission"
2020-06-03 00:35:04 +02:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/downloads",
"bind": "/portainer/Files/Downloads"
},
{
"container": "/watch"
2020-06-03 00:35:04 +02:00
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 18:00:28 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "tt-rss",
2020-06-03 21:53:58 +02:00
"name": "tt-rss",
2020-06-03 19:36:54 +02:00
"description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png",
"image": "linuxserver/tt-rss:latest",
"categories": [
"Other"
],
2019-02-06 18:08:57 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/tt-rss"
}
2019-02-06 17:35:44 +01:00
],
2020-06-03 19:36:54 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 17:35:44 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 17:35:44 +01:00
}
]
2019-02-06 19:54:12 +01:00
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 19:48:48 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "tvheadend",
2020-06-03 21:53:58 +02:00
"name": "tvheadend",
2020-06-03 19:36:54 +02:00
"description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT&gt;IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT&gt;IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"logo": "http://i.imgur.com/zGSUAT4.png",
"image": "linuxserver/tvheadend:latest",
"categories": [
"Video",
"Other"
],
2019-02-06 19:48:48 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"9981/tcp",
"9982/tcp"
2019-02-06 19:48:48 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/TVHeadend"
},
{
"container": "/recordings"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 19:48:48 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 19:48:48 +01:00
}
]
2019-02-06 21:45:31 +01:00
},
2020-06-03 19:36:54 +02:00
{
2019-02-06 21:34:29 +01:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "ubooquity",
2020-06-03 21:53:58 +02:00
"name": "ubooquity",
2020-06-03 19:36:54 +02:00
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png",
"image": "linuxserver/ubooquity:latest",
"categories": [
"Cloud",
"Books"
],
2019-02-06 21:34:29 +01:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"2202/tcp",
"2203/tcp"
2019-02-06 21:34:29 +01:00
],
2020-06-03 19:36:54 +02:00
"volumes": [
{
"container": "/books"
2019-02-06 21:34:29 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/comics"
2019-02-06 21:34:29 +01:00
},
2020-06-03 19:36:54 +02:00
{
"container": "/config"
}
],
"env": [
{
"name": "MAXMEM",
"label": "MAXMEM",
"set": "512"
2019-02-06 21:34:29 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
2019-02-06 21:34:29 +01:00
},
2020-06-03 19:36:54 +02:00
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2019-02-06 21:34:29 +01:00
}
]
2020-06-02 23:09:36 +02:00
},
2020-06-03 19:36:54 +02:00
{
2020-06-02 23:09:36 +02:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "unifi",
2020-06-03 21:53:58 +02:00
"name": "unifi",
2020-06-03 19:36:54 +02:00
"description": null,
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png",
"image": "linuxserver/unifi-controller:latest",
"categories": [
"Management",
"Tools"
],
2020-06-02 23:09:36 +02:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"3478/udp",
"10001/udp",
"8080/tcp",
"8081/tcp",
"8443/tcp",
"8843/tcp",
"8880/tcp",
"6789/tcp"
2020-06-02 23:09:36 +02:00
],
2020-06-02 23:37:57 +02:00
"volumes": [
2020-06-03 19:36:54 +02:00
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Unifi"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2020-06-02 23:37:57 +02:00
}
]
2020-06-03 16:36:24 +02:00
},
2020-06-03 19:36:54 +02:00
{
2020-06-03 17:26:28 +02:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "webgrabplus",
2020-06-03 21:53:58 +02:00
"name": "webgrabplus",
2020-06-03 19:36:54 +02:00
"description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png",
"image": "linuxserver/webgrabplus:latest",
"categories": [
"Downloaders"
],
2020-06-03 17:26:28 +02:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 17:26:28 +02:00
"volumes": [
2020-06-03 19:36:54 +02:00
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/WebGrabPlus"
},
{
"container": "/data",
"bind": "/portainer/Files/AppData/WebGrabPlus"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2020-06-03 17:26:28 +02:00
}
2020-06-03 19:36:54 +02:00
]
2020-06-03 17:26:28 +02:00
},
2020-06-03 19:36:54 +02:00
{
2020-06-03 16:36:24 +02:00
"type": 1,
2020-06-03 19:36:54 +02:00
"title": "znc",
2020-06-03 21:53:58 +02:00
"name": "znc",
2020-06-03 19:36:54 +02:00
"description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png",
"image": "linuxserver/znc:latest",
"categories": [
"Messenger"
],
2020-06-03 16:36:24 +02:00
"platform": "linux",
2020-06-03 19:22:56 +02:00
"restart_policy": "unless-stopped",
2020-06-03 19:36:54 +02:00
"ports": [
"6501/tcp"
2020-06-03 16:36:24 +02:00
],
"volumes": [
2020-06-03 19:36:54 +02:00
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/ZNC"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
2020-06-03 16:36:24 +02:00
}
]
2020-06-05 17:27:36 +02:00
},
{
2020-06-05 17:44:37 +02:00
"type": 3,
2020-06-05 17:27:36 +02:00
"title": "bookstack",
"description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bookstack2.png",
"categories": [
"Wiki"
],
2020-06-05 18:05:13 +02:00
"note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack",
2020-06-05 17:27:36 +02:00
"platform": "linux",
2020-06-05 17:33:02 +02:00
"repository": {
"url": "https://github.com/SelfhostedPro/selfhosted_templates",
"stackfile": "Template/Stack/bookstack.yml"
},
2020-06-05 17:27:36 +02:00
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
2020-06-05 18:05:13 +02:00
{
"name": "TZ",
"label": "TZ"
},
2020-06-05 17:27:36 +02:00
{
2020-06-05 17:50:58 +02:00
"name": "DATABASE_PASSWORD",
"label": "DATABASE_PASSWORD"
2020-06-05 17:27:36 +02:00
},
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "MYSQL_ROOT_PASSWORD"
2020-06-05 17:50:58 +02:00
},
{
"name": "PORT",
"label": "PORT"
2020-06-05 17:27:36 +02:00
}
]
2019-02-06 21:34:29 +01:00
}
2020-06-08 15:54:13 +02:00
]