diff --git a/templates.json b/templates.json index 7dcb73f..ba50f21 100644 --- a/templates.json +++ b/templates.json @@ -3,21 +3,67 @@ "templates": [ { "categories": [ - "Adblocking" + "Music" ], - "description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it\u2019ll cover ALL your home devices, and you don\u2019t 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 network.", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/adguard.png", - "name": "adguardhome", + "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/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png", + "name": "airsonic", "platform": "linux", - "repository": { - "stackfile": "Template/Stack/adguardhome.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Adguard Home", - "type": 3 + "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", "Authentication" ], @@ -29,9 +75,9 @@ } ], "image": "authelia/authelia:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/authelia.png", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png", "name": "authelia", - "note": "Requires a configuration.yml file in order to work. Documentation is available here.", + "note": "Requires a configuration.yml file in order to work. Documentation is Available here.", "platform": "linux", "ports": [ "9091:9091/tcp" @@ -48,68 +94,51 @@ }, { "categories": [ - "Multimedia" - ], - "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.", - "logo": "https://www.bazarr.media/assets/img/logo.png", - "name": "bazarr", - "platform": "linux", - "repository": { - "stackfile": "Template/Stack/bazarr.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Bazarr", - "type": 3 - }, - { - "categories": [ - "Social", - "Forum" + "Video", + "Music" ], - "description": "Zusam is a free and open-source way to self-host private forums for groups of friends.", + "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": "email@domain.example", - "label": "INIT_USER", - "name": "INIT_USER" + "default": "1000", + "label": "PUID", + "name": "PUID" }, { - "default": "initpass zusam", - "label": "INIT_PASSWORD", - "name": "INIT_PASSWORD" + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "TZ", + "name": "TZ" } ], - "image": "zusam/zusam", - "logo": "https://github.com/zusam/zusam/raw/master/app/src/assets/zusam_logo.png", - "name": "Zusam", + "image": "linuxserver/bazarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png", + "name": "bazarr", "platform": "linux", "ports": [ - "4180:8080/tcp" + "6767:6767/tcp" ], "restart_policy": "unless-stopped", - "title": "Zus.am", + "title": "Bazarr", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Zusam", - "container": "/zusam/data" + "bind": "/portainer/Files/AppData/Config/Bazarr", + "container": "/config" + }, + { + "bind": "/portainer/TV", + "container": "/tv" + }, + { + "bind": "/portainer/Movies", + "container": "/movies" } ] }, - { - "categories": [ - "Social" - ], - "description": "Use Tiktok with an alternative frontend, inspired by Nitter.", - "name": "proxitok", - "platform": "linux", - "repository": { - "stackfile": "Template/Stack/proxitok.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "ProxiTok", - "type": 3 - }, { "categories": [ "Music" @@ -128,7 +157,7 @@ } ], "image": "linuxserver/beets:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/beets-icon.png", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png", "name": "beets", "platform": "linux", "ports": [ @@ -154,32 +183,34 @@ }, { "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/xneo1/portainer_templates/master/Images/bitwarden.png", - "name": "vaultwarden", + "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/SelfhostedPro/selfhosted_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" + "80/tcp" ], "restart_policy": "unless-stopped", - "title": "Vaultwarden", + "title": "Bitwarden RS", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Vaultwarden", + "bind": "/portainer/Files/AppData/Config/Bitwarden-rs", "container": "/config" } ] }, { "categories": [ - "Books" + "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.", + "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", @@ -198,7 +229,7 @@ } ], "image": "linuxserver/booksonic:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/booksonic.png", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png", "name": "booksonic", "platform": "linux", "ports": [ @@ -224,86 +255,33 @@ }, { "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/xneo1/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/xneo1/portainer_templates" - }, - "title": "Bookstack", - "type": 3 - }, - { - "categories": [ - "Productivity" - ], - "description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases", - "env": [ - { - "default": "/home/node/trilium-data", - "label": "TRILIUM_DATA_DIR", - "name": "TRILIUM_DATA_DIR" - }, - { - "label": "PORT", - "name": "PORT" - } + "Other", + "Tools" ], - "image": "zadam/trilium:latest", - "logo": "https://www.saashub.com/images/app/service_logos/55/2901389fab77/large.png?1561117248", - "name": "trilium", + "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/SelfhostedPro/selfhosted_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": [ - "3388:8080/tcp" + "6555:6555/tcp" ], "restart_policy": "unless-stopped", - "title": "Trilium", + "title": "EmbyStat", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/trilium-data", - "container": "/home/node/trilium-data" + "bind": "/portainer/Files/AppData/Config/EmbyStat", + "container": "/config" } ] }, { "categories": [ - "Cloud", - "Books" + "Music" ], - "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.", + "description": null, "env": [ { "default": "1000", @@ -316,32 +294,38 @@ "name": "PGID" } ], - "image": "linuxserver/cops:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/cops-icon.png", - "name": "cops", + "image": "linuxserver/headphones:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png", + "name": "headphones", "platform": "linux", "ports": [ - "80/tcp" + "8181:8181/tcp" ], "restart_policy": "unless-stopped", - "title": "COPS", + "title": "Headphones", "type": 1, "volumes": [ { - "bind": "/portainer/Books", - "container": "/books" + "bind": "/portainer/Files/AppData/Config/Headphones", + "container": "/config" }, { - "bind": "/portainer/Files/AppData/Config/Cops", - "container": "/config" + "bind": "/portainer/Downloads", + "container": "/Downloads" + }, + { + "bind": "/portainer/Music", + "container": "/music" } ] }, { "categories": [ - "Books" + "Tools", + "Web", + "Other" ], - "description": "Lighting fast with a slick design, Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats. Install to start reading and share your server with your friends.", + "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", @@ -354,204 +338,128 @@ "name": "PGID" } ], - "image": "kizaing/kavita:latest", - "logo": "https://www.kavitareader.com/img/logo.png", - "name": "kavita", + "image": "linuxserver/heimdall:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png", + "name": "heimdall", "platform": "linux", "ports": [ - "5000/tcp" + "80/tcp", + "443/tcp" ], "restart_policy": "unless-stopped", - "title": "Kavita", + "title": "Heimdall", "type": 1, "volumes": [ { - "bind": "/portainer/Books", - "container": "/books" - }, - { - "bind": "/portainer/Files/AppData/Config/kavita", + "bind": "/portainer/Files/AppData/Config/Heimdall", "container": "/config" } ] }, { "categories": [ - "Cloud", - "Books" + "Other", + "Tools" ], - "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/xneo1/portainer_templates/master/Images/calibre-web-icon.png", - "name": "calibre-web", - "note": "Configuration ", + "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/SelfhostedPro/selfhosted_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": [ - "8083:8083/tcp" + "8902:8080/tcp" ], "restart_policy": "unless-stopped", - "title": "Calibre Web", + "title": "Homer", "type": 1, "volumes": [ { - "bind": "/portainer/Books", - "container": "/books" - }, - { - "bind": "/portainer/Files/AppData/Config/Calibre-web", - "container": "/config" - } - ] - }, - { - "categories": [ - "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": "" + "bind": "/portainer/Files/AppData/Config/Homer/assets", + "container": "/www/assets" }, { - "label": "CHEVERETO_DB_PREFIX", - "name": "CHEVERETO_DB_PREFIX", - "set": "" - } - ], - "image": "nmtan/chevereto:latest", - "logo": "https://raw.githubusercontent.com/xneo1/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" + "bind": "/portainer/Files/AppData/Config/Homer", + "container": "/www/config.yml" } ] }, { "categories": [ + "Other", "Tools" ], - "description": "Have recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", - "image": "gregyankovoy/chowdown:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/chowdown.png", - "name": "Chowdown", + "description": "Create agents that monitor and act on your behalf.", + "image": "huginn/huginn:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/huginn.png", + "name": "huginn", "platform": "linux", "ports": [ - "4000:4000/tcp" + "3000:3000/tcp" ], "restart_policy": "unless-stopped", - "title": "Chowdown", + "title": "Huginn", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Chowdown", - "container": "/config" + "bind": "/portainer/Files/AppData/Config/huginn", + "container": "/var/lib/mysql" } ] }, { "categories": [ - "Tools" + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" ], - "description": "Code-server is VS Code running on a remote server, accessible through the browser.", + "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.", "env": [ { - "default": "1000", - "label": "PUID", - "name": "PUID" + "default": "invoice.my.domain", + "label": "URL", + "name": "URL" }, { - "default": "1000", - "label": "PUID", - "name": "GUID" + "label": "APP_KEY", + "name": "APP_KEY" }, { "label": "TZ", "name": "TZ" }, { - "label": "PASSWORD", - "name": "PASSWORD" + "label": "DATABASE_PASSWORD", + "name": "DATABASE_PASSWORD" }, { - "label": "SUDO_PASSWORD", - "name": "SUDO_PASSWORD" + "label": "MYSQL_ROOT_PASSWORD", + "name": "MYSQL_ROOT_PASSWORD" }, { - "default": "example.my.domain", - "label": "PROXY_DOMAIN", - "name": "PROXY_DOMAIN" + "label": "PORT", + "name": "PORT" } ], - "image": "linuxserver/code-server:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/code-server.png", - "name": "code-server", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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", - "ports": [ - "8443:8443/tcp" - ], - "restart_policy": "unless-stopped", - "title": "Code Server", - "type": 1, - "volumes": [ - { - "bind": "/portainer/Files/AppData/Config/Code-Server", - "container": "/config" - } - ] + "repository": { + "stackfile": "Template/Stack/invoice-ninja.yml", + "url": "https://github.com/SelfhostedPro/selfhosted_templates" + }, + "title": "Invoice Ninja", + "type": 3 }, { "categories": [ - "Productivity" + "Downloaders", + "Tools" ], - "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.", + "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", @@ -564,29 +472,34 @@ "name": "PGID" } ], - "image": "linuxserver/codiad:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/codiad-icon.png", - "name": "codiad", + "image": "linuxserver/jackett:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png", + "name": "jackett", "platform": "linux", "ports": [ - "80/tcp" + "9117:9117/tcp" ], "restart_policy": "unless-stopped", - "title": "Codiad", + "title": "Jackett", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Codiad", + "bind": "/portainer/Files/AppData/Config/Jackett", "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" } ] }, { "categories": [ - "Downloaders", - "Video" + "Video", + "Music", + "Photos" ], - "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.", + "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", @@ -597,38 +510,43 @@ "default": "100", "label": "PGID", "name": "PGID" + }, + { + "label": "TZ", + "name": "TZ" } ], - "image": "linuxserver/couchpotato:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/couchpotato-icon.png", - "name": "couchpotato", + "image": "linuxserver/jellyfin:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png", + "name": "jellyfin", "platform": "linux", "ports": [ - "5050:5050/tcp" + "8096:8096/tcp", + "8920:8920/tcp" ], "restart_policy": "unless-stopped", - "title": "CouchPotato", + "title": "Jellyfin", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Couchpotato", + "bind": "/portainer/Files/AppData/Config/Jelllyfin", "container": "/config" }, { - "bind": "/portainer/Downloads", - "container": "/downloads" + "bind": "/portainer/TV", + "container": "/data/tvshows" }, { "bind": "/portainer/Movies", - "container": "/movies" + "container": "/data/movies" } ] }, { "categories": [ - "Music" + "Video" ], - "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.", + "description": "Headless installation of Kodi\u2122 (formerly known as XBMC\u2122), to enable library updates.", "env": [ { "default": "1000", @@ -641,53 +559,29 @@ "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": [ - "Tools", - "Dashboard" - ], - "description": "Another application bookmark , with fun features.", - "image": "rmountjoy/dashmachine:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/dashmachine_logo.png", - "name": "dashmachine", + "image": "linuxserver/kodi-headless:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png", + "name": "kodi-headless", "platform": "linux", "ports": [ - "5000:5000/tcp" + "8080/tcp", + "9777/udp" ], "restart_policy": "unless-stopped", - "title": "DashMachine", + "title": "Kodi Headless", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Dashmachine", - "container": "/dashmachine/dashmachine/user_data" + "bind": "/portainer/Files/AppData/Config/Kodi", + "container": "/config" } ] }, { "categories": [ - "FTP", - "Tools" + "Books" ], - "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.", + "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.", "env": [ { "default": "1000", @@ -700,60 +594,130 @@ "name": "PGID" } ], - "image": "linuxserver/davos:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/davos.png", - "name": "davos", - "note": "Configuration ", + "image": "linuxserver/lazylibrarian:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png", + "name": "lazylibrarian", "platform": "linux", "ports": [ - "8080/tcp" + "5299:5299/tcp" ], "restart_policy": "unless-stopped", - "title": "Davos", + "title": "LazyLibrarian", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Davos", "container": "/config" }, { - "bind": "/portainer/Downloads", "container": "/downloads" + }, + { + "container": "/books" } ] }, { "categories": [ - "Music" + "Tools", + "Web" ], - "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/xneo1/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.", + "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" + }, + { + "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/letsencrypt:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png", + "name": "letsencrypt", "platform": "linux", "ports": [ - "6595:6595/tcp" + "80/tcp", + "443/tcp" ], "restart_policy": "unless-stopped", - "title": "DeeMix", + "title": "Let's Encrypt", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/DeeMix", + "bind": "/portainer/Files/AppData/Config/LetsEncrypt", "container": "/config" - }, + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A Free and Open Source Speedtest for HTML5 and more.", + "image": "linuxserver/librespeed:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png", + "name": "librespeed", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "LibreSpeed", + "type": 1, + "volumes": [ { - "bind": "/portainer/Downloads", - "container": "/downloads" + "bind": "/portainer/Files/AppData/Config/LibreSpeed", + "container": "/config" } ] }, { "categories": [ - "Downloaders" + "Cloud", + "Web", + "Management", + "Photos" ], - "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...", + "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.", "env": [ { "default": "1000", @@ -764,37 +728,35 @@ "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "UMASK_SET", - "name": "UMASK_SET", - "set": "000" } ], - "image": "linuxserver/deluge:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/deluge-icon.png", - "name": "deluge", + "image": "linuxserver/lychee:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png", + "name": "lychee", "platform": "linux", + "ports": [ + "80/tcp" + ], "restart_policy": "unless-stopped", - "title": "Deluge", + "title": "Lychee", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Deluge", + "bind": "/portainer/Files/AppData/Config/Lychee", "container": "/config" }, { - "bind": "/portainer/Downloads", - "container": "/downloads" + "bind": "/portainer/Pictures", + "container": "/pictures" } ] }, { "categories": [ - "HomeAutomation", - "Management" + "Other", + "Tools" ], - "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.", + "description": "An Enhanced drop in replacement for Mysql", "env": [ { "default": "1000", @@ -805,44 +767,36 @@ "default": "100", "label": "PGID", "name": "PGID" + }, + { + "label": "MYSQL_ROOT_PASSWORD", + "name": "MYSQL_ROOT_PASSWORD", + "set": "" } ], - "image": "linuxserver/domoticz:latest", - "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", - "name": "domoticz", + "image": "linuxserver/mariadb:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png", + "name": "mariadb", "platform": "linux", "ports": [ - "1443:1443/tcp", - "6144:6144/tcp", - "8080:8080/tcp" + "3306:3306/tcp" ], "restart_policy": "unless-stopped", - "title": "Domoticz", + "title": "MariaDB", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Domoticz", + "bind": "/portainer/Files/AppData/Config/Mariadb", "container": "/config" } ] }, { "categories": [ - "DNS", - "Tools" + "Other" ], - "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.", + "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", "env": [ - { - "label": "SUBDOMAINS", - "name": "SUBDOMAINS", - "set": "" - }, - { - "label": "TOKEN", - "name": "TOKEN", - "set": "" - }, { "default": "1000", "label": "PUID", @@ -854,23 +808,29 @@ "name": "PGID" } ], - "image": "linuxserver/duckdns:latest", - "logo": "https://raw.githubusercontent.com/xneo1/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", + "image": "linuxserver/mcmyadmin2:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", + "name": "mcmyadmin2", "platform": "linux", + "ports": [ + "8080:8080/tcp", + "25565:25565/tcp" + ], "restart_policy": "unless-stopped", - "title": "Duck DNS", - "type": 1 + "title": "McMyAdmin 2", + "type": 1, + "volumes": [ + { + "container": "/minecraft" + } + ] }, { "categories": [ - "Backup", - "Cloud", - "Productivity", - "Tools" + "Downloaders", + "Video" ], - "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.", + "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", "env": [ { "default": "1000", @@ -883,39 +843,36 @@ "name": "PGID" } ], - "image": "linuxserver/duplicati:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/duplicati-icon.png", - "name": "duplicati", + "image": "linuxserver/medusa:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", + "name": "medusa", "platform": "linux", "ports": [ - "8200:8200/tcp" + "8081:8081/tcp" ], "restart_policy": "unless-stopped", - "title": "Duplicati", + "title": "Medusa", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Duplicati", + "bind": "/portainer/Files/AppData/Config/Medusa", "container": "/config" }, { - "container": "/tmp" - }, - { - "container": "/backups" + "bind": "/portainer/TV", + "container": "/tv" }, { - "container": "/source" + "bind": "/portainer/Downloads", + "container": "/downloads" } ] }, { "categories": [ - "Video", - "Music", - "Photos" + "Other" ], - "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.", + "description": "Server version of minetest, a free, open source alternative to minecraft.", "env": [ { "default": "1000", @@ -926,93 +883,90 @@ "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "TZ", - "name": "TZ" } ], - "image": "linuxserver/emby:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/emby.png", - "name": "Emby", + "image": "linuxserver/minetest:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", + "name": "minetest", "platform": "linux", "ports": [ - "8096:8096/tcp", - "8920:8920/tcp" + "30000:30000/udp" ], "restart_policy": "unless-stopped", - "title": "Emby", + "title": "Minetest", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Emby", - "container": "/config" - }, - { - "bind": "/portainer/TV", - "container": "/data/tvshows" - }, - { - "bind": "/portainer/Movies", - "container": "/data/movies" + "container": "/config/.minetest" } ] }, { "categories": [ + "Video", + "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/xneo1/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.", + "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/minisatip:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png", + "name": "minisatip", "platform": "linux", "ports": [ - "6555:6555/tcp" + "8875:8875/tcp", + "554:554/tcp", + "1900:1900/udp" ], "restart_policy": "unless-stopped", - "title": "EmbyStat", - "type": 1, - "volumes": [ - { - "bind": "/portainer/Files/AppData/Config/EmbyStat", - "container": "/config" - } - ] + "title": "Minisatip", + "type": 1 }, { "categories": [ - "Tools" - ], - "description": "Web File Browser which can be used as a middleware or standalone app.", - "image": "80x86/filebrowser:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/filebrowser.png", - "name": "filebrowser", - "note": "The default user and password is admin/admin.", + "Other", + "Music" + ], + "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..", + "image": "linuxserver/mstream:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png", + "name": "mstream", "platform": "linux", "ports": [ - "8082:8082/tcp" + "3000:3000/tcp" ], "restart_policy": "unless-stopped", - "title": "FileBrowser", + "title": "Mstream", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/FileBrowser", + "bind": "/portainer/Files/AppData/Config/Mstream", "container": "/config" }, { - "bind": "/portainer/Files/AppData/Config", - "container": "/myfiles" + "bind": "/portainer/Downloads", + "container": "/music" } ] }, { "categories": [ - "Feed Reader" + "Other", + "Voice", + "Chat" ], - "description": "A free, self-hostable rss aggregator.", + "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", @@ -1023,48 +977,55 @@ "default": "100", "label": "PGID", "name": "PGID" + }, + { + "label": "TZ", + "name": "TZ" } ], - "image": "linuxserver/freshrss:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/freshrss-icon.png", - "name": "freshrss", + "image": "goofball222/murmur:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png", + "name": "murmur", "platform": "linux", "ports": [ - "80/tcp" + "64738:64738/tcp", + "64738:64738/udp" ], "restart_policy": "unless-stopped", - "title": "FreshRSS", + "title": "Murmur", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/freshrss", - "container": "/config" + "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": [ - "Feed Reader" - ], - "description": "Miniflux is a minimalist and opinionated feed reader.", - "logo": "", - "name": "miniflux", - "platform": "linux", - "repository": { - "stackfile": "Template/Stack/miniflux.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Miniflux", - "type": 3 - }, - { - "categories": [ - "Web", - "Books", + "Music", + "Other", "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.", + "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.", "env": [ + { + "label": "BRAINZCODE", + "name": "BRAINZCODE", + "set": "" + }, { "default": "1000", "label": "PUID", @@ -1076,57 +1037,35 @@ "name": "PGID" } ], - "image": "linuxserver/gazee:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/gazee-logo.png", - "name": "gazee", + "image": "linuxserver/musicbrainz:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png", + "name": "musicbrainz", "platform": "linux", + "ports": [ + "5000:5000/tcp" + ], "restart_policy": "unless-stopped", - "title": "Gazee", + "title": "MusicBrainz", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Gazee", + "bind": "/portainer/Files/AppData/Config/MusicBrainz", "container": "/config" }, { - "bind": "/portainer/Comics", - "container": "/comics" - }, - { - "bind": "/portainer/Files/AppData/Gazee", - "container": "/mylar" + "bind": "/portainer/Files/AppData/MusicBrainz", + "container": "/data" } ] }, { "categories": [ + "Web", + "Proxy", + "Other", "Tools" ], - "description": "A clientless remote desktop gateway.", - "image": "oznu/guacamole:latest", - "logo": "https://raw.githubusercontent.com/xneo1/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": [ - "Tools", - "Finance" - ], - "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility.", + "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.", "env": [ { "default": "1000", @@ -1137,35 +1076,31 @@ "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "Timezone", - "name": "TZ" } ], - "image": "linuxserver/grocy:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/grocy_logo.png", - "name": "grocy", + "image": "linuxserver/muximux:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png", + "name": "muximux", "platform": "linux", "ports": [ "80/tcp" ], "restart_policy": "unless-stopped", - "title": "Grocy", + "title": "Muximux", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Grocy", + "bind": "/portainer/Files/AppData/Config/Muximux", "container": "/config" } ] }, { "categories": [ - "Video", - "Music" + "Downloaders", + "Books" ], - "description": "HTPC Manager, a front end for many htpc related applications. Uses the Hellowlol HTPC Manager fork.", + "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", "env": [ { "default": "1000", @@ -1178,28 +1113,40 @@ "name": "PGID" } ], - "image": "linuxserver/htpcmanager:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/htpcmanager-icon.png", - "name": "htpcmanager", + "image": "linuxserver/mylar:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png", + "name": "mylar", "platform": "linux", "ports": [ - "8085:8085/tcp" + "8090:8090/tcp" ], "restart_policy": "unless-stopped", - "title": "HTPC Manager", + "title": "Mylar", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/HTPCmanager", + "bind": "/portainer/Files/AppData/Config/Mylar", "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + }, + { + "bind": "/portainer/Comics", + "container": "/comics" } ] }, { "categories": [ - "Music" + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" ], - "description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, \u00b5Torrent and Blackhole.", + "description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.", "env": [ { "default": "1000", @@ -1210,40 +1157,41 @@ "default": "100", "label": "PGID", "name": "PGID" - } - ], - "image": "linuxserver/headphones:latest", - "logo": "https://raw.githubusercontent.com/xneo1/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" + "label": "TZ", + "name": "TZ" }, { - "bind": "/portainer/Downloads", - "container": "/Downloads" + "label": "DATABASE_PASSWORD", + "name": "DATABASE_PASSWORD" }, { - "bind": "/portainer/Music", - "container": "/music" + "label": "MYSQL_ROOT_PASSWORD", + "name": "MYSQL_ROOT_PASSWORD" + }, + { + "label": "PORT", + "name": "PORT" } - ] + ], + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png", + "name": "nextcloud", + "note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/nextcloud.yml", + "url": "https://github.com/SelfhostedPro/selfhosted_templates" + }, + "title": "Nextcloud", + "type": 3 }, { "categories": [ - "Tools", "Web", - "Dashboard" + "Proxy" ], - "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.", + "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.", "env": [ { "default": "1000", @@ -1256,58 +1204,54 @@ "name": "PGID" } ], - "image": "linuxserver/heimdall:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/heimdall-icon.png", - "name": "heimdall", + "image": "linuxserver/nginx:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png", + "name": "nginx", "platform": "linux", "ports": [ "80/tcp", "443/tcp" ], "restart_policy": "unless-stopped", - "title": "Heimdall", + "title": "Nginx", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Heimdall", + "bind": "/portainer/Files/AppData/Config/Nginx", "container": "/config" } ] }, { "categories": [ - "Tools", - "Dashboard" + "Proxy", + "Tools" ], - "description": "A dead simple static Homepage for your server to keep your services on hand, from a simple yaml configuration file.", - "image": "b4bz/homer:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/homer-dashboard.png", - "name": "homer", - "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", + "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", + "image": "jlesage/nginx-proxy-manager", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", + "name": "nginx-proxy-manager", "platform": "linux", "ports": [ - "8902:8080/tcp" + "80:8080/tcp", + "81:8181/tcp", + "443:4443/tcp" ], "restart_policy": "unless-stopped", - "title": "Homer", + "title": "Nginx Proxy Manager", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Homer/assets", - "container": "/www/assets" - }, - { - "bind": "/portainer/Files/AppData/Config/Homer", - "container": "/www/config.yml" + "bind": "/portainer/Files/AppData/Config/Nginx-Proxy", + "container": "/config" } ] }, { "categories": [ - "Tools", - "Dashboard" + "Downloaders" ], - "description": "Helps you organize your self-hosted services by making them accessible from a single place.", + "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players", "env": [ { "default": "1000", @@ -1315,30 +1259,39 @@ "name": "PUID" }, { - "default": "1000", + "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "PORT", - "name": "PORT" } ], - "logo": "https://dashy.to/img/dashy.png", - "name": "Dashy", + "image": "linuxserver/nzbget:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png", + "name": "nzbget", "platform": "linux", - "repository": { - "stackfile": "Template/Stack/dashy.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Dashy", - "type": 3 + "ports": [ + "6789:6789/tcp" + ], + "restart_policy": "unless-stopped", + "title": "NZBGet", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Nzbget", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] }, { "categories": [ + "Downloaders", + "Other", "Tools" ], - "description": "Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games..", + "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", "env": [ { "default": "1000", @@ -1346,31 +1299,40 @@ "name": "PUID" }, { - "default": "1000", + "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "PORT", - "name": "PORT" } ], - "logo": "https://user-images.githubusercontent.com/20560781/80213166-0e560e00-8639-11ea-944e-4f79fdbcef55.png", - "name": "Koillection", + "image": "linuxserver/nzbhydra2:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png", + "name": "nzbhydra2", "platform": "linux", - "repository": { - "stackfile": "Template/Stack/koillection.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Koillection", - "type": 3 + "ports": [ + "5076:5076/tcp" + ], + "restart_policy": "unless-stopped", + "title": "NZBHydra 2", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Nzbhydra2", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] }, { "categories": [ - "Tools", - "Productivity" + "Downloaders", + "Other", + "Video", + "Tools" ], - "description": "The to-do app to organize your life.| Before use create custom template and Edit: VIKUNJA_SERVICE_FRONTENDURL , VIKUNJA_API_URL & VIKUNJA_SERVICE_JWTSECRET", + "description": "Ombi allows you to host your own Plex Request and user management system. ", "env": [ { "default": "1000", @@ -1378,63 +1340,75 @@ "name": "PUID" }, { - "default": "1000", + "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "PORT", - "name": "PORT" } ], - "logo": "https://vikunja.io/images/vikunja.png", - "name": "Vikunja", + "image": "linuxserver/ombi:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png", + "name": "ombi", "platform": "linux", - "repository": { - "stackfile": "Template/Stack/vikunja.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Vikunja", - "type": 3 + "ports": [ + "3579:3579/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Ombi", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Ombi", + "container": "/config" + } + ] }, { "categories": [ - "Multimedia", - "Audio" + "Other" ], - "description": "Self hosted audiobook and podcast server", + "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.", "env": [ + { + "label": "INTERFACE", + "name": "INTERFACE", + "set": "eth0" + }, { "default": "1000", "label": "PUID", "name": "PUID" }, { - "default": "1000", + "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "PORT", - "name": "PORT" } ], - "logo": "https://github.com/advplyr/audiobookshelf/raw/master/images/banner.svg", - "name": "Audiobookshelf", + "image": "linuxserver/openvpn-as:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png", + "name": "openvpn-as", "platform": "linux", - "repository": { - "stackfile": "Template/Stack/audiobookshelf.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Audiobookshelf", - "type": 3 + "ports": [ + "943:943/tcp", + "9443:9443/tcp", + "1194:1194/udp" + ], + "restart_policy": "unless-stopped", + "title": "OpenVPN Access Server", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/OpenVPN-AS", + "container": "/config" + } + ] }, { "categories": [ - "Tools", - "Dashboard" + "Other", + "Tools" ], - "description": "Fenrus is a Node application and requires NodeJS to run. Once NodeJS is installed you can run Fenrus", + "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", "env": [ { "default": "1000", @@ -1442,31 +1416,33 @@ "name": "PUID" }, { - "default": "1000", + "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "PORT", - "name": "PORT" } ], - "logo": "https://user-images.githubusercontent.com/958400/154829266-62206846-c6ef-4718-9910-2b83eb6aa41c.png", - "name": "Fenrus", + "image": "organizrtools/organizr-v2:php-fpm", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", + "name": "organizr-v2", "platform": "linux", - "repository": { - "stackfile": "Template/Stack/fenrus.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Fenrus", - "type": 3 + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Organizr v2", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Organizr", + "container": "/config" + } + ] }, { "categories": [ - "Tools", - "Authentication" + "Other" ], - "description": "Authentik is an open-source Identity Provider focused on flexibility and versatility", + "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.", "env": [ { "default": "1000", @@ -1474,31 +1450,34 @@ "name": "PUID" }, { - "default": "1000", + "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "PORT", - "name": "PORT" } ], - "logo": "https://d33wubrfki0l68.cloudfront.net/228cc7243c167d0ad9f9adf2129d69b787129ccb/73d36/img/icon_left_brand.svg", - "name": "Authentik", + "image": "linuxserver/oscam:latest", + "logo": "http://i.imgur.com/8LadrLg.png", + "name": "oscam", "platform": "linux", - "repository": { - "stackfile": "Template/Stack/authentik.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Authentik", - "type": 3 + "ports": [ + "8888:8888/tcp", + "10000:10000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "OScam", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/OScam", + "container": "/config" + } + ] }, { "categories": [ - "Multimedia", - "Music" + "Photos" ], - "description": "Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!", + "description": "A simple, easy way to turn a photo album into a webgallery", "env": [ { "default": "1000", @@ -1506,121 +1485,75 @@ "name": "PUID" }, { - "default": "1000", + "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "PORT", - "name": "PORT" } ], - "logo": "https://github.com/navidrome/navidrome/raw/master/resources/logo-192x192.png", - "name": "Navidrome", - "platform": "linux", - "repository": { - "stackfile": "Template/Stack/navidrome.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Navidrome", - "type": 3 - }, - { - "categories": [ - "Tools", - "Dashboard" - ], - "description": "Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.", - "image": "pawelmalak/flame", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/flame.png", - "name": "flame-dashboard", + "image": "linuxserver/photoshow:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png", + "name": "photoshow", "platform": "linux", "ports": [ - "5005:5005/tcp" + "80/tcp" ], "restart_policy": "unless-stopped", - "title": "Flame-Dashboard", + "title": "PhotoShow", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/flame-dashboard", - "container": "/app/data" + "bind": "/portainer/Pictures", + "container": "/Pictures" + }, + { + "bind": "/portainer/Files/AppData/Photoshow/Thumbs", + "container": "/Thumbs" + }, + { + "bind": "/portainer/Files/AppData/Config/PhotoShow", + "container": "/config" } ] }, { "categories": [ + "Other", "Tools" ], - "description": "Create agents that monitor and act on your behalf.", - "image": "huginn/huginn:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/huginn.png", - "name": "huginn", + "description": "Self-hosted snippet manager.", + "image": "snowmean/snibox-sqlite:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png", + "name": "snibox", + "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.", "platform": "linux", "ports": [ - "3000:3000/tcp" + "3010:3000/tcp" ], "restart_policy": "unless-stopped", - "title": "Huginn", + "title": "Snibox", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/huginn", - "container": "/var/lib/mysql" + "bind": "/portainer/Files/AppData/Config/Snibox", + "container": "/app/db/database" } ] }, { "categories": [ - "Tools" + "Wiki" ], - "description": "Eufy Security Web Socket. Edit container and add username & password.", + "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": "InputUSER-email", - "label": "USERNAME", - "name": "USERNAME" + "default": "1000", + "label": "PUID", + "name": "PUID" }, { - "default": "InputPWD", - "label": "PASSWORD", - "name": "PASSWORD" - } - ], - "image": "bropat/eufy-security-ws:latest", - "logo": "https://github.com/bropat/eufy-security-ws/raw/master/docs/_media/eufy-security-ws.png", - "name": "eufy-security-ws", - "platform": "linux", - "ports": [ - "3993:3000/tcp" - ], - "restart_policy": "unless-stopped", - "title": "Eufy Security WS", - "type": 1, - "volumes": [ - { - "bind": "/portainer/Files/AppData/Config/eufy-security-ws", - "container": "/data" - } - ] - }, - { - "categories": [ - "Cloud", - "Productivity", - "Tools", - "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" + "default": "100", + "label": "PGID", + "name": "PGID" }, { "label": "TZ", @@ -1639,23 +1572,23 @@ "name": "PORT" } ], - "logo": "https://raw.githubusercontent.com/xneo1/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. ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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/invoice-ninja.yml", - "url": "https://github.com/xneo1/portainer_templates" + "stackfile": "Template/Stack/bookstack.yml", + "url": "https://github.com/SelfhostedPro/selfhosted_templates" }, - "title": "Invoice Ninja", + "title": "Bookstack", "type": 3 }, { "categories": [ - "Downloaders", - "Tools" + "Other", + "Tools", + "Photo" ], - "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.", + "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", @@ -1666,36 +1599,78 @@ "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": "linuxserver/jackett:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/jacket-icon.png", - "name": "jackett", + "image": "nmtan/chevereto:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png", + "name": "Chevereto", "platform": "linux", "ports": [ - "9117:9117/tcp" + "80/tcp" ], "restart_policy": "unless-stopped", - "title": "Jackett", + "title": "Chevereto", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Jackett", - "container": "/config" - }, + "container": "/var/www/html/images" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Save recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", + "image": "gregyankovoy/chowdown:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png", + "name": "Chowdown", + "platform": "linux", + "ports": [ + "4000:4000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Chowdown", + "type": 1, + "volumes": [ { - "bind": "/portainer/Downloads", - "container": "/downloads" + "bind": "/portainer/Files/AppData/Config/Chowdown", + "container": "/config" } ] }, { "categories": [ - "Video", - "Music", - "Photos" + "Cloud", + "Books" ], - "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.", + "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]", "env": [ { "default": "1000", @@ -1706,43 +1681,34 @@ "default": "100", "label": "PGID", "name": "PGID" - }, - { - "label": "TZ", - "name": "TZ" } ], - "image": "linuxserver/jellyfin:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/jellyfin.png", - "name": "jellyfin", + "image": "linuxserver/calibre-web:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png", + "name": "calibre-web", "platform": "linux", "ports": [ - "8096:8096/tcp", - "8920:8920/tcp" + "8083:8083/tcp" ], "restart_policy": "unless-stopped", - "title": "Jellyfin", + "title": "Calibre Web", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Jellyfin", - "container": "/config" - }, - { - "bind": "/portainer/TV", - "container": "/data/tvshows" + "bind": "/portainer/Books", + "container": "/books" }, { - "bind": "/portainer/Movies", - "container": "/data/movies" + "bind": "/portainer/Files/AppData/Config/Calibre-web", + "container": "/config" } ] }, { "categories": [ - "Video" + "Downloaders" ], - "description": "Headless installation of Kodi\u2122 (formerly known as XBMC\u2122), to enable library updates.", + "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", "env": [ { "default": "1000", @@ -1755,29 +1721,29 @@ "name": "PGID" } ], - "image": "linuxserver/kodi-headless:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/kodi-icon.png", - "name": "kodi-headless", + "image": "linuxserver/cardigann:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png", + "name": "cardigann", "platform": "linux", "ports": [ - "8080/tcp", - "9777/udp" + "5060:5060/tcp" ], "restart_policy": "unless-stopped", - "title": "Kodi Headless", + "title": "Cardigann", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Kodi", + "bind": "/portainer/Files/AppData/Config/Cardigann", "container": "/config" } ] }, { "categories": [ - "Books" + "Other", + "Tools" ], - "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.", + "description": "Code-server is VS Code running on a remote server, accessible through the browser.", "env": [ { "default": "1000", @@ -1785,65 +1751,51 @@ "name": "PUID" }, { - "default": "100", - "label": "PGID", - "name": "PGID" + "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/lazylibrarian:latest", - "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/lazylibrarian-icon.png", - "name": "lazylibrarian", + "image": "linuxserver/code-server:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png", + "name": "code-server", "platform": "linux", "ports": [ - "5299:5299/tcp" + "8443:8443/tcp" ], "restart_policy": "unless-stopped", - "title": "LazyLibrarian", + "title": "Code Server", "type": 1, "volumes": [ { + "bind": "/portainer/Files/AppData/Config/Code-Server", "container": "/config" - }, - { - "container": "/downloads" - }, - { - "container": "/books" } ] }, { "categories": [ - "Tools", - "Web" + "Productivity" ], - "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.", + "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", "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", @@ -1853,107 +1805,60 @@ "default": "100", "label": "PGID", "name": "PGID" - }, - { - "categories": [ - "Tools" - ], - "description": "GoAccess for NGINX Proxy Manager Logs.", - "env": [ - { - "default": "1000", - "label": "PUID", - "name": "PUID" - }, - { - "default": "1000", - "label": "PGID", - "name": "PGID" - }, - { - "label": "TZ", - "name": "TZ" - }, - { - "label": "PORT", - "name": "PORT" - } - ], - "logo": "https://www.hugeserver.com/kb/wp-content/uploads/2017/09/goaccess.png", - "name": "GoAccessnpm", - "platform": "linux", - "repository": { - "stackfile": "Template/Stack/goaccessnpm.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "GoAccess for NPM logs", - "type": 3 - }, - { - "categories": [ - "Tools" - ], - "description": "Facebox detects and identifies faces in photos. You can teach facebox with as little as one sample image.", - "env": [], - "logo": "https://machinebox.io/assets/shared/static/img/machina.svg", - "name": "Facebox", - "platform": "linux", - "repository": { - "stackfile": "Template/Stack/facebox.yml", - "url": "https://github.com/xneo1/portainer_templates" - }, - "title": "Facebox", - "type": 3 - }, - { - "label": "VALIDATION", - "name": "VALIDATION", - "set": "http" - }, - { - "label": "DNSPLUGIN", - "name": "DNSPLUGIN", - "set": "http" } ], - "image": "linuxserver/swag:latest", - "logo": "https://raw.githubusercontent.com/xneo1/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.