{ "version": "2", "templates": [ { "categories": ["Other"], "description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it’ll cover ALL your home devices, and you don’t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "CONTEXT_PATH", "name": "CONTEXT_PATH", "set": "adguard home" } ], "image": "adguard/adguardhome:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/adguard.png", "name": "adguard", "platform": "linux", "ports": [ "53:53/tcp", "53:53/udp", "67:67/udp", "68:68/tcp", "68:68/udp", "80:80/tcp", "443:443/tcp", "853:853/tcp", "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Adguard", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Adguard/Workdir", "container": "/opt/adguardhome/work" }, { "bind": "/portainer/Files/AppData/Adguard/Conf", "container": "/opt/adguardhome/conf" } ] }, { "categories": ["Music"], "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "CONTEXT_PATH", "name": "CONTEXT_PATH", "set": "airsonic" }, { "label": "JAVA_OPTS", "name": "JAVA_OPTS", "set": "-Xms256m -Xmx512m" } ], "image": "linuxserver/airsonic:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/airsonic-logo.png", "name": "airsonic", "platform": "linux", "ports": ["4040:4040/tcp"], "restart_policy": "unless-stopped", "title": "Airsonic", "type": 1, "volumes": [ { "bind": "/portainer/Music", "container": "/music" }, { "bind": "/portainer/Files/AppData/Airsonic/Playlists", "container": "/playlists" }, { "bind": "/portainer/Podcasts", "container": "/podcasts" }, { "bind": "/portainer/Files/AppData/Airsonic/Media", "container": "/media" }, { "bind": "/portainer/Files/AppData/Config/Airsonic/", "container": "/config" } ] }, { "categories": ["Other", "Tools"], "description": "C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "justarchi/archisteamfarm:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ASF.png", "name": "ArchiSteamFarm", "note": "Requires an ASF.json with headless enabled, IPCPassword set and an IPC.config described by the wiki in order to work. Please generate the former here and copy the latter from here.", "platform": "linux", "ports": ["1242:1242/tcp"], "restart_policy": "unless-stopped", "title": "ArchiSteamFarm", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Config", "container": "/app/config" }, { "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Plugins", "container": "/app/plugins/customplugins" }, { "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Logs", "container": "/app/logs" } ] }, { "categories": ["Other", "Tools", "Authentication"], "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.", "env": [ { "label": "TZ", "name": "TZ" } ], "image": "authelia/authelia:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/authelia.png", "name": "authelia", "note": "Requires a configuration.yml file in order to work. Documentation is available here.", "platform": "linux", "ports": ["9091:9091/tcp"], "restart_policy": "unless-stopped", "title": "Authelia", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Authelia", "container": "/etc/authelia/" } ] }, { "categories": ["Video", "Music"], "description": "Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "TZ", "name": "TZ" } ], "image": "hotio/bazarr:release", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bazarr.png", "name": "Bazarr", "platform": "linux", "ports": ["6767:6767/tcp"], "restart_policy": "unless-stopped", "title": "Bazarr", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Bazarr", "container": "/config" }, { "bind": "/portainer/TV", "container": "/tv" }, { "bind": "/portainer/Movies", "container": "/movies" } ] }, { "categories": ["Music"], "description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/beets:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/beets-icon.png", "name": "beets", "platform": "linux", "ports": ["8337:8337/tcp"], "restart_policy": "unless-stopped", "title": "Beets", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Beets", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" }, { "bind": "/portainer/Music", "container": "/music" } ] }, { "categories": ["Other", "Tools"], "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.", "image": "vaultwarden/server:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bitwarden.png", "name": "vaultwarden", "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", "platform": "linux", "ports": [":80/tcp"], "restart_policy": "unless-stopped", "title": "Vaultwarden", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Vaultwarden", "container": "/data" } ] }, { "categories": ["Books", "Other"], "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "default": "booksonic", "label": "CONTEXT_PATH", "name": "CONTEXT_PATH" } ], "image": "linuxserver/booksonic:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/booksonic.png", "name": "booksonic", "platform": "linux", "ports": ["4040:4040/tcp"], "restart_policy": "unless-stopped", "title": "Booksonic", "type": 1, "volumes": [ { "bind": "/portainer/Books", "container": "/books" }, { "bind": "/portainer/Files/Podcasts", "container": "/podcast" }, { "bind": "/portainer/Files/AppData/Config/Booksonic", "container": "/config" } ] }, { "categories": ["Wiki"], "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "TZ", "name": "TZ" }, { "label": "DATABASE_PASSWORD", "name": "DATABASE_PASSWORD" }, { "label": "MYSQL_ROOT_PASSWORD", "name": "MYSQL_ROOT_PASSWORD" }, { "label": "PORT", "name": "PORT" } ], "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bookstack2.png", "note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack", "platform": "linux", "repository": { "stackfile": "Template/Stack/bookstack.yml", "url": "https://github.com/Qballjos/portainer_templates" }, "title": "Bookstack", "type": 3 }, { "categories": ["Cloud", "Books"], "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/cops:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/cops-icon.png", "name": "cops", "platform": "linux", "ports": ["80/tcp"], "restart_policy": "unless-stopped", "title": "COPS", "type": 1, "volumes": [ { "bind": "/portainer/Books", "container": "/books" }, { "bind": "/portainer/Files/AppData/Config/Cops", "container": "/config" } ] }, { "categories": ["Cloud", "Books"], "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/calibre-web:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/calibre-web-icon.png", "name": "calibre-web", "note": "Configuration ", "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" } ] }, { "categories": ["Other", "Tools", "Photos"], "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": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "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": "" } ], "image": "nmtan/chevereto:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/Chevereto.png", "name": "Chevereto", "platform": "linux", "ports": ["80/tcp"], "restart_policy": "unless-stopped", "title": "Chevereto", "type": 1, "volumes": [ { "container": "/var/www/html/images" } ] }, { "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": "Code-server is VS Code running on a remote server, accessible through the browser.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "1000", "label": "PUID", "name": "GUID" }, { "label": "TZ", "name": "TZ" }, { "label": "PASSWORD", "name": "PASSWORD" }, { "label": "SUDO_PASSWORD", "name": "SUDO_PASSWORD" }, { "default": "example.my.domain", "label": "PROXY_DOMAIN", "name": "PROXY_DOMAIN" } ], "image": "linuxserver/code-server:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/code-server.png", "name": "code-server", "platform": "linux", "ports": ["8443:8443/tcp"], "restart_policy": "unless-stopped", "title": "Code Server", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Code-Server", "container": "/config" } ] }, { "categories": ["Productivity"], "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/codiad:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/codiad-icon.png", "name": "codiad", "platform": "linux", "ports": ["80/tcp"], "restart_policy": "unless-stopped", "title": "Codiad", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Codiad", "container": "/config" } ] }, { "categories": ["Downloaders", "Video"], "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/couchpotato:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/couchpotato-icon.png", "name": "couchpotato", "platform": "linux", "ports": ["5050:5050/tcp"], "restart_policy": "unless-stopped", "title": "CouchPotato", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Couchpotato", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" }, { "bind": "/portainer/Movies", "container": "/movies" } ] }, { "categories": ["Music"], "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/daapd:latest", "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png", "name": "daapd", "platform": "linux", "restart_policy": "unless-stopped", "title": "Daapd", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Daapd", "container": "/config" }, { "bind": "/portainer/Music", "container": "/music" } ] }, { "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": ["FTP", "Other", "Tools"], "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/davos:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/davos.png", "name": "davos", "note": "Configuration ", "platform": "linux", "ports": ["8080/tcp"], "restart_policy": "unless-stopped", "title": "Davos", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Davos", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" } ] }, { "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": ["Downloaders"], "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "UMASK_SET", "name": "UMASK_SET", "set": "000" } ], "image": "linuxserver/deluge:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/deluge-icon.png", "name": "deluge", "platform": "linux", "restart_policy": "unless-stopped", "title": "Deluge", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Deluge", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" } ], "ports": ["8112:8112/tcp", "6881:6881/tcp", "6881:6881/udp"] }, { "categories": ["HomeAutomation", "Management"], "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/domoticz:latest", "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", "name": "domoticz", "platform": "linux", "ports": ["1443:1443/tcp", "6144:6144/tcp", "8080:8080/tcp"], "restart_policy": "unless-stopped", "title": "Domoticz", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Domoticz", "container": "/config" } ] }, { "categories": ["DNS", "Tools"], "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.", "env": [ { "label": "SUBDOMAINS", "name": "SUBDOMAINS", "set": "" }, { "label": "TOKEN", "name": "TOKEN", "set": "" }, { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/duckdns:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/duckdns.png", "name": "duckdns", "note": "Configuration
First, go to duckdns site, register your subdomain and retrieve your token
Then run the docker create command above with your subdomain(s) and token
It will update your IP with the DuckDNS service every 5 minutes", "platform": "linux", "restart_policy": "unless-stopped", "title": "Duck DNS", "type": 1 }, { "categories": ["Backup", "Cloud", "Other", "Productivity", "Tools"], "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/duplicati:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/duplicati-icon.png", "name": "duplicati", "platform": "linux", "ports": ["8200:8200/tcp"], "restart_policy": "unless-stopped", "title": "Duplicati", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Duplicati", "container": "/config" }, { "container": "/tmp" }, { "container": "/backups" }, { "container": "/source" } ] }, { "categories": ["Video", "Music", "Photos"], "description": "Emby 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": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "TZ", "name": "TZ" } ], "image": "linuxserver/emby:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/emby.png", "name": "Emby", "platform": "linux", "ports": ["8096:8096/tcp", "8920:8920/tcp"], "restart_policy": "unless-stopped", "title": "Emby", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Emby", "container": "/config" }, { "bind": "/portainer/TV", "container": "/data/tvshows" }, { "bind": "/portainer/Movies", "container": "/data/movies" } ] }, { "categories": ["Other", "Tools"], "description": "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.", "image": "linuxserver/embystat:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/embystat.png", "name": "EmbyStat", "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services.", "platform": "linux", "ports": ["6555:6555/tcp"], "restart_policy": "unless-stopped", "title": "EmbyStat", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/EmbyStat", "container": "/config" } ] }, { "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"], "description": "A free, self-hostable rss aggregator.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/freshrss:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/freshrss-icon.png", "name": "freshrss", "platform": "linux", "ports": ["80/tcp"], "restart_policy": "unless-stopped", "title": "FreshRSS", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/freshrss", "container": "/config" } ] }, { "categories": ["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": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/gazee:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/gazee-logo.png", "name": "gazee", "platform": "linux", "restart_policy": "unless-stopped", "title": "Gazee", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Gazee", "container": "/config" }, { "bind": "/portainer/Comics", "container": "/comics" }, { "bind": "/portainer/Files/AppData/Gazee", "container": "/mylar" } ] }, { "categories": ["Web","Tools"], "description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "gitea/gitea:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/gitea.png", "name": "gitea", "note": "Use SQLite3 for the database unless you have an external one setup.", "ports": ["3000:3000/tcp", "222:22/tcp"], "platform": "linux", "restart_policy": "unless-stopped", "title": "Gitea", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Gitea", "container": "/data" }, { "bind": " /etc/timezone", "container": "/etc/timezone:ro" }, { "bind": "/etc/localtime", "container": "/etc/localtime:ro" } ] }, { "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", "Finance"], "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "Timezone", "name": "TZ" } ], "image": "linuxserver/grocy:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/grocy_logo.png", "name": "grocy", "platform": "linux", "ports": ["80/tcp"], "restart_policy": "unless-stopped", "title": "Grocy", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Grocy", "container": "/config" } ] }, { "categories": ["Video", "Music", "Other"], "description": "HTPC Manager, a front end for many htpc related applications. Uses the Hellowlol HTPC Manager fork.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/htpcmanager:latest", "logo": "https://raw.githubusercontent.com/Qballjos/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": ["Music"], "description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/headphones:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/headphones-icon.png", "name": "headphones", "platform": "linux", "ports": ["8181:8181/tcp"], "restart_policy": "unless-stopped", "title": "Headphones", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Headphones", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/Downloads" }, { "bind": "/portainer/Music", "container": "/music" } ] }, { "categories": ["Tools", "Web", "Other"], "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/heimdall:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/heimdall-icon.png", "name": "heimdall", "platform": "linux", "ports": ["80/tcp", "443/tcp"], "restart_policy": "unless-stopped", "title": "Heimdall", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Heimdall", "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.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "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": ["Other", "Tools"], "description": "Create agents that monitor and act on your behalf.", "image": "huginn/huginn:latest", "logo": "https://raw.githubusercontent.com/Qballjos/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": ["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": ["Downloaders", "Tools"], "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/jackett:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jacket-icon.png", "name": "jackett", "platform": "linux", "ports": ["9117:9117/tcp"], "restart_policy": "unless-stopped", "title": "Jackett", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Jackett", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" } ] }, { "categories": ["Video", "Music", "Photos"], "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "TZ", "name": "TZ" } ], "image": "linuxserver/jellyfin:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jellyfin.png", "name": "jellyfin", "platform": "linux", "ports": ["8096:8096/tcp", "8920:8920/tcp"], "restart_policy": "unless-stopped", "title": "Jellyfin", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Jellyfin", "container": "/config" }, { "bind": "/portainer/TV", "container": "/data/tvshows" }, { "bind": "/portainer/Movies", "container": "/data/movies" } ] }, { "categories": ["Other", "Tools"], "description": "Jellyseer is a free and open source software application for managing requests for your media library.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "fallenbagel/jellyseerr:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jellyseerr.png", "name": "Jellyseerr", "platform": "linux", "ports": ["5055:5055/tcp"], "restart_policy": "unless-stopped", "title": "Jellyseerr", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Jellyseerr", "container": "/app/config" } ] }, { "categories": ["Video"], "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/kodi-headless:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/kodi-icon.png", "name": "kodi-headless", "platform": "linux", "ports": ["8080/tcp", "9777/udp"], "restart_policy": "unless-stopped", "title": "Kodi Headless", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Kodi", "container": "/config" } ] }, { "categories": ["Books"], "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/lazylibrarian:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lazylibrarian-icon.png", "name": "lazylibrarian", "platform": "linux", "ports": ["5299:5299/tcp"], "restart_policy": "unless-stopped", "title": "LazyLibrarian", "type": 1, "volumes": [ { "container": "/config" }, { "container": "/downloads" }, { "container": "/books" } ] }, { "categories": ["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.", "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" }, { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "VALIDATION", "name": "VALIDATION", "set": "http" }, { "label": "DNSPLUGIN", "name": "DNSPLUGIN", "set": "http" } ], "image": "linuxserver/swag:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/letsencrypt.png", "name": "letsencrypt / SWAG", "note": "Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.