{ "version": "2", "templates": [ { "categories": ["Other"], "description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it’ll cover ALL your home devices, and you don’t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "CONTEXT_PATH", "name": "CONTEXT_PATH", "set": "adguard home" } ], "image": "adguard/adguardhome:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/adguard.png", "name": "adguard", "platform": "linux", "ports": [ "53:53/tcp", "53:53/udp", "67:67/udp", "68:68/tcp", "68:68/udp", "80:80/tcp", "443:443/tcp", "853:853/tcp", "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Adguard", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Adguard/Workdir", "container": "/opt/adguardhome/work" }, { "bind": "/portainer/Files/AppData/Adguard/Conf", "container": "/opt/adguardhome/conf" } ] }, { "categories": ["Music"], "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.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "CONTEXT_PATH", "name": "CONTEXT_PATH", "set": "airsonic" }, { "label": "JAVA_OPTS", "name": "JAVA_OPTS", "set": "-Xms256m -Xmx512m" } ], "image": "linuxserver/airsonic:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/airsonic-logo.png", "name": "airsonic", "platform": "linux", "ports": ["4040:4040/tcp"], "restart_policy": "unless-stopped", "title": "Airsonic", "type": 1, "volumes": [ { "bind": "/portainer/Music", "container": "/music" }, { "bind": "/portainer/Files/AppData/Airsonic/Playlists", "container": "/playlists" }, { "bind": "/portainer/Podcasts", "container": "/podcasts" }, { "bind": "/portainer/Files/AppData/Airsonic/Media", "container": "/media" }, { "bind": "/portainer/Files/AppData/Config/Airsonic/", "container": "/config" } ] }, { "categories": ["Other", "Tools"], "description": "C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "justarchi/archisteamfarm:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ASF.png", "name": "ArchiSteamFarm", "note": "Requires an ASF.json with headless enabled, IPCPassword set and an IPC.config described by the wiki in order to work. Please generate the former here and copy the latter from here.", "platform": "linux", "ports": ["1242:1242/tcp"], "restart_policy": "unless-stopped", "title": "ArchiSteamFarm", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Config", "container": "/app/config" }, { "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Plugins", "container": "/app/plugins/customplugins" }, { "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Logs", "container": "/app/logs" } ] }, { "categories": ["Other", "Tools", "Authentication"], "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.", "env": [ { "label": "TZ", "name": "TZ" } ], "image": "authelia/authelia:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/authelia.png", "name": "authelia", "note": "Requires a configuration.yml file in order to work. Documentation is available here.", "platform": "linux", "ports": ["9091:9091/tcp"], "restart_policy": "unless-stopped", "title": "Authelia", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Authelia", "container": "/etc/authelia/" } ] }, { "categories": ["Video", "Music"], "description": "Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "TZ", "name": "TZ" } ], "image": "hotio/bazarr:release", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bazarr.png", "name": "Bazarr", "platform": "linux", "ports": ["6767:6767/tcp"], "restart_policy": "unless-stopped", "title": "Bazarr", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Bazarr", "container": "/config" }, { "bind": "/portainer/TV", "container": "/tv" }, { "bind": "/portainer/Movies", "container": "/movies" } ] }, { "categories": ["Music"], "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.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/beets:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/beets-icon.png", "name": "beets", "platform": "linux", "ports": ["8337:8337/tcp"], "restart_policy": "unless-stopped", "title": "Beets", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Beets", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" }, { "bind": "/portainer/Music", "container": "/music" } ] }, { "categories": ["Other", "Tools"], "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.", "image": "vaultwarden/server:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bitwarden.png", "name": "vaultwarden", "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", "platform": "linux", "ports": [":80/tcp"], "restart_policy": "unless-stopped", "title": "Vaultwarden", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Vaultwarden", "container": "/data" } ] }, { "categories": ["Books", "Other"], "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.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "default": "booksonic", "label": "CONTEXT_PATH", "name": "CONTEXT_PATH" } ], "image": "linuxserver/booksonic:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/booksonic.png", "name": "booksonic", "platform": "linux", "ports": ["4040:4040/tcp"], "restart_policy": "unless-stopped", "title": "Booksonic", "type": 1, "volumes": [ { "bind": "/portainer/Books", "container": "/books" }, { "bind": "/portainer/Files/Podcasts", "container": "/podcast" }, { "bind": "/portainer/Files/AppData/Config/Booksonic", "container": "/config" } ] }, { "categories": ["Wiki"], "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.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "TZ", "name": "TZ" }, { "label": "DATABASE_PASSWORD", "name": "DATABASE_PASSWORD" }, { "label": "MYSQL_ROOT_PASSWORD", "name": "MYSQL_ROOT_PASSWORD" }, { "label": "PORT", "name": "PORT" } ], "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bookstack2.png", "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", "platform": "linux", "repository": { "stackfile": "Template/Stack/bookstack.yml", "url": "https://github.com/Qballjos/portainer_templates" }, "title": "Bookstack", "type": 3 }, { "categories": ["Cloud", "Books"], "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.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/cops:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/cops-icon.png", "name": "cops", "platform": "linux", "ports": ["80/tcp"], "restart_policy": "unless-stopped", "title": "COPS", "type": 1, "volumes": [ { "bind": "/portainer/Books", "container": "/books" }, { "bind": "/portainer/Files/AppData/Config/Cops", "container": "/config" } ] }, { "categories": ["Cloud", "Books"], "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/calibre-web:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/calibre-web-icon.png", "name": "calibre-web", "note": "Configuration
docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd \u0026lt;username\u0026gt;
",
"platform": "linux",
"ports": ["80/tcp", "443/tcp"],
"restart_policy": "unless-stopped",
"title": "Let's Encrypt / SWAG",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"container": "/config"
}
]
},
{
"categories": ["Other", "Tools"],
"description": "A Free and Open Source Speedtest for HTML5 and more.",
"image": "linuxserver/librespeed:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/speedtest.png",
"name": "librespeed",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "LibreSpeed",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LibreSpeed",
"container": "/config"
}
]
},
{
"categories": ["Downloaders", "Music"],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/lidarr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lidarr.png",
"name": "lidarr",
"platform": "linux",
"ports": ["8686:8686/tcp"],
"restart_policy": "unless-stopped",
"title": "Lidarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lidarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": ["Cloud", "Web", "Management", "Photos"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lychee:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lychee-icon.png",
"name": "lychee",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "Lychee",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lychee",
"container": "/config"
},
{
"bind": "/portainer/Pictures",
"container": "/pictures"
}
]
},
{
"categories": ["Other", "Tools"],
"description": "An Enhanced drop in replacement for Mysql.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD",
"set": ""
}
],
"image": "linuxserver/mariadb:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mariadb-icon.png",
"name": "mariadb",
"platform": "linux",
"ports": ["3306:3306/tcp"],
"restart_policy": "unless-stopped",
"title": "MariaDB",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mariadb",
"container": "/config"
}
]
},
{
"categories": ["Other"],
"description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mcmyadmin2:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mcmyadmin-icon.png",
"name": "mcmyadmin2",
"platform": "linux",
"ports": ["8080:8080/tcp", "25565:25565/tcp"],
"restart_policy": "unless-stopped",
"title": "McMyAdmin 2",
"type": 1,
"volumes": [
{
"container": "/minecraft"
}
]
},
{
"categories": ["Downloaders", "Video"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/medusa:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/medusa-icon.png",
"name": "medusa",
"platform": "linux",
"ports": ["8081:8081/tcp"],
"restart_policy": "unless-stopped",
"title": "Medusa",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Medusa",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": ["Other"],
"description": "Server version of minetest, a free, open source alternative to minecraft.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minetest:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"name": "minetest",
"platform": "linux",
"ports": ["30000:30000/udp"],
"restart_policy": "unless-stopped",
"title": "Minetest",
"type": 1,
"volumes": [
{
"container": "/config/.minetest"
}
]
},
{
"categories": ["Video", "Other", "Tools"],
"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. 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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minisatip:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/minisatip-icon.png",
"name": "minisatip",
"platform": "linux",
"ports": ["8875:8875/tcp", "554:554/tcp", "1900:1900/udp"],
"restart_policy": "unless-stopped",
"title": "Minisatip",
"type": 1
},
{
"categories": ["Other", "Music"],
"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.",
"image": "linuxserver/mstream:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mstream.png",
"name": "mstream",
"platform": "linux",
"ports": ["3000:3000/tcp"],
"restart_policy": "unless-stopped",
"title": "Mstream",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mstream",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/music"
}
]
},
{
"categories": ["Other", "Voice", "Chat"],
"description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "goofball222/murmur:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/Mumble-logo.png",
"name": "murmur",
"platform": "linux",
"ports": ["64738:64738/tcp", "64738:64738/udp"],
"restart_policy": "unless-stopped",
"title": "Murmur",
"type": 1,
"volumes": [
{
"bind": "/etc/localtime:ro",
"container": "/etc/localtime"
},
{
"bind": "/portainer/Files/Config/Murmur",
"container": "/opt/murmur/config"
},
{
"bind": "/portainer/Files/Murmur/data",
"container": "/opt/murmur/data"
},
{
"bind": "/portainer/Files/Murmur/log",
"container": "/opt/murmur/log"
}
]
},
{
"categories": ["Music", "Other", "Tools"],
"description": "MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"env": [
{
"label": "BRAINZCODE",
"name": "BRAINZCODE",
"set": ""
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/musicbrainz:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/musicbrainz-icon.png",
"name": "musicbrainz",
"platform": "linux",
"ports": ["5000:5000/tcp"],
"restart_policy": "unless-stopped",
"title": "MusicBrainz",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/MusicBrainz",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/MusicBrainz",
"container": "/data"
}
]
},
{
"categories": ["Web", "Proxy", "Other", "Tools"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/muximux:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/muximux-icon.png",
"name": "muximux",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "Muximux",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Muximux",
"container": "/config"
}
]
},
{
"categories": ["Downloaders", "Books"],
"description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mylar:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mylar-icon.png",
"name": "mylar",
"platform": "linux",
"ports": ["8090:8090/tcp"],
"restart_policy": "unless-stopped",
"title": "Mylar",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mylar",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Comics",
"container": "/comics"
}
]
},
{
"categories": ["Downloaders"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbget:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nzbget-icon.png",
"name": "nzbget",
"platform": "linux",
"ports": ["6789:6789/tcp"],
"restart_policy": "unless-stopped",
"title": "NZBGet",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbget",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": ["Downloaders", "Other", "Tools"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbhydra2:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/hydra-icon.png",
"name": "nzbhydra2",
"platform": "linux",
"ports": ["5076:5076/tcp"],
"restart_policy": "unless-stopped",
"title": "NZBHydra 2",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbhydra2",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": ["Cloud", "Productivity", "Tools", "Other", "Web"],
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nextcloud-icon.png",
"name": "nextcloud",
"note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/nextcloud.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Nextcloud",
"type": 3
},
{
"categories": ["Web", "Proxy"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nginx:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nginx-icon.png",
"name": "nginx",
"platform": "linux",
"ports": ["80/tcp", "443/tcp"],
"restart_policy": "unless-stopped",
"title": "Nginx",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx",
"container": "/config"
}
]
},
{
"categories": ["Proxy", "Tools"],
"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.",
"image": "jc21/nginx-proxy-manager",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/proxy_mgr.png",
"name": "nginx-proxy-manager",
"platform": "linux",
"env": [
{
"label": "DB_SQLITE_FILE",
"name": "DB_SQLITE_FILE",
"default": "/data/database.sqlite"
}
],
"ports": ["80:80/tcp", "81:81/tcp", "443:443/tcp"],
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy/data",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy/letsencrypt",
"container": "/etc/letsencrypt"
}
]
},
{
"categories": ["Other"],
"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 (CAM). The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/oscam:latest",
"logo": "http://i.imgur.com/8LadrLg.png",
"name": "oscam",
"platform": "linux",
"ports": ["8888:8888/tcp", "10000:10000/tcp"],
"restart_policy": "unless-stopped",
"title": "OScam",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OScam",
"container": "/config"
}
]
},
{
"categories": ["Downloaders", "Other", "Video", "Tools"],
"description": "Ombi allows you to host your own Plex Request and user management system.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/ombi:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ombi.png",
"name": "ombi",
"platform": "linux",
"ports": ["3579:3579/tcp"],
"restart_policy": "unless-stopped",
"title": "Ombi",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Ombi",
"container": "/config"
}
]
},
{
"categories": ["Other"],
"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.",
"env": [
{
"label": "INTERFACE",
"name": "INTERFACE",
"set": "eth0"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/openvpn-as:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/openvpn-as-icon.png",
"name": "openvpn-as",
"platform": "linux",
"ports": ["943:943/tcp", "9443:9443/tcp", "1194:1194/udp"],
"restart_policy": "unless-stopped",
"title": "OpenVPN Access Server",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
"container": "/config"
}
]
},
{
"categories": ["Other", "Tools"],
"description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "organizr/organizr:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png",
"name": "organizr-v2",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "Organizr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Organizr",
"container": "/config"
}
]
},
{
"categories": ["Other", "Tools"],
"description": "Overseerr is a free and open source software application for managing requests for your media library.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/overseerr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/overseerr-icon.png",
"name": "Overseerr",
"platform": "linux",
"ports": ["5055:5055/tcp"],
"restart_policy": "unless-stopped",
"title": "Overseerr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Overseerr",
"container": "/config"
}
]
},
{
"categories": ["Cloud", "Productivity", "Tools", "Other", "Web"],
"description": "ownCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "OWNCLOUD_DOMAIN",
"name": "OWNCLOUD_DOMAIN"
},
{
"label": "DB_PASSWORD",
"name": "DB_PASSWORD"
},
{
"label": "ADMIN_USERNAME",
"name": "ADMIN_USERNAME"
},
{
"label": "ADMIN_PASSWORD",
"name": "ADMIN_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/docker-library/docs/9d36b4ed7cabc35dbd3849272ba2bd7abe482172/owncloud/logo.png",
"name": "Owncloud",
"note": "The database user is owncloud and the database is owncloud.",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/owncloud.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Owncloud",
"type": 3
},
{
"categories": ["Other", "Tools"],
"description": "Passky is a simple, modern, lightweight, open-source and secure password manager.",
"image": "rabbitcompany/passky-client:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/passky-icon.png",
"name": "passky-client",
"platform": "linux",
"ports": ["8081:80/tcp"],
"restart_policy": "unless-stopped",
"title": "Passky Client",
"type": 1
},
{
"categories": ["Other", "Tools"],
"description": "Passky is a simple, modern, lightweight, open-source and secure password manager.",
"env": [
{
"default": "admin",
"label": "ADMIN_USERNAME",
"name": "ADMIN_USERNAME"
},
{
"label": "ADMIN_PASSWORD",
"name": "ADMIN_PASSWORD"
}
],
"image": "rabbitcompany/passky-server:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/passky-icon.png",
"name": "passky-server",
"note": "Do not forget to perform regular backups, especially before each update.",
"platform": "linux",
"ports": ["8080:80/tcp"],
"restart_policy": "unless-stopped",
"title": "Passky Server",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Passky-Server",
"container": "/var/www/html/databases"
}
]
},
{
"categories": ["Other", "Tools"],
"description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/petio-icon.png",
"name": "Petio",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/petio.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Petio",
"type": 3
},
{
"categories": ["Photos"],
"description": "A simple, easy way to turn a photo album into a webgallery.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/photoshow:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/photoshow-icon.png",
"name": "photoshow",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "PhotoShow",
"type": 1,
"volumes": [
{
"bind": "/portainer/Pictures",
"container": "/Pictures"
},
{
"bind": "/portainer/Files/AppData/Photoshow/Thumbs",
"container": "/Thumbs"
},
{
"bind": "/portainer/Files/AppData/Config/PhotoShow",
"container": "/config"
}
]
},
{
"categories": ["Other", "Tools"],
"description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.",
"image": "pihole/pihole:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/pihole.png",
"name": "pihole",
"note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53.",
"platform": "linux",
"ports": [
"53:53/tcp",
"53:53/udp",
"67:67/udp",
"1010:80/tcp",
"4443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pi-Hole",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiHole",
"container": "/etc/pihole"
},
{
"bind": "/portainer/Files/AppData/Config/PiHole/DNS",
"container": "/etc/dnsmasq.d"
}
]
},
{
"categories": ["Photos"],
"description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/piwigo:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/piwigo-icon.png",
"name": "piwigo",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "Piwigo",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiWigo",
"container": "/config"
}
]
},
{
"categories": ["Video", "Music", "Photos"],
"description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VERSION",
"name": "VERSION",
"set": "latest"
}
],
"image": "linuxserver/plex:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/plex-icon.png",
"name": "plex",
"network": "host",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Plex",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Plex",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": ["Downloaders", "Other", "Video", "Tools"],
"description": "Simple automated way for users to request new content for Plex.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "URL_BASE",
"name": "URL_BASE",
"set": ""
}
],
"image": "linuxserver/plexrequests:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png",
"name": "plexrequests",
"platform": "linux",
"ports": ["3000:3000/tcp"],
"restart_policy": "unless-stopped",
"title": "Plex Requests",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PlexRequests",
"container": "/config"
}
]
},
{
"categories": ["Cloud", "Productivity", "Tools", "Other"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/projectsend:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/projectsend-logo.png",
"name": "projectsend",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "ProjectSend",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProjectSend",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/ProjectSend",
"container": "/config"
}
]
},
{
"categories": ["Email", "Productivity", "Tools", "Other"],
"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
"image": "shenxn/protonmail-bridge:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/protonmail-bridge.png",
"name": "protonmail-bridge",
"note": "Please refer to the documentation here to set this up.",
"platform": "linux",
"ports": ["143/tcp", "25/tcp"],
"restart_policy": "unless-stopped",
"title": "ProtonMail Bridge",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
"container": "/root"
}
]
},
{
"categories": ["Downloaders", "Video"],
"description": "Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "ghcr.io/linuxserver/prowlarr:develop",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/prowlarr.png",
"name": "prowlarr",
"platform": "linux",
"ports": ["9696:9696/tcp"],
"restart_policy": "unless-stopped",
"title": "Prowlarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Prowlarr",
"container": "/config"
}
]
},
{
"categories": ["Cloud", "Other"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/pydio:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/pydio-icon.png",
"name": "pydio",
"platform": "linux",
"ports": ["443/tcp"],
"restart_policy": "unless-stopped",
"title": "Pydio",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Pydio",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Pydio",
"container": "/data"
}
]
},
{
"categories": ["Downloaders"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/qbittorrent:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/qbittorrent-icon.png",
"name": "qbittorrent",
"platform": "linux",
"ports": ["6881:6881/tcp", "6881:6881/udp", "8080:8080/tcp"],
"restart_policy": "unless-stopped",
"title": "qBittorrent",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/qBittorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": ["Messenger"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/quassel-core:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/quassel-core-icon.png",
"name": "quassel-core",
"platform": "linux",
"ports": ["4242:4242/tcp"],
"restart_policy": "unless-stopped",
"title": "Quassel IRC",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Quassel-core",
"container": "/config"
}
]
},
{
"categories": ["Downloaders", "Video"],
"description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/radarr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/radarr.png",
"name": "radarr",
"platform": "linux",
"ports": ["7878:7878/tcp"],
"restart_policy": "unless-stopped",
"title": "Radarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Radarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": ["Other", "Tools"],
"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.",
"image": "amruthpillai/reactive-resume:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/reactiveresume.png",
"name": "reactive-resume",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "Reactive-Resume",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ReactiveResume",
"container": "/usr/src/app"
}
]
},
{
"categories": ["Backup", "Cloud", "Other", "Tools"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/resilio-sync:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/resilio.png",
"name": "resilio-sync",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Resilio Sync",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Resilio-Sync",
"container": "/config"
},
{
"container": "/sync"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": ["Downloaders"],
"description": "Popular torrent client with a webui for ease of use.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/rutorrent:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
"name": "rutorrent",
"platform": "linux",
"ports": ["80/tcp", "51413:51413/tcp", "6881:6881/udp"],
"restart_policy": "unless-stopped",
"title": "ruTorrent",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ruTorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": ["Downloaders"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sabnzbd:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sabnzbd-icon.png",
"name": "sabnzbd",
"platform": "linux",
"ports": ["8080:8080/tcp", "9090:9090/tcp"],
"restart_policy": "unless-stopped",
"title": "SABnzbd",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sabnzbd",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Downloads/incomplete",
"container": "/incomplete-downloads"
}
]
},
{
"categories": ["Other", "Tools"],
"description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.",
"image": "radhifadlillah/shiori:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/shiori-icon.png",
"name": "shiori",
"platform": "linux",
"ports": ["8080/tcp"],
"restart_policy": "unless-stopped",
"title": "Shiori",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Shiori",
"container": "/srv/shiori"
}
]
},
{
"categories": ["Downloaders", "Video"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickchill:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sickchill-icon.png",
"name": "sickchill",
"platform": "linux",
"ports": ["8081:8081/tcp"],
"restart_policy": "unless-stopped",
"title": "SickChill",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickChill",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/TV",
"container": "/tv"
}
]
},
{
"categories": ["Downloaders", "Video"],
"description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickgear:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sickgear-icon.png",
"name": "sickgear",
"platform": "linux",
"ports": ["8081:8081/tcp"],
"restart_policy": "unless-stopped",
"title": "SickGear",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickGear",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": ["Management"],
"description": "SmokePing is a latency logging and graphing and alerting system. It consists of a daemon process which organizes the latency measurements and a CGI which presents the graphs.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/smokeping:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/smokeping-icon.png",
"name": "smokeping",
"platform": "linux",
"ports": ["80/tcp"],
"restart_policy": "unless-stopped",
"title": "SmokePing",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Smokeping",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Smokeping",
"container": "/data"
}
]
},
{
"categories": ["Other", "Tools"],
"description": "Self-hosted snippet manager.",
"image": "snowmean/snibox-sqlite:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/snibox.png",
"name": "Snibox",
"note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
"platform": "linux",
"ports": ["3010:3000/tcp"],
"restart_policy": "unless-stopped",
"title": "Snibox",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snibox",
"container": "/app/db/database"
}
]
},
{
"categories": ["Downloaders", "Video"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/sonarr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sonarr-icon.png",
"name": "sonarr",
"platform": "linux",
"ports": ["8989:8989/tcp"],
"restart_policy": "unless-stopped",
"title": "Sonarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sonarr",
"container": "/config"
},
{
"bind": "/dev/rtc",
"container": "/dev/rtc"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": ["Backup", "Cloud", "Other", "Tools"],
"description": "Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/syncthing:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/syncthing-icon.png",
"name": "syncthing",
"platform": "linux",
"ports": ["8384:8384/tcp", "21027:21027/udp", "22000:22000/tcp"],
"restart_policy": "unless-stopped",
"title": "SyncThing",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Syncthing",
"container": "/config"
},
{
"container": "/sync"
}
]
},
{
"categories": ["Other", "Tools"],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/tautulli:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tautulli-icon.png",
"name": "tautulli",
"note": "Port 8181 The webui for Tautulli's webui