{ "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": [ "Notifications" ], "description": "[Apprise-api](https://github.com/caronc/apprise-api) Takes advantage of [Apprise](https://github.com/caronc/apprise) through your network with a user-friendly API. * Send notifications to more then 65+ services. * An incredibly lightweight gateway to Apprise. * A production ready micro-service at your disposal. Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/apprise-api:latest", "logo": "https://raw.githubusercontent.com/caronc/apprise-api/master/apprise_api/static/logo.png", "name": "Apprise-api", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/apprise-api/config

", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Apprise-api", "type": 1, "volumes": [{ "bind": "/volume1/docker/apprise-api/config", "container": "/config" }] }, { "description": "[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/audacity:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png", "name": "Audacity", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/audacity/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Audacity", "type": 1, "volumes": [{ "bind": "/volume1/docker/audacity/config", "container": "/config" }] }, { "description": "[Babybuddy](https://github.com/babybuddy/babybuddy) is a buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.", "env": [{ "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }], "image": "linuxserver/babybuddy:latest", "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/babybuddy-logo.png", "name": "Babybuddy", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/babybuddy/config

", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Babybuddy", "type": 1, "volumes": [{ "bind": "/volume1/docker/babybuddy/config", "container": "/config" }] }, { "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": [ "Research" ], "description": "[BOINC](https://boinc.berkeley.edu/) is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Optionally set a password for the gui.", "label": "PASSWORD", "name": "PASSWORD" } ], "image": "linuxserver/boinc:latest", "logo": "https://raw.githubusercontent.com/BOINC/boinc/master/doc/logo/boinc_logo_black.jpg", "name": "Boinc", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/boinc/config

", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Boinc", "type": 1, "volumes": [{ "bind": "/volume1/docker/boinc/config", "container": "/config" }] }, { "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": [ "Audio" ], "description": "[Booksonic-air](http://booksonic.org) is a platform for accessing the audibooks you own wherever you are. At the moment the platform consists of Booksonic Air - A server for streaming your audiobooks, successor to the original Booksonic server and based on Airsonic. Booksonic App - An DSub based Android app for connection to Booksonic-Air servers. .", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "url-base", "description": "Base url for use with reverse proxies etc.", "label": "CONTEXT_PATH", "name": "CONTEXT_PATH" } ], "image": "linuxserver/booksonic-air:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png", "name": "Booksonic-air", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/booksonic-air/config
mkdir -p /volume1/docker/booksonic-air/audiobooks
mkdir -p /volume1/docker/booksonic-air/podcasts
mkdir -p /volume1/docker/booksonic-air/othermedia

", "platform": "linux", "ports": [ "4040:4040/tcp" ], "restart_policy": "unless-stopped", "title": "Booksonic-air", "type": 1, "volumes": [{ "bind": "/volume1/docker/booksonic-air/config", "container": "/config" }, { "bind": "/volume1/docker/booksonic-air/audiobooks", "container": "/audiobooks" }, { "bind": "/volume1/docker/booksonic-air/podcasts", "container": "/podcasts" }, { "bind": "/volume1/docker/booksonic-air/othermedia", "container": "/othermedia" } ] }, { "categories": [ "Media" ], "description": "[Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "", "description": "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`", "label": "APP_URL", "name": "APP_URL" }, { "default": "", "description": "for specifying the database host", "label": "DB_HOST", "name": "DB_HOST" }, { "default": "", "description": "for specifying the database user", "label": "DB_USER", "name": "DB_USER" }, { "default": "", "description": "for specifying the database password", "label": "DB_PASS", "name": "DB_PASS" }, { "default": "bookstackapp", "description": "for specifying the database to be used", "label": "DB_DATABASE", "name": "DB_DATABASE" } ], "image": "linuxserver/bookstack:latest", "logo": "https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/bookstack-logo500x500.png", "name": "Bookstack", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/bookstack/config

", "platform": "linux", "ports": [ "6875:80/tcp" ], "restart_policy": "unless-stopped", "title": "Bookstack", "type": 1, "volumes": [{ "bind": "/volume1/docker/bookstack/config", "container": "/config" }] }, { "categories": [ "Media" ], "description": "[Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book manager. Users say it’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer experts.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Optionally set a password for the gui.", "label": "PASSWORD", "name": "PASSWORD" }, { "default": "", "description": "Optionally pass cli start arguments to calibre.", "label": "CLI_ARGS", "name": "CLI_ARGS" } ], "image": "linuxserver/calibre:latest", "logo": "https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png", "name": "Calibre", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/calibre/config

", "platform": "linux", "ports": [ "8080:8080/tcp", "8081:8081/tcp" ], "restart_policy": "unless-stopped", "title": "Calibre", "type": 1, "volumes": [{ "bind": "/volume1/docker/calibre/config", "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
  • /config - Where Calibre-web should store it's database
  • /books - Path to your calibre library metadata.db file
", "platform": "linux", "ports": [ "8083:8083/tcp" ], "restart_policy": "unless-stopped", "title": "Calibre Web", "type": 1, "volumes": [{ "bind": "/portainer/Books", "container": "/books" }, { "bind": "/portainer/Files/AppData/Config/Calibre-web", "container": "/config" } ] }, { "category": [ "Other", "Tools", "Photo" ], "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..", "env": [{ "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "CHEVERETO_DB_HOST", "name": "CHEVERETO_DB_HOST", "set": "" }, { "label": "CHEVERETO_DB_USERNAME", "name": "CHEVERETO_DB_USERNAME", "set": "" }, { "label": "CHEVERETO_DB_PASSWORD", "name": "CHEVERETO_DB_PASSWORD", "set": "" }, { "label": "CHEVERETO_DB_NAME", "name": "CHEVERETO_DB_NAME", "set": "" }, { "label": "CHEVERETO_DB_PREFIX", "name": "CHEVERETO_DB_PREFIX", "set": "" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "nmtan/chevereto:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/Chevereto.png", "platform": "linux", "ports": [ "80/tcp" ], "title": "Chevereto", "type": 1, "volumes": [{ "container": "/var/www/html/images" }] }, { "categories": [ "Development" ], "description": "[Cloud9](https://github.com/c9/core) Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "https://github.com/linuxserver/docker-cloud9.git", "description": "Specify a git repo to checkout on first startup", "label": "GITURL", "name": "GITURL" }, { "default": "", "description": "Optionally specify a username for http auth", "label": "USERNAME", "name": "USERNAME" }, { "default": "", "description": "Optionally specify a password for http auth (if USERNAME and PASSWORD are not set, there will be no http auth)", "label": "PASSWORD", "name": "PASSWORD" } ], "image": "linuxserver/cloud9:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png", "name": "Cloud9", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/cloud9/config
mkdir -p /volume1/docker/cloud9/code

", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Cloud9", "type": 1, "volumes": [{ "bind": "/volume1/docker/cloud9/config", "container": "/config" }, { "bind": "/volume1/docker/cloud9/code", "container": "/code" }, { "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" } ] }, { "categories": [ "Development" ], "description": "[Code-server](https://coder.com) is VS Code running on a remote server, accessible through the browser. - Code on your Chromebook, tablet, and laptop with a consistent dev environment. - If you have a Windows or Mac workstation, more easily develop for Linux. - Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. - Preserve battery life when you're on the go. - All intensive computation runs on your server. - You're no longer running excess instances of Chrome.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "password", "description": "Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth.", "label": "PASSWORD", "name": "PASSWORD" }, { "default": "", "description": "Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below.", "label": "HASHED_PASSWORD", "name": "HASHED_PASSWORD" }, { "default": "password", "description": "If this optional variable is set, user will have sudo access in the code-server terminal with the specified password.", "label": "SUDO_PASSWORD", "name": "SUDO_PASSWORD" }, { "default": "", "description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`.", "label": "SUDO_PASSWORD_HASH", "name": "SUDO_PASSWORD_HASH" }, { "default": "code-server.my.domain", "description": "If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#sub-domains)", "label": "PROXY_DOMAIN", "name": "PROXY_DOMAIN" }, { "default": "/config/workspace", "description": "If this optional variable is set, code-server will open this directory by default", "label": "DEFAULT_WORKSPACE", "name": "DEFAULT_WORKSPACE" } ], "image": "linuxserver/code-server:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/code-server-banner.png", "name": "Code-server", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/code-server/config

", "platform": "linux", "ports": [ "8443:8443/tcp" ], "restart_policy": "unless-stopped", "title": "Code-server", "type": 1, "volumes": [{ "bind": "/volume1/docker/code-server/config", "container": "/config" }] }, { "categories": [ "Books" ], "description": "[Cops](http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. 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. Changes in your Calibre library are reflected immediately in your COPS pages. See : [COPS's home](http://blog.slucas.fr/en/oss/calibre-opds-php-server) for more details. Don't forget to check the [Wiki](https://github.com/seblucas/cops/wiki). ## Why? (taken from the author's site) In my opinion Calibre is a marvelous tool but is too big and has too much dependencies to be used for its content server. That's the main reason why I coded this OPDS server. I needed a simple tool to be installed on a small server (Seagate Dockstar in my case). I initially thought of Calibre2OPDS but as it generate static file no search was possible. Later I added an simple HTML catalog that should be usable on my Kobo. So COPS's main advantages are : * No need for many dependencies. * No need for a lot of CPU or RAM. * Not much code. * Search is available. * With Dropbox / owncloud it's very easy to have an up to date OPDS server. * It was fun to code. If you want to use the OPDS feed don't forget to specify feed.php at the end of your URL.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/cops:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cops-icon.png", "name": "Cops", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/cops/config
mkdir -p /volume1/docker/cops/books

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Cops", "type": 1, "volumes": [{ "bind": "/volume1/docker/cops/config", "container": "/config" }, { "bind": "/volume1/docker/cops/books", "container": "/books" } ] }, { "categories": [ "Media" ], "description": "[Couchpotato](https://couchpota.to/) 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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/couchpotato:latest", "logo": "https://couchpota.to/media/images/full.png", "name": "Couchpotato", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/couchpotato/config
mkdir -p /volume1/docker/couchpotato/downloads
mkdir -p /volume1/docker/couchpotato/movies

", "platform": "linux", "ports": [ "5050:5050/tcp" ], "restart_policy": "unless-stopped", "title": "Couchpotato", "type": 1, "volumes": [{ "bind": "/volume1/docker/couchpotato/config", "container": "/config" }, { "bind": "/volume1/docker/couchpotato/downloads", "container": "/downloads" }, { "bind": "/volume1/docker/couchpotato/movies", "container": "/movies" } ] }, { "categories": [ "Media" ], "description": "[Daapd](https://owntone.github.io/owntone-server/) (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), Chromecast, MPD and internet radio.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/daapd:latest", "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-git.png", "name": "Daapd", "network": "host", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/daapd/config
mkdir -p /volume1/docker/daapd/music

", "platform": "linux", "restart_policy": "unless-stopped", "title": "Daapd", "type": 1, "volumes": [{ "bind": "/volume1/docker/daapd/config", "container": "/config" }, { "bind": "/volume1/docker/daapd/music", "container": "/music" } ] }, { "categories": [ "Productivity" ], "description": "[darktable](https://www.darktable.org/) is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/darktable:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/darktable-logo.png", "name": "Darktable", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/darktable/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Darktable", "type": 1, "volumes": [{ "bind": "/volume1/docker/darktable/config", "container": "/config" }] }, { "categories": [ "Productivity" ], "description": "[Davos](https://github.com/linuxserver/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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/davos:latest", "logo": "https://raw.githubusercontent.com/linuxserver/davos/master/docs/list.PNG", "name": "Davos", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/davos/config
mkdir -p /volume1/docker/davos/download

", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Davos", "type": 1, "volumes": [{ "bind": "/volume1/docker/davos/config", "container": "/config" }, { "bind": "/volume1/docker/davos/download", "container": "/download" } ] }, { "categories": [ "Networking" ], "description": "[Ddclient](https://github.com/ddclient/ddclient) is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/ddclient:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png", "name": "Ddclient", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/ddclient/config

", "platform": "linux", "restart_policy": "unless-stopped", "title": "Ddclient", "type": 1, "volumes": [{ "bind": "/volume1/docker/ddclient/config", "container": "/config" }] }, { "categories": [ "File Management" ], "description": "[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more...", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "error", "description": "set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web", "label": "DELUGE_LOGLEVEL", "name": "DELUGE_LOGLEVEL" } ], "image": "linuxserver/deluge:latest", "logo": "https://avatars2.githubusercontent.com/u/6733935?v=3&s=200", "name": "Deluge", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/deluge/config
mkdir -p /volume1/docker/deluge/downloads

", "platform": "linux", "ports": [ "8112:8112/tcp", "6881:6881/tcp", "6881:6881/udp" ], "restart_policy": "unless-stopped", "title": "Deluge", "type": 1, "volumes": [{ "bind": "/volume1/docker/deluge/config", "container": "/config" }, { "bind": "/volume1/docker/deluge/downloads", "container": "/downloads" } ] }, { "categories": [ "Photography" ], "description": "[digiKam](https://www.digikam.org/): Professional Photo Management with the Power of Open Source", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/digikam:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png", "name": "Digikam", "network": "host", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/digikam/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Digikam", "type": 1, "volumes": [{ "bind": "/volume1/docker/digikam/config", "container": "/config" }] }, { "categories": [ "Development" ], "description": "[Dillinger](https://github.com/joemccann/dillinger) is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/dillinger:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dillinger.png", "name": "Dillinger", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/dillinger/config

", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Dillinger", "type": 1, "volumes": [{ "bind": "/volume1/docker/dillinger/config", "container": "/config" }] }, { "categories": [ "Productivity" ], "description": "[Diskover](https://github.com/diskoverdata/diskover-community) is an open source file system indexer that uses Elasticsearch to index and manage data across heterogeneous storage systems.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "elasticsearch", "description": "ElasticSearch host (optional)", "label": "ES_HOST", "name": "ES_HOST" }, { "default": "9200", "description": "ElasticSearch port (optional)", "label": "ES_PORT", "name": "ES_PORT" }, { "default": "elastic", "description": "ElasticSearch username (optional)", "label": "ES_USER", "name": "ES_USER" }, { "default": "changeme", "description": "ElasticSearch password (optional)", "label": "ES_PASS", "name": "ES_PASS" } ], "image": "linuxserver/diskover:latest", "logo": "https://raw.githubusercontent.com/diskoverdata/diskover-community/master/diskover-web/public/images/diskover.png", "name": "Diskover", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/diskover/config
mkdir -p /volume1/docker/diskover/data

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Diskover", "type": 1, "volumes": [{ "bind": "/volume1/docker/diskover/config", "container": "/config" }, { "bind": "/volume1/docker/diskover/data", "container": "/data" } ] }, { "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/docker-compose for details.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/docker-compose:latest", "logo": "", "name": "Docker-compose", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/docker-compose/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Docker-compose", "type": 1, "volumes": [{ "bind": "/volume1/docker/docker-compose/config", "container": "/config" }] }, { "categories": [ "Productivity" ], "description": "[Dokuwiki](https://www.dokuwiki.org/dokuwiki/) is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/dokuwiki:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dokuwiki-icon.png", "name": "Dokuwiki", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/dokuwiki/config

", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Dokuwiki", "type": 1, "volumes": [{ "bind": "/volume1/docker/dokuwiki/config", "container": "/config" }] }, { "categories": [ "Automation" ], "description": "[Domoticz](https://www.domoticz.com) 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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "domoticz", "description": "Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying.", "label": "WEBROOT", "name": "WEBROOT" } ], "image": "linuxserver/domoticz:latest", "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", "name": "Domoticz", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/domoticz/config

", "platform": "linux", "ports": [ "8080:8080/tcp", "6144:6144/tcp", "1443:1443/tcp" ], "restart_policy": "unless-stopped", "title": "Domoticz", "type": 1, "volumes": [{ "bind": "/volume1/docker/domoticz/config", "container": "/config" }] }, { "categories": [ "File Management" ], "description": "[Double Commander](https://doublecmd.sourceforge.io/) is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/doublecommander:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png", "name": "Doublecommander", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/doublecommander/config
mkdir -p /volume1/docker/doublecommander/data

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Doublecommander", "type": 1, "volumes": [{ "bind": "/volume1/docker/doublecommander/config", "container": "/config" }, { "bind": "/volume1/docker/doublecommander/data", "container": "/data" } ] }, { "description": "[Duckdns](https://duckdns.org/) 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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "subdomain1,subdomain2", "description": "multiple subdomains allowed, comma separated, no spaces", "label": "SUBDOMAINS", "name": "SUBDOMAINS" }, { "default": "token", "description": "DuckDNS token", "label": "TOKEN", "name": "TOKEN" }, { "default": "false", "description": "Set to `true` to log to file (also need to map /config).", "label": "LOG_FILE", "name": "LOG_FILE" } ], "image": "linuxserver/duckdns:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duckdns.png", "name": "Duckdns", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/duckdns/config

", "platform": "linux", "restart_policy": "unless-stopped", "title": "Duckdns", "type": 1, "volumes": [{ "bind": "/volume1/docker/duckdns/config", "container": "/config" }] }, { "description": "[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with", "label": "CLI_ARGS", "name": "CLI_ARGS" } ], "image": "linuxserver/duplicati:latest", "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/duplicati-icon.png", "name": "Duplicati", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/duplicati/config
mkdir -p /volume1/docker/duplicati/backups
mkdir -p /volume1/docker/duplicati/source

", "platform": "linux", "ports": [ "8200:8200/tcp" ], "restart_policy": "unless-stopped", "title": "Duplicati", "type": 1, "volumes": [{ "bind": "/volume1/docker/duplicati/config", "container": "/config" }, { "bind": "/volume1/docker/duplicati/backups", "container": "/backups" }, { "bind": "/volume1/docker/duplicati/source", "container": "/source" } ] }, { "categories": [ "Home Media" ], "description": "[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/emby:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emby-logo.png", "name": "Emby", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/emby/config
mkdir -p /volume1/docker/emby/data/tvshows
mkdir -p /volume1/docker/emby/data/movies

", "platform": "linux", "ports": [ "8096:8096/tcp", "8920:8920/tcp" ], "restart_policy": "unless-stopped", "title": "Emby", "type": 1, "volumes": [{ "bind": "/volume1/docker/emby/config", "container": "/config" }, { "bind": "/volume1/docker/emby/data/tvshows", "container": "/data/tvshows" }, { "bind": "/volume1/docker/emby/data/movies", "container": "/data/movies" }, { "bind": "/opt/vc/lib", "container": "/opt/vc/lib" } ] }, { "description": "[Embystat](https://github.com/mregni/EmbyStat) is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/embystat:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/embystat-logo.png", "name": "Embystat", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/embystat/config

", "platform": "linux", "ports": [ "6555:6555/tcp" ], "restart_policy": "unless-stopped", "title": "Embystat", "type": 1, "volumes": [{ "bind": "/volume1/docker/embystat/config", "container": "/config" }] }, { "description": "[Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "/", "description": "Specify a subfolder for reverse proxies IE '/FOLDER/'", "label": "SUBFOLDER", "name": "SUBFOLDER" } ], "image": "linuxserver/emulatorjs:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png", "name": "Emulatorjs", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/emulatorjs/data

", "platform": "linux", "ports": [ "3000:3000/tcp", "80:80/tcp", "4001:4001/tcp" ], "restart_policy": "unless-stopped", "title": "Emulatorjs", "type": 1, "volumes": [{ "bind": "/volume1/docker/emulatorjs/data", "container": "/data" }] }, { "description": "[Endlessh](https://github.com/skeeto/endlessh) is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "10000", "description": "The endless banner is sent one line at a time. This is the delay in milliseconds between individual lines.", "label": "MSDELAY", "name": "MSDELAY" }, { "default": "32", "description": "The length of each line is randomized. This controls the maximum length of each line. Shorter lines may keep clients on for longer if they give up after a certain number of bytes.", "label": "MAXLINES", "name": "MAXLINES" }, { "default": "4096", "description": "Maximum number of connections to accept at a time. Connections beyond this are not immediately rejected, but will wait in the queue.", "label": "MAXCLIENTS", "name": "MAXCLIENTS" }, { "default": "false", "description": "By default, the app logs to container log. If this is set to `true`, the log will be output to file under `/config/logs/endlessh` (`/config` needs to be mapped).", "label": "LOGFILE", "name": "LOGFILE" }, { "default": "", "description": "By default, the app binds to IPv4 and IPv6 addresses. Set it to `4` or `6` to bind to IPv4 only or IPv6 only, respectively. Leave blank to bind to both.", "label": "BINDFAMILY", "name": "BINDFAMILY" } ], "image": "linuxserver/endlessh:latest", "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/openssh-server-logo.png", "name": "Endlessh", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/endlessh/config

", "platform": "linux", "ports": [ "22:2222/tcp" ], "restart_policy": "unless-stopped", "title": "Endlessh", "type": 1, "volumes": [{ "bind": "/volume1/docker/endlessh/config", "container": "/config" }] }, { "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/ffmpeg for details.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/ffmpeg:latest", "logo": "", "name": "Ffmpeg", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/ffmpeg/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Ffmpeg", "type": 1, "volumes": [{ "bind": "/volume1/docker/ffmpeg/config", "container": "/config" }] }, { "description": "[FIleZilla](https://filezilla-project.org/) Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/filezilla:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png", "name": "Filezilla", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/filezilla/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Filezilla", "type": 1, "volumes": [{ "bind": "/volume1/docker/filezilla/config", "container": "/config" }] }, { "description": "[Firefox](https://www.mozilla.org/en-US/firefox/) Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/firefox:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/firefox-logo.png", "name": "Firefox", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/firefox/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Firefox", "type": 1, "volumes": [{ "bind": "/volume1/docker/firefox/config", "container": "/config" }] }, { "description": "[Fleet](https://github.com/linuxserver/fleet) provides an online web interface which displays a set of maintained images from one or more owned repositories.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "DATABASE", "description": "A switch to define how Fleet manages user logins. If set to DATABASE, see the related optional params. Can be set to either DATABASE or PROPERTIES.", "label": "fleet_admin_authentication_type", "name": "fleet_admin_authentication_type" }, { "default": "jdbc:mariadb://:3306/fleet", "description": "The full JDBC connection string to the Fleet database", "label": "fleet_database_url", "name": "fleet_database_url" }, { "default": "fleet_user", "description": "The username with the relevant GRANT permissions for the database", "label": "fleet_database_username", "name": "fleet_database_username" }, { "default": "dbuserpassword", "description": "The database user's password.", "label": "fleet_database_password", "name": "fleet_database_password" }, { "default": "randomstring", "description": "A string used as part of the password key derivation process.", "label": "fleet_admin_secret", "name": "fleet_admin_secret" } ], "image": "linuxserver/fleet:latest", "logo": "", "name": "Fleet", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/fleet/config

", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Fleet", "type": 1, "volumes": [{ "bind": "/volume1/docker/fleet/config", "container": "/config" }] }, { "description": "[Folding@home](https://foldingathome.org/) is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. It brings together citizen scientists who volunteer to run simulations of protein dynamics on their personal computers. Insights from this data are helping scientists to better understand biology, and providing new opportunities for developing therapeutics.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/foldingathome:latest", "logo": "https://foldingathome.org/wp-content/uploads/2016/09/folding-at-home-logo.png", "name": "Foldingathome", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/foldingathome/config

", "platform": "linux", "ports": [ "7396:7396/tcp", "36330:36330/tcp" ], "restart_policy": "unless-stopped", "title": "Foldingathome", "type": 1, "volumes": [{ "bind": "/volume1/docker/foldingathome/config", "container": "/config" }] }, { "description": "[Freshrss](https://freshrss.org/) is a free, self-hostable aggregator for rss feeds.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/freshrss:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freshrss-banner.png", "name": "Freshrss", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/freshrss/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Freshrss", "type": 1, "volumes": [{ "bind": "/volume1/docker/freshrss/config", "container": "/config" }] }, { "categories": [ "Web Platform" ], "description": "[Grav](https://github.com/getgrav/grav/) is a Fast, Simple, and Flexible, file-based Web-platform.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/grav:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png", "name": "Grav", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/grav/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Grav", "type": 1, "volumes": [{ "bind": "/volume1/docker/grav/config", "container": "/config" }] }, { "description": "[Grocy](https://github.com/grocy/grocy) is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility. Keep track of your purchases, how much food you are wasting, what chores need doing and what batteries need charging with this proudly Open Source tool For more information on grocy visit their website and check it out: https://grocy.info", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/grocy:latest", "logo": "https://grocy.info/img/grocy_logo.svg", "name": "Grocy", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/grocy/config

", "platform": "linux", "ports": [ "9283:80/tcp" ], "restart_policy": "unless-stopped", "title": "Grocy", "type": 1, "volumes": [{ "bind": "/volume1/docker/grocy/config", "container": "/config" }] }, { "description": "[Guacd](https://guacamole.apache.org/) - Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. This container is only the backend server component needed to use The official or 3rd party HTML5 frontends.", "image": "linuxserver/guacd:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/guacd.png", "name": "Guacd", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

", "platform": "linux", "ports": [ "4822:4822/tcp" ], "restart_policy": "unless-stopped", "title": "Guacd", "type": 1 }, { "description": "[Habridge](http://bwssystems.com/#/habridge) emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot Gen 1 (gen 2 has issues discovering ha-bridge) or other systems that support Philips Hue. The Bridge handles basic commands such as 'On', 'Off' and 'brightness' commands of the hue protocol. This bridge can control most devices that have a distinct API. In the cases of systems that require authorization and/or have APIs that cannot be handled in the current method, a module may need to be built. The Harmony Hub is such a module and so is the Nest module. The Bridge has helpers to build devices for the gateway for the Logitech Harmony Hub, Vera, Vera Lite or Vera Edge, Nest, Somfy Tahoma, Home Assistant, Domoticz, MQTT, HAL, Fibaro, HomeWizard, LIFX, OpenHAB, FHEM, Broadlink and the ability to proxy all of your real Hue bridges behind this bridge. This bridge was built to help put the Internet of Things together. For more information about how to use this software have a look at their Wiki [https://github.com/bwssytems/ha-bridge/wiki](https://github.com/bwssytems/ha-bridge/wiki)", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "", "description": "Key used to secure communication.", "label": "SEC_KEY", "name": "SEC_KEY" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/habridge:latest", "logo": "https://raw.githubusercontent.com/bwssytems/ha-bridge/master/src/main/resources/public/img/favicon.ico", "name": "Habridge", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/habridge/config

", "platform": "linux", "ports": [ "8080:8080/tcp", "50000:50000/tcp" ], "restart_policy": "unless-stopped", "title": "Habridge", "type": 1, "volumes": [{ "bind": "/volume1/docker/habridge/config", "container": "/config" }] }, { "description": "[Headphones](https://github.com/rembo10/headphones) is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/headphones:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png", "name": "Headphones", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/headphones/config
mkdir -p /volume1/docker/headphones/downloads
mkdir -p /volume1/docker/headphones/music

", "platform": "linux", "ports": [ "8181:8181/tcp" ], "restart_policy": "unless-stopped", "title": "Headphones", "type": 1, "volumes": [{ "bind": "/volume1/docker/headphones/config", "container": "/config" }, { "bind": "/volume1/docker/headphones/downloads", "container": "/downloads" }, { "bind": "/volume1/docker/headphones/music", "container": "/music" } ] }, { "description": "[Healthchecks](https://github.com/healthchecks/healthchecks) is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "", "description": "The site's top-level URL and the port it listens to if differrent than 80 or 443 (e.g., https://healthchecks.example.com:8000)", "label": "SITE_ROOT", "name": "SITE_ROOT" }, { "default": "", "description": "The site's name (e.g., 'Example Corp HealthChecks')", "label": "SITE_NAME", "name": "SITE_NAME" }, { "default": "", "description": "From email for alerts", "label": "DEFAULT_FROM_EMAIL", "name": "DEFAULT_FROM_EMAIL" }, { "default": "", "description": "SMTP host", "label": "EMAIL_HOST", "name": "EMAIL_HOST" }, { "default": "", "description": "SMTP port", "label": "EMAIL_PORT", "name": "EMAIL_PORT" }, { "default": "", "description": "SMTP user", "label": "EMAIL_HOST_USER", "name": "EMAIL_HOST_USER" }, { "default": "", "description": "SMTP password", "label": "EMAIL_HOST_PASSWORD", "name": "EMAIL_HOST_PASSWORD" }, { "default": "", "description": "Use TLS for SMTP (`True` or `False`)", "label": "EMAIL_USE_TLS", "name": "EMAIL_USE_TLS" }, { "default": "", "description": "array of valid hostnames for the server `['test.com','test2.com']` (default: `['*']`)", "label": "ALLOWED_HOSTS", "name": "ALLOWED_HOSTS" }, { "default": "", "description": "Superuser email", "label": "SUPERUSER_EMAIL", "name": "SUPERUSER_EMAIL" }, { "default": "", "description": "Superuser password", "label": "SUPERUSER_PASSWORD", "name": "SUPERUSER_PASSWORD" }, { "default": "True/False", "description": "Defaults to False. Set to true to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file.", "label": "REGENERATE_SETTINGS", "name": "REGENERATE_SETTINGS" }, { "default": "", "description": "Custom site logo URL", "label": "SITE_LOGO_URL", "name": "SITE_LOGO_URL" }, { "default": "", "description": "A secret key used for cryptographic signing. docker-healthchecks will generate a secure value if one does not exist", "label": "SECRET_KEY", "name": "SECRET_KEY" } ], "image": "linuxserver/healthchecks:latest", "logo": "https://raw.githubusercontent.com/healthchecks/healthchecks/master/static/img/welcome.png", "name": "Healthchecks", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/healthchecks/config

", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Healthchecks", "type": 1, "volumes": [{ "bind": "/volume1/docker/healthchecks/config", "container": "/config" }] }, { "categories": [ "Documentation" ], "description": "[HedgeDoc](https://hedgedoc.org/) gives you access to all your files wherever you are. HedgeDoc is a real-time, multi-platform collaborative markdown note editor. This means that you can write notes with other people on your desktop, tablet or even on the phone. You can sign-in via multiple auth providers like Facebook, Twitter, GitHub and many more on the homepage.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "", "description": "Host address of mysql database", "label": "DB_HOST", "name": "DB_HOST" }, { "default": "3306", "description": "Port to access mysql database default is 3306", "label": "DB_PORT", "name": "DB_PORT" }, { "default": "hedgedoc", "description": "Database user", "label": "DB_USER", "name": "DB_USER" }, { "default": "", "description": "Database password", "label": "DB_PASS", "name": "DB_PASS" }, { "default": "hedgedoc", "description": "Database name", "label": "DB_NAME", "name": "DB_NAME" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "localhost", "description": "The address the gui will be accessed at (ie. `192.168.1.1` or `hedgedoc.domain.com`).", "label": "CMD_DOMAIN", "name": "CMD_DOMAIN" }, { "default": "true", "description": "Set to `false` if accessing at port `80` or `443`.", "label": "CMD_URL_ADDPORT", "name": "CMD_URL_ADDPORT" }, { "default": "false", "description": "Set to `true` if accessing over https via reverse proxy.", "label": "CMD_PROTOCOL_USESSL", "name": "CMD_PROTOCOL_USESSL" } ], "image": "linuxserver/hedgedoc:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hedgedoc-banner.png", "name": "Hedgedoc", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/hedgedoc/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Hedgedoc", "type": 1, "volumes": [{ "bind": "/volume1/docker/hedgedoc/config", "container": "/config" }] }, { "description": "[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/heimdall:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-banner.png", "name": "Heimdall", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/heimdall/config

", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Heimdall", "type": 1, "volumes": [{ "bind": "/volume1/docker/heimdall/config", "container": "/config" }] }, { "categories": [ "Home Automation" ], "description": "[Homeassistant](https://www.home-assistant.io/) is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/homeassistant:latest", "logo": "https://github.com/home-assistant/home-assistant.io/raw/next/source/images/favicon-192x192-full.png", "name": "Homeassistant", "network": "host", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/homeassistant/config

", "platform": "linux", "ports": [ "8123:8123/tcp" ], "restart_policy": "unless-stopped", "title": "Homeassistant", "type": 1, "volumes": [{ "bind": "/volume1/docker/homeassistant/config", "container": "/config" }] }, { "categories": [ "P2P" ], "description": "[Ipfs](https://ipfs.io/) - A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/ipfs:latest", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Ipfs-logo-1024-ice-text.png/480px-Ipfs-logo-1024-ice-text.png", "name": "Ipfs", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/ipfs/config

", "platform": "linux", "ports": [ "80:80/tcp", "4001:4001/tcp", "5001:5001/tcp", "8080:8080/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Ipfs", "type": 1, "volumes": [{ "bind": "/volume1/docker/ipfs/config", "container": "/config" }] }, { "description": "[Jackett](https://github.com/Jackett/Jackett) works as a proxy server: it translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "true", "description": "Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default)", "label": "AUTO_UPDATE", "name": "AUTO_UPDATE" }, { "default": "", "description": "Optionally specify additional arguments to be passed.", "label": "RUN_OPTS", "name": "RUN_OPTS" } ], "image": "linuxserver/jackett:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jackett-banner.png", "name": "Jackett", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/jackett/config
mkdir -p /volume1/docker/jackett/downloads

", "platform": "linux", "ports": [ "9117:9117/tcp" ], "restart_policy": "unless-stopped", "title": "Jackett", "type": 1, "volumes": [{ "bind": "/volume1/docker/jackett/config", "container": "/config" }, { "bind": "/volume1/docker/jackett/downloads", "container": "/downloads" } ] }, { "description": "[Jellyfin](https://jellyfin.github.io/) 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. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "192.168.0.5", "description": "Set the autodiscovery response domain or IP address.", "label": "JELLYFIN_PublishedServerUrl", "name": "JELLYFIN_PublishedServerUrl" } ], "image": "linuxserver/jellyfin:latest", "logo": "https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/banner-logo-solid.svg?sanitize=true", "name": "Jellyfin", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/jellyfin/config
mkdir -p /volume1/docker/jellyfin/data/tvshows
mkdir -p /volume1/docker/jellyfin/data/movies

", "platform": "linux", "ports": [ "8096:8096/tcp", "8920:8920/tcp", "7359:7359/udp", "1900:1900/udp" ], "restart_policy": "unless-stopped", "title": "Jellyfin", "type": 1, "volumes": [{ "bind": "/volume1/docker/jellyfin/config", "container": "/config" }, { "bind": "/volume1/docker/jellyfin/data/tvshows", "container": "/data/tvshows" }, { "bind": "/volume1/docker/jellyfin/data/movies", "container": "/data/movies" } ] }, { "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/jenkins-builder for details.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/jenkins-builder:latest", "logo": "", "name": "Jenkins-builder", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/jenkins-builder/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Jenkins-builder", "type": 1, "volumes": [{ "bind": "/volume1/docker/jenkins-builder/config", "container": "/config" }] }, { "description": "[Kanzi](https://lexigr.am/), formerly titled Kodi-Alexa, this custom skill is the ultimate voice remote control for navigating Kodi. It can do anything you can think of (100+ intents). This container also contains lexigram-cli to setup Kanzi with an Amazon Developer Account and automatically deploy it to Amazon.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "kanzi", "description": "Specify an invocation name for this skill, use either kanzi or kod.", "label": "INVOCATION_NAME", "name": "INVOCATION_NAME" }, { "default": "https://server.com/kanzi/", "description": "Specify the URL at which the webserver is reachable either `https://kanzi.server.com/` or `https://server.com/kanzi/` Note the trailing slash **MUST** be included.", "label": "URL_ENDPOINT", "name": "URL_ENDPOINT" } ], "image": "linuxserver/kanzi:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kanzi.png", "name": "Kanzi", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/kanzi/config

", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Kanzi", "type": 1, "volumes": [{ "bind": "/volume1/docker/kanzi/config", "container": "/config" }] }, { "description": "[Lazylibrarian](https://lazylibrarian.gitlab.io/) is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. This container is based on the DobyTang fork.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg", "description": "Allows additional functionality to be added, e.g. the Calibredb import program (optional, more info below)", "label": "DOCKER_MODS", "name": "DOCKER_MODS" } ], "image": "linuxserver/lazylibrarian:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lazylibrarian-icon.png", "name": "Lazylibrarian", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/lazylibrarian/config
mkdir -p /volume1/docker/lazylibrarian/downloads
mkdir -p /volume1/docker/lazylibrarian/books

", "platform": "linux", "ports": [ "5299:5299/tcp" ], "restart_policy": "unless-stopped", "title": "Lazylibrarian", "type": 1, "volumes": [{ "bind": "/volume1/docker/lazylibrarian/config", "container": "/config" }, { "bind": "/volume1/docker/lazylibrarian/downloads", "container": "/downloads" }, { "bind": "/volume1/docker/lazylibrarian/books", "container": "/books" } ] }, { "description": "[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).", "env": [{ "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications)", "label": "FERNETKEY", "name": "FERNETKEY" }, { "default": "", "description": "Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon", "label": "CERTFILE", "name": "CERTFILE" }, { "default": "", "description": "Point this to the private key file, matching the certificate file referred to in CERTFILE", "label": "KEYFILE", "name": "KEYFILE" } ], "image": "linuxserver/ldap-auth:latest", "logo": "https://jumpcloud.com/wp-content/uploads/2016/12/LDAP_Logo-1420591101.jpg", "name": "Ldap-auth", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

", "platform": "linux", "ports": [ "8888:8888/tcp", "9000:9000/tcp" ], "restart_policy": "unless-stopped", "title": "Ldap-auth", "type": 1 }, { "categories": [ "Productivity" ], "description": "[LibreOffice](https://www.libreoffice.org/) is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/libreoffice:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/libreoffice-logo.png", "name": "Libreoffice", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/libreoffice/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Libreoffice", "type": 1, "volumes": [{ "bind": "/volume1/docker/libreoffice/config", "container": "/config" }] }, { "description": "[Librespeed](https://github.com/librespeed/speedtest) is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers. No Flash, No Java, No Websocket, No Bullshit.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "PASSWORD", "description": "Set the password for the results database.", "label": "PASSWORD", "name": "PASSWORD" }, { "default": "false", "description": "(optional) set to `true` to enable custom results page in `/config/www/results/index.php`.", "label": "CUSTOM_RESULTS", "name": "CUSTOM_RESULTS" }, { "default": "sqlite", "description": "Defaults to `sqlite`, can also be set to `mysql` or `postgresql`.", "label": "DB_TYPE", "name": "DB_TYPE" }, { "default": "DB_NAME", "description": "Database name. Required for mysql and pgsql.", "label": "DB_NAME", "name": "DB_NAME" }, { "default": "DB_HOSTNAME", "description": "Database address. Required for mysql and pgsql.", "label": "DB_HOSTNAME", "name": "DB_HOSTNAME" }, { "default": "DB_USERNAME", "description": "Database username. Required for mysql and pgsql.", "label": "DB_USERNAME", "name": "DB_USERNAME" }, { "default": "DB_PASSWORD", "description": "Database password. Required for mysql and pgsql.", "label": "DB_PASSWORD", "name": "DB_PASSWORD" }, { "default": "DB_PORT", "description": "Database port. Required for mysql.", "label": "DB_PORT", "name": "DB_PORT" } ], "image": "linuxserver/librespeed:latest", "logo": "https://raw.githubusercontent.com/librespeed/speedtest/master/.logo/logo3.png", "name": "Librespeed", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/librespeed/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Librespeed", "type": 1, "volumes": [{ "bind": "/volume1/docker/librespeed/config", "container": "/config" }] }, { "description": "[Lidarr](https://github.com/lidarr/Lidarr) is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists 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": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/lidarr:latest", "logo": "https://github.com/lidarr/Lidarr/raw/develop/Logo/400.png", "name": "Lidarr", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/lidarr/config
mkdir -p /volume1/docker/lidarr/music
mkdir -p /volume1/docker/lidarr/downloads

", "platform": "linux", "ports": [ "8686:8686/tcp" ], "restart_policy": "unless-stopped", "title": "Lidarr", "type": 1, "volumes": [{ "bind": "/volume1/docker/lidarr/config", "container": "/config" }, { "bind": "/volume1/docker/lidarr/music", "container": "/music" }, { "bind": "/volume1/docker/lidarr/downloads", "container": "/downloads" } ] }, { "description": "[Limnoria](https://github.com/ProgVal/limnoria) A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/limnoria:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-limnoria/master/logo.png", "name": "Limnoria", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/limnoria/config

", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Limnoria", "type": 1, "volumes": [{ "bind": "/volume1/docker/limnoria/config", "container": "/config" }] }, { "description": "[Lychee](https://lycheeorg.github.io/) 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.' ### UPGRADE WARNING Please note that the v4 upgrade process resets ALL password-protected albums. Any albums that were made public with a password will need to be re-secured.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "mariadb", "description": "for specifying the database host", "label": "DB_HOST", "name": "DB_HOST" }, { "default": "lychee", "description": "for specifying the database user", "label": "DB_USERNAME", "name": "DB_USERNAME" }, { "default": "dbpassword", "description": "for specifying the database password", "label": "DB_PASSWORD", "name": "DB_PASSWORD" }, { "default": "lychee", "description": "for specifying the database to be used", "label": "DB_DATABASE", "name": "DB_DATABASE" } ], "image": "linuxserver/lychee:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lychee-icon.png", "name": "Lychee", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/lychee/config
mkdir -p /volume1/docker/lychee/pictures

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Lychee", "type": 1, "volumes": [{ "bind": "/volume1/docker/lychee/config", "container": "/config" }, { "bind": "/volume1/docker/lychee/pictures", "container": "/pictures" } ] }, { "description": "[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "ROOT_ACCESS_PASSWORD", "description": "Set this to root password for installation (minimum 4 characters).", "label": "MYSQL_ROOT_PASSWORD", "name": "MYSQL_ROOT_PASSWORD" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "USER_DB_NAME", "description": "Specify the name of a database to be created on image startup.", "label": "MYSQL_DATABASE", "name": "MYSQL_DATABASE" }, { "default": "MYSQL_USER", "description": "This user will have superuser access to the database specified by MYSQL_DATABASE (do not use root here).", "label": "MYSQL_USER", "name": "MYSQL_USER" }, { "default": "DATABASE_PASSWORD", "description": "Set this to the password you want to use for you MYSQL_USER (minimum 4 characters).", "label": "MYSQL_PASSWORD", "name": "MYSQL_PASSWORD" }, { "default": "http://URL1/your.sql,https://URL2/your.sql", "description": "Set this to ingest sql files from an http/https endpoint (comma seperated array).", "label": "REMOTE_SQL", "name": "REMOTE_SQL" } ], "image": "linuxserver/mariadb:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mariadb-git.png", "name": "Mariadb", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/mariadb/config

", "platform": "linux", "ports": [ "3306:3306/tcp" ], "restart_policy": "unless-stopped", "title": "Mariadb", "type": 1, "volumes": [{ "bind": "/volume1/docker/mariadb/config", "container": "/config" }] }, { "description": "[Medusa](https://pymedusa.com/) is an 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": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/medusa:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png", "name": "Medusa", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/medusa/config
mkdir -p /volume1/docker/medusa/downloads
mkdir -p /volume1/docker/medusa/tv

", "platform": "linux", "ports": [ "8081:8081/tcp" ], "restart_policy": "unless-stopped", "title": "Medusa", "type": 1, "volumes": [{ "bind": "/volume1/docker/medusa/config", "container": "/config" }, { "bind": "/volume1/docker/medusa/downloads", "container": "/downloads" }, { "bind": "/volume1/docker/medusa/tv", "container": "/tv" } ] }, { "description": "[Minetest](http://www.minetest.net/) (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "'--gameid minetest'", "description": "Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with", "label": "CLI_ARGS", "name": "CLI_ARGS" } ], "image": "linuxserver/minetest:latest", "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", "name": "Minetest", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/minetest/config/.minetest

", "platform": "linux", "ports": [ "30000:30000/udp" ], "restart_policy": "unless-stopped", "title": "Minetest", "type": 1, "volumes": [{ "bind": "/volume1/docker/minetest/config/.minetest", "container": "/config/.minetest" }] }, { "description": "[Minisatip](https://github.com/catalinii/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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Specify specific run params for minisatip", "label": "RUN_OPTS", "name": "RUN_OPTS" } ], "image": "linuxserver/minisatip:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/minisatip-icon.png", "name": "Minisatip", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/minisatip/config

", "platform": "linux", "ports": [ "8875:8875/tcp", "554:554/tcp", "1900:1900/udp" ], "restart_policy": "unless-stopped", "title": "Minisatip", "type": 1, "volumes": [{ "bind": "/volume1/docker/minisatip/config", "container": "/config" }] }, { "description": "[Mstream](https://mstream.io/) 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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/mstream:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mstream-icon.png", "name": "Mstream", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/mstream/config
mkdir -p /volume1/docker/mstream/music

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Mstream", "type": 1, "volumes": [{ "bind": "/volume1/docker/mstream/config", "container": "/config" }, { "bind": "/volume1/docker/mstream/music", "container": "/music" } ] }, { "description": "[Muximux](https://github.com/mescon/Muximux) is 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": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/muximux:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/muximux-icon.png", "name": "Muximux", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/muximux/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Muximux", "type": 1, "volumes": [{ "bind": "/volume1/docker/muximux/config", "container": "/config" }] }, { "description": "[Mylar3](https://github.com/mylar3/mylar3) is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. It supports SABnzbd, NZBGET, and many torrent clients in addition to DDL.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/mylar3:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png", "name": "Mylar3", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/mylar3/config
mkdir -p /volume1/docker/mylar3/comics
mkdir -p /volume1/docker/mylar3/downloads

", "platform": "linux", "ports": [ "8090:8090/tcp" ], "restart_policy": "unless-stopped", "title": "Mylar3", "type": 1, "volumes": [{ "bind": "/volume1/docker/mylar3/config", "container": "/config" }, { "bind": "/volume1/docker/mylar3/comics", "container": "/comics" }, { "bind": "/volume1/docker/mylar3/downloads", "container": "/downloads" } ] }, { "description": "[MySQL Workbench](https://www.mysql.com/products/workbench/) is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/mysql-workbench:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mysql-workbench-icon.png", "name": "Mysql-workbench", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/mysql-workbench/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Mysql-workbench", "type": 1, "volumes": [{ "bind": "/volume1/docker/mysql-workbench/config", "container": "/config" }] }, { "description": "[Nano](https://nano.org/) is a digital payment protocol designed to be accessible and lightweight, with a focus on removing inefficiencies present in other cryptocurrencies. With ultrafast transactions and zero fees on a secure, green and decentralized network, this makes Nano ideal for everyday transactions.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "localhost", "description": "Default peer host (can be overidden with an array by command line options)", "label": "PEER_HOST", "name": "PEER_HOST" }, { "default": "GENESIS_PUBLIC", "description": "Genesis block public key", "label": "LIVE_GENESIS_PUB", "name": "LIVE_GENESIS_PUB" }, { "default": "nano_xxxxxx", "description": "Genesis block account", "label": "LIVE_GENESIS_ACCOUNT", "name": "LIVE_GENESIS_ACCOUNT" }, { "default": "WORK_FOR_BLOCK", "description": "Genesis block proof of work", "label": "LIVE_GENESIS_WORK", "name": "LIVE_GENESIS_WORK" }, { "default": "BLOCK_SIGNATURE", "description": "Genesis block signature", "label": "LIVE_GENESIS_SIG", "name": "LIVE_GENESIS_SIG" }, { "default": "--config node.enable_voting=true", "description": "Node run command cli args", "label": "CLI_OPTIONS", "name": "CLI_OPTIONS" }, { "default": "http://example.com/Nano_64_version_20.7z", "description": "HTTP/HTTPS endpoint to download a 7z file with the data.ldb to bootstrap to this node", "label": "LMDB_BOOTSTRAP_URL", "name": "LMDB_BOOTSTRAP_URL" } ], "image": "linuxserver/nano:latest", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Nano_logo.png/640px-Nano_logo.png", "name": "Nano", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/nano/config

", "platform": "linux", "ports": [ "8075:8075/tcp", "7076:3000/tcp", "7077:3001/tcp" ], "restart_policy": "unless-stopped", "title": "Nano", "type": 1, "volumes": [{ "bind": "/volume1/docker/nano/config", "container": "/config" }] }, { "description": "[Nano-wallet](https://nano.org/) is a digital payment protocol designed to be accessible and lightweight, with a focus on removing inefficiencies present in other cryptocurrencies. With ultrafast transactions and zero fees on a secure, green and decentralized network, this makes Nano ideal for everyday transactions. This container is a simple nginx wrapper for the light wallet located [here](https://github.com/linuxserver/nano-wallet). You will need to pass a valid RPC host when accessing this container.", "image": "linuxserver/nano-wallet:latest", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Nano_logo.png/640px-Nano_logo.png", "name": "Nano-wallet", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Nano-wallet", "type": 1 }, { "description": "[Netbootxyz](https://netboot.xyz) is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool. iPXE is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "1.9.9", "description": "Specify a specific version of boot files you want to use from NETBOOT.XYZ (unset pulls latest)", "label": "MENU_VERSION", "name": "MENU_VERSION" }, { "default": "30000:30010", "description": "Specify the port range tftp will use for data transfers [(see Wikipedia)](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol#Details)", "label": "PORT_RANGE", "name": "PORT_RANGE" }, { "default": "/", "description": "Specify a sobfolder if running this behind a reverse proxy (IE /proxy/)", "label": "SUBFOLDER", "name": "SUBFOLDER" } ], "image": "linuxserver/netbootxyz:latest", "logo": "https://netboot.xyz/images/netboot.xyz.gif", "name": "Netbootxyz", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/netbootxyz/config
mkdir -p /volume1/docker/netbootxyz/assets

", "platform": "linux", "ports": [ "3000:3000/tcp", "69:69/udp", "8080:80/tcp" ], "restart_policy": "unless-stopped", "title": "Netbootxyz", "type": 1, "volumes": [{ "bind": "/volume1/docker/netbootxyz/config", "container": "/config" }, { "bind": "/volume1/docker/netbootxyz/assets", "container": "/assets" } ] }, { "description": "[Netbox](https://github.com/netbox-community/netbox) is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Email address for `admin` account", "label": "SUPERUSER_EMAIL", "name": "SUPERUSER_EMAIL" }, { "default": "", "description": "Password for `admin` account", "label": "SUPERUSER_PASSWORD", "name": "SUPERUSER_PASSWORD" }, { "default": "", "description": "The hostname you will use to access the app (i.e., netbox.example.com)", "label": "ALLOWED_HOST", "name": "ALLOWED_HOST" }, { "default": "", "description": "Database name (default: netbox)", "label": "DB_NAME", "name": "DB_NAME" }, { "default": "", "description": "Database user", "label": "DB_USER", "name": "DB_USER" }, { "default": "", "description": "Database password", "label": "DB_PASSWORD", "name": "DB_PASSWORD" }, { "default": "", "description": "Database host (default: postgres)", "label": "DB_HOST", "name": "DB_HOST" }, { "default": "", "description": "Database port (defaul: 5432)", "label": "DB_PORT", "name": "DB_PORT" }, { "default": "", "description": "Redis host (default: redis)", "label": "REDIS_HOST", "name": "REDIS_HOST" }, { "default": "", "description": "Redis port number (default: 6379)", "label": "REDIS_PORT", "name": "REDIS_PORT" }, { "default": "", "description": "Redis password (default: none)", "label": "REDIS_PASSWORD", "name": "REDIS_PASSWORD" }, { "default": "", "description": "Redis database ID for tasks (default: 0)", "label": "REDIS_DB_TASK", "name": "REDIS_DB_TASK" }, { "default": "", "description": "Redis database ID for caching (default: 1)", "label": "REDIS_DB_CACHE", "name": "REDIS_DB_CACHE" }, { "default": "", "description": "The path you will use to access the app (i.e., /netbox, optional, default: none)", "label": "BASE_PATH", "name": "BASE_PATH" }, { "default": "", "description": "Enable remote authentication (optional, default: False)", "label": "REMOTE_AUTH_ENABLED", "name": "REMOTE_AUTH_ENABLED" }, { "default": "", "description": "Python path to the custom Django authentication backend to use for external user authentication (optional, default: netbox.authentication.RemoteUserBackend)", "label": "REMOTE_AUTH_BACKEND", "name": "REMOTE_AUTH_BACKEND" }, { "default": "", "description": "Name of the HTTP header which informs NetBox of the currently authenticated user. (optional, default: HTTP_REMOTE_USER)", "label": "REMOTE_AUTH_HEADER", "name": "REMOTE_AUTH_HEADER" }, { "default": "", "description": "If true, NetBox will automatically create local accounts for users authenticated via a remote service (optional, default: False)", "label": "REMOTE_AUTH_AUTO_CREATE_USER", "name": "REMOTE_AUTH_AUTO_CREATE_USER" }, { "default": "", "description": "The list of groups to assign a new user account when created using remote authentication (optional, default: [])", "label": "REMOTE_AUTH_DEFAULT_GROUPS", "name": "REMOTE_AUTH_DEFAULT_GROUPS" }, { "default": "", "description": "A mapping of permissions to assign a new user account when created using remote authentication (optional, default: {})", "label": "REMOTE_AUTH_DEFAULT_PERMISSIONS", "name": "REMOTE_AUTH_DEFAULT_PERMISSIONS" } ], "image": "linuxserver/netbox:latest", "logo": "https://raw.githubusercontent.com/netbox-community/netbox/develop/docs/netbox_logo.svg", "name": "Netbox", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/netbox/config

", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Netbox", "type": 1, "volumes": [{ "bind": "/volume1/docker/netbox/config", "container": "/config" }] }, { "description": "[Nextcloud](https://nextcloud.com/) gives you access to all your files wherever you are. 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. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/nextcloud:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-icon.png", "name": "Nextcloud", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/nextcloud/config
mkdir -p /volume1/docker/nextcloud/data

", "platform": "linux", "ports": [ "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Nextcloud", "type": 1, "volumes": [{ "bind": "/volume1/docker/nextcloud/config", "container": "/config" }, { "bind": "/volume1/docker/nextcloud/data", "container": "/data" } ] }, { "description": "[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in `/config` for easy user customization.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/nginx:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-banner.png", "name": "Nginx", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/nginx/config

", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Nginx", "type": 1, "volumes": [{ "bind": "/volume1/docker/nginx/config", "container": "/config" }] }, { "description": "[Ngircd](https://ngircd.barton.de/) is a free, portable and lightweight Internet Relay Chat server for small or private networks, developed under the GNU General Public License (GPL). It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections as well as PAM for authentication. It is written from scratch and not based on the original IRCd.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/ngircd:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ngircd-logo.png", "name": "Ngircd", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/ngircd/config

", "platform": "linux", "ports": [ "6667:6667/tcp" ], "restart_policy": "unless-stopped", "title": "Ngircd", "type": 1, "volumes": [{ "bind": "/volume1/docker/ngircd/config", "container": "/config" }] }, { "description": "[Nntp2nntp](https://github.com/linuxserver/nntp2nntp) proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. It fully supports SSL and you can also limit the access to proxy with SSL certificates. nntp2nntp proxy is very simple and pretty fast. ## Warning Whilst we know of no nntp2nntp security issues the [upstream code](https://github.com/linuxserver/nntp2nntp) for this project has received no changes since 06.08.15 and is likely abandoned permanently. For this reason we strongly recommend you do not make this application public facing and if you must do so other layers of security and SSL should be considered an absolute bare minimum requirement. We see this proxy being used primarily on a LAN so that all the users NNTP applications can share a common set of internal credentials allowing for central managment of the upstream account e.g change provider, server, thread limits for all applications with one global config change.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "", "description": "specify your UID", "label": "PUID", "name": "PUID" }, { "default": "", "description": "specify your GID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/nntp2nntp:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nntp2nntp.png", "name": "Nntp2nntp", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/nntp2nntp/config

", "platform": "linux", "ports": [ "1563:1563/tcp" ], "restart_policy": "unless-stopped", "title": "Nntp2nntp", "type": 1, "volumes": [{ "bind": "/volume1/docker/nntp2nntp/config", "container": "/config" }] }, { "description": "[Nzbget](http://nzbget.net/) is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "latest", "description": "Supported values are LATEST, PLEXPASS or a specific version number.", "label": "VERSION", "name": "VERSION" } ], "image": "linuxserver/nzbget:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nzbget-banner.png", "name": "Nzbget", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/nzbget/config
mkdir -p /volume1/docker/nzbget/downloads

", "platform": "linux", "ports": [ "6789:6789/tcp" ], "restart_policy": "unless-stopped", "title": "Nzbget", "type": 1, "volumes": [{ "bind": "/volume1/docker/nzbget/config", "container": "/config" }, { "bind": "/volume1/docker/nzbget/downloads", "container": "/downloads" } ] }, { "description": "[Nzbhydra2](https://github.com/theotherp/nzbhydra2) is a meta search application for NZB indexers, the 'spiritual successor' to NZBmegasearcH, and an evolution of the original application [NZBHydra](https://github.com/theotherp/nzbhydra). It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is replacing NZBHydra 1 and supports migrating from V1. Be wary that there may be some compatibility issues for those migrating from V1 to V2, so ensure you back up your old configuration before moving over to the new version. **NOTE:** The last version that supports migration is `linuxserver/nzbhydra2:v2.10.2-ls49`", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/nzbhydra2:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png", "name": "Nzbhydra2", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/nzbhydra2/config
mkdir -p /volume1/docker/nzbhydra2/downloads

", "platform": "linux", "ports": [ "5076:5076/tcp" ], "restart_policy": "unless-stopped", "title": "Nzbhydra2", "type": 1, "volumes": [{ "bind": "/volume1/docker/nzbhydra2/config", "container": "/config" }, { "bind": "/volume1/docker/nzbhydra2/downloads", "container": "/downloads" } ] }, { "description": "[Ombi](https://ombi.io) allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. Even automatically send them weekly newsletters of new content that has been added to your Plex server!", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "/ombi", "description": "Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable.", "label": "BASE_URL", "name": "BASE_URL" } ], "image": "linuxserver/ombi:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ombi.png", "name": "Ombi", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/ombi/config

", "platform": "linux", "ports": [ "3579:3579/tcp" ], "restart_policy": "unless-stopped", "title": "Ombi", "type": 1, "volumes": [{ "bind": "/volume1/docker/ombi/config", "container": "/config" }] }, { "description": "[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "yourpublickey", "description": "Optional ssh public key, which will automatically be added to authorized_keys.", "label": "PUBLIC_KEY", "name": "PUBLIC_KEY" }, { "default": "/path/to/file", "description": "Optionally specify a file containing the public key (works with docker secrets).", "label": "PUBLIC_KEY_FILE", "name": "PUBLIC_KEY_FILE" }, { "default": "/path/to/directory/containing/_only_/pubkeys", "description": "Optionally specify a directory containing the public keys (works with docker secrets).", "label": "PUBLIC_KEY_DIR", "name": "PUBLIC_KEY_DIR" }, { "default": "https://github.com/username.keys", "description": "Optionally specify a URL containing the public key.", "label": "PUBLIC_KEY_URL", "name": "PUBLIC_KEY_URL" }, { "default": "false", "description": "Set to `true` to allow `linuxserver.io`, the ssh user, sudo access. Without `USER_PASSWORD` set, this will allow passwordless sudo access.", "label": "SUDO_ACCESS", "name": "SUDO_ACCESS" }, { "default": "false", "description": "Set to `true` to allow user/password ssh access. You will want to set `USER_PASSWORD` or `USER_PASSWORD_FILE` as well.", "label": "PASSWORD_ACCESS", "name": "PASSWORD_ACCESS" }, { "default": "password", "description": "Optionally set a sudo password for `linuxserver.io`, the ssh user. If this or `USER_PASSWORD_FILE` are not set but `SUDO_ACCESS` is set to true, the user will have passwordless sudo access.", "label": "USER_PASSWORD", "name": "USER_PASSWORD" }, { "default": "/path/to/file", "description": "Optionally specify a file that contains the password. This setting supersedes the `USER_PASSWORD` option (works with docker secrets).", "label": "USER_PASSWORD_FILE", "name": "USER_PASSWORD_FILE" }, { "default": "linuxserver.io", "description": "Optionally specify a user name (Default:`linuxserver.io`)", "label": "USER_NAME", "name": "USER_NAME" } ], "image": "linuxserver/openssh-server:latest", "logo": "https://upload.wikimedia.org/wikipedia/en/6/65/OpenSSH_logo.png", "name": "Openssh-server", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/openssh-server/config

", "platform": "linux", "ports": [ "2222:2222/tcp" ], "restart_policy": "unless-stopped", "title": "Openssh-server", "type": 1, "volumes": [{ "bind": "/volume1/docker/openssh-server/config", "container": "/config" }] }, { "description": "[Openvscode-server](https://github.com/gitpod-io/openvscode-server) provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "supersecrettoken", "description": "Optional security token for accessing the Web UI.", "label": "CONNECTION_TOKEN", "name": "CONNECTION_TOKEN" }, { "default": "", "description": "Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. `/path/to/file`). Overrides `CONNECTION_TOKEN`.", "label": "CONNECTION_SECRET", "name": "CONNECTION_SECRET" }, { "default": "password", "description": "If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password.", "label": "SUDO_PASSWORD", "name": "SUDO_PASSWORD" }, { "default": "", "description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`.", "label": "SUDO_PASSWORD_HASH", "name": "SUDO_PASSWORD_HASH" } ], "image": "linuxserver/openvscode-server:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openvscode-server-logo.png", "name": "Openvscode-server", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/openvscode-server/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Openvscode-server", "type": 1, "volumes": [{ "bind": "/volume1/docker/openvscode-server/config", "container": "/config" }] }, { "description": "[Oscam](http://www.streamboard.tv/oscam/) is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/oscam:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png", "name": "Oscam", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/oscam/config

", "platform": "linux", "ports": [ "8888:8888/tcp" ], "restart_policy": "unless-stopped", "title": "Oscam", "type": 1, "volumes": [{ "bind": "/volume1/docker/oscam/config", "container": "/config" }] }, { "categories": [ "Media" ], "description": "[Overseerr](https://overseerr.dev/) is a request management and media discovery tool built to work with your existing Plex ecosystem.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/overseerr:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/overseerr.png", "name": "Overseerr", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/overseerr/config

", "platform": "linux", "ports": [ "5055:5055/tcp" ], "restart_policy": "unless-stopped", "title": "Overseerr", "type": 1, "volumes": [{ "bind": "/volume1/docker/overseerr/config", "container": "/config" }] }, { "description": "[Paperless-ng](https://github.com/jonaswinkler/paperless-ng) is an application by Daniel Quinn and contributors that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents.'", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py", "label": "REDIS_URL", "name": "REDIS_URL" } ], "image": "linuxserver/paperless-ng:latest", "logo": "", "name": "Paperless-ng", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/paperless-ng/config
mkdir -p /volume1/docker/paperless-ng/data

", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Paperless-ng", "type": 1, "volumes": [{ "bind": "/volume1/docker/paperless-ng/config", "container": "/config" }, { "bind": "/volume1/docker/paperless-ng/data", "container": "/data" } ] }, { "description": "[Papermerge](https://www.papermerge.com/) is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS.'", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py", "label": "REDIS_URL", "name": "REDIS_URL" } ], "image": "linuxserver/papermerge:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/papermerge-icon.png", "name": "Papermerge", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/papermerge/config
mkdir -p /volume1/docker/papermerge/data

", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Papermerge", "type": 1, "volumes": [{ "bind": "/volume1/docker/papermerge/config", "container": "/config" }, { "bind": "/volume1/docker/papermerge/data", "container": "/data" } ] }, { "description": "[Photoshow](https://github.com/thibaud-rohmer/PhotoShow) is gallery software at its easiest, it doesn't even require a database.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/photoshow:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png", "name": "Photoshow", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/photoshow/config
mkdir -p /volume1/docker/photoshow/Pictures:ro
mkdir -p /volume1/docker/photoshow/Thumbs

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Photoshow", "type": 1, "volumes": [{ "bind": "/volume1/docker/photoshow/config", "container": "/config" }, { "bind": "/volume1/docker/photoshow/Pictures:ro", "container": "/Pictures:ro" }, { "bind": "/volume1/docker/photoshow/Thumbs", "container": "/Thumbs" } ] }, { "categories": [ "System Tools" ], "description": "[Phpmyadmin](https://github.com/phpmyadmin/phpmyadmin/) is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "1", "description": "Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup)", "label": "PMA_ARBITRARY", "name": "PMA_ARBITRARY" }, { "default": "https://phpmyadmin.example.com", "description": "Set the URL you will use to access the web frontend", "label": "PMA_ABSOLUTE_URI", "name": "PMA_ABSOLUTE_URI" } ], "image": "linuxserver/phpmyadmin:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/phpmyadmin-logo.png", "name": "Phpmyadmin", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/phpmyadmin/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Phpmyadmin", "type": 1, "volumes": [{ "bind": "/volume1/docker/phpmyadmin/config", "container": "/config" }] }, { "description": "[Pidgin](https://pidgin.im/) is a chat program which lets you log into accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on XMPP and sitting in an IRC channel at the same time.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/pidgin:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pidgin-logo.png", "name": "Pidgin", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/pidgin/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Pidgin", "type": 1, "volumes": [{ "bind": "/volume1/docker/pidgin/config", "container": "/config" }] }, { "description": "[Piwigo](http://piwigo.org/) is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/piwigo:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piwigo-banner.png", "name": "Piwigo", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/piwigo/config
mkdir -p /volume1/docker/piwigo/gallery

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Piwigo", "type": 1, "volumes": [{ "bind": "/volume1/docker/piwigo/config", "container": "/config" }, { "bind": "/volume1/docker/piwigo/gallery", "container": "/gallery" } ] }, { "categories": [ "Productivity" ], "description": "[Pixapop](https://github.com/bierdok/pixapop) is an open-source single page application to view your photos in the easiest way possible.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "admin", "description": "Specify a username to enable authentication.", "label": "APP_USERNAME", "name": "APP_USERNAME" }, { "default": "admin", "description": "Specify a password to enable authentication.", "label": "APP_PASSWORD", "name": "APP_PASSWORD" } ], "image": "linuxserver/pixapop:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png", "name": "Pixapop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/pixapop/config
mkdir -p /volume1/docker/pixapop/photos

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Pixapop", "type": 1, "volumes": [{ "bind": "/volume1/docker/pixapop/config", "container": "/config" }, { "bind": "/volume1/docker/pixapop/photos", "container": "/photos" } ] }, { "description": "[Plex](https://plex.tv) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "docker", "description": "Set whether to update plex or not - see Application Setup section.", "label": "VERSION", "name": "VERSION" }, { "default": "", "description": "Optionally you can obtain a claim token from https://plex.tv/claim and input here. Keep in mind that the claim tokens expire within 4 minutes.", "label": "PLEX_CLAIM", "name": "PLEX_CLAIM" } ], "image": "linuxserver/plex:latest", "logo": "http://the-gadgeteer.com/wp-content/uploads/2015/10/plex-logo-e1446990678679.png", "name": "Plex", "network": "host", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/plex/config
mkdir -p /volume1/docker/plex/tv
mkdir -p /volume1/docker/plex/movies

", "platform": "linux", "restart_policy": "unless-stopped", "title": "Plex", "type": 1, "volumes": [{ "bind": "/volume1/docker/plex/config", "container": "/config" }, { "bind": "/volume1/docker/plex/tv", "container": "/tv" }, { "bind": "/volume1/docker/plex/movies", "container": "/movies" } ] }, { "description": "[Projectsend](http://www.projectsend.org) 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": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "<5000>", "description": "To set maximum upload size (in MB), default if unset is 5000.", "label": "MAX_UPLOAD", "name": "MAX_UPLOAD" } ], "image": "linuxserver/projectsend:latest", "logo": "http://www.projectsend.org/wp-content/themes/projectsend/img/screenshots.png", "name": "Projectsend", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/projectsend/config
mkdir -p /volume1/docker/projectsend/data

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Projectsend", "type": 1, "volumes": [{ "bind": "/volume1/docker/projectsend/config", "container": "/config" }, { "bind": "/volume1/docker/projectsend/data", "container": "/data" } ] }, { "description": "[Pwndrop](https://github.com/kgretzky/pwndrop) is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "/pwndrop", "description": "Secret path for admin access. Defaults to `/pwndrop`. This parameter only takes effect during initial install; it can later be changed in the web gui.", "label": "SECRET_PATH", "name": "SECRET_PATH" } ], "image": "linuxserver/pwndrop:latest", "logo": "https://raw.githubusercontent.com/kgretzky/pwndrop/master/media/pwndrop-logo-512.png", "name": "Pwndrop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/pwndrop/config

", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Pwndrop", "type": 1, "volumes": [{ "bind": "/volume1/docker/pwndrop/config", "container": "/config" }] }, { "description": "[Pydio-cells](https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "yourdomain.url", "description": "The external url you would like to use to access Pydio Cells (Can be https://domain.url or https://IP:PORT).", "label": "EXTERNALURL", "name": "EXTERNALURL" }, { "default": "0.0.0.0", "description": "Enter the LAN IP of the docker server. Required for local access by IP, added to self signed cert as SAN (not required if accessing only through reverse proxy).", "label": "SERVER_IP", "name": "SERVER_IP" } ], "image": "linuxserver/pydio-cells:latest", "logo": "https://raw.githubusercontent.com/wiki/pydio/cells/images/PydioCellsColor.png", "name": "Pydio-cells", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/pydio-cells/config

", "platform": "linux", "ports": [ "8080:8080/tcp", "33060:33060/tcp" ], "restart_policy": "unless-stopped", "title": "Pydio-cells", "type": 1, "volumes": [{ "bind": "/volume1/docker/pydio-cells/config", "container": "/config" }] }, { "description": "[Pyload](https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/pyload:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pyload-icon.png", "name": "Pyload", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/pyload/config
mkdir -p /volume1/docker/pyload/downloads

", "platform": "linux", "ports": [ "8000:8000/tcp", "7227:7227/tcp" ], "restart_policy": "unless-stopped", "title": "Pyload", "type": 1, "volumes": [{ "bind": "/volume1/docker/pyload/config", "container": "/config" }, { "bind": "/volume1/docker/pyload/downloads", "container": "/downloads" } ] }, { "description": "[Pylon](https://github.com/pylonide/pylon) is a web based integrated development environment built with Node.js as a backend and with a supercharged JavaScript/HTML5 frontend, licensed under GPL version 3. This project originates from Cloud9 v2 project.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "https://github.com/linuxserver/docker-pylon.git", "description": "Specify a git repo to checkout on first startup", "label": "GITURL", "name": "GITURL" }, { "default": "myuser", "description": "Specify a basic auth user.", "label": "PYUSER", "name": "PYUSER" }, { "default": "mypass", "description": "Specify a basic auth password.", "label": "PYPASS", "name": "PYPASS" } ], "image": "linuxserver/pylon:latest", "logo": "https://raw.githubusercontent.com/pylonide/pylon/master/doc/screenshot02.png", "name": "Pylon", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/pylon/config
mkdir -p /volume1/docker/pylon/code

", "platform": "linux", "ports": [ "3131:3131/tcp" ], "restart_policy": "unless-stopped", "title": "Pylon", "type": 1, "volumes": [{ "bind": "/volume1/docker/pylon/config", "container": "/config" }, { "bind": "/volume1/docker/pylon/code", "container": "/code" } ] }, { "description": "The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "8080", "description": "for changing the port of the webui, see below for explanation", "label": "WEBUI_PORT", "name": "WEBUI_PORT" } ], "image": "linuxserver/qbittorrent:latest", "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/qbittorrent-icon.png", "name": "Qbittorrent", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/qbittorrent/config
mkdir -p /volume1/docker/qbittorrent/downloads

", "platform": "linux", "ports": [ "6881:6881/tcp", "6881:6881/udp", "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Qbittorrent", "type": 1, "volumes": [{ "bind": "/volume1/docker/qbittorrent/config", "container": "/config" }, { "bind": "/volume1/docker/qbittorrent/downloads", "container": "/downloads" } ] }, { "description": "[Quassel-core](http://quassel-irc.org/) is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core. This container handles the IRC connection (quasselcore) and requires a desktop client (quasselclient) to be used and configured. It is designed to be always on and will keep your identity present in IRC even when your clients cannot be online. Backlog (history) is downloaded by your client upon reconnection allowing infinite scrollback through time.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "--config-from-environment", "description": "Custom CLI options for Quassel", "label": "RUN_OPTS", "name": "RUN_OPTS" } ], "image": "linuxserver/quassel-core:latest", "logo": "http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/256/Apps-quassel-icon.png", "name": "Quassel-core", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/quassel-core/config

", "platform": "linux", "ports": [ "4242:4242/tcp", "113:10113/tcp" ], "restart_policy": "unless-stopped", "title": "Quassel-core", "type": 1, "volumes": [{ "bind": "/volume1/docker/quassel-core/config", "container": "/config" }] }, { "description": "[Quassel-web](https://github.com/magne4000/quassel-webserver) is a web client for Quassel. Note that a Quassel-Core instance is required, we have a container available [here.](https://hub.docker.com/r/linuxserver/quassel-core/)", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "192.168.1.10", "description": "specify the URL or IP address of your Quassel Core instance", "label": "QUASSEL_CORE", "name": "QUASSEL_CORE" }, { "default": "4242", "description": "specify the port of your Quassel Core instance", "label": "QUASSEL_PORT", "name": "QUASSEL_PORT" }, { "default": "/quassel", "description": "Specify a url-base in reverse proxy setups ie. `/quassel`", "label": "URL_BASE", "name": "URL_BASE" } ], "image": "linuxserver/quassel-web:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png", "name": "Quassel-web", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/quassel-web/config

", "platform": "linux", "ports": [ "64080:64080/tcp" ], "restart_policy": "unless-stopped", "title": "Quassel-web", "type": 1, "volumes": [{ "bind": "/volume1/docker/quassel-web/config", "container": "/config" }] }, { "description": "[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/radarr:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png", "name": "Radarr", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/radarr/config
mkdir -p /volume1/docker/radarr/movies
mkdir -p /volume1/docker/radarr/downloads

", "platform": "linux", "ports": [ "7878:7878/tcp" ], "restart_policy": "unless-stopped", "title": "Radarr", "type": 1, "volumes": [{ "bind": "/volume1/docker/radarr/config", "container": "/config" }, { "bind": "/volume1/docker/radarr/movies", "container": "/movies" }, { "bind": "/volume1/docker/radarr/downloads", "container": "/downloads" } ] }, { "description": "[Raneto](http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/raneto:latest", "logo": "https://raw.githubusercontent.com/gilbitron/Raneto/master/logo/logo_readme.png", "name": "Raneto", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/raneto/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Raneto", "type": 1, "volumes": [{ "bind": "/volume1/docker/raneto/config", "container": "/config" }] }, { "description": "[Rdesktop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/rdesktop:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rdesktop.png", "name": "Rdesktop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.


mkdir -p /volume1/docker/rdesktop/config

", "platform": "linux", "ports": [ "3389:3389/tcp" ], "privileged": true, "restart_policy": "unless-stopped", "title": "Rdesktop", "type": 1, "volumes": [{ "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" }, { "bind": "/volume1/docker/rdesktop/config", "container": "/config" } ] }, { "description": "[Remmina](https://remmina.org/) is a remote desktop client written in GTK, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large or tiny screens. Remmina supports multiple network protocols, in an integrated and consistent user interface. Currently RDP, VNC, SPICE, NX, XDMCP, SSH and EXEC are supported.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/remmina:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png", "name": "Remmina", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/remmina/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Remmina", "type": 1, "volumes": [{ "bind": "/volume1/docker/remmina/config", "container": "/config" }] }, { "categories": [ "Media" ], "description": "[Requestrr](https://github.com/darkalfx/requestrr) is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/requestrr:latest", "logo": "https://github.com/darkalfx/requestrr/raw/master/Logos/requestrr_discord_Icon_512.png", "name": "Requestrr", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/requestrr/config

", "platform": "linux", "ports": [ "4545:4545/tcp" ], "restart_policy": "unless-stopped", "title": "Requestrr", "type": 1, "volumes": [{ "bind": "/volume1/docker/requestrr/config", "container": "/config" }] }, { "description": "[Resilio-sync](https://www.resilio.com/individuals/) (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. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/resilio-sync:latest", "logo": "https://www.resilio.com/img/individual/freeproduct.jpg", "name": "Resilio-sync", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/resilio-sync/config
mkdir -p /volume1/docker/resilio-sync/downloads
mkdir -p /volume1/docker/resilio-sync/sync

", "platform": "linux", "ports": [ "8888:8888/tcp", "55555:55555/tcp" ], "restart_policy": "unless-stopped", "title": "Resilio-sync", "type": 1, "volumes": [{ "bind": "/volume1/docker/resilio-sync/config", "container": "/config" }, { "bind": "/volume1/docker/resilio-sync/downloads", "container": "/downloads" }, { "bind": "/volume1/docker/resilio-sync/sync", "container": "/sync" } ] }, { "description": "[Rsnapshot](http://www.rsnapshot.org/) is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required.'", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/rsnapshot:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rsnapshot.png", "name": "Rsnapshot", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/rsnapshot/config
mkdir -p /volume1/docker/rsnapshot/.snapshots
mkdir -p /volume1/docker/rsnapshot/data

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Rsnapshot", "type": 1, "volumes": [{ "bind": "/volume1/docker/rsnapshot/config", "container": "/config" }, { "bind": "/volume1/docker/rsnapshot/.snapshots", "container": "/.snapshots" }, { "bind": "/volume1/docker/rsnapshot/data", "container": "/data" } ] }, { "description": "[Sabnzbd](http://sabnzbd.org/) 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": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/sabnzbd:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sabnzbd-banner.png", "name": "Sabnzbd", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/sabnzbd/config
mkdir -p /volume1/docker/sabnzbd/downloads
mkdir -p /volume1/docker/sabnzbd/incomplete-downloads

", "platform": "linux", "ports": [ "8080:8080/tcp", "9090:9090/tcp" ], "restart_policy": "unless-stopped", "title": "Sabnzbd", "type": 1, "volumes": [{ "bind": "/volume1/docker/sabnzbd/config", "container": "/config" }, { "bind": "/volume1/docker/sabnzbd/downloads", "container": "/downloads" }, { "bind": "/volume1/docker/sabnzbd/incomplete-downloads", "container": "/incomplete-downloads" } ] }, { "description": "[Scrutiny](https://github.com/AnalogJ/scrutiny) WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution, merging manufacturer provided S.M.A.R.T metrics with real-world failure rates from Backblaze.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "http://localhost:8080", "description": "# optional - API endpoint of the scrutiny UI. Do not change unless using as a remote collector", "label": "SCRUTINY_API_ENDPOINT", "name": "SCRUTINY_API_ENDPOINT" }, { "default": "true", "description": "# optional - Run the web service.", "label": "SCRUTINY_WEB", "name": "SCRUTINY_WEB" }, { "default": "true", "description": "# optional - Run the metrics collector.", "label": "SCRUTINY_COLLECTOR", "name": "SCRUTINY_COLLECTOR" } ], "image": "linuxserver/scrutiny:latest", "logo": "https://raw.githubusercontent.com/AnalogJ/scrutiny/master/docs/dashboard.png", "name": "Scrutiny", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/scrutiny/config

", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Scrutiny", "type": 1, "volumes": [{ "bind": "/volume1/docker/scrutiny/config", "container": "/config" }, { "bind": "/run/udev:ro", "container": "/run/udev:ro" } ] }, { "description": "[Sickchill](https://github.com/SickChill/SickChill) is an 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": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/sickchill:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sickchill-banner.png", "name": "Sickchill", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/sickchill/config
mkdir -p /volume1/docker/sickchill/downloads
mkdir -p /volume1/docker/sickchill/tv

", "platform": "linux", "ports": [ "8081:8081/tcp" ], "restart_policy": "unless-stopped", "title": "Sickchill", "type": 1, "volumes": [{ "bind": "/volume1/docker/sickchill/config", "container": "/config" }, { "bind": "/volume1/docker/sickchill/downloads", "container": "/downloads" }, { "bind": "/volume1/docker/sickchill/tv", "container": "/tv" } ] }, { "description": "[SickGear](https://github.com/sickgear/sickgear) provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.. For more information on SickGear visit their website and check it out: https://github.com/SickGear/SickGear", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/sickgear:latest", "logo": "https://raw.githubusercontent.com/wiki/SickGear/SickGear.Wiki/images/SickGearLogo.png", "name": "Sickgear", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/sickgear/config
mkdir -p /volume1/docker/sickgear/tv
mkdir -p /volume1/docker/sickgear/downloads

", "platform": "linux", "ports": [ "8081:8081/tcp" ], "restart_policy": "unless-stopped", "title": "Sickgear", "type": 1, "volumes": [{ "bind": "/volume1/docker/sickgear/config", "container": "/config" }, { "bind": "/volume1/docker/sickgear/tv", "container": "/tv" }, { "bind": "/volume1/docker/sickgear/downloads", "container": "/downloads" } ] }, { "description": "[Smokeping](https://oss.oetiker.ch/smokeping/) keeps track of your network latency. For a full example of what this application is capable of visit [UCDavis](http://smokeping.ucdavis.edu/cgi-bin/smokeping.fcgi).", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/smokeping:latest", "logo": "https://camo.githubusercontent.com/e0694ef783e3fd1d74e6776b28822ced01c7cc17/687474703a2f2f6f73732e6f6574696b65722e63682f736d6f6b6570696e672f696e632f736d6f6b6570696e672d6c6f676f2e706e67", "name": "Smokeping", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/smokeping/config
mkdir -p /volume1/docker/smokeping/data

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Smokeping", "type": 1, "volumes": [{ "bind": "/volume1/docker/smokeping/config", "container": "/config" }, { "bind": "/volume1/docker/smokeping/data", "container": "/data" } ] }, { "description": "[Snapdrop](https://github.com/RobinLinus/snapdrop) A local file sharing in your browser. Inspired by Apple's Airdrop.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/snapdrop:latest", "logo": "https://raw.githubusercontent.com/RobinLinus/snapdrop/master/client/images/logo_transparent_512x512.png", "name": "Snapdrop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/snapdrop/config

", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Snapdrop", "type": 1, "volumes": [{ "bind": "/volume1/docker/snapdrop/config", "container": "/config" }] }, { "description": "[Snipe-it](https://github.com/snipe/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "", "description": "Hostname or IP and port if applicable IE :8080", "label": "NGINX_APP_URL", "name": "NGINX_APP_URL" }, { "default": "", "description": "Mysql hostname or IP to use", "label": "MYSQL_PORT_3306_TCP_ADDR", "name": "MYSQL_PORT_3306_TCP_ADDR" }, { "default": "", "description": "Mysql port to use", "label": "MYSQL_PORT_3306_TCP_PORT", "name": "MYSQL_PORT_3306_TCP_PORT" }, { "default": "", "description": "Mysql database to use", "label": "MYSQL_DATABASE", "name": "MYSQL_DATABASE" }, { "default": "", "description": "Mysql user to use", "label": "MYSQL_USER", "name": "MYSQL_USER" }, { "default": "changeme", "description": "Mysql password to use", "label": "MYSQL_PASSWORD", "name": "MYSQL_PASSWORD" } ], "image": "linuxserver/snipe-it:latest", "logo": "https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/snipe-it-logo500x500.png", "name": "Snipe-it", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/snipe-it/config

", "platform": "linux", "ports": [ "8080:80/tcp" ], "restart_policy": "unless-stopped", "title": "Snipe-it", "type": 1, "volumes": [{ "bind": "/volume1/docker/snipe-it/config", "container": "/config" }] }, { "categories": [ "Media" ], "description": "[Sonarr](https://sonarr.tv/) (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": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/sonarr:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-banner.png", "name": "Sonarr", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/sonarr/config
mkdir -p /volume1/docker/sonarr/tv
mkdir -p /volume1/docker/sonarr/downloads

", "platform": "linux", "ports": [ "8989:8989/tcp" ], "restart_policy": "unless-stopped", "title": "Sonarr", "type": 1, "volumes": [{ "bind": "/volume1/docker/sonarr/config", "container": "/config" }, { "bind": "/volume1/docker/sonarr/tv", "container": "/tv" }, { "bind": "/volume1/docker/sonarr/downloads", "container": "/downloads" } ] }, { "description": "[DB Browser for SQLite](https://sqlitebrowser.org/) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/sqlitebrowser:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sqlitebrowser-banner.png", "name": "Sqlitebrowser", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/sqlitebrowser/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Sqlitebrowser", "type": 1, "volumes": [{ "bind": "/volume1/docker/sqlitebrowser/config", "container": "/config" }] }, { "description": "SWAG - Secure Web Application Gateway (formerly known as letsencrypt, no relation to Let's Encrypt™) sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes (Let's Encrypt and ZeroSSL). It also contains fail2ban for intrusion prevention.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "yourdomain.url", "description": "Top url you have control over (`customdomain.com` if you own it, or `customsubdomain.ddnsprovider.com` if dynamic dns).", "label": "URL", "name": "URL" }, { "default": "http", "description": "Certbot validation method to use, options are `http`, `dns` or `duckdns` (`dns` method also requires `DNSPLUGIN` variable set) (`duckdns` method requires `DUCKDNSTOKEN` variable set, and the `SUBDOMAINS` variable must be either empty or set to `wildcard`).", "label": "VALIDATION", "name": "VALIDATION" }, { "default": "www,", "description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this _exactly_ to `wildcard` (wildcard cert is available via `dns` and `duckdns` validation only)", "label": "SUBDOMAINS", "name": "SUBDOMAINS" }, { "default": "", "description": "Optionally define the cert provider. Set to `zerossl` for ZeroSSL certs (requires existing [ZeroSSL account](https://app.zerossl.com/signup) and the e-mail address entered in `EMAIL` env var). Otherwise defaults to Let's Encrypt.", "label": "CERTPROVIDER", "name": "CERTPROVIDER" }, { "default": "cloudflare", "description": "Required if `VALIDATION` is set to `dns`. Options are `aliyun`, `cloudflare`, `cloudxns`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `domeneshop`, `gandi`, `gehirn`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `luadns`, `netcup`, `njalla`, `nsone`, `ovh`, `rfc2136`, `route53`, `sakuracloud`, `transip` and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`.", "label": "DNSPLUGIN", "name": "DNSPLUGIN" }, { "default": "", "description": "Optionally override (in seconds) the default propagation time for the dns plugins.", "label": "PROPAGATION", "name": "PROPAGATION" }, { "default": "", "description": "Required if `VALIDATION` is set to `duckdns`. Retrieve your token from https://www.duckdns.org", "label": "DUCKDNSTOKEN", "name": "DUCKDNSTOKEN" }, { "default": "", "description": "Optional e-mail address used for cert expiration notifications (Required for ZeroSSL).", "label": "EMAIL", "name": "EMAIL" }, { "default": "false", "description": "If you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to `true`", "label": "ONLY_SUBDOMAINS", "name": "ONLY_SUBDOMAINS" }, { "default": "", "description": "Additional fully qualified domain names (comma separated, no spaces) ie. `extradomain.com,subdomain.anotherdomain.org,*.anotherdomain.org`", "label": "EXTRA_DOMAINS", "name": "EXTRA_DOMAINS" }, { "default": "false", "description": "Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes.", "label": "STAGING", "name": "STAGING" } ], "image": "linuxserver/swag:latest", "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/swag.gif", "name": "Swag", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/swag/config

", "platform": "linux", "ports": [ "443:443/tcp", "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Swag", "type": 1, "volumes": [{ "bind": "/volume1/docker/swag/config", "container": "/config" }] }, { "description": "[Synclounge](https://github.com/samcm/synclounge) is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.", "env": [{ "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "plexuser1,plexuser2,email1,machineid1", "description": "If set, only the users defined here and the users of the plex servers defined here will be able to access the server. Use e-mails, plex usernames and/or plex server machine ids, comma separated, no spaces.", "label": "AUTH_LIST", "name": "AUTH_LIST" }, { "default": "false", "description": "DEPRECATED - (Still works but will be removed in the future in favor of the built-in var `autojoin__room`) - Set to `true` to let users autojoin the server and a room (specified by the `AUTOJOIN_ROOM` var).", "label": "AUTOJOIN_ENABLED", "name": "AUTOJOIN_ENABLED" }, { "default": "roomname", "description": "DEPRECATED - (Still works but will be removed in the future in favor of the built-in var `autojoin__room`) - Set the room name for auto joining (requires `AUTOJOIN_ENABLED` set to `true`).", "label": "AUTOJOIN_ROOM", "name": "AUTOJOIN_ROOM" } ], "image": "linuxserver/synclounge:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png", "name": "Synclounge", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

", "platform": "linux", "ports": [ "8088:8088/tcp" ], "restart_policy": "unless-stopped", "title": "Synclounge", "type": 1 }, { "description": "[Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/syncthing:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-banner.png", "name": "Syncthing", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/syncthing/config
mkdir -p /volume1/docker/syncthing/data1
mkdir -p /volume1/docker/syncthing/data2

", "platform": "linux", "ports": [ "8384:8384/tcp", "22000:22000/tcp", "22000:22000/udp", "21027:21027/udp" ], "restart_policy": "unless-stopped", "title": "Syncthing", "type": 1, "volumes": [{ "bind": "/volume1/docker/syncthing/config", "container": "/config" }, { "bind": "/volume1/docker/syncthing/data1", "container": "/data1" }, { "bind": "/volume1/docker/syncthing/data2", "container": "/data2" } ] }, { "categories": [ "System Tools" ], "description": "[syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/) allows you to flexibly collect, parse, classify, rewrite and correlate logs from across your infrastructure and store or route them to log analysis tools.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/syslog-ng:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png", "name": "Syslog-ng", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/syslog-ng/config

", "platform": "linux", "ports": [ "514:5514/udp", "601:6601/tcp", "6514:6514/tcp" ], "restart_policy": "unless-stopped", "title": "Syslog-ng", "type": 1, "volumes": [{ "bind": "/volume1/docker/syslog-ng/config", "container": "/config" }, { "bind": "/var/log", "container": "/var/log" } ] }, { "description": "[Taisun](https://www.taisun.io/) is an application for a Docker enabled device with an emphasis on providing a web based interface for managing a single server. Taisun allows you to: - Deploy and manage web based virtual desktops. - Deploy Taisun specific stacks of applications - Browse available images on popular Docker repositories - Import a Docker project from any git repository and start developing on your choice of web based IDE or full Linux desktop - Spinup a developer container based on popular frameworks and work from a web based IDE - Single click remote server access to Taisun and your Docker applications", "image": "linuxserver/taisun:latest", "logo": "https://raw.githubusercontent.com/Taisun-Docker/taisun/master/public/favicon/apple-icon-180x180.png", "name": "Taisun", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Taisun", "type": 1, "volumes": [{ "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" }] }, { "description": "[Tautulli](http://tautulli.com) is a python based web application for monitoring, analytics and notifications for Plex Media Server.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/tautulli:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png", "name": "Tautulli", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/tautulli/config

", "platform": "linux", "ports": [ "8181:8181/tcp" ], "restart_policy": "unless-stopped", "title": "Tautulli", "type": 1, "volumes": [{ "bind": "/volume1/docker/tautulli/config", "container": "/config" }] }, { "description": "[Thelounge](https://thelounge.github.io/) (a fork of shoutIRC) is a web IRC client that you host on your own server.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/thelounge:latest", "logo": "https://raw.githubusercontent.com/thelounge/thelounge/master/client/img/logo-vertical-transparent-bg.svg?sanitize=true", "name": "Thelounge", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/thelounge/config

", "platform": "linux", "ports": [ "9000:9000/tcp" ], "restart_policy": "unless-stopped", "title": "Thelounge", "type": 1, "volumes": [{ "bind": "/volume1/docker/thelounge/config", "container": "/config" }] }, { "description": "[Transmission](https://www.transmissionbt.com/) 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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "/combustion-release/", "description": "Specify an alternative UI options are [`/combustion-release/`](https://github.com/Secretmapper/combustion), [`/transmission-web-control/`](https://github.com/ronggang/transmission-web-control), [`/kettu/`](https://github.com/endor/kettu) and [`/flood-for-transmission/`](https://github.com/johman10/flood-for-transmission).", "label": "TRANSMISSION_WEB_HOME", "name": "TRANSMISSION_WEB_HOME" }, { "default": "username", "description": "Specify an optional username for the interface", "label": "USER", "name": "USER" }, { "default": "password", "description": "Specify an optional password for the interface", "label": "PASS", "name": "PASS" }, { "default": "iplist", "description": "Specify an optional list of comma separated ip whitelist. Fill rpc-whitelist setting.", "label": "WHITELIST", "name": "WHITELIST" }, { "default": "dnsnane list", "description": "Specify an optional list of comma separated dns name whitelist. Fill rpc-host-whitelist setting.", "label": "HOST_WHITELIST", "name": "HOST_WHITELIST" } ], "image": "linuxserver/transmission:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/transmission.png", "name": "Transmission", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/transmission/config
mkdir -p /volume1/docker/transmission/downloads
mkdir -p /volume1/docker/transmission/watch

", "platform": "linux", "ports": [ "9091:9091/tcp", "51413:51413/tcp", "51413:51413/udp" ], "restart_policy": "unless-stopped", "title": "Transmission", "type": 1, "volumes": [{ "bind": "/volume1/docker/transmission/config", "container": "/config" }, { "bind": "/volume1/docker/transmission/downloads", "container": "/downloads" }, { "bind": "/volume1/docker/transmission/watch", "container": "/watch" } ] }, { "description": "[Tvheadend](https://www.tvheadend.org/) works as a proxy server: 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>IP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Optionally specify additional arguments to be passed. See Additional runtime parameters.", "label": "RUN_OPTS", "name": "RUN_OPTS" } ], "image": "linuxserver/tvheadend:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tvheadend-big.png", "name": "Tvheadend", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/tvheadend/config
mkdir -p /volume1/docker/tvheadend/recordings

", "platform": "linux", "ports": [ "9981:9981/tcp", "9982:9982/tcp" ], "restart_policy": "unless-stopped", "title": "Tvheadend", "type": 1, "volumes": [{ "bind": "/volume1/docker/tvheadend/config", "container": "/config" }, { "bind": "/volume1/docker/tvheadend/recordings", "container": "/recordings" } ] }, { "description": "[Ubooquity](https://vaemendis.net/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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "To set the maximum memory. ( ex: set '1024' for 1GB )", "label": "MAXMEM", "name": "MAXMEM" } ], "image": "linuxserver/ubooquity:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ubooquity-banner.png", "name": "Ubooquity", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/ubooquity/config
mkdir -p /volume1/docker/ubooquity/books
mkdir -p /volume1/docker/ubooquity/comics
mkdir -p /volume1/docker/ubooquity/files

", "platform": "linux", "ports": [ "2202:2202/tcp", "2203:2203/tcp" ], "restart_policy": "unless-stopped", "title": "Ubooquity", "type": 1, "volumes": [{ "bind": "/volume1/docker/ubooquity/config", "container": "/config" }, { "bind": "/volume1/docker/ubooquity/books", "container": "/books" }, { "bind": "/volume1/docker/ubooquity/comics", "container": "/comics" }, { "bind": "/volume1/docker/ubooquity/files", "container": "/files" } ] }, { "categories": [ "Networking" ], "description": "The [Unifi-controller](https://www.ubnt.com/enterprise/#unifi) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "1024M", "description": "Optionally change the Java memory limit (-Xmx) (default is 1024M).", "label": "MEM_LIMIT", "name": "MEM_LIMIT" }, { "default": "1024M", "description": "Optionally change the Java initial memory (-Xms) (default is 1024M).", "label": "MEM_STARTUP", "name": "MEM_STARTUP" } ], "image": "linuxserver/unifi-controller:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-banner.png", "name": "Unifi-controller", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/unifi-controller/config

", "platform": "linux", "ports": [ "3478:3478/udp", "10001:10001/udp", "8080:8080/tcp", "8443:8443/tcp", "1900:1900/udp", "8843:8843/tcp", "8880:8880/tcp", "6789:6789/tcp", "5514:5514/udp" ], "restart_policy": "unless-stopped", "title": "Unifi-controller", "type": 1, "volumes": [{ "bind": "/volume1/docker/unifi-controller/config", "container": "/config" }] }, { "description": "[Webgrabplus](http://www.webgrabplus.com) is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/webgrabplus:latest", "logo": "http://www.webgrabplus.com/sites/default/themes/WgTheme/images/slideshows/EPG_fading.jpg", "name": "Webgrabplus", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/webgrabplus/config
mkdir -p /volume1/docker/webgrabplus/data

", "platform": "linux", "restart_policy": "unless-stopped", "title": "Webgrabplus", "type": 1, "volumes": [{ "bind": "/volume1/docker/webgrabplus/config", "container": "/config" }, { "bind": "/volume1/docker/webgrabplus/data", "container": "/data" } ] }, { "categories": [ "Utilities" ], "description": "[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "/", "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`", "label": "SUBFOLDER", "name": "SUBFOLDER" } ], "image": "linuxserver/webtop:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png", "name": "Webtop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/webtop/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "privileged": true, "restart_policy": "unless-stopped", "title": "Webtop", "type": 1, "volumes": [{ "bind": "/volume1/docker/webtop/config", "container": "/config" }, { "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" } ] }, { "description": "[Wikijs](https://github.com/Requarks/wiki) A modern, lightweight and powerful wiki app built on NodeJS.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/wikijs:latest", "logo": "https://static.requarks.io/logo/wikijs-full.svg", "name": "Wikijs", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/wikijs/config
mkdir -p /volume1/docker/wikijs/data

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Wikijs", "type": 1, "volumes": [{ "bind": "/volume1/docker/wikijs/config", "container": "/config" }, { "bind": "/volume1/docker/wikijs/data", "container": "/data" } ] }, { "description": "[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "wireguard.domain.com", "description": "External IP or domain name for docker host. Used in server mode. If set to `auto`, the container will try to determine and set the external IP automatically", "label": "SERVERURL", "name": "SERVERURL" }, { "default": "51820", "description": "External port for docker host. Used in server mode.", "label": "SERVERPORT", "name": "SERVERPORT" }, { "default": "1", "description": "Number of peers to create confs for. Required for server mode. Can also be a list of names: `myPC,myPhone,myTablet` (alphanumeric only)", "label": "PEERS", "name": "PEERS" }, { "default": "auto", "description": "DNS server set in peer/client configs (can be set as `8.8.8.8`). Used in server mode. Defaults to `auto`, which uses wireguard docker host's DNS via included CoreDNS forward.", "label": "PEERDNS", "name": "PEERDNS" }, { "default": "10.13.13.0", "description": "Internal subnet for the wireguard and server and peers (only change if it clashes). Used in server mode.", "label": "INTERNAL_SUBNET", "name": "INTERNAL_SUBNET" }, { "default": "0.0.0.0/0", "description": "The IPs/Ranges that the peers will be able to reach using the VPN connection. If not specified the default value is: '0.0.0.0/0, ::0/0' This will cause ALL traffic to route through the VPN, if you want split tunneling, set this to only the IPs you would like to use the tunnel AND the ip of the server's WG ip, such as 10.13.13.1.", "label": "ALLOWEDIPS", "name": "ALLOWEDIPS" } ], "image": "linuxserver/wireguard:latest", "logo": "https://www.wireguard.com/img/wireguard.svg", "name": "Wireguard", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/wireguard/config

", "platform": "linux", "ports": [ "51820:51820/udp" ], "restart_policy": "unless-stopped", "title": "Wireguard", "type": 1, "volumes": [{ "bind": "/volume1/docker/wireguard/config", "container": "/config" }, { "bind": "/lib/modules", "container": "/lib/modules" } ] }, { "description": "[Wireshark](https://www.wireshark.org/) is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/wireshark:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png", "name": "Wireshark", "network": "host", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/wireshark/config

", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Wireshark", "type": 1, "volumes": [{ "bind": "/volume1/docker/wireshark/config", "container": "/config" }] }, { "description": "[Xbackbone](https://github.com/SergiX44/XBackBone) is a simple, self-hosted, lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, and file downloading and uploading. Also have a web UI with multi user management, past uploads history and search support.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/xbackbone:latest", "logo": "https://raw.githubusercontent.com/SergiX44/XBackBone/master/docs/img/xbackbone.png", "name": "Xbackbone", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/xbackbone/config

", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Xbackbone", "type": 1, "volumes": [{ "bind": "/volume1/docker/xbackbone/config", "container": "/config" }] }, { "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/yq for details.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/yq:latest", "logo": "", "name": "Yq", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/yq/config

", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Yq", "type": 1, "volumes": [{ "bind": "/volume1/docker/yq/config", "container": "/config" }] }, { "description": "[Znc](http://wiki.znc.in/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.", "env": [{ "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/znc:latest", "logo": "http://wiki.znc.in/resources/assets/wiki.png", "name": "Znc", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.

Don't forget to create the volume directories on the host file system.

mkdir -p /volume1/docker/znc/config

", "platform": "linux", "ports": [ "6501:6501/tcp" ], "restart_policy": "unless-stopped", "title": "Znc", "type": 1, "volumes": [{ "bind": "/volume1/docker/znc/config", "container": "/config" }] }, { "category": [ "Music" ], "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. /music = Location of music. /media = Location of other media. /podcasts = Location of podcasts. /playlists = Location for playlists storage. CONTEXT_PATH is for setting url-base in reverse proxy setups - (optional) Default user/pass is admin/admin", "env": [{ "label": "CONTEXT_PATH", "name": "CONTEXT_PATH", "set": "" }, { "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/libresonic:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/libresonic.png", "platform": "linux", "ports": [ "4040/tcp" ], "title": "libresonic", "type": 1, "volumes": [{ "container": "/music" }, { "container": "/playlists" }, { "container": "/podcasts" }, { "container": "/media" }, { "container": "/config" } ] }, { "category": [ "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": "" }, { "label": "WEBADDRESS", "name": "WEBADDRESS", "set": "" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/musicbrainz:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/musicbrainz-icon.png", "platform": "linux", "ports": [ "5000/tcp" ], "title": "musicbrainz", "type": 1, "volumes": [{ "container": "/config" }, { "container": "/data" } ] }, { "category": [ "Web", "Books", "Tools" ], "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", "env": [{ "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" } ], "image": "linuxserver/gazee:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/gazee-logo.png", "platform": "linux", "ports": [ "4242/tcp" ], "title": "gazee", "type": 1, "volumes": [{ "container": "/config" }, { "container": "/comics" }, { "container": "/mylar" } ] }, { "category": [ "Productivity" ], "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", "env": [{ "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/codiad:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/codiad-icon.png", "platform": "linux", "ports": [ "80/tcp" ], "title": "codiad", "type": 1, "volumes": [{ "container": "/config" }] }, { "category": [ "Video" ], "description": "Headless installation of Kodi� (formerly known as XBMC�), to enable library updates.", "env": [{ "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/kodi-headless:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/kodi-icon.png", "platform": "linux", "ports": [ "8080/tcp", "9777/udp" ], "title": "kodi-headless", "type": 1, "volumes": [{ "container": "/config/.kodi" }] }, { "category": [ "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": [{ "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/pydio:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/pydio-icon.png", "platform": "linux", "ports": [ "443/tcp" ], "title": "pydio", "type": 1, "volumes": [{ "container": "/config" }, { "container": "/data" } ] }, { "category": [ "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" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/openvpn-as:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/openvpn-as-icon.png", "platform": "linux", "ports": [ "943/tcp", "9443/tcp", "1194/udp" ], "title": "openvpn-as", "type": 1, "volumes": [{ "container": "/config" }] }, { "category": [ "Downloaders", "Books" ], "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", "env": [{ "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/mylar:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/mylar-icon.png", "platform": "linux", "ports": [ "8090/tcp" ], "title": "mylar", "type": 1, "volumes": [{ "container": "/config" }, { "container": "/downloads" }, { "container": "/comics" } ] }, { "category": [ "Tools", "Web" ], "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 <username>", "env": [{ "label": "EMAIL", "name": "EMAIL", "set": "-Xms256m -Xmx512m" }, { "label": "URL", "name": "URL", "set": "-Xms256m -Xmx512m" }, { "label": "SUBDOMAINS", "name": "SUBDOMAINS", "set": "www," }, { "label": "ONLY_SUBDOMAINS", "name": "ONLY_SUBDOMAINS", "set": "false" }, { "label": "DHLEVEL", "name": "DHLEVEL", "set": "2048" }, { "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "VALIDATION", "name": "VALIDATION", "set": "http" }, { "label": "DNSPLUGIN", "name": "DNSPLUGIN", "set": "http" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/letsencrypt:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/letsencrypt.png", "platform": "linux", "ports": [ "80/tcp", "443/tcp" ], "title": "letsencrypt", "type": 1, "volumes": [{ "container": "/config" }] }, { "category": [ "Downloaders" ], "description": "Popular torrent client with a webui for ease of use.", "env": [{ "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "linuxserver/rutorrent:latest", "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png", "platform": "linux", "ports": [ "80/tcp", "51413/tcp", "6881/udp" ], "title": "rutorrent", "type": 1, "volumes": [{ "container": "/config" }, { "container": "/downloads" } ] }, { "category": [ "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": [{ "label": "PUID", "name": "PUID", "set": "1000" }, { "label": "PGID", "name": "PGID", "set": "1000" }, { "label": "TZ", "name": "TZ", "set": "America/Chicago" } ], "image": "organizrtools/organizr:latest", "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/organizr-icon.png", "platform": "linux", "ports": [ "80/tcp" ], "title": "Organizr", "type": 1, "volumes": [{ "container": "/config" }] }, { "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": [ "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": "/config" }] }, { "categories": [ "Other", "Tools" ], "description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", "image": "gregyankovoy/chowdown:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/chowdown.png", "name": "Chowdown", "platform": "linux", "ports": [ "4000:4000/tcp" ], "restart_policy": "unless-stopped", "title": "Chowdown", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/Chowdown", "container": "/config" }] }, { "categories": [ "Other", "Tools" ], "description": "Another application bookmark dashboard, with fun features.", "image": "rmountjoy/dashmachine:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/dashmachine_logo.png", "name": "dashmachine", "platform": "linux", "ports": [ "5000:5000/tcp" ], "restart_policy": "unless-stopped", "title": "DashMachine", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/Dashmachine", "container": "/dashmachine/dashmachine/user_data" }] }, { "categories": [ "Other", "Music" ], "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.", "image": "registry.gitlab.com/bockiii/deemix-docker", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/deemix.png", "name": "deemix", "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details.", "platform": "linux", "ports": [ "6595:6595/tcp" ], "restart_policy": "unless-stopped", "title": "DeeMix", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/DeeMix", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" } ] }, { "categories": [ "Other", "Tools" ], "description": "Web File Browser which can be used as a middleware or standalone app.", "image": "80x86/filebrowser:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/filebrowser.png", "name": "filebrowser", "note": "The default user and password is admin/admin.", "platform": "linux", "ports": [ "8082:8082/tcp" ], "restart_policy": "unless-stopped", "title": "FileBrowser", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/FileBrowser", "container": "/config" }, { "bind": "/portainer/Files/AppData/Config", "container": "/myfiles" } ] }, { "categories": [ "Other", "Tools" ], "description": "A clientless remote desktop gateway.", "image": "oznu/guacamole:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/guacamole.png", "name": "guacamole", "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.", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Guacamole", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/Guacamole", "container": "/config" }] }, { "categories": [ "Other", "Tools" ], "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", "image": "b4bz/homer:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/homer.png", "name": "homer", "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", "platform": "linux", "ports": [ "8902:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Homer", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/Homer/assets", "container": "/www/assets" }, { "bind": "/portainer/Files/AppData/Config/Homer", "container": "/www/config.yml" } ] }, { "categories": [ "Cloud", "Productivity", "Tools", "Other", "Web" ], "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.", "env": [{ "default": "invoice.my.domain", "label": "URL", "name": "URL" }, { "label": "APP_KEY", "name": "APP_KEY" }, { "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/invoice_ninja.png", "name": "invoice_ninja", "note": "The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation here. ", "platform": "linux", "repository": { "stackfile": "Template/Stack/invoice-ninja.yml", "url": "https://github.com/Qballjos/portainer_templates" }, "title": "Invoice Ninja", "type": 3 }, { "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": [ "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": [ "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.", "env": [{ "default": "/data/database.sqlite", "label": "DB_SQLITE_FILE", "name": "DB_SQLITE_FILE" }], "image": "jc21/nginx-proxy-manager", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/proxy_mgr.png", "name": "nginx-proxy-manager", "platform": "linux", "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": [ "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": "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": [ "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": [ "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": [ "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": [ "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": [ "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": [ "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": [ "Other", "Tools" ], "description": "A unique, non-linear notebook wiki.", "image": "mazzolino/tiddlywiki:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tiddlywiki.png", "name": "tiddlywiki", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "TiddlyWiki", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/TiddlyWiki", "container": "/var/lib/tiddlywiki" }] }, { "categories": [ "Other" ], "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.", "env": [{ "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "lunik1/tt-rss:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tt-rss-icon.png", "name": "tt-rss", "platform": "linux", "ports": [ "80/tcp" ], "restart_policy": "unless-stopped", "title": "Tiny Tiny RSS", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/tt-rss", "container": "/config" }] }, { "categories": [ "Other", "VPN", "Tools" ], "description": "This container contains OpenVPN and Transmission with a configuration where Transmission is running only when OpenVPN has an active tunnel. It bundles configuration files for many popular VPN providers to make the setup easier.", "env": [{ "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "default": "MULLVAD", "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/", "label": "OPENVPN_PROVIDER", "name": "OPENVPN_PROVIDER" }, { "default": "", "label": "OPENVPN_USERNAME", "name": "OPENVPN_USERNAME" }, { "default": "", "label": "OPENVPN_PASSWORD", "name": "OPENVPN_PASSWORD" }, { "default": "192.168.0.0/24", "label": "LOCAL_NETWORK", "name": "LOCAL_NETWORK" } ], "image": "haugene/transmission-openvpn:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/transmission-icon.png", "name": "transmission-openvpn", "note": "List of supported providers available here.", "platform": "linux", "ports": [ "9091:9091/tcp" ], "restart_policy": "unless-stopped", "title": "Transmission-OpenVPN", "type": 1, "volumes": [{ "bind": "/portainer/Downloads", "container": "/data" }, { "bind": "/etc/localtime", "container": "/etc/localtime" } ] }, { "categories": [ "Other", "Tools", "Maintenance" ], "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.", "image": "containrrr/watchtower:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/watchtower.png", "name": "watchtower", "note": "It is recommended to manually update your containers but we're including this for those of you that don't care", "platform": "linux", "restart_policy": "unless-stopped", "title": "Watchtower", "type": 1, "volumes": [{ "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" }] }, { "categories": [ "Other", "Tools" ], "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.", "image": "benbusby/whoogle-search:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/whoogle.png", "name": "whoogle", "platform": "linux", "ports": [ "5001:5000/tcp" ], "restart_policy": "unless-stopped", "title": "Whoogle", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/Whoogle", "container": "/config" }] }, { "categories": [ "Other", "Tools" ], "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.", "image": "selfhostedpro/yacht:latest", "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png", "name": "yacht", "platform": "linux", "ports": [ "8001:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Yacht", "type": 1, "volumes": [{ "bind": "yacht", "container": "/config" }, { "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" } ] }, { "categories": [ "Other", "Downloaders" ], "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.", "image": "tzahi12345/youtubedl-material:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ytdlm.png", "name": "youtubedl-material", "platform": "linux", "ports": [ "17442:17442/tcp" ], "restart_policy": "unless-stopped", "title": "YouTubeDL-Material", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/YTDLM", "container": "/app/appdata" }, { "bind": "/portainer/Files/AppData/Youtube/Video", "container": "/app/video" }, { "bind": "/portainer/Files/AppData/Youtube/Subscriptions", "container": "/app/subscriptions" }, { "bind": "/portainer/Files/AppData/Youtube/Users", "container": "/app/users" }, { "bind": "/portainer/Files/AppData/Youtube/Audio", "container": "/app/audio" } ] }, { "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": "bitwardenrs/server:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bitwarden.png", "name": "bitwardenrs", "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", "platform": "linux", "ports": [ ":80/tcp" ], "restart_policy": "unless-stopped", "title": "Bitwarden RS", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/Bitwarden-rs", "container": "/config" }] }, { "categories": [ "webserver" ], "description": "HTTP/2 web server with automatic HTTPS", "image": "abiosoft/caddy:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png", "platform": "linux", "ports": [ "80/tcp", "443/tcp", "2015/tcp" ], "title": "Caddy", "type": 1, "volumes": [{ "container": "/root/.caddy" }] }, { "categories": [ "database" ], "description": "CockroachDB cluster", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png", "note": "Deploys an insecure CockroachDB cluster, please refer to CockroachDB documentation for production deployments.", "platform": "linux", "repository": { "stackfile": "stacks/cockroachdb/docker-stack.yml", "url": "https://github.com/mikestraney/portainer-templates" }, "title": "CockroachDB", "type": 2 }, { "description": "CockroachDB cluster", "note": "Deploys an insecure CockroachDB cluster, please refer to CockroachDB documentation for production deployments.", "stackfile": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/stacks/cockroachdb/edge/docker-stack.yml", "title": "CockroachDB", "type": 4 }, { "categories": [ "database" ], "command": "start --insecure", "description": "An open-source, survivable, strongly consistent, scale-out SQL database", "image": "cockroachdb/cockroach:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png", "platform": "linux", "ports": [ "26257/tcp", "8080/tcp" ], "title": "CockroachDB", "type": 1, "volumes": [{ "container": "/cockroach/cockroach-data" }] }, { "categories": [ "development" ], "description": "ColdFusion (CFML) CLI", "env": [{ "name": "CFENGINE", "set": "lucee@4.5" }], "image": "ortussolutions/commandbox:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png", "platform": "linux", "ports": [ "8080/tcp", "8443/tcp" ], "title": "CommandBox", "type": 1 }, { "categories": [ "CMS" ], "description": "Open-source modular CMS", "env": [{ "name": "express", "set": "true" }, { "name": "install", "set": "true" }, { "name": "CFENGINE", "set": "lucee@4.5" } ], "image": "ortussolutions/contentbox:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png", "platform": "linux", "ports": [ "8080/tcp", "8443/tcp" ], "title": "ContentBox", "type": 1, "volumes": [{ "container": "/data/contentbox/db" }, { "container": "/app/includes/shared/media" } ] }, { "categories": [ "database" ], "description": "An open-source distributed SQL database", "image": "crate:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png", "platform": "linux", "ports": [ "4200/tcp", "4300/tcp" ], "title": "CrateDB", "type": 1, "volumes": [{ "container": "/data" }] }, { "categories": [ "Monitoring" ], "description": "Collect events and metrics", "env": [{ "label": "Datadog API key", "name": "DD_API_KEY" }], "image": "datadog/agent:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png", "platform": "linux", "title": "Datadog agent", "type": 1, "volumes": [{ "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock", "readonly": true }, { "bind": "/sys/fs/cgroup", "container": "/host/sys/fs/cgroup", "readonly": true }, { "bind": "/proc", "container": "/host/proc", "readonly": true } ] }, { "categories": [ "CMS" ], "description": "Open-source content management framework", "image": "drupal:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png", "platform": "linux", "ports": [ "80/tcp" ], "title": "Drupal", "type": 1, "volumes": [{ "container": "/var/www/html" }] }, { "categories": [ "database" ], "description": "Open-source search and analytics engine", "image": "elasticsearch:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png", "platform": "linux", "ports": [ "9200/tcp", "9300/tcp" ], "title": "Elasticsearch", "type": 1, "volumes": [{ "container": "/usr/share/elasticsearch/data" }] }, { "categories": [ "blog" ], "description": "Free and open-source blogging platform", "image": "ghost:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png", "note": "Access the blog management interface under /ghost/.", "platform": "linux", "ports": [ "2368/tcp" ], "title": "Ghost", "type": 1, "volumes": [{ "container": "/var/lib/ghost/content" }] }, { "categories": [ "development", "project-management" ], "description": "Open-source end-to-end software development platform", "image": "gitlab/gitlab-ce:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png", "note": "Default username is root. Check the Gitlab documentation to get started.", "platform": "linux", "ports": [ "80/tcp", "443/tcp", "22/tcp" ], "title": "Gitlab CE", "type": 1, "volumes": [{ "container": "/etc/gitlab" }, { "container": "/var/log/gitlab" }, { "container": "/var/opt/gitlab" } ] }, { "categories": [ "Video", "Music", "Other" ], "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.", "env": [{ "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/htpcmanager:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/htpcmanager-icon.png", "name": "htpcmanager", "platform": "linux", "ports": [ "8085:8085/tcp" ], "restart_policy": "unless-stopped", "title": "HTPC Manager", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/HTPCmanager", "container": "/config" }] }, { "categories": [ "webserver" ], "description": "Open-source HTTP server", "image": "httpd:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png", "platform": "linux", "ports": [ "80/tcp" ], "title": "Httpd", "type": 1, "volumes": [{ "container": "/usr/local/apache2/htdocs/" }] }, { "categories": [ "Other", "Tools" ], "description": "Create agents that monitor and act on your behalf.", "image": "huginn/huginn:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/huginn.png", "name": "huginn", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Huginn", "type": 1, "volumes": [{ "bind": "/portainer/Files/AppData/Config/huginn", "container": "/var/lib/mysql" }] }, { "categories": [ "serverless" ], "description": "Open-source serverless computing platform", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png", "note": "Deploys the IronFunctions API and UI.", "platform": "linux", "repository": { "stackfile": "stacks/ironfunctions/docker-stack.yml", "url": "https://github.com/mikestraney/portainer-templates" }, "title": "IronFunctions", "type": 2 }, { "categories": [ "serverless" ], "description": "Open-source serverless computing platform", "image": "iron/functions:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png", "platform": "linux", "ports": [ "8080/tcp" ], "privileged": true, "title": "IronFunctions API", "type": 1, "volumes": [{ "container": "/app/data" }] }, { "categories": [ "serverless" ], "description": "Open-source user interface for IronFunctions", "env": [{ "label": "API URL", "name": "API_URL" }], "image": "iron/functions-ui:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png", "platform": "linux", "ports": [ "4000/tcp" ], "privileged": true, "title": "IronFunctions UI", "type": 1, "volumes": [{ "container": "/app/data" }] }, { "categories": [ "continuous-integration" ], "description": "Open-source continuous integration tool", "env": [{ "label": "Jenkins options", "name": "JENKINS_OPTS" }], "image": "jenkins/jenkins:lts", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png", "platform": "linux", "ports": [ "8080/tcp", "50000/tcp" ], "title": "Jenkins", "type": 1, "volumes": [{ "container": "/var/jenkins_home" }] }, { "categories": [ "CMS" ], "description": "Another free and open-source CMS", "env": [{ "label": "MySQL database host", "name": "JOOMLA_DB_HOST", "type": "container" }, { "label": "Database password", "name": "JOOMLA_DB_PASSWORD" } ], "image": "joomla:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png", "platform": "linux", "ports": [ "80/tcp" ], "title": "Joomla", "type": 1, "volumes": [{ "container": "/var/www/html" }] }, { "categories": [ "CMS" ], "description": "Open-source e-commerce platform", "image": "alankent/gsd:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/magento.png", "platform": "linux", "ports": [ "80/tcp", "3000/tcp", "3001/tcp" ], "title": "Magento 2", "type": 1, "volumes": [{ "container": "/var/www/html/" }] }, { "categories": [ "marketing" ], "description": "Open-source marketing automation platform", "env": [{ "label": "MySQL database host", "name": "MAUTIC_DB_HOST", "type": "container" }, { "label": "Database password", "name": "MAUTIC_DB_PASSWORD" } ], "image": "mautic/mautic:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png", "platform": "linux", "ports": [ "80/tcp" ], "title": "Mautic", "type": 1, "volumes": [{ "container": "/var/www/html" }] }, { "categories": [ "OPS" ], "description": "Microsoft Operations Management Suite Linux agent.", "env": [{ "description": "Azure Workspace ID", "label": "Workspace ID", "name": "AZURE_WORKSPACE_ID" }, { "description": "Azure primary key", "label": "Primary key", "name": "AZURE_PRIMARY_KEY" } ], "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png", "platform": "linux", "repository": { "stackfile": "stacks/microsoft-oms/docker-stack.yml", "url": "https://github.com/mikestraney/portainer-templates" }, "title": "Microsoft OMS Agent", "type": 2 }, { "categories": [ "storage" ], "command": "server /data", "description": "A distributed object storage server built for cloud applications and devops", "env": [{ "label": "Minio access key", "name": "MINIO_ACCESS_KEY" }, { "label": "Minio secret key", "name": "MINIO_SECRET_KEY" } ], "image": "minio/minio:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png", "platform": "linux", "ports": [ "9000/tcp" ], "title": "Minio", "type": 1, "volumes": [{ "container": "/data" }, { "container": "/root/.minio" } ] }, { "categories": [ "serverless" ], "description": "Serverless functions made simple", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png", "name": "func", "note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. Warning: the name of the stack must be 'func'.", "platform": "linux", "repository": { "stackfile": "docker-compose.yml", "url": "https://github.com/openfaas/faas" }, "title": "OpenFaaS", "type": 2 }, { "categories": [ "CMS" ], "description": "WebOps platform and hosting control panel", "image": "plesk/plesk:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png", "note": "Default credentials: admin / changeme", "platform": "linux", "ports": [ "21/tcp", "80/tcp", "443/tcp", "8880/tcp", "8443/tcp", "8447/tcp" ], "title": "Plesk", "type": 1 }, { "categories": [ "CMS" ], "description": "A free and open-source CMS built on top of Zope", "image": "plone:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png", "platform": "linux", "ports": [ "8080/tcp" ], "title": "Plone", "type": 1, "volumes": [{ "container": "/data" }] }, { "categories": [ "portainer" ], "description": "Manage all the resources in your Swarm cluster", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png", "note": "The agent will be deployed globally inside your cluster and available on port 9001.", "platform": "linux", "repository": { "stackfile": "stacks/portainer-agent/docker-stack.yml", "url": "https://github.com/mikestraney/portainer-templates" }, "title": "Portainer Agent", "type": 2 }, { "categories": [ "database" ], "description": "The most advanced open-source database", "env": [{ "label": "Superuser", "name": "POSTGRES_USER" }, { "label": "Superuser password", "name": "POSTGRES_PASSWORD" } ], "image": "postgres:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png", "platform": "linux", "ports": [ "5432/tcp" ], "title": "PostgreSQL", "type": 1, "volumes": [{ "container": "/var/lib/postgresql/data" }] }, { "categories": [ "database" ], "description": "Open-source in-memory data structure store", "image": "redis:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png", "platform": "linux", "ports": [ "6379/tcp" ], "title": "Redis", "type": 1, "volumes": [{ "container": "/data" }] }, { "categories": [ "project-management" ], "description": "Open-source project management tool", "image": "redmine:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png", "platform": "linux", "ports": [ "3000/tcp" ], "title": "Redmine", "type": 1, "volumes": [{ "container": "/usr/src/redmine/files" }] }, { "categories": [ "docker" ], "description": "Docker image registry", "image": "registry:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", "platform": "linux", "ports": [ "5000/tcp" ], "title": "Registry", "type": 1, "volumes": [{ "container": "/var/lib/registry" }] }, { "categories": [ "storage" ], "description": "Standalone AWS S3 protocol server", "env": [{ "label": "Scality S3 access key", "name": "SCALITY_ACCESS_KEY" }, { "label": "Scality S3 secret key", "name": "SCALITY_SECRET_KEY" } ], "image": "scality/s3server", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png", "platform": "linux", "ports": [ "8000/tcp" ], "title": "Scality S3", "type": 1, "volumes": [{ "container": "/usr/src/app/localData" }, { "container": "/usr/src/app/localMetadata" } ] }, { "categories": [ "Log Management", "Monitoring" ], "description": "Collect logs, metrics and docker events", "env": [{ "label": "Logs token", "name": "LOGSENE_TOKEN" }, { "label": "SPM monitoring token", "name": "SPM_TOKEN" } ], "image": "sematext/sematext-agent-docker:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png", "name": "sematext-agent", "platform": "linux", "privileged": true, "title": "Sematext Docker Agent", "type": 1, "volumes": [{ "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" }] }, { "categories": [ "search-engine" ], "description": "Open-source enterprise search platform", "image": "solr:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png", "platform": "linux", "ports": [ "8983/tcp" ], "title": "Solr", "type": 1, "volumes": [{ "container": "/opt/solr/mydata" }] }, { "categories": [ "database" ], "description": "Microsoft SQL Server on Linux", "env": [{ "name": "ACCEPT_EULA", "set": "Y" }, { "label": "SA password", "name": "SA_PASSWORD" } ], "image": "microsoft/mssql-server-linux:2017-GA", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png", "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.", "platform": "linux", "ports": [ "1433/tcp" ], "title": "SQL Server", "type": 1 }, { "categories": [ "database" ], "description": "Microsoft SQL Server Developer for Windows containers", "env": [{ "name": "ACCEPT_EULA", "set": "Y" }, { "label": "SA password", "name": "sa_password" } ], "image": "microsoft/mssql-server-windows-developer:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png", "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.", "platform": "windows", "ports": [ "1433/tcp" ], "title": "SQL Server", "type": 1, "volumes": [{ "container": "C:/temp/" }] }, { "categories": [ "database" ], "description": "Microsoft SQL Server Express for Windows containers", "env": [{ "name": "ACCEPT_EULA", "set": "Y" }, { "label": "SA password", "name": "sa_password" } ], "image": "microsoft/mssql-server-windows-express:latest", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png", "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.", "platform": "windows", "ports": [ "1433/tcp" ], "title": "SQL Server Express", "type": 1, "volumes": [{ "container": "C:/temp/" }] }, { "categories": [ "backup" ], "description": "Open-source network backup", "image": "cfstras/urbackup", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png", "note": "This application web interface is exposed on the port 55414 inside the container.", "platform": "linux", "ports": [ "55413/tcp", "55414/tcp", "55415/tcp", "35622/tcp" ], "title": "Urbackup", "type": 1, "volumes": [{ "container": "/var/urbackup" }] }, { "categories": [ "CMS" ], "description": "Wordpress setup with a MySQL database", "env": [{ "description": "Password used by the MySQL root user.", "label": "Database root password", "name": "MYSQL_DATABASE_PASSWORD" }], "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png", "note": "Deploys a Wordpress instance connected to a MySQL database.", "platform": "linux", "repository": { "stackfile": "stacks/wordpress/docker-stack.yml", "url": "https://github.com/mikestraney/portainer-templates" }, "title": "Wordpress", "type": 2 }, { "categories": [ "CMS" ], "description": "Wordpress setup with a MySQL database", "env": [{ "description": "Password used by the MySQL root user.", "label": "Database root password", "name": "MYSQL_DATABASE_PASSWORD" }], "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png", "note": "Deploys a Wordpress instance connected to a MySQL database.", "platform": "linux", "repository": { "stackfile": "stacks/wordpress/docker-stack.yml", "url": "https://github.com/mikestraney/portainer-templates" }, "title": "Wordpress", "type": 3 }, { "description": "Wordpress setup with a MySQL database", "note": "Deploys a Wordpress instance connected to a MySQL database.", "stackfile": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/stacks/wordpress/edge/docker-stack.yml", "title": "Wordpress", "type": 4 }, { "categories": [ "streaming" ], "description": "Streaming media server", "env": [{ "label": "Agree to Wowza EULA", "name": "WOWZA_ACCEPT_LICENSE", "set": "yes" }, { "label": "License key", "name": "WOWZA_KEY" } ], "image": "sameersbn/wowza:4.1.2-8", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png", "platform": "linux", "ports": [ "1935/tcp", "8086/tcp", "8087/tcp", "8088/tcp" ], "title": "Wowza", "type": 1, "volumes": [{ "container": "/var/lib/wowza" }] } ] }