diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..bf902831 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,7 @@ +# These are supported funding model platforms + +github: #SelfhostedPro +patreon: # Replace with a single Patreon username +liberapay: SelfhostedPro +issuehunt: selfhostedpro + diff --git a/.github/ISSUE_TEMPLATE/application-request.md b/.github/ISSUE_TEMPLATE/application-request.md index 6a64ca06..d940942d 100644 --- a/.github/ISSUE_TEMPLATE/application-request.md +++ b/.github/ISSUE_TEMPLATE/application-request.md @@ -15,3 +15,69 @@ assignees: '' ### Separate Database? ### *does this require a separate database in order to function?* + +### Fill this out as best as you can. Documentation about these can be found here: https://www.portainer.io/documentation/how-to-use-templates/ + +```json +{ + "type": 1, + "title": "Airsonic", + "name": "airsonic", + "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png", + "image": "linuxserver/airsonic:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4040:4040/tcp" + ], + "volumes": [ + { + "container": "/music", + "bind": "/portainer/Music" + + }, + { + "container": "/playlists", + "bind": "/portainer/Files/AppData/Airsonic/Playlists" + }, + { + "container": "/podcasts", + "bind": "/portainer/Podcasts" + }, + { + "container": "/media", + "bind": "/portainer/Files/AppData/Airsonic/Media" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Airsonic/" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "set": "airsonic" + }, + { + "name": "JAVA_OPTS", + "label": "JAVA_OPTS", + "set": "-Xms256m -Xmx512m" + } + ] + }, +``` diff --git a/Images/authelia.png b/Images/authelia.png index 7994682f..6a907451 100644 Binary files a/Images/authelia.png and b/Images/authelia.png differ diff --git a/Images/ddclient.png b/Images/ddclient.png new file mode 100644 index 00000000..37f97e19 Binary files /dev/null and b/Images/ddclient.png differ diff --git a/Images/dozzle.png b/Images/dozzle.png new file mode 100644 index 00000000..dc93ab95 Binary files /dev/null and b/Images/dozzle.png differ diff --git a/Images/gophish.png b/Images/gophish.png new file mode 100644 index 00000000..3ec0ad8d Binary files /dev/null and b/Images/gophish.png differ diff --git a/Images/pritunl.png b/Images/pritunl.png new file mode 100644 index 00000000..3fc673b0 Binary files /dev/null and b/Images/pritunl.png differ diff --git a/Images/seafile.png b/Images/seafile.png new file mode 100644 index 00000000..c567323b Binary files /dev/null and b/Images/seafile.png differ diff --git a/Images/wallabag.png b/Images/wallabag.png new file mode 100644 index 00000000..6bb923df Binary files /dev/null and b/Images/wallabag.png differ diff --git a/README.md b/README.md index e7aeaed3..b151c790 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,38 @@ +### Notice: + +**You can use this visual builder to create templates and submit PRs to this repo if they work: [Shipwright](https://shipwright.yacht.sh) it's currently pretty early in development but should be able to take portainer templates (that don't have type 2 or 3 templates) and import them for editing.** + +Currently most of my dev time is being spent on [Yacht](https://github.com/SelfhostedPro/Yacht/tree/vue) if you would like something added please consider making a pull request with your addition and I'll work on getting it added when I'm able to. Information about how to structure a block (for an app) is available [here](https://portainer.readthedocs.io/en/stable/templates.html) and there is a gui builder [here](https://shipwright.yacht.sh) # Portainer Templates for Selfhosted Projects/Homelabs -This is a template focused on helping people spin up selfhosted services using Portainer. +This is a template focused on helping people spin up selfhosted services using Portainer and Yacht. +## Versions + +The following table shows the corresponding url to use for the application you're using. + +| Application | URL | +| ------------- | ------------- | +| Yacht | https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Template/yacht.json | +| Yacht (arm) | https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Template/yacht-arm.yml | +| Portainer v1 (no OMV) | https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Template/portainer-v1.json | +| Portainer v2 (no OMV) | https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Template/portainer-v2.json | +| Portainer v1 OMV | https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Template/omv-v1.json | +| Portainer v2 OMV | https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Template/omv-v2.json| -*for the OMV5 version use the OMV5 branch* ### Prerequisites 1. A server/NAS with docker installed -2. A Portainer setup. +2. A Portainer/Yacht setup. *Want something we don't have? Make an issue and we'll work on adding it* ### Installing -1. Login to your portainer setup go to settings -2. Enable Use external templates -3. Add the url: `https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Template/template.json` then go to app templates and hit refresh at the top. +1. Login to the Web-UI for the corresponding project. +2. Navigate to the area where you add a template (in portainer you'll need to enable external templates) +3. Add the template URL corresponding to the application you're using in the table above. ### Information All templates are already configured to bind mount to various places on your drive. This branch works without the need for OMV. The following folders are all created in /portainer/ @@ -108,6 +124,7 @@ All templates are already configured to bind mount to various places on your dri - resilio-sync - rutorrent - sabnzbd +- Seafile - sickchill - smokeping - sonarr diff --git a/Template/Stack/invoice-ninja.yml b/Template/Stack/invoice-ninja.yml index e0ac8bd0..848420fb 100644 --- a/Template/Stack/invoice-ninja.yml +++ b/Template/Stack/invoice-ninja.yml @@ -7,9 +7,8 @@ services: environment: - APP_URL=${URL} - APP_KEY=${APP_KEY} - - MULTI_DB_ENABLED=false - DB_TYPE=mysql - - DB_HOST1=ninja_db + - DB_HOST=ninja_db - DB_DATABASE=ninja_db - DB_USERNAME=invoice_ninja - DB_PASSWORD=${DATABASE_PASSWORD} diff --git a/Template/Stack/nextcloud.yml b/Template/Stack/nextcloud.yml index 233e1419..31fc6314 100644 --- a/Template/Stack/nextcloud.yml +++ b/Template/Stack/nextcloud.yml @@ -22,10 +22,10 @@ services: - PUID=${PUID} - PGID=${PGID} - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} - - TZ=${Timezone} + - TZ=${TZ} - MYSQL_DATABASE=nextcloud_db - MYSQL_USER=nextcloud - MYSQL_PASSWORD=${DATABASE_PASSWORD} volumes: - - /portainer/AppData/Config/Nextcloud/DB:/config + - /portainer/Files/AppData/Config/Nextcloud/DB:/config restart: unless-stopped diff --git a/Template/Stack/pritunl.yml b/Template/Stack/pritunl.yml new file mode 100644 index 00000000..b9a568d9 --- /dev/null +++ b/Template/Stack/pritunl.yml @@ -0,0 +1,36 @@ +--- +version: '2' + +services: + mongo: + image: mongo:latest + container_name: pritunldb + hostname: pritunldb + network_mode: bridge + volumes: + - /portainer/Files/AppData/Pritunl/db:/data/db + + pritunl: + image: goofball222/pritunl:latest + container_name: pritunl + hostname: pritunl + depends_on: + - mongo + network_mode: bridge + privileged: true + links: + - mongo + volumes: + - /etc/localtime:/etc/localtime:ro + ports: + - 80:80 + - 443:443 + - 1194:1194 + - 1194:1194/udp + - 1195:1195/udp + environment: + - TZ=UTC + - REVERSE_PROXY=${REVERSE_PROXY} + - PRITUNL_OPTS=${PRITUNL_OPTS} + - MONGODB_URI=${MONGODB_URI} + - WIREGUARD=${WIREGUARD} diff --git a/Template/Stack/seafile.yml b/Template/Stack/seafile.yml new file mode 100644 index 00000000..e7a6aefe --- /dev/null +++ b/Template/Stack/seafile.yml @@ -0,0 +1,45 @@ +--- +version: "2" +services: + db: + image: mariadb:10.1 + container_name: seafile-mysql + environment: + - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} + - MYSQL_LOG_CONSOLE=true + volumes: + - /portainer/Files/AppData/Seafile/db:/var/lib/mysql + networks: + - seafile-net + + memcached: + image: memcached:1.5.6 + container_name: seafile-memcached + entrypoint: memcached -m 256 + networks: + - seafile-net + + seafile: + image: seafileltd/seafile-mc:latest + container_name: seafile + ports: + - "80:80" + - "443:443" + volumes: + - /portainer/Files/AppData/Seafile/data:/shared + environment: + - DB_HOST=db + - DB_ROOT_PASSWD=${MYSQL_ROOT_PASSWORD} + - TIME_ZONE=${TIME_ZONE} + - SEAFILE_ADMIN_EMAIL=${ADMIN_EMAIL} + - SEAFILE_ADMIN_PASSWORD=${ADMIN_PASSWORD} + - SEAFILE_SERVER_LETSENCRYPT=${ENABLE_HTTPS} + - SEAFILE_SERVER_HOSTNAME=${SERVER_HOSTNAME} + depends_on: + - db + - memcached + networks: + - seafile-net + +networks: + seafile-net: diff --git a/Template/omv-v1.json b/Template/omv-v1.json new file mode 100644 index 00000000..4b634151 --- /dev/null +++ b/Template/omv-v1.json @@ -0,0 +1,3709 @@ +[ + { + "type": 1, + "title": "Airsonic", + "name": "airsonic", + "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png", + "image": "linuxserver/airsonic:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4040:4040/tcp" + ], + "volumes": [ + { + "container": "/music", + "bind": "/srv/dev-disk-by-label-media/Music" + + }, + { + "container": "/playlists", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Airsonic/Playlists" + }, + { + "container": "/podcasts", + "bind": "/srv/dev-disk-by-label-media/Podcasts" + }, + { + "container": "/media", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Airsonic/Media" + }, + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Airsonic/" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "set": "airsonic" + }, + { + "name": "JAVA_OPTS", + "label": "JAVA_OPTS", + "set": "-Xms256m -Xmx512m" + } + ] + }, + { + "type": 1, + "title": "Authelia", + "name": "authelia", + "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png", + "image": "authelia/authelia:latest", + "note": "Requires a configuration.yml file in order to work. Documentation is Available here.", + "categories": [ + "Other", + "Tools", + "Authentication" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9091:9091/tcp" + ], + "volumes": [ + { + "container": "/etc/authelia/", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Authelia" + } + ], + "env": [ + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Bazarr", + "name": "Bazarr", + "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://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png", + "image": "linuxserver/bazarr:latest", + "categories": [ + "Video", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6767:6767/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Bazarr" + }, + { + "container": "/tv", + "bind": "/srv/dev-disk-by-label-media/TV" + }, + { + "container": "/movies", + "bind": "/srv/dev-disk-by-label-media/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Beets", + "name": "beets", + "description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png", + "image": "linuxserver/beets:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8337:8337/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Beets" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/music", + "bind": "/srv/dev-disk-by-label-media/Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Bitwarden RS", + "name": "bitwardenrs", + "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..", + "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png", + "image": "bitwardenrs/server:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + ":80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Bitwarden-rs" + } + ] + }, + { + "type": 1, + "title": "Booksonic", + "name": "booksonic", + "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png", + "image": "linuxserver/booksonic:latest", + "categories": [ + "Books", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4040:4040/tcp" + ], + "volumes": [ + { + "container": "/books", + "bind": "/srv/dev-disk-by-label-media/Books" + }, + { + "container": "/podcast", + "bind": "/srv/dev-disk-by-label-media/Files/Podcasts" + }, + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Booksonic" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "default": "booksonic" + } + ] + }, + { + "type": 3, + "title": "Bookstack", + "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bookstack2.png", + "categories": [ + "Wiki" + ], + "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": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/OMV5/bookstack.yml" + }, + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD" + }, + { + "name": "PORT", + "label": "PORT" + } + ] + }, + { + "type": 1, + "title": "COPS", + "name": "cops", + "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png", + "image": "linuxserver/cops:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/books", + "bind": "/srv/dev-disk-by-label-media/Books" + }, + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Cops" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Calibre Web", + "name": "calibre-web", + "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png", + "image": "linuxserver/calibre-web:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8083:8083/tcp" + ], + "volumes": [ + { + "container": "/books", + "bind": "/srv/dev-disk-by-label-media/Books" + }, + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Calibre-web" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Cardigann", + "name": "cardigann", + "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png", + "image": "linuxserver/cardigann:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5060:5060/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Cardigann" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Chevereto", + "name": "Chevereto", + "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png", + "image": "nmtan/chevereto:latest", + "categories": [ + "Other", + "Tools", + "Photo" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/var/www/html/images" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "CHEVERETO_DB_HOST", + "label": "CHEVERETO_DB_HOST", + "set": "" + }, + { + "name": "CHEVERETO_DB_USERNAME", + "label": "CHEVERETO_DB_USERNAME", + "set": "" + }, + { + "name": "CHEVERETO_DB_PASSWORD", + "label": "CHEVERETO_DB_PASSWORD", + "set": "" + }, + { + "name": "CHEVERETO_DB_NAME", + "label": "CHEVERETO_DB_NAME", + "set": "" + }, + { + "name": "CHEVERETO_DB_PREFIX", + "label": "CHEVERETO_DB_PREFIX", + "set": "" + } + ] + }, + { + "type": 1, + "title": "Chowdown", + "name": "Chowdown", + "description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png", + "image": "gregyankovoy/chowdown:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4000:4000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Chowdown" + } + ] + }, + { + "type": 1, + "title": "Code Server", + "name": "code-server", + "description": "Code-server is VS Code running on a remote server, accessible through the browser.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png", + "image": "linuxserver/code-server:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8443:8443/tcp" + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "GUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "PASSWORD", + "label": "PASSWORD" + }, + { + "name": "SUDO_PASSWORD", + "label": "SUDO_PASSWORD" + }, + { + "name": "PROXY_DOMAIN", + "label": "PROXY_DOMAIN", + "default": "example.my.domain" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Code-Server" + } + ] + }, + { + "type": 1, + "title": "Codiad", + "name": "codiad", + "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png", + "image": "linuxserver/codiad:latest", + "categories": [ + "Productivity" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Codiad" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + + } + ] + }, + { + "type": 1, + "title": "CouchPotato", + "name": "couchpotato", + "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png", + "image": "linuxserver/couchpotato:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5050:5050/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Couchpotato" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/movies", + "bind": "/srv/dev-disk-by-label-media/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Daapd", + "name": "daapd", + "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png", + "image": "linuxserver/daapd", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Daapd" + }, + { + "container": "/music", + "bind": "/srv/dev-disk-by-label-media/Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "DashMachine", + "name": "dashmachine", + "description": "Another application bookmark dashboard, with fun features.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png", + "image": "rmountjoy/dashmachine:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5000:5000/tcp" + ], + "volumes": [ + { + "container": "/dashmachine/dashmachine/user_data", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Dashmachine" + } + ] + }, + { + "type": 1, + "title": "Davos", + "name": "davos", + "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png", + "image": "linuxserver/davos:latest", + "categories": [ + "FTP", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Davos" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "DeeMix", + "name": "deemix", + "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png", + "image": "registry.gitlab.com/bockiii/deemix-docker", + "categories": [ + "Other", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9666:9666/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/DeeMix" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details." + }, + { + "type": 1, + "title": "Deluge", + "namme": "deluge", + "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png", + "image": "linuxserver/deluge:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8112:8112/tcp", + "6881:6881/tcp", + "6881:6881/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Deluge" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "UMASK", + "label": "UMASK", + "set": "000" + } + ] + }, + { + "type": 1, + "title": "Domoticz", + "name": "domoticz", + "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device", + "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", + "image": "linuxserver/domoticz:latest", + "categories": [ + "HomeAutomation:", + "Management" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8112:8112/tcp", + "6881:6881/tcp", + "6881:6881/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Domoticz" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Duck DNS", + "name": "duckdns", + "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png", + "image": "linuxserver/duckdns:latest", + "categories": [ + "DNS", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "env": [ + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "set": "" + }, + { + "name": "TOKEN", + "label": "TOKEN", + "set": "" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Duplicati", + "name": "duplicati", + "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png", + "image": "linuxserver/duplicati:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Productivity", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8200:8200/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Duplicati" + }, + { + "container": "/tmp" + }, + { + "container": "/backups" + }, + { + "container": "/source" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Emby", + "name": "Emby", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/emby.png", + "image": "linuxserver/emby:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8096:8096/tcp", + "8920:8920/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Emby" + }, + { + "container": "/data/tvshows", + "bind": "/srv/dev-disk-by-label-media/TV" + }, + { + "container": "/data/movies", + "bind": "/srv/dev-disk-by-label-media/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "FileBrowser", + "name": "filebrowser", + "description": "Web File Browser which can be used as a middleware or standalone app.", + "note": "The default user and password is admin/admin.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png", + "image": "80x86/filebrowser:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8082:8082/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/FileBrowser" + }, + { + "container": "/myfiles", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config" + } + ] + }, + { + "type": 1, + "title": "FreshRSS", + "name": "freshrss", + "description": "A free, self-hostable rss aggregator…", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png", + "image": "linuxserver/freshrss:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/freshrss" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Gazee", + "name": "gazee", + "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png", + "image": "linuxserver/gazee:latest", + "categories": [ + "Web", + "Books", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Gazee" + }, + { + "container": "/comics", + "bind": "/srv/dev-disk-by-label-media/Comics" + }, + { + "container": "/mylar", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Gazee" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Guacamole", + "name": "guacamole", + "description": "A clientless remote desktop gateway.", + "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png", + "image": "oznu/guacamole:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Guacamole" + } + ] + }, + { + "type": 1, + "title": "Grocy", + "name": "grocy", + "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png", + "image": "linuxserver/grocy:latest", + "categories": [ + "Other", + "Tools", + "Finance" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Grocy" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "Timezone" + } + ] + }, + { + "type": 1, + "title": "HTPC Manager", + "name": "htpcmanager", + "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png", + "image": "linuxserver/htpcmanager:latest", + "categories": [ + "Video", + "Music", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8085:8085/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/HTPCmanager" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Headphones", + "name": "headphones", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png", + "image": "linuxserver/headphones:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8181:8181/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Headphones" + }, + { + "container": "/Downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/music", + "bind": "/srv/dev-disk-by-label-media/Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Heimdall", + "name": "heimdall", + "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png", + "image": "linuxserver/heimdall:latest", + "categories": [ + "Tools", + "Web", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Heimdall" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Homer", + "name": "homer", + "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", + "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", + "image": "b4bz/homer:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8902:8080/tcp" + ], + "volumes": [ + { + "container": "/www/assets", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Homer/assets" + }, + { + "container": "/www/config.yml", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Homer" + } + ] + }, + { + "type": 1, + "title": "Jackett", + "name": "jackett", + "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png", + "image": "linuxserver/jackett:latest", + "categories": [ + "Downloaders", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9117:9117/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Jackett" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Jellyfin", + "name": "jellyfin", + "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png", + "image": "linuxserver/jellyfin:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8096:8096/tcp", + "8920:8920/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Jelllyfin" + }, + { + "container": "/data/tvshows", + "bind": "/srv/dev-disk-by-label-media/TV" + }, + { + "container": "/data/movies", + "bind": "/srv/dev-disk-by-label-media/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Kodi Headless", + "name": "kodi-headless", + "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png", + "image": "linuxserver/kodi-headless:latest", + "categories": [ + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080/tcp", + "9777/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Kodi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "LazyLibrarian", + "name": "lazylibrarian", + "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png", + "image": "linuxserver/lazylibrarian:latest", + "categories": [ + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5299:5299/tcp" + ], + "volumes": [ + { + "container": "/config" + }, + { + "container": "/downloads" + }, + { + "container": "/books" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Let's Encrypt", + "name": "letsencrypt", + "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>", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png", + "image": "linuxserver/swag:latest", + "categories": [ + "Tools", + "Web" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/LetsEncrypt" + } + ], + "env": [ + { + "name": "EMAIL", + "label": "EMAIL", + "set": "example@gmail.com" + }, + { + "name": "URL", + "label": "URL", + "set": "yourdomain.com" + }, + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "set": "www," + }, + { + "name": "ONLY_SUBDOMAINS", + "label": "ONLY_SUBDOMAINS", + "set": "false" + }, + { + "name": "DHLEVEL", + "label": "DHLEVEL", + "set": "2048" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "VALIDATION", + "label": "VALIDATION", + "set": "http" + }, + { + "name": "DNSPLUGIN", + "label": "DNSPLUGIN", + "set": "http" + } + ] + }, + { + "type": 1, + "title": "LibreSpeed", + "name": "librespeed", + "description": "A Free and Open Source Speedtest for HTML5 and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png", + "image": "linuxserver/librespeed:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/LibreSpeed" + } + ] + }, + { + "type": 1, + "title": "Lychee", + "name": "lychee", + "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png", + "image": "linuxserver/lychee:latest", + "categories": [ + "Cloud", + "Web", + "Management", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Lychee" + }, + { + "container": "/pictures", + "bind": "/srv/dev-disk-by-label-media/Pictures" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "MariaDB", + "name": "mariadb", + "description": "An Enhanced drop in replacement for Mysql", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png", + "image": "linuxserver/mariadb:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3306:3306/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Mariadb" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD", + "set": "" + } + ] + }, + { + "type": 1, + "title": "McMyAdmin 2", + "name": "mcmyadmin2", + "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", + "image": "linuxserver/mcmyadmin2:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp", + "25565:25565/tcp" + ], + "volumes": [ + { + "container": "/minecraft" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Medusa", + "name": "medusa", + "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", + "image": "linuxserver/medusa:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8081:8081/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Medusa" + }, + { + "container": "/tv", + "bind": "/srv/dev-disk-by-label-media/TV" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Minetest", + "name": "minetest", + "description": "Server version of minetest, a free, open source alternative to minecraft.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", + "image": "linuxserver/minetest:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "30000:30000/udp" + ], + "volumes": [ + { + "container": "/config/.minetest" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Minisatip", + "name": "minisatip", + "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png", + "image": "linuxserver/minisatip:latest", + "categories": [ + "Video", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8875:8875/tcp", + "554:554/tcp", + "1900:1900/udp" + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Mstream", + "name": "mstream", + "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png", + "image": "linuxserver/mstream:latest", + "categories": [ + "Other", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Mstream" + }, + { + "container": "/music", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ] + }, + { + "type": 1, + "title": "Murmur", + "name": "murmur", + "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png", + "image": "goofball222/murmur:latest", + "categories": [ + "Other", + "Voice", + "Chat" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "64738:64738/tcp", + "64738:64738/udp" + ], + "volumes": [ + { + "container": "/etc/localtime", + "bind": "/etc/localtime:ro" + }, + { + "container": "/opt/murmur/config", + "bind": "/srv/dev-disk-by-label-media/Files/Config/Murmur" + }, + { + "container": "/opt/murmur/data", + "bind": "/srv/dev-disk-by-label-media/Files/Murmur/data" + }, + { + "container": "/opt/murmur/log", + "bind": "/srv/dev-disk-by-label-media/Files/Murmur/log" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "MusicBrainz", + "name": "musicbrainz", + "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png", + "image": "linuxserver/musicbrainz:latest", + "categories": [ + "Music", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5000:5000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/MusicBrainz" + }, + { + "container": "/data", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/MusicBrainz" + } + ], + "env": [ + { + "name": "BRAINZCODE", + "label": "BRAINZCODE", + "set": "" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Muximux", + "name": "muximux", + "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png", + "image": "linuxserver/muximux:latest", + "categories": [ + "Web", + "Proxy", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Muximux" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Mylar", + "name": "mylar", + "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png", + "image": "linuxserver/mylar:latest", + "categories": [ + "Downloaders", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8090:8090/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Mylar" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/comics", + "bind": "/srv/dev-disk-by-label-media/Comics" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "NZBGet", + "name": "nzbget", + "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png", + "image": "linuxserver/nzbget:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6789:6789/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nzbget" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "NZBHydra 2", + "name": "nzbhydra2", + "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png", + "image": "linuxserver/nzbhydra2:latest", + "categories": [ + "Downloaders", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5076:5076/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nzbhydra2" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 3, + "title": "Nextcloud", + "name": "nextcloud", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" + ], + "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": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/OMV5/nextcloud.yml" + }, + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD" + }, + { + "name": "PORT", + "label": "PORT" + } + ] + }, + { + "type": 1, + "title": "Nginx", + "name": "nginx", + "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png", + "image": "linuxserver/nginx:latest", + "categories": [ + "Web", + "Proxy" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nginx" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Nginx Proxy Manager", + "name": "nginx-proxy-manager", + "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", + "image": "jlesage/nginx-proxy-manager", + "categories": [ + "Proxy", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80:8080/tcp", + "81:8181/tcp", + "443:4443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nginx-Proxy" + } + ] + }, + { + "type": 1, + "title": "OScam", + "name": "oscam", + "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.", + "logo": "http://i.imgur.com/8LadrLg.png", + "image": "linuxserver/oscam:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8888:8888/tcp", + "10000:10000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/OScam" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Ombi", + "name": "ombi", + "description": "Ombi allows you to host your own Plex Request and user management system. ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png", + "image": "linuxserver/ombi:latest", + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3579:3579/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Ombi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "OpenVPN Access Server", + "name": "openvpn-as", + "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png", + "image": "linuxserver/openvpn-as:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "943:943/tcp", + "9443:9443/tcp", + "1194:1194/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/OpenVPN-AS" + } + ], + "env": [ + { + "name": "INTERFACE", + "label": "INTERFACE", + "set": "eth0" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Organizr v2", + "name": "organizr-v2", + "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", + "image": "organizrtools/organizr-v2:php-fpm", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Organizr" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "PhotoShow", + "name": "photoshow", + "description": "A simple, easy way to turn a photo album into a webgallery", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png", + "image": "linuxserver/photoshow:latest", + "categories": [ + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/Pictures", + "bind": "/srv/dev-disk-by-label-media/Pictures" + }, + { + "container": "/Thumbs", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Photoshow/Thumbs" + }, + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PhotoShow" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Pi-Hole", + "name": "pihole", + "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png", + "image": "pihole/pihole:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "53:53/tcp", + "53:53/udp", + "67:67/udp", + "1010:80/tcp", + "4443:443/tcp" + ], + "volumes": [ + { + "container": "/etc/pihole", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PiHole" + }, + { + "container": "/etc/dnsmasq.d", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PiHole/DNS" + } + ], + "note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53." + }, + { + "type": 1, + "title": "Piwigo", + "name": "piwigo", + "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png", + "image": "linuxserver/piwigo:latest", + "categories": [ + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PiWigo" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Plex", + "name": "plex", + "description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png", + "image": "linuxserver/plex:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "network": "host", + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Plex" + }, + { + "container": "/tv", + "bind": "/srv/dev-disk-by-label-media/TV" + }, + { + "container": "/movies", + "bind": "/srv/dev-disk-by-label-media/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "VERSION", + "label": "VERSION", + "set": "latest" + } + ] + }, + { + "type": 1, + "title": "Plex Requests", + "name": "plexrequests", + "description": "Simple automated way for users to request new content for Plex.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png", + "image": "linuxserver/plexrequests:latest", + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PlexRequests" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "URL_BASE", + "label": "URL_BASE", + "set": "" + } + ] + }, + { + "type": 1, + "title": "ProjectSend", + "name": "projectsend", + "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png", + "image": "linuxserver/projectsend:latest", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/data", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/ProjectSend" + }, + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/ProjectSend" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "ProtonMail Bridge", + "name": "protonmail-bridge", + "description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.", + "note": "Please refer to the documentation here to set this up.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png", + "image": "shenxn/protonmail-bridge:latest", + "categories": [ + "Email", + "Productivity", + "Tools", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "143/tcp", + "25/tcp" + ], + "volumes": [ + { + "container": "/root", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/ProtonMail-Bridge" + } + ] + }, + { + "type": 1, + "title": "Pydio", + "name": "pydio", + "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png", + "image": "linuxserver/pydio:latest", + "categories": [ + "Cloud", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Pydio" + }, + { + "container": "/data", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Pydio" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Quassel IRC", + "name": "quassel-core", + "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png", + "image": "linuxserver/quassel-core:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4242:4242/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Quassel-core" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Radarr", + "name": "radarr", + "description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png", + "image": "linuxserver/radarr:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "7878:7878/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Radarr" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/movies", + "bind": "/srv/dev-disk-by-label-media/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Reactive-Resume", + "name": "reactive-resume", + "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png", + "image": "amruthpillai/reactive-resume:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/usr/src/app", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/ReactiveResume" + } + ] + }, + { + "type": 1, + "title": "Resilio Sync", + "name": "resilio-sync", + "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png", + "image": "linuxserver/resilio-sync:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Resilio-Sync" + }, + { + "container": "/sync" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SABnzbd", + "name": "sabnzbd", + "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png", + "image": "linuxserver/sabnzbd:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp", + "9090:9090/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Sabnzbd" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/incomplete-downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads/incomplete" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Shiori", + "name": "shiori", + "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/shiori-icon.png", + "image": "radhifadlillah/shiori:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080/tcp" + ], + "volumes": [ + { + "container": "/srv/shiori", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Shiori" + } + ] + }, + { + "type": 1, + "title": "SickChill", + "name": "sickchill", + "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png", + "image": "linuxserver/sickchill:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8081:8081/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/SickChill" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/tv", + "bind": "/srv/dev-disk-by-label-media/TV" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SickGear", + "name": "sickgear", + "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png", + "image": "linuxserver/sickgear:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8081:8081/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/SickGear" + }, + { + "container": "/tv", + "bind": "/srv/dev-disk-by-label-media/TV" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SmokePing", + "name": "smokeping", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png", + "image": "linuxserver/smokeping:latest", + "categories": [ + "Management" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Smokeping" + }, + { + "container": "/data", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Smokeping" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Sonarr", + "name": "sonarr", + "description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png", + "image": "linuxserver/sonarr:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8989:8989/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Sonarr" + }, + { + "container": "/dev/rtc", + "bind": "/dev/rtc" + }, + { + "container": "/tv", + "bind": "/srv/dev-disk-by-label-media/TV" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SyncThing", + "name": "syncthing", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png", + "image": "linuxserver/syncthing:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8384:8384/tcp", + "21027:21027/udp", + "22000:22000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Syncthing" + }, + { + "container": "/sync" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Tautulli", + "name": "tautulli", + "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png", + "image": "linuxserver/tautulli:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8181:8181/tcp" + ], + "volumes": [ + { + "container": "/logs", + "bind": "/srv/dev-disk-by-label-media/Logs" + }, + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Tautulli" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "TheLounge", + "name": "thelounge", + "description": "A self-hosted web IRC client", + "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png", + "image": "linuxserver/thelounge:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9000:9000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/TheLounge" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "TiddlyWiki", + "name": "tiddlywiki", + "description": "A unique, non-linear notebook wiki.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png", + "image": "mazzolino/tiddlywiki:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/var/lib/tiddlywiki", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/TiddlyWiki" + } + ] + }, + { + "type": 1, + "title": "Tiny Tiny RSS", + "name": "tt-rss", + "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png", + "image": "lunik1/tt-rss:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/tt-rss" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Transmission", + "name": "transmission", + "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "image": "linuxserver/transmission:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9091:9091/tcp", + "51413:51413/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Transmission" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Files/Downloads" + }, + { + "container": "/watch" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Transmission-OpenVPN", + "name": "transmission-openvpn", + "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "image": "haugene/transmission-openvpn:latest", + "note": "List of supported providers available here.", + "categories": [ + "Other", + "VPN", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9091:9091/tcp" + ], + "volumes": [ + { + "container": "/data", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/etc/localtime", + "bind": "/etc/localtime" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "OPENVPN_PROVIDER", + "label": "OPENVPN_PROVIDER", + "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/", + "default": "MULLVAD" + }, + { + "name": "OPENVPN_USERNAME", + "label": "OPENVPN_USERNAME", + "default": "" + }, + { + "name": "OPENVPN_PASSWORD", + "label": "OPENVPN_PASSWORD", + "default": "" + }, + { + "name": "LOCAL_NETWORK", + "label": "LOCAL_NETWORK", + "default": "192.168.0.0/24" + } + ] + }, + { + "type": 1, + "title": "Tvheadend", + "name": "tvheadend", + "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).", + "logo": "http://i.imgur.com/zGSUAT4.png", + "image": "linuxserver/tvheadend:latest", + "categories": [ + "Video", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9981:9981/tcp", + "9982:9982/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/TVHeadend" + }, + { + "container": "/recordings" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Ubooquity", + "name": "ubooquity", + "description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png", + "image": "linuxserver/ubooquity:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "2202:2202/tcp", + "2203:2203/tcp" + ], + "volumes": [ + { + "container": "/books" + }, + { + "container": "/comics" + }, + { + "container": "/config" + } + ], + "env": [ + { + "name": "MAXMEM", + "label": "MAXMEM", + "set": "512" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "UniFi Controller", + "name": "unifi-controller", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png", + "image": "linuxserver/unifi-controller:latest", + "categories": [ + "Management", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3478:3478/udp", + "10001:10001/udp", + "8080:8080/tcp", + "8081:8081/tcp", + "8443:8443/tcp", + "8843:8843/tcp", + "8880:8880/tcp", + "6789:6789/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Unifi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Watchtower", + "name": "watchtower", + "description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png", + "image": "containrrr/watchtower:latest", + "note": "It is recommended to manually update your containers but we're including this for those of you that don't care", + "categories": [ + "Other", + "Tools", + "Maintenance" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/var/run/docker.sock", + "bind": "/var/run/docker.sock" + } + ] + }, + { + "type": 1, + "title": "WebGrab+Plus", + "name": "webgrabplus", + "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png", + "image": "linuxserver/webgrabplus:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/WebGrabPlus" + }, + { + "container": "/data", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/WebGrabPlus" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Whoogle", + "name": "whoogle", + "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png", + "image": "benbusby/whoogle-search:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5001:5000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Whoogle" + } + ] + }, + { + "type": 1, + "title": "Wikijs", + "name": "Wikijs", + "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png", + "image": "linuxserver/wikijs:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3100:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Wikijs" + }, + { + "container": "/data", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Wikijs/data" + } + ] + }, + { + "type": 1, + "title": "YouTubeDL-Material", + "name": "youtubedl-material", + "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png", + "image": "tzahi12345/youtubedl-material:latest", + "categories": [ + "Other", + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "17442:17442/tcp" + ], + "volumes": [ + { + "container": "/app/appdata", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/YTDLM" + }, + { + "container": "/app/video", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Youtube/Video" + }, + { + "container": "/app/subscriptions", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Youtube/Subscriptions" + }, + { + "container": "/app/users", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Youtube/Users" + }, + { + "container": "/app/audio", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Youtube/Audio" + } + ] + }, + { + "type": 1, + "title": "ZNC", + "name": "znc", + "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png", + "image": "linuxserver/znc:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6501:6501/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/ZNC" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "lidarr", + "name": "lidarr", + "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png", + "image": "linuxserver/lidarr:latest", + "categories": [ + "Downloaders", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8686:8686/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Lidarr" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + }, + { + "container": "/music", + "bind": "/srv/dev-disk-by-label-media/Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "qBittorrent", + "name": "qbittorrent", + "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png", + "image": "linuxserver/qbittorrent:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6881:6881/tcp", + "6881:6881/udp", + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/qBittorrent" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Yacht", + "name": "yacht", + "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png", + "image": "selfhostedpro/yacht:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8001:8000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "yacht" + }, + { + "container": "/var/run/docker.sock", + "bind": "/var/run/docker.sock" + } + ] + }, + { + "type": 1, + "title": "ruTorrent", + "name": "rutorrent", + "description": "Popular torrent client with a webui for ease of use.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png", + "image": "linuxserver/rutorrent:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "51413:51413/tcp", + "6881:6881/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/ruTorrent" + }, + { + "container": "/downloads", + "bind": "/srv/dev-disk-by-label-media/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + } + ] + \ No newline at end of file diff --git a/Template/omv-v2.json b/Template/omv-v2.json new file mode 100644 index 00000000..3367aec4 --- /dev/null +++ b/Template/omv-v2.json @@ -0,0 +1,3708 @@ +{ + "version": "2", + "templates": [ + { + "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/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png", + "name": "airsonic", + "platform": "linux", + "ports": [ + "4040:4040/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Airsonic", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Music", + "container": "/music" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Airsonic/Playlists", + "container": "/playlists" + }, + { + "bind": "/srv/dev-disk-by-label-media/Podcasts", + "container": "/podcasts" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Airsonic/Media", + "container": "/media" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Airsonic/", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools", + "Authentication" + ], + "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.", + "env": [ + { + "label": "TZ", + "name": "TZ" + } + ], + "image": "authelia/authelia:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png", + "name": "authelia", + "note": "Requires a configuration.yml file in order to work. Documentation is Available \u003ca href='https://docs.authelia.com/deployment/deployment-ha'\u003ehere\u003c/a\u003e.", + "platform": "linux", + "ports": [ + "9091:9091/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Authelia", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/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": "linuxserver/bazarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png", + "name": "Bazarr", + "platform": "linux", + "ports": [ + "6767:6767/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Bazarr", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Bazarr", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/TV", + "container": "/tv" + }, + { + "bind": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png", + "name": "beets", + "platform": "linux", + "ports": [ + "8337:8337/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Beets", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Beets", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + }, + { + "bind": "/srv/dev-disk-by-label-media/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": "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" + ], + "restart_policy": "unless-stopped", + "title": "Bitwarden RS", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Bitwarden-rs", + "container": "/config" + } + ] + }, + { + "categories": [ + "Books", + "Other" + ], + "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "default": "booksonic", + "label": "CONTEXT_PATH", + "name": "CONTEXT_PATH" + } + ], + "image": "linuxserver/booksonic:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png", + "name": "booksonic", + "platform": "linux", + "ports": [ + "4040:4040/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Booksonic", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Books", + "container": "/books" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/Podcasts", + "container": "/podcast" + }, + { + "bind": "/srv/dev-disk-by-label-media/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/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/OMV5/bookstack.yml", + "url": "https://github.com/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png", + "name": "cops", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "COPS", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Books", + "container": "/books" + }, + { + "bind": "/srv/dev-disk-by-label-media/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.\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", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "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": [ + "8083:8083/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Calibre Web", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Books", + "container": "/books" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Calibre-web", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "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", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/cardigann:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png", + "name": "cardigann", + "platform": "linux", + "ports": [ + "5060:5060/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Cardigann", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Cardigann", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools", + "Photo" + ], + "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..", + "env": [ + { + "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/SelfhostedPro/selfhosted_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/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": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_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": "/srv/dev-disk-by-label-media/Files/AppData/Config/Code-Server", + "container": "/config" + } + ] + }, + { + "categories": [ + "Productivity" + ], + "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/codiad:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png", + "name": "codiad", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Codiad", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png", + "name": "couchpotato", + "platform": "linux", + "ports": [ + "5050:5050/tcp" + ], + "restart_policy": "unless-stopped", + "title": "CouchPotato", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Couchpotato", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + }, + { + "bind": "/srv/dev-disk-by-label-media/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", + "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": "/srv/dev-disk-by-label-media/Files/AppData/Config/Daapd", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Music", + "container": "/music" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Another application bookmark dashboard, with fun features.", + "image": "rmountjoy/dashmachine:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png", + "name": "dashmachine", + "platform": "linux", + "ports": [ + "5000:5000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "DashMachine", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/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.\r\n\r\n/config : AppData Location\r\n/download : File Download Location", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/davos:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png", + "name": "davos", + "platform": "linux", + "ports": [ + "8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Davos", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Davos", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_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 \u003ca href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'\u003ethis page\u003c/a\u003e for userToken details.", + "platform": "linux", + "ports": [ + "9666:9666/tcp" + ], + "restart_policy": "unless-stopped", + "title": "DeeMix", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/DeeMix", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/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", + "name": "UMASK", + "set": "000" + } + ], + "image": "linuxserver/deluge:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png", + "namme": "deluge", + "platform": "linux", + "ports": [ + "8112:8112/tcp", + "6881:6881/tcp", + "6881:6881/udp" + ], + "restart_policy": "unless-stopped", + "title": "Deluge", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Deluge", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + }, + { + "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": "/srv/dev-disk-by-label-media/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.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n", + "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/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png", + "name": "duckdns", + "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/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png", + "name": "duplicati", + "platform": "linux", + "ports": [ + "8200:8200/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Duplicati", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_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": "/srv/dev-disk-by-label-media/Files/AppData/Config/Emby", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/TV", + "container": "/data/tvshows" + }, + { + "bind": "/srv/dev-disk-by-label-media/Movies", + "container": "/data/movies" + } + ] + }, + { + "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/SelfhostedPro/selfhosted_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": "/srv/dev-disk-by-label-media/Files/AppData/Config/FileBrowser", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png", + "name": "freshrss", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "FreshRSS", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png", + "name": "gazee", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "Gazee", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Gazee", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Comics", + "container": "/comics" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Gazee", + "container": "/mylar" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A clientless remote desktop gateway.", + "image": "oznu/guacamole:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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": "/srv/dev-disk-by-label-media/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 utulity.", + "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/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png", + "name": "grocy", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Grocy", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Grocy", + "container": "/config" + } + ] + }, + { + "categories": [ + "Video", + "Music", + "Other" + ], + "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/htpcmanager:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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": "/srv/dev-disk-by-label-media/Files/AppData/Config/HTPCmanager", + "container": "/config" + } + ] + }, + { + "categories": [ + "Music" + ], + "description": null, + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/headphones:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png", + "name": "headphones", + "platform": "linux", + "ports": [ + "8181:8181/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Headphones", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Headphones", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/Downloads" + }, + { + "bind": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_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": "/srv/dev-disk-by-label-media/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.", + "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": [ + "8902:8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Homer", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Homer/assets", + "container": "/www/assets" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Homer", + "container": "/www/config.yml" + } + ] + }, + { + "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/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png", + "name": "jackett", + "platform": "linux", + "ports": [ + "9117:9117/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Jackett", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Jackett", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_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": "/srv/dev-disk-by-label-media/Files/AppData/Config/Jelllyfin", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/TV", + "container": "/data/tvshows" + }, + { + "bind": "/srv/dev-disk-by-label-media/Movies", + "container": "/data/movies" + } + ] + }, + { + "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/SelfhostedPro/selfhosted_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": "/srv/dev-disk-by-label-media/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/SelfhostedPro/selfhosted_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.\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 \u0026lt;username\u0026gt;", + "env": [ + { + "label": "EMAIL", + "name": "EMAIL", + "set": "example@mail.com" + }, + { + "label": "URL", + "name": "URL", + "set": "yourdomain.com" + }, + { + "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/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png", + "name": "letsencrypt", + "platform": "linux", + "ports": [ + "80/tcp", + "443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Let's Encrypt", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/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": "/srv/dev-disk-by-label-media/Files/AppData/Config/LibreSpeed", + "container": "/config" + } + ] + }, + { + "categories": [ + "Cloud", + "Web", + "Management", + "Photos" + ], + "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/lychee:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png", + "name": "lychee", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Lychee", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Lychee", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Pictures", + "container": "/pictures" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "An Enhanced drop in replacement for Mysql", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "MYSQL_ROOT_PASSWORD", + "name": "MYSQL_ROOT_PASSWORD", + "set": "" + } + ], + "image": "linuxserver/mariadb:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png", + "name": "mariadb", + "platform": "linux", + "ports": [ + "3306:3306/tcp" + ], + "restart_policy": "unless-stopped", + "title": "MariaDB", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Mariadb", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/mcmyadmin2:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", + "name": "mcmyadmin2", + "platform": "linux", + "ports": [ + "8080:8080/tcp", + "25565:25565/tcp" + ], + "restart_policy": "unless-stopped", + "title": "McMyAdmin 2", + "type": 1, + "volumes": [ + { + "container": "/minecraft" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/medusa:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", + "name": "medusa", + "platform": "linux", + "ports": [ + "8081:8081/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Medusa", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Medusa", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/TV", + "container": "/tv" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "Server version of minetest, a free, open source alternative to minecraft.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/minetest:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", + "name": "minetest", + "platform": "linux", + "ports": [ + "30000:30000/udp" + ], + "restart_policy": "unless-stopped", + "title": "Minetest", + "type": 1, + "volumes": [ + { + "container": "/config/.minetest" + } + ] + }, + { + "categories": [ + "Video", + "Other", + "Tools" + ], + "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\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": [ + "8875:8875/tcp", + "554:554/tcp", + "1900:1900/udp" + ], + "restart_policy": "unless-stopped", + "title": "Minisatip", + "type": 1 + }, + { + "categories": [ + "Other", + "Music" + ], + "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..", + "image": "linuxserver/mstream:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png", + "name": "mstream", + "platform": "linux", + "ports": [ + "3000:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Mstream", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Mstream", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/music" + } + ] + }, + { + "categories": [ + "Other", + "Voice", + "Chat" + ], + "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "TZ", + "name": "TZ" + } + ], + "image": "goofball222/murmur:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png", + "name": "murmur", + "platform": "linux", + "ports": [ + "64738:64738/tcp", + "64738:64738/udp" + ], + "restart_policy": "unless-stopped", + "title": "Murmur", + "type": 1, + "volumes": [ + { + "bind": "/etc/localtime:ro", + "container": "/etc/localtime" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/Config/Murmur", + "container": "/opt/murmur/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/Murmur/data", + "container": "/opt/murmur/data" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/Murmur/log", + "container": "/opt/murmur/log" + } + ] + }, + { + "categories": [ + "Music", + "Other", + "Tools" + ], + "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.", + "env": [ + { + "label": "BRAINZCODE", + "name": "BRAINZCODE", + "set": "" + }, + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/musicbrainz:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png", + "name": "musicbrainz", + "platform": "linux", + "ports": [ + "5000:5000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "MusicBrainz", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/MusicBrainz", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/MusicBrainz", + "container": "/data" + } + ] + }, + { + "categories": [ + "Web", + "Proxy", + "Other", + "Tools" + ], + "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/muximux:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png", + "name": "muximux", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Muximux", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Muximux", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders", + "Books" + ], + "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/mylar:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png", + "name": "mylar", + "platform": "linux", + "ports": [ + "8090:8090/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Mylar", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Mylar", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + }, + { + "bind": "/srv/dev-disk-by-label-media/Comics", + "container": "/comics" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/nzbget:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png", + "name": "nzbget", + "platform": "linux", + "ports": [ + "6789:6789/tcp" + ], + "restart_policy": "unless-stopped", + "title": "NZBGet", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nzbget", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Downloaders", + "Other", + "Tools" + ], + "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/nzbhydra2:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png", + "name": "nzbhydra2", + "platform": "linux", + "ports": [ + "5076:5076/tcp" + ], + "restart_policy": "unless-stopped", + "title": "NZBHydra 2", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nzbhydra2", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" + ], + "description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "TZ", + "name": "TZ" + }, + { + "label": "DATABASE_PASSWORD", + "name": "DATABASE_PASSWORD" + }, + { + "label": "MYSQL_ROOT_PASSWORD", + "name": "MYSQL_ROOT_PASSWORD" + }, + { + "label": "PORT", + "name": "PORT" + } + ], + "logo": "https://raw.githubusercontent.com/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/OMV5/nextcloud.yml", + "url": "https://github.com/SelfhostedPro/selfhosted_templates" + }, + "title": "Nextcloud", + "type": 3 + }, + { + "categories": [ + "Web", + "Proxy" + ], + "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/nginx:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png", + "name": "nginx", + "platform": "linux", + "ports": [ + "80/tcp", + "443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Nginx", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nginx", + "container": "/config" + } + ] + }, + { + "categories": [ + "Proxy", + "Tools" + ], + "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", + "image": "jlesage/nginx-proxy-manager", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", + "name": "nginx-proxy-manager", + "platform": "linux", + "ports": [ + "80:8080/tcp", + "81:8181/tcp", + "443:4443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Nginx Proxy Manager", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nginx-Proxy", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\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", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/oscam:latest", + "logo": "http://i.imgur.com/8LadrLg.png", + "name": "oscam", + "platform": "linux", + "ports": [ + "8888:8888/tcp", + "10000:10000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "OScam", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/OScam", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "description": "Ombi allows you to host your own Plex Request and user management system. ", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/ombi:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png", + "name": "ombi", + "platform": "linux", + "ports": [ + "3579:3579/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Ombi", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Ombi", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.", + "env": [ + { + "label": "INTERFACE", + "name": "INTERFACE", + "set": "eth0" + }, + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/openvpn-as:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png", + "name": "openvpn-as", + "platform": "linux", + "ports": [ + "943:943/tcp", + "9443:9443/tcp", + "1194:1194/udp" + ], + "restart_policy": "unless-stopped", + "title": "OpenVPN Access Server", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/OpenVPN-AS", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "organizrtools/organizr-v2:php-fpm", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", + "name": "organizr-v2", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Organizr v2", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Organizr", + "container": "/config" + } + ] + }, + { + "categories": [ + "Photos" + ], + "description": "A simple, easy way to turn a photo album into a webgallery", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/photoshow:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png", + "name": "photoshow", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "PhotoShow", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Pictures", + "container": "/Pictures" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Photoshow/Thumbs", + "container": "/Thumbs" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PhotoShow", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.", + "image": "pihole/pihole:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png", + "name": "pihole", + "note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article \u003ca href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'\u003ehere\u003c/a\u003e if you run into issues binding to port 53.", + "platform": "linux", + "ports": [ + "53:53/tcp", + "53:53/udp", + "67:67/udp", + "1010:80/tcp", + "4443:443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Pi-Hole", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PiHole", + "container": "/etc/pihole" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PiHole/DNS", + "container": "/etc/dnsmasq.d" + } + ] + }, + { + "categories": [ + "Photos" + ], + "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/piwigo:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png", + "name": "piwigo", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Piwigo", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PiWigo", + "container": "/config" + } + ] + }, + { + "categories": [ + "Video", + "Music", + "Photos" + ], + "description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "VERSION", + "name": "VERSION", + "set": "latest" + } + ], + "image": "linuxserver/plex:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png", + "name": "plex", + "network": "host", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "Plex", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Plex", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/TV", + "container": "/tv" + }, + { + "bind": "/srv/dev-disk-by-label-media/Movies", + "container": "/movies" + } + ] + }, + { + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "description": "Simple automated way for users to request new content for Plex.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "URL_BASE", + "name": "URL_BASE", + "set": "" + } + ], + "image": "linuxserver/plexrequests:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png", + "name": "plexrequests", + "platform": "linux", + "ports": [ + "3000:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Plex Requests", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/PlexRequests", + "container": "/config" + } + ] + }, + { + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other" + ], + "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/projectsend:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png", + "name": "projectsend", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "ProjectSend", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/ProjectSend", + "container": "/data" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/ProjectSend", + "container": "/config" + } + ] + }, + { + "categories": [ + "Email", + "Productivity", + "Tools", + "Other" + ], + "description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.", + "image": "shenxn/protonmail-bridge:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png", + "name": "protonmail-bridge", + "note": "Please refer to the documentation \u003ca href='https://hub.docker.com/r/shenxn/protonmail-bridge'/\u003ehere\u003c/a\u003e to set this up.", + "platform": "linux", + "ports": [ + "143/tcp", + "25/tcp" + ], + "restart_policy": "unless-stopped", + "title": "ProtonMail Bridge", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/ProtonMail-Bridge", + "container": "/root" + } + ] + }, + { + "categories": [ + "Cloud", + "Other" + ], + "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/pydio:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png", + "name": "pydio", + "platform": "linux", + "ports": [ + "443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Pydio", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Pydio", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Pydio", + "container": "/data" + } + ] + }, + { + "categories": [ + "Messenger" + ], + "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/quassel-core:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png", + "name": "quassel-core", + "platform": "linux", + "ports": [ + "4242:4242/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Quassel IRC", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Quassel-core", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/radarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png", + "name": "radarr", + "platform": "linux", + "ports": [ + "7878:7878/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Radarr", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Radarr", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + }, + { + "bind": "/srv/dev-disk-by-label-media/Movies", + "container": "/movies" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.", + "image": "amruthpillai/reactive-resume:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png", + "name": "reactive-resume", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Reactive-Resume", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/ReactiveResume", + "container": "/usr/src/app" + } + ] + }, + { + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/resilio-sync:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png", + "name": "resilio-sync", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "Resilio Sync", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Resilio-Sync", + "container": "/config" + }, + { + "container": "/sync" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/sabnzbd:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png", + "name": "sabnzbd", + "platform": "linux", + "ports": [ + "8080:8080/tcp", + "9090:9090/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SABnzbd", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Sabnzbd", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads/incomplete", + "container": "/incomplete-downloads" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.", + "image": "radhifadlillah/shiori:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/shiori-icon.png", + "name": "shiori", + "platform": "linux", + "ports": [ + "8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Shiori", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Shiori", + "container": "/srv/shiori" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/sickchill:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png", + "name": "sickchill", + "platform": "linux", + "ports": [ + "8081:8081/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SickChill", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/SickChill", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + }, + { + "bind": "/srv/dev-disk-by-label-media/TV", + "container": "/tv" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/sickgear:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png", + "name": "sickgear", + "platform": "linux", + "ports": [ + "8081:8081/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SickGear", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/SickGear", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/TV", + "container": "/tv" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Management" + ], + "description": null, + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/smokeping:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png", + "name": "smokeping", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SmokePing", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Smokeping", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Smokeping", + "container": "/data" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/sonarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png", + "name": "sonarr", + "platform": "linux", + "ports": [ + "8989:8989/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Sonarr", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Sonarr", + "container": "/config" + }, + { + "bind": "/dev/rtc", + "container": "/dev/rtc" + }, + { + "bind": "/srv/dev-disk-by-label-media/TV", + "container": "/tv" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "description": null, + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/syncthing:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png", + "name": "syncthing", + "platform": "linux", + "ports": [ + "8384:8384/tcp", + "21027:21027/udp", + "22000:22000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SyncThing", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Syncthing", + "container": "/config" + }, + { + "container": "/sync" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/tautulli:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png", + "name": "tautulli", + "platform": "linux", + "ports": [ + "8181:8181/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Tautulli", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Logs", + "container": "/logs" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Tautulli", + "container": "/config" + } + ] + }, + { + "categories": [ + "Messenger" + ], + "description": "A self-hosted web IRC client", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/thelounge:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png", + "name": "thelounge", + "platform": "linux", + "ports": [ + "9000:9000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "TheLounge", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/TheLounge", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A unique, non-linear notebook wiki.", + "image": "mazzolino/tiddlywiki:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png", + "name": "tiddlywiki", + "platform": "linux", + "ports": [ + "8080:8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "TiddlyWiki", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/TiddlyWiki", + "container": "/var/lib/tiddlywiki" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "lunik1/tt-rss:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png", + "name": "tt-rss", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Tiny Tiny RSS", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/tt-rss", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/transmission:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "name": "transmission", + "platform": "linux", + "ports": [ + "9091:9091/tcp", + "51413:51413/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Transmission", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Transmission", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/Downloads", + "container": "/downloads" + }, + { + "container": "/watch" + } + ] + }, + { + "categories": [ + "Other", + "VPN", + "Tools" + ], + "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "default": "MULLVAD", + "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/", + "label": "OPENVPN_PROVIDER", + "name": "OPENVPN_PROVIDER" + }, + { + "default": "", + "label": "OPENVPN_USERNAME", + "name": "OPENVPN_USERNAME" + }, + { + "default": "", + "label": "OPENVPN_PASSWORD", + "name": "OPENVPN_PASSWORD" + }, + { + "default": "192.168.0.0/24", + "label": "LOCAL_NETWORK", + "name": "LOCAL_NETWORK" + } + ], + "image": "haugene/transmission-openvpn:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "name": "transmission-openvpn", + "note": "List of supported providers available \u003ca href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/\u003ehere\u003c/a\u003e.", + "platform": "linux", + "ports": [ + "9091:9091/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Transmission-OpenVPN", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/data" + }, + { + "bind": "/etc/localtime", + "container": "/etc/localtime" + } + ] + }, + { + "categories": [ + "Video", + "Other" + ], + "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT\u0026gt;IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT\u0026gt;IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/tvheadend:latest", + "logo": "http://i.imgur.com/zGSUAT4.png", + "name": "tvheadend", + "platform": "linux", + "ports": [ + "9981:9981/tcp", + "9982:9982/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Tvheadend", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/TVHeadend", + "container": "/config" + }, + { + "container": "/recordings" + } + ] + }, + { + "categories": [ + "Cloud", + "Books" + ], + "description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.", + "env": [ + { + "label": "MAXMEM", + "name": "MAXMEM", + "set": "512" + }, + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/ubooquity:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png", + "name": "ubooquity", + "platform": "linux", + "ports": [ + "2202:2202/tcp", + "2203:2203/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Ubooquity", + "type": 1, + "volumes": [ + { + "container": "/books" + }, + { + "container": "/comics" + }, + { + "container": "/config" + } + ] + }, + { + "categories": [ + "Management", + "Tools" + ], + "description": null, + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/unifi-controller:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png", + "name": "unifi-controller", + "platform": "linux", + "ports": [ + "3478:3478/udp", + "10001:10001/udp", + "8080:8080/tcp", + "8081:8081/tcp", + "8443:8443/tcp", + "8843:8843/tcp", + "8880:8880/tcp", + "6789:6789/tcp" + ], + "restart_policy": "unless-stopped", + "title": "UniFi Controller", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Unifi", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools", + "Maintenance" + ], + "description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.", + "image": "containrrr/watchtower:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png", + "name": "watchtower", + "note": "It is recommended to manually update your containers but we're including this for those of you that don't care", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "Watchtower", + "type": 1, + "volumes": [ + { + "bind": "/var/run/docker.sock", + "container": "/var/run/docker.sock" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/webgrabplus:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png", + "name": "webgrabplus", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "WebGrab+Plus", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/WebGrabPlus", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/WebGrabPlus", + "container": "/data" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.", + "image": "benbusby/whoogle-search:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png", + "name": "whoogle", + "platform": "linux", + "ports": [ + "5001:5000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Whoogle", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Whoogle", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.", + "image": "linuxserver/wikijs:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png", + "name": "Wikijs", + "platform": "linux", + "ports": [ + "3100:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Wikijs", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Wikijs", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Wikijs/data", + "container": "/data" + } + ] + }, + { + "categories": [ + "Other", + "Downloaders" + ], + "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.", + "image": "tzahi12345/youtubedl-material:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png", + "name": "youtubedl-material", + "platform": "linux", + "ports": [ + "17442:17442/tcp" + ], + "restart_policy": "unless-stopped", + "title": "YouTubeDL-Material", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/YTDLM", + "container": "/app/appdata" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Youtube/Video", + "container": "/app/video" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Youtube/Subscriptions", + "container": "/app/subscriptions" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Youtube/Users", + "container": "/app/users" + }, + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Youtube/Audio", + "container": "/app/audio" + } + ] + }, + { + "categories": [ + "Messenger" + ], + "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/znc:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png", + "name": "znc", + "platform": "linux", + "ports": [ + "6501:6501/tcp" + ], + "restart_policy": "unless-stopped", + "title": "ZNC", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/ZNC", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders", + "Music" + ], + "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/lidarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png", + "name": "lidarr", + "platform": "linux", + "ports": [ + "8686:8686/tcp" + ], + "restart_policy": "unless-stopped", + "title": "lidarr", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Lidarr", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + }, + { + "bind": "/srv/dev-disk-by-label-media/Music", + "container": "/music" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/qbittorrent:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png", + "name": "qbittorrent", + "platform": "linux", + "ports": [ + "6881:6881/tcp", + "6881:6881/udp", + "8080:8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "qBittorrent", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/qBittorrent", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.", + "image": "selfhostedpro/yacht:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png", + "name": "yacht", + "platform": "linux", + "ports": [ + "8001:8000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Yacht", + "type": 1, + "volumes": [ + { + "bind": "yacht", + "container": "/config" + }, + { + "bind": "/var/run/docker.sock", + "container": "/var/run/docker.sock" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "Popular torrent client with a webui for ease of use.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/rutorrent:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png", + "name": "rutorrent", + "platform": "linux", + "ports": [ + "80/tcp", + "51413:51413/tcp", + "6881:6881/udp" + ], + "restart_policy": "unless-stopped", + "title": "ruTorrent", + "type": 1, + "volumes": [ + { + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/ruTorrent", + "container": "/config" + }, + { + "bind": "/srv/dev-disk-by-label-media/Downloads", + "container": "/downloads" + } + ] + } + ] +} \ No newline at end of file diff --git a/Template/portainer-v1.json b/Template/portainer-v1.json new file mode 100644 index 00000000..38218156 --- /dev/null +++ b/Template/portainer-v1.json @@ -0,0 +1,4169 @@ +[ + { + "type": 1, + "title": "Airsonic", + "name": "airsonic", + "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png", + "image": "linuxserver/airsonic:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4040:4040/tcp" + ], + "volumes": [ + { + "container": "/music", + "bind": "/portainer/Music" + }, + { + "container": "/playlists", + "bind": "/portainer/Files/AppData/Airsonic/Playlists" + }, + { + "container": "/podcasts", + "bind": "/portainer/Podcasts" + }, + { + "container": "/media", + "bind": "/portainer/Files/AppData/Airsonic/Media" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Airsonic/" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "set": "airsonic" + }, + { + "name": "JAVA_OPTS", + "label": "JAVA_OPTS", + "set": "-Xms256m -Xmx512m" + } + ] + }, + { + "type": 1, + "title": "Authelia", + "name": "authelia", + "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png", + "image": "authelia/authelia:latest", + "note": "Requires a configuration.yml file in order to work. Documentation is Available here.", + "categories": [ + "Other", + "Tools", + "Authentication" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9091:9091/tcp" + ], + "volumes": [ + { + "container": "/etc/authelia/", + "bind": "/portainer/Files/AppData/Config/Authelia" + } + ], + "env": [ + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Bazarr", + "name": "bazarr", + "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://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png", + "image": "linuxserver/bazarr:latest", + "categories": [ + "Video", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6767:6767/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Bazarr" + }, + { + "container": "/tv", + "bind": "/portainer/TV" + }, + { + "container": "/movies", + "bind": "/portainer/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Beets", + "name": "beets", + "description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png", + "image": "linuxserver/beets:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8337:8337/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Beets" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/music", + "bind": "/portainer/Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Bitwarden RS", + "name": "bitwardenrs", + "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..", + "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png", + "image": "bitwardenrs/server:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Bitwarden-rs" + } + ] + }, + { + "type": 1, + "title": "Booksonic", + "name": "booksonic", + "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png", + "image": "linuxserver/booksonic:latest", + "categories": [ + "Books", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4040:4040/tcp" + ], + "volumes": [ + { + "container": "/books", + "bind": "/portainer/Books" + }, + { + "container": "/podcast", + "bind": "/portainer/Files/Podcasts" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Booksonic" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "default": "booksonic" + } + ] + }, + { + "type": 1, + "title": "EmbyStat", + "name": "embystat", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/embystat.png", + "image": "linuxserver/embystat:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6555:6555/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/EmbyStat" + } + ], + "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services." + }, + { + "type": 1, + "title": "Headphones", + "name": "headphones", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png", + "image": "linuxserver/headphones:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8181:8181/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Headphones" + }, + { + "container": "/Downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/music", + "bind": "/portainer/Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Heimdall", + "name": "heimdall", + "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png", + "image": "linuxserver/heimdall:latest", + "categories": [ + "Tools", + "Web", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Heimdall" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Homer", + "name": "homer", + "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", + "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", + "image": "b4bz/homer:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8902:8080/tcp" + ], + "volumes": [ + { + "container": "/www/assets", + "bind": "/portainer/Files/AppData/Config/Homer/assets" + }, + { + "container": "/www/config.yml", + "bind": "/portainer/Files/AppData/Config/Homer" + } + ] + }, + { + "type": 1, + "title": "Huginn", + "name": "huginn", + "description": "Create agents that monitor and act on your behalf.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/huginn.png", + "image": "huginn/huginn:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/var/lib/mysql", + "bind": "/portainer/Files/AppData/Config/huginn" + } + ] + }, + { + "type": 3, + "title": "Invoice Ninja", + "name": "invoice_ninja", + "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/invoice_ninja.png", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" + ], + "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": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/invoice-ninja.yml" + }, + "env": [ + { + "name": "URL", + "label": "URL", + "default": "invoice.my.domain" + }, + { + "name": "APP_KEY", + "label": "APP_KEY" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD" + }, + { + "name": "PORT", + "label": "PORT" + } + ] + }, + { + "type": 1, + "title": "Jackett", + "name": "jackett", + "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png", + "image": "linuxserver/jackett:latest", + "categories": [ + "Downloaders", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9117:9117/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Jackett" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Jellyfin", + "name": "jellyfin", + "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png", + "image": "linuxserver/jellyfin:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8096:8096/tcp", + "8920:8920/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Jellyfin" + }, + { + "container": "/data/tvshows", + "bind": "/portainer/TV" + }, + { + "container": "/data/movies", + "bind": "/portainer/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Kodi Headless", + "name": "kodi-headless", + "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png", + "image": "linuxserver/kodi-headless:latest", + "categories": [ + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080/tcp", + "9777/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Kodi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "LazyLibrarian", + "name": "lazylibrarian", + "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png", + "image": "linuxserver/lazylibrarian:latest", + "categories": [ + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5299:5299/tcp" + ], + "volumes": [ + { + "container": "/config" + }, + { + "container": "/downloads" + }, + { + "container": "/books" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Let's Encrypt", + "name": "letsencrypt", + "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>", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png", + "image": "linuxserver/swag:latest", + "categories": [ + "Tools", + "Web" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/LetsEncrypt" + } + ], + "env": [ + { + "name": "EMAIL", + "label": "EMAIL", + "set": "example@email.com" + }, + { + "name": "URL", + "label": "URL", + "set": "yourdomain.com" + }, + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "set": "www," + }, + { + "name": "ONLY_SUBDOMAINS", + "label": "ONLY_SUBDOMAINS", + "set": "false" + }, + { + "name": "DHLEVEL", + "label": "DHLEVEL", + "set": "2048" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "VALIDATION", + "label": "VALIDATION", + "set": "http" + }, + { + "name": "DNSPLUGIN", + "label": "DNSPLUGIN", + "set": "http" + } + ] + }, + { + "type": 1, + "title": "LibreSpeed", + "name": "librespeed", + "description": "A Free and Open Source Speedtest for HTML5 and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png", + "image": "linuxserver/librespeed:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/LibreSpeed" + } + ] + }, + { + "type": 1, + "title": "Lychee", + "name": "lychee", + "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png", + "image": "linuxserver/lychee:latest", + "categories": [ + "Cloud", + "Web", + "Management", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Lychee" + }, + { + "container": "/pictures", + "bind": "/portainer/Pictures" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "MariaDB", + "name": "mariadb", + "description": "An Enhanced drop in replacement for Mysql", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png", + "image": "linuxserver/mariadb:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3306:3306/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Mariadb" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD", + "set": "" + } + ] + }, + { + "type": 1, + "title": "McMyAdmin 2", + "name": "mcmyadmin2", + "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", + "image": "linuxserver/mcmyadmin2:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp", + "25565:25565/tcp" + ], + "volumes": [ + { + "container": "/minecraft" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Medusa", + "name": "medusa", + "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", + "image": "linuxserver/medusa:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8081:8081/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Medusa" + }, + { + "container": "/tv", + "bind": "/portainer/TV" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Minetest", + "name": "minetest", + "description": "Server version of minetest, a free, open source alternative to minecraft.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", + "image": "linuxserver/minetest:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "30000:30000/udp" + ], + "volumes": [ + { + "container": "/config/.minetest" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Minisatip", + "name": "minisatip", + "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png", + "image": "linuxserver/minisatip:latest", + "categories": [ + "Video", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8875:8875/tcp", + "554:554/tcp", + "1900:1900/udp" + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Mstream", + "name": "mstream", + "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png", + "image": "linuxserver/mstream:latest", + "categories": [ + "Other", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Mstream" + }, + { + "container": "/music", + "bind": "/portainer/Downloads" + } + ] + }, + { + "type": 1, + "title": "Murmur", + "name": "murmur", + "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png", + "image": "goofball222/murmur:latest", + "categories": [ + "Other", + "Voice", + "Chat" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "64738:64738/tcp", + "64738:64738/udp" + ], + "volumes": [ + { + "container": "/etc/localtime", + "bind": "/etc/localtime:ro" + }, + { + "container": "/opt/murmur/config", + "bind": "/portainer/Files/Config/Murmur" + }, + { + "container": "/opt/murmur/data", + "bind": "/portainer/Files/Murmur/data" + }, + { + "container": "/opt/murmur/log", + "bind": "/portainer/Files/Murmur/log" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "MusicBrainz", + "name": "musicbrainz", + "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png", + "image": "linuxserver/musicbrainz:latest", + "categories": [ + "Music", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5000:5000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/MusicBrainz" + }, + { + "container": "/data", + "bind": "/portainer/Files/AppData/MusicBrainz" + } + ], + "env": [ + { + "name": "BRAINZCODE", + "label": "BRAINZCODE", + "set": "" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Muximux", + "name": "muximux", + "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png", + "image": "linuxserver/muximux:latest", + "categories": [ + "Web", + "Proxy", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Muximux" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Mylar", + "name": "mylar", + "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png", + "image": "linuxserver/mylar:latest", + "categories": [ + "Downloaders", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8090:8090/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Mylar" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/comics", + "bind": "/portainer/Comics" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 3, + "title": "Nextcloud", + "name": "nextcloud", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" + ], + "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": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/nextcloud.yml" + }, + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD" + }, + { + "name": "PORT", + "label": "PORT" + } + ] + }, + { + "type": 1, + "title": "Nginx", + "name": "nginx", + "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png", + "image": "linuxserver/nginx:latest", + "categories": [ + "Web", + "Proxy" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Nginx" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Nginx Proxy Manager", + "name": "nginx-proxy-manager", + "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", + "image": "jlesage/nginx-proxy-manager", + "categories": [ + "Proxy", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80:8080/tcp", + "81:8181/tcp", + "443:4443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Nginx-Proxy" + } + ] + }, + { + "type": 1, + "title": "NZBGet", + "name": "nzbget", + "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png", + "image": "linuxserver/nzbget:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6789:6789/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Nzbget" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "NZBHydra 2", + "name": "nzbhydra2", + "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png", + "image": "linuxserver/nzbhydra2:latest", + "categories": [ + "Downloaders", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5076:5076/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Nzbhydra2" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Ombi", + "name": "ombi", + "description": "Ombi allows you to host your own Plex Request and user management system. ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png", + "image": "linuxserver/ombi:latest", + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3579:3579/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Ombi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "OpenVPN Access Server", + "name": "openvpn-as", + "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png", + "image": "linuxserver/openvpn-as:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "943:943/tcp", + "9443:9443/tcp", + "1194:1194/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/OpenVPN-AS" + } + ], + "env": [ + { + "name": "INTERFACE", + "label": "INTERFACE", + "set": "eth0" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Organizr v2", + "name": "organizr-v2", + "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", + "image": "organizrtools/organizr-v2:php-fpm", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Organizr" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "OScam", + "name": "oscam", + "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.", + "logo": "http://i.imgur.com/8LadrLg.png", + "image": "linuxserver/oscam:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8888:8888/tcp", + "10000:10000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/OScam" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "PhotoShow", + "name": "photoshow", + "description": "A simple, easy way to turn a photo album into a webgallery", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png", + "image": "linuxserver/photoshow:latest", + "categories": [ + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/Pictures", + "bind": "/portainer/Pictures" + }, + { + "container": "/Thumbs", + "bind": "/portainer/Files/AppData/Photoshow/Thumbs" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/PhotoShow" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Snibox", + "name": "snibox", + "description": "Self-hosted snippet manager.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png", + "image": "snowmean/snibox-sqlite:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3010:3000/tcp" + ], + "volumes": [ + { + "container": "/app/db/database", + "bind": "/portainer/Files/AppData/Config/Snibox" + } + ], + "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text." + }, + { + "type": 3, + "title": "Bookstack", + "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bookstack2.png", + "categories": [ + "Wiki" + ], + "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": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/bookstack.yml" + }, + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD" + }, + { + "name": "PORT", + "label": "PORT" + } + ] + }, + { + "type": 1, + "title": "Chevereto", + "name": "Chevereto", + "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png", + "image": "nmtan/chevereto:latest", + "categories": [ + "Other", + "Tools", + "Photo" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/var/www/html/images" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "CHEVERETO_DB_HOST", + "label": "CHEVERETO_DB_HOST", + "set": "" + }, + { + "name": "CHEVERETO_DB_USERNAME", + "label": "CHEVERETO_DB_USERNAME", + "set": "" + }, + { + "name": "CHEVERETO_DB_PASSWORD", + "label": "CHEVERETO_DB_PASSWORD", + "set": "" + }, + { + "name": "CHEVERETO_DB_NAME", + "label": "CHEVERETO_DB_NAME", + "set": "" + }, + { + "name": "CHEVERETO_DB_PREFIX", + "label": "CHEVERETO_DB_PREFIX", + "set": "" + } + ] + }, + { + "type": 1, + "title": "Chowdown", + "name": "Chowdown", + "description": "Save recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png", + "image": "gregyankovoy/chowdown:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4000:4000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Chowdown" + } + ] + }, + { + "type": 1, + "title": "Calibre Web", + "name": "calibre-web", + "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png", + "image": "linuxserver/calibre-web:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8083:8083/tcp" + ], + "volumes": [ + { + "container": "/books", + "bind": "/portainer/Books" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Calibre-web" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Cardigann", + "name": "cardigann", + "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png", + "image": "linuxserver/cardigann:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5060:5060/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Cardigann" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Code Server", + "name": "code-server", + "description": "Code-server is VS Code running on a remote server, accessible through the browser.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png", + "image": "linuxserver/code-server:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8443:8443/tcp" + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "GUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "PASSWORD", + "label": "PASSWORD" + }, + { + "name": "SUDO_PASSWORD", + "label": "SUDO_PASSWORD" + }, + { + "name": "PROXY_DOMAIN", + "label": "PROXY_DOMAIN", + "default": "example.my.domain" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Code-Server" + } + ] + }, + { + "type": 1, + "title": "Codiad", + "name": "codiad", + "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png", + "image": "linuxserver/codiad:latest", + "categories": [ + "Productivity" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Codiad" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "COPS", + "name": "cops", + "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png", + "image": "linuxserver/cops:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/books", + "bind": "/portainer/Books" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Cops" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "CouchPotato", + "name": "couchpotato", + "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png", + "image": "linuxserver/couchpotato:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5050:5050/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Couchpotato" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/movies", + "bind": "/portainer/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Daapd", + "name": "daapd", + "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png", + "image": "linuxserver/daapd:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Daapd" + }, + { + "container": "/music", + "bind": "/portainer/Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "DashMachine", + "name": "dashmachine", + "description": "Another application bookmark dashboard, with fun features.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png", + "image": "rmountjoy/dashmachine:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5000:5000/tcp" + ], + "volumes": [ + { + "container": "/dashmachine/dashmachine/user_data", + "bind": "/portainer/Files/AppData/Config/Dashmachine" + } + ] + }, + { + "type": 1, + "title": "Davos", + "name": "davos", + "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png", + "image": "linuxserver/davos:latest", + "categories": [ + "FTP", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Davos" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "DeeMix", + "name": "deemix", + "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png", + "image": "registry.gitlab.com/bockiii/deemix-docker", + "categories": [ + "Other", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9666:9666/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/DeeMix" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details." + }, + { + "type": 1, + "title": "Deluge", + "namme": "deluge", + "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png", + "image": "linuxserver/deluge:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8112:8112/tcp", + "6881:6881/tcp", + "6881:6881/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Deluge" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "UMASK", + "label": "UMASK", + "set": "000" + } + ] + }, + { + "type": 1, + "title": "Domoticz", + "name": "domoticz", + "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device", + "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", + "image": "linuxserver/domoticz:latest", + "categories": [ + "HomeAutomation", + "Management" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "1443:1443/tcp", + "6144:6144/tcp", + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Domoticz" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Duck DNS", + "name": "duckdns", + "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png", + "image": "linuxserver/duckdns:latest", + "categories": [ + "DNS", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "env": [ + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "set": "" + }, + { + "name": "TOKEN", + "label": "TOKEN", + "set": "" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Duplicati", + "name": "duplicati", + "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png", + "image": "linuxserver/duplicati:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Productivity", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8200:8200/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Duplicati" + }, + { + "container": "/tmp" + }, + { + "container": "/backups" + }, + { + "container": "/source" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Emby", + "name": "emby", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/emby.png", + "image": "linuxserver/emby:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8096:8096/tcp", + "8920:8920/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Emby" + }, + { + "container": "/data/tvshows", + "bind": "/portainer/TV" + }, + { + "container": "/data/movies", + "bind": "/portainer/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "FileBrowser", + "name": "filebrowser", + "description": "Web File Browser which can be used as a middleware or standalone app.", + "note": "The default user and password is admin/admin.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png", + "image": "80x86/filebrowser:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8082:8082/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/FileBrowser" + }, + { + "container": "/myfiles", + "bind": "/portainer/Files/AppData/Config" + } + ] + }, + { + "type": 1, + "title": "FreshRSS", + "name": "freshrss", + "description": "A free, self-hostable rss aggregator…", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png", + "image": "linuxserver/freshrss:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/freshrss" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Gazee", + "name": "gazee", + "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png", + "image": "linuxserver/gazee:latest", + "categories": [ + "Web", + "Books", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Gazee" + }, + { + "container": "/comics", + "bind": "/portainer/Comics" + }, + { + "container": "/mylar", + "bind": "/portainer/Files/AppData/Gazee" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Grocy", + "name": "grocy", + "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png", + "image": "linuxserver/grocy:latest", + "categories": [ + "Other", + "Tools", + "Finance" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Grocy" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "TZ", + "label": "Timezone" + } + ] + }, + { + "type": 1, + "title": "Guacamole", + "name": "guacamole", + "description": "A clientless remote desktop gateway.", + "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png", + "image": "oznu/guacamole:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Guacamole" + } + ] + }, + { + "type": 1, + "title": "HTPC Manager", + "name": "htpcmanager", + "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png", + "image": "linuxserver/htpcmanager:latest", + "categories": [ + "Video", + "Music", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8085:8085/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/HTPCmanager" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "lidarr", + "name": "lidarr", + "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png", + "image": "linuxserver/lidarr:latest", + "categories": [ + "Downloaders", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8686:8686/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Lidarr" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/music", + "bind": "/portainer/Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Pi-Hole", + "name": "pihole", + "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png", + "image": "pihole/pihole:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "53:53/tcp", + "53:53/udp", + "67:67/udp", + "1010:80/tcp", + "4443:443/tcp" + ], + "volumes": [ + { + "container": "/etc/pihole", + "bind": "/portainer/Files/AppData/Config/PiHole" + }, + { + "container": "/etc/dnsmasq.d", + "bind": "/portainer/Files/AppData/Config/PiHole/DNS" + } + ], + "note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53." + }, + { + "type": 1, + "title": "Piwigo", + "name": "piwigo", + "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png", + "image": "linuxserver/piwigo:latest", + "categories": [ + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/PiWigo" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Plex", + "name": "plex", + "description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png", + "image": "linuxserver/plex:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "network": "host", + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Plex" + }, + { + "container": "/tv", + "bind": "/portainer/TV" + }, + { + "container": "/movies", + "bind": "/portainer/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "VERSION", + "label": "VERSION", + "set": "latest" + } + ] + }, + { + "type": 1, + "title": "Plex Requests", + "name": "plexrequests", + "description": "Simple automated way for users to request new content for Plex.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png", + "image": "linuxserver/plexrequests:latest", + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/PlexRequests" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "URL_BASE", + "label": "URL_BASE", + "set": "" + } + ] + }, + { + "type": 1, + "title": "ProjectSend", + "name": "projectsend", + "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png", + "image": "linuxserver/projectsend:latest", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/data", + "bind": "/portainer/Files/AppData/ProjectSend" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/ProjectSend" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "ProtonMail Bridge", + "name": "protonmail-bridge", + "description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.", + "note": "Please refer to the documentation here to set this up.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png", + "image": "shenxn/protonmail-bridge:latest", + "categories": [ + "Email", + "Productivity", + "Tools", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "143/tcp", + "25/tcp" + ], + "volumes": [ + { + "container": "/root", + "bind": "/portainer/Files/AppData/ProtonMail-Bridge" + } + ] + }, + { + "type": 3, + "title": "Pritunl", + "name": "pritunl", + "description": "Pritunl container built on Alpine Linux. Supports IPv6 and running behind a reverse proxy. This container requires an external Mongo DB and should be run via Docker Compose or other orchestration.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pritunl.png", + "categories": [ + "VPN", + "Tools", + "Other", + "Web" + ], + "note": "Documentation on this containier can be found here: https://hub.docker.com/r/goofball222/pritunl", + "platform": "linux", + "repository": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/pritunl.yml" + }, + "env": [ + { + "name": "REVERSE_PROXY", + "label": "REVERSE_PROXY", + "default": "false" + }, + { + "name": "PRITUNL_OPTS", + "label": "PRITUNL_OPTS" + }, + { + "name": "MONGODB_URI", + "label": "MONGODB_URI", + "default": "mongodb://mongo:27017/pritunl" + }, + { + "name": "WIREGUARD", + "label": "WIREGUARD", + "default": "false" + } + ] + }, + { + "type": 1, + "title": "Pydio", + "name": "pydio", + "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png", + "image": "linuxserver/pydio:latest", + "categories": [ + "Cloud", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Pydio" + }, + { + "container": "/data", + "bind": "/portainer/Files/AppData/Pydio" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "qBittorrent", + "name": "qbittorrent", + "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png", + "image": "linuxserver/qbittorrent:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6881:6881/tcp", + "6881:6881/udp", + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/qBittorrent" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Quassel IRC", + "name": "quassel-core", + "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png", + "image": "linuxserver/quassel-core:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "4242:4242/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Quassel-core" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Radarr", + "name": "radarr", + "description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png", + "image": "linuxserver/radarr:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "7878:7878/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Radarr" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/movies", + "bind": "/portainer/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Reactive-Resume", + "name": "reactive-resume", + "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png", + "image": "amruthpillai/reactive-resume:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/usr/src/app", + "bind": "/portainer/Files/AppData/Config/ReactiveResume" + } + ] + }, + { + "type": 1, + "title": "Resilio Sync", + "name": "resilio-sync", + "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png", + "image": "linuxserver/resilio-sync:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Resilio-Sync" + }, + { + "container": "/sync" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "ruTorrent", + "name": "rutorrent", + "description": "Popular torrent client with a webui for ease of use.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png", + "image": "linuxserver/rutorrent:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "51413:51413/tcp", + "6881:6881/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/ruTorrent" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SABnzbd", + "name": "sabnzbd", + "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png", + "image": "linuxserver/sabnzbd:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp", + "9090:9090/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Sabnzbd" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/incomplete-downloads", + "bind": "/portainer/Downloads/incomplete" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Shiori", + "name": "shiori", + "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/shiori-icon.png", + "image": "radhifadlillah/shiori:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080/tcp" + ], + "volumes": [ + { + "container": "/srv/shiori", + "bind": "/portainer/Files/AppData/Config/Shiori" + } + ] + }, + { + "type": 1, + "title": "SickChill", + "name": "sickchill", + "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png", + "image": "linuxserver/sickchill:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8081:8081/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/SickChill" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/tv", + "bind": "/portainer/TV" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SickGear", + "name": "sickgear", + "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png", + "image": "linuxserver/sickgear:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8081:8081/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/SickGear" + }, + { + "container": "/tv", + "bind": "/portainer/TV" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SmokePing", + "name": "smokeping", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png", + "image": "linuxserver/smokeping:latest", + "categories": [ + "Management" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Smokeping" + }, + { + "container": "/data", + "bind": "/portainer/Files/AppData/Smokeping" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Sonarr", + "name": "sonarr", + "description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png", + "image": "linuxserver/sonarr:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8989:8989/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Sonarr" + }, + { + "container": "/dev/rtc", + "bind": "/dev/rtc" + }, + { + "container": "/tv", + "bind": "/portainer/TV" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SyncThing", + "name": "syncthing", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png", + "image": "linuxserver/syncthing:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8384:8384/tcp", + "21027:21027/udp", + "22000:22000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Syncthing" + }, + { + "container": "/sync" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Tautulli", + "name": "tautulli", + "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png", + "image": "linuxserver/tautulli:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8181:8181/tcp" + ], + "volumes": [ + { + "container": "/logs", + "bind": "/portainer/Logs" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Tautulli" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "TheLounge", + "name": "thelounge", + "description": "A self-hosted web IRC client", + "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png", + "image": "linuxserver/thelounge:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9000:9000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/TheLounge" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "TiddlyWiki", + "name": "tiddlywiki", + "description": "A unique, non-linear notebook wiki.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png", + "image": "mazzolino/tiddlywiki:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/var/lib/tiddlywiki", + "bind": "/portainer/Files/AppData/Config/TiddlyWiki" + } + ] + }, + { + "type": 1, + "title": "Transmission", + "name": "transmission", + "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "image": "linuxserver/transmission:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9091:9091/tcp", + "51413:51413/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Transmission" + }, + { + "container": "/downloads", + "bind": "/portainer/Files/Downloads" + }, + { + "container": "/watch" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Transmission-OpenVPN", + "name": "transmission-openvpn", + "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "image": "haugene/transmission-openvpn:latest", + "note": "List of supported providers available here.", + "categories": [ + "Other", + "VPN", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9091:9091/tcp" + ], + "volumes": [ + { + "container": "/data", + "bind": "/portainer/Downloads" + }, + { + "container": "/etc/localtime", + "bind": "/etc/localtime" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "OPENVPN_PROVIDER", + "label": "OPENVPN_PROVIDER", + "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/", + "default": "MULLVAD" + }, + { + "name": "OPENVPN_USERNAME", + "label": "OPENVPN_USERNAME", + "default": "" + }, + { + "name": "OPENVPN_PASSWORD", + "label": "OPENVPN_PASSWORD", + "default": "" + }, + { + "name": "LOCAL_NETWORK", + "label": "LOCAL_NETWORK", + "default": "192.168.0.0/24" + } + ] + }, + { + "type": 1, + "title": "Tiny Tiny RSS", + "name": "tt-rss", + "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png", + "image": "lunik1/tt-rss:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/tt-rss" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Tvheadend", + "name": "tvheadend", + "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).", + "logo": "http://i.imgur.com/zGSUAT4.png", + "image": "linuxserver/tvheadend:latest", + "categories": [ + "Video", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "9981:9981/tcp", + "9982:9982/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/TVHeadend" + }, + { + "container": "/recordings" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Ubooquity", + "name": "ubooquity", + "description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png", + "image": "linuxserver/ubooquity:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "2202:2202/tcp", + "2203:2203/tcp" + ], + "volumes": [ + { + "container": "/books" + }, + { + "container": "/comics" + }, + { + "container": "/config" + } + ], + "env": [ + { + "name": "MAXMEM", + "label": "MAXMEM", + "set": "512" + }, + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "UniFi Controller", + "name": "unifi-controller", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png", + "image": "linuxserver/unifi-controller:latest", + "categories": [ + "Management", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3478:3478/udp", + "10001:10001/udp", + "8080:8080/tcp", + "8081:8081/tcp", + "8443:8443/tcp", + "8843:8843/tcp", + "8880:8880/tcp", + "6789:6789/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Unifi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Watchtower", + "name": "watchtower", + "description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png", + "image": "containrrr/watchtower:latest", + "note": "It is recommended to manually update your containers but we're including this for those of you that don't care", + "categories": [ + "Other", + "Tools", + "Maintenance" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/var/run/docker.sock", + "bind": "/var/run/docker.sock" + } + ] + }, + { + "type": 1, + "title": "WebGrab+Plus", + "name": "webgrabplus", + "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png", + "image": "linuxserver/webgrabplus:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/WebGrabPlus" + }, + { + "container": "/data", + "bind": "/portainer/Files/AppData/WebGrabPlus" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "Whoogle", + "name": "whoogle", + "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png", + "image": "benbusby/whoogle-search:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "5001:5000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Whoogle" + } + ] + }, + { + "type": 1, + "title": "Wikijs", + "name": "wikijs", + "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png", + "image": "linuxserver/wikijs:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3100:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Wikijs" + }, + { + "container": "/data", + "bind": "/portainer/Files/AppData/Config/Wikijs/data" + } + ] + }, + { + "type": 1, + "title": "YouTubeDL-Material", + "name": "youtubedl-material", + "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png", + "image": "tzahi12345/youtubedl-material:latest", + "categories": [ + "Other", + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "17442:17442/tcp" + ], + "volumes": [ + { + "container": "/app/appdata", + "bind": "/portainer/Files/AppData/Config/YTDLM" + }, + { + "container": "/app/video", + "bind": "/portainer/Files/AppData/Youtube/Video" + }, + { + "container": "/app/subscriptions", + "bind": "/portainer/Files/AppData/Youtube/Subscriptions" + }, + { + "container": "/app/users", + "bind": "/portainer/Files/AppData/Youtube/Users" + }, + { + "container": "/app/audio", + "bind": "/portainer/Files/AppData/Youtube/Audio" + } + ] + }, + { + "type": 1, + "title": "UniFi Video", + "name": "UniFi Video", + "description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti’s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature‑packed user interface with advanced features such as motion detection, auto‑discovery, user‑level security, storage management, reporting, and mobile device support.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png", + "image": "pducharme/unifi-video-controller:latest", + "categories": [ + "CCTV" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "1935:1935/tcp", + "7444:7444/tcp", + "7447:7447/tcp", + "6666:6666/tcp", + "7442:7442/tcp", + "7080:7080/tcp", + "7443:7443/tcp", + "7445:7445/tcp", + "7446:7446/tcp" + ], + "volumes": [ + { + "container": "/recordings", + "bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/UniFiVideo/" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "99" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + }, + { + "name": "UMASK", + "label": "UMASK", + "default": "002" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "set": "UniFi Video" + } + ] + }, + { + "type": 1, + "title": "Yacht", + "name": "yacht", + "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png", + "image": "selfhostedpro/yacht:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8001:8000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "yacht" + }, + { + "container": "/var/run/docker.sock", + "bind": "/var/run/docker.sock" + } + ] + }, + { + "type": 1, + "title": "ZNC", + "name": "znc", + "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png", + "image": "linuxserver/znc:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6501:6501/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/ZNC" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "GOPHISH", + "name": "gophish", + "description": "NOTE: Once you deploy your GoPhish instance, please navigate to the logs section in Portainer and acquire your 'admin' credentials for login. Gophish is an open-source phishing toolkit designed for businesses and penetration testers. It provides the ability to quickly and easily setup and execute phishing engagements and security awareness training.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gophish.png", + "image": "gophish/gophish:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3333:3333/tcp" + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 3, + "title": "Seafile", + "name": "seafile", + "description": "Seafile is an open-source, cross-platform file-hosting software system. Files are stored on a central server and can be synchronized with personal computers and mobile devices through apps. Files on the Seafile server can also be accessed directly via the server's web interface.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/seafile.png", + "categories": [ + "Cloud", + "Other" + ], + "platform": "linux", + "repository": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/seafile.yml" + }, + "env": [ + { + "name": "TIME_ZONE", + "label": "Time Zone", + "default": "Etc/UTC" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "Database Password", + "default": "password" + }, + { + "name": "ADMIN_EMAIL", + "label": "Administrator Email", + "default": "me@example.com" + }, + { + "name": "ADMIN_PASSWORD", + "label": "Administrator Password", + "default": "asecret" + }, + { + "name": "SERVER_HOSTNAME", + "label": "Domain Name", + "default": "docs.seafile.com" + }, + { + "name": "ENABLE_HTTPS", + "label": "Enable HTTPS?", + "select": [ + { + "text": "Yes", + "value": "true", + "default": true + }, + { + "text": "No", + "value": "false" + } + ] + } + ] + }, + { + "type": 1, + "title": "Dozzle", + "name": "dozzle", + "description": "Dozzle is a simple, lightweight application that provides you with a web based interface to monitor your Docker container logs live. It doesn’t store log information, it is for live monitoring of your container logs only.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dozzle.png", + "image": "amir20/dozzle:latest", + "categories": [ + "Other", + "Tools", + "Maintenance" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/var/run/docker.sock", + "bind": "/var/run/docker.sock" + } + ] + }, + { + "type": 1, + "title": "Wallbag", + "name": "wallabag", + "description": "wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.", + "logo": "https://raw.githubusercontent.com/jake-walker/selfhosted_templates/wallabag/Images/wallabag.png", + "image": "wallabag/wallabag:latest", + "categories": [ + "Tools", + "Productivity", + "Web", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/var/www/wallabag/data", + "bind": "/portainer/Files/AppData/Wallabag/data" + }, + { + "container": "/var/www/wallabag/web/assets/images", + "bind": "/portainer/Files/AppData/Wallabag/images" + } + ], + "ports": [ + "80:80/tcp" + ], + "env": [ + { + "name": "SYMFONY__ENV__SECRET", + "label": "Secret", + "default": "ovmpmAWXRCabNlMgzlzFXDYmCFfzGv", + "description": "This should be set to a random string of characters." + }, + { + "name": "SYMFONY__ENV__DOMAIN_NAME", + "label": "Domain Name", + "default": "https://wallabag.example.com" + }, + { + "name": "SYMFONY__ENV__MAILER_HOST", + "label": "SMTP Host", + "default": "127.0.0.1" + }, + { + "name": "SYMFONY__ENV__MAILER_USER", + "label": "SMTP Username", + "default": "~" + }, + { + "name": "SYMFONY__ENV__MAILER_PASSWORD", + "label": "SMTP Password", + "default": "~" + }, + { + "name": "SYMFONY__ENV__FROM_EMAIL", + "label": "SMTP From Email", + "default": "wallabag@example.com" + }, + { + "name": "SYMFONY__ENV__FOSUSER_REGISTRATION", + "label": "Enable public user registration?", + "select": [ + { + "text": "Yes", + "value": "true", + "default": true + }, + { + "text": "No", + "value": "false" + } + ] + }, + { + "name": "SYMFONY__ENV__FOSUSER_CONFIRMATION", + "label": "Require registration confirmation?", + "select": [ + { + "text": "Yes", + "value": "true", + "default": true + }, + { + "text": "No", + "value": "false" + } + ] + } + ] + }, + { + "type": 1, + "title": "DDClient", + "name": "ddclient", + "description": "DDClient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ddclient.png", + "image": "linuxserver/ddclient:latest", + "categories": [ + "Other", + "Utilities" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/DDClient/" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "set": "ddclient" + }, + { + "name": "JAVA_OPTS", + "label": "JAVA_OPTS", + "set": "-Xms256m -Xmx512m" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + } + ] + \ No newline at end of file diff --git a/Template/portainer-v2.json b/Template/portainer-v2.json new file mode 100644 index 00000000..31a21107 --- /dev/null +++ b/Template/portainer-v2.json @@ -0,0 +1,3995 @@ +{ + "version": "2", + "templates": [ + { + "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/SelfhostedPro/selfhosted_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", + "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/SelfhostedPro/selfhosted_templates/master/Images/authelia.png", + "name": "authelia", + "note": "Requires a configuration.yml file in order to work. Documentation is Available \u003ca href='https://docs.authelia.com/deployment/deployment-ha'\u003ehere\u003c/a\u003e.", + "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": "linuxserver/bazarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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": "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" + ], + "restart_policy": "unless-stopped", + "title": "Bitwarden RS", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Bitwarden-rs", + "container": "/config" + } + ] + }, + { + "categories": [ + "Books", + "Other" + ], + "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "default": "booksonic", + "label": "CONTEXT_PATH", + "name": "CONTEXT_PATH" + } + ], + "image": "linuxserver/booksonic:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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": [ + "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/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": [ + "6555:6555/tcp" + ], + "restart_policy": "unless-stopped", + "title": "EmbyStat", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/EmbyStat", + "container": "/config" + } + ] + }, + { + "categories": [ + "Music" + ], + "description": null, + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/headphones:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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.", + "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": [ + "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/SelfhostedPro/selfhosted_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/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 \u003ca href='https://github.com/invoiceninja/dockerfiles'\u003ehere\u003c/a\u003e. ", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/invoice-ninja.yml", + "url": "https://github.com/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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/Jelllyfin", + "container": "/config" + }, + { + "bind": "/portainer/TV", + "container": "/data/tvshows" + }, + { + "bind": "/portainer/Movies", + "container": "/data/movies" + } + ] + }, + { + "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/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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.\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 \u0026lt;username\u0026gt;", + "env": [ + { + "label": "EMAIL", + "name": "EMAIL", + "set": "example@gmail.com" + }, + { + "label": "URL", + "name": "URL", + "set": "yourdomain.com" + }, + { + "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/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png", + "name": "letsencrypt", + "platform": "linux", + "ports": [ + "80/tcp", + "443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Let's Encrypt", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/LetsEncrypt", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A Free and Open Source Speedtest for HTML5 and more.", + "image": "linuxserver/librespeed:latest", + "logo": "https://raw.githubusercontent.com/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/Files/AppData/Config/LibreSpeed", + "container": "/config" + } + ] + }, + { + "categories": [ + "Cloud", + "Web", + "Management", + "Photos" + ], + "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/lychee:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png", + "name": "lychee", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Lychee", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Lychee", + "container": "/config" + }, + { + "bind": "/portainer/Pictures", + "container": "/pictures" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "An Enhanced drop in replacement for Mysql", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "MYSQL_ROOT_PASSWORD", + "name": "MYSQL_ROOT_PASSWORD", + "set": "" + } + ], + "image": "linuxserver/mariadb:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png", + "name": "mariadb", + "platform": "linux", + "ports": [ + "3306:3306/tcp" + ], + "restart_policy": "unless-stopped", + "title": "MariaDB", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Mariadb", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/mcmyadmin2:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", + "name": "mcmyadmin2", + "platform": "linux", + "ports": [ + "8080:8080/tcp", + "25565:25565/tcp" + ], + "restart_policy": "unless-stopped", + "title": "McMyAdmin 2", + "type": 1, + "volumes": [ + { + "container": "/minecraft" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/medusa:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", + "name": "medusa", + "platform": "linux", + "ports": [ + "8081:8081/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Medusa", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Medusa", + "container": "/config" + }, + { + "bind": "/portainer/TV", + "container": "/tv" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "Server version of minetest, a free, open source alternative to minecraft.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/minetest:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", + "name": "minetest", + "platform": "linux", + "ports": [ + "30000:30000/udp" + ], + "restart_policy": "unless-stopped", + "title": "Minetest", + "type": 1, + "volumes": [ + { + "container": "/config/.minetest" + } + ] + }, + { + "categories": [ + "Video", + "Other", + "Tools" + ], + "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\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": [ + "8875:8875/tcp", + "554:554/tcp", + "1900:1900/udp" + ], + "restart_policy": "unless-stopped", + "title": "Minisatip", + "type": 1 + }, + { + "categories": [ + "Other", + "Music" + ], + "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..", + "image": "linuxserver/mstream:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png", + "name": "mstream", + "platform": "linux", + "ports": [ + "3000:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Mstream", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Mstream", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/music" + } + ] + }, + { + "categories": [ + "Other", + "Voice", + "Chat" + ], + "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "TZ", + "name": "TZ" + } + ], + "image": "goofball222/murmur:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png", + "name": "murmur", + "platform": "linux", + "ports": [ + "64738:64738/tcp", + "64738:64738/udp" + ], + "restart_policy": "unless-stopped", + "title": "Murmur", + "type": 1, + "volumes": [ + { + "bind": "/etc/localtime:ro", + "container": "/etc/localtime" + }, + { + "bind": "/portainer/Files/Config/Murmur", + "container": "/opt/murmur/config" + }, + { + "bind": "/portainer/Files/Murmur/data", + "container": "/opt/murmur/data" + }, + { + "bind": "/portainer/Files/Murmur/log", + "container": "/opt/murmur/log" + } + ] + }, + { + "categories": [ + "Music", + "Other", + "Tools" + ], + "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.", + "env": [ + { + "label": "BRAINZCODE", + "name": "BRAINZCODE", + "set": "" + }, + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/musicbrainz:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png", + "name": "musicbrainz", + "platform": "linux", + "ports": [ + "5000:5000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "MusicBrainz", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/MusicBrainz", + "container": "/config" + }, + { + "bind": "/portainer/Files/AppData/MusicBrainz", + "container": "/data" + } + ] + }, + { + "categories": [ + "Web", + "Proxy", + "Other", + "Tools" + ], + "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/muximux:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png", + "name": "muximux", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Muximux", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Muximux", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders", + "Books" + ], + "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/mylar:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png", + "name": "mylar", + "platform": "linux", + "ports": [ + "8090:8090/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Mylar", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Mylar", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + }, + { + "bind": "/portainer/Comics", + "container": "/comics" + } + ] + }, + { + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" + ], + "description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "TZ", + "name": "TZ" + }, + { + "label": "DATABASE_PASSWORD", + "name": "DATABASE_PASSWORD" + }, + { + "label": "MYSQL_ROOT_PASSWORD", + "name": "MYSQL_ROOT_PASSWORD" + }, + { + "label": "PORT", + "name": "PORT" + } + ], + "logo": "https://raw.githubusercontent.com/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": [ + "Web", + "Proxy" + ], + "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/nginx:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png", + "name": "nginx", + "platform": "linux", + "ports": [ + "80/tcp", + "443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Nginx", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Nginx", + "container": "/config" + } + ] + }, + { + "categories": [ + "Proxy", + "Tools" + ], + "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", + "image": "jlesage/nginx-proxy-manager", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", + "name": "nginx-proxy-manager", + "platform": "linux", + "ports": [ + "80:8080/tcp", + "81:8181/tcp", + "443:4443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Nginx Proxy Manager", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Nginx-Proxy", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/nzbget:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png", + "name": "nzbget", + "platform": "linux", + "ports": [ + "6789:6789/tcp" + ], + "restart_policy": "unless-stopped", + "title": "NZBGet", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Nzbget", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Downloaders", + "Other", + "Tools" + ], + "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/nzbhydra2:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png", + "name": "nzbhydra2", + "platform": "linux", + "ports": [ + "5076:5076/tcp" + ], + "restart_policy": "unless-stopped", + "title": "NZBHydra 2", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Nzbhydra2", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "description": "Ombi allows you to host your own Plex Request and user management system. ", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/ombi:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png", + "name": "ombi", + "platform": "linux", + "ports": [ + "3579:3579/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Ombi", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Ombi", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.", + "env": [ + { + "label": "INTERFACE", + "name": "INTERFACE", + "set": "eth0" + }, + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/openvpn-as:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png", + "name": "openvpn-as", + "platform": "linux", + "ports": [ + "943:943/tcp", + "9443:9443/tcp", + "1194:1194/udp" + ], + "restart_policy": "unless-stopped", + "title": "OpenVPN Access Server", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/OpenVPN-AS", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "organizrtools/organizr-v2:php-fpm", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", + "name": "organizr-v2", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Organizr v2", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Organizr", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\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", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/oscam:latest", + "logo": "http://i.imgur.com/8LadrLg.png", + "name": "oscam", + "platform": "linux", + "ports": [ + "8888:8888/tcp", + "10000:10000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "OScam", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/OScam", + "container": "/config" + } + ] + }, + { + "categories": [ + "Photos" + ], + "description": "A simple, easy way to turn a photo album into a webgallery", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/photoshow:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png", + "name": "photoshow", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "PhotoShow", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Pictures", + "container": "/Pictures" + }, + { + "bind": "/portainer/Files/AppData/Photoshow/Thumbs", + "container": "/Thumbs" + }, + { + "bind": "/portainer/Files/AppData/Config/PhotoShow", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "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": [ + "3010:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Snibox", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Snibox", + "container": "/app/db/database" + } + ] + }, + { + "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/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/bookstack.yml", + "url": "https://github.com/SelfhostedPro/selfhosted_templates" + }, + "title": "Bookstack", + "type": 3 + }, + { + "categories": [ + "Other", + "Tools", + "Photo" + ], + "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..", + "env": [ + { + "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/SelfhostedPro/selfhosted_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": "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/Files/AppData/Config/Chowdown", + "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.\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", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "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": [ + "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": [ + "Downloaders" + ], + "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", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/cardigann:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png", + "name": "cardigann", + "platform": "linux", + "ports": [ + "5060:5060/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Cardigann", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Cardigann", + "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/SelfhostedPro/selfhosted_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.\n ", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/codiad:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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": [ + "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/SelfhostedPro/selfhosted_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": [ + "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/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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.\r\n\r\n/config : AppData Location\r\n/download : File Download Location", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/davos:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png", + "name": "davos", + "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/SelfhostedPro/selfhosted_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 \u003ca href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'\u003ethis page\u003c/a\u003e for userToken details.", + "platform": "linux", + "ports": [ + "9666:9666/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", + "name": "UMASK", + "set": "000" + } + ], + "image": "linuxserver/deluge:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png", + "namme": "deluge", + "platform": "linux", + "ports": [ + "8112:8112/tcp", + "6881:6881/tcp", + "6881:6881/udp" + ], + "restart_policy": "unless-stopped", + "title": "Deluge", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Deluge", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "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.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n", + "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/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png", + "name": "duckdns", + "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/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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": "Web File Browser which can be used as a middleware or standalone app.", + "image": "80x86/filebrowser:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_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": [ + "Other", + "Tools", + "Finance" + ], + "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.", + "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/SelfhostedPro/selfhosted_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": [ + "Other", + "Tools" + ], + "description": "A clientless remote desktop gateway.", + "image": "oznu/guacamole:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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": [ + "Video", + "Music", + "Other" + ], + "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/htpcmanager:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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": [ + "Downloaders", + "Music" + ], + "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/lidarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png", + "name": "lidarr", + "platform": "linux", + "ports": [ + "8686:8686/tcp" + ], + "restart_policy": "unless-stopped", + "title": "lidarr", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Lidarr", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + }, + { + "bind": "/portainer/Music", + "container": "/music" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.", + "image": "pihole/pihole:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png", + "name": "pihole", + "note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article \u003ca href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'\u003ehere\u003c/a\u003e if you run into issues binding to port 53.", + "platform": "linux", + "ports": [ + "53:53/tcp", + "53:53/udp", + "67:67/udp", + "1010:80/tcp", + "4443:443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Pi-Hole", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/PiHole", + "container": "/etc/pihole" + }, + { + "bind": "/portainer/Files/AppData/Config/PiHole/DNS", + "container": "/etc/dnsmasq.d" + } + ] + }, + { + "categories": [ + "Photos" + ], + "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/piwigo:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png", + "name": "piwigo", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Piwigo", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/PiWigo", + "container": "/config" + } + ] + }, + { + "categories": [ + "Video", + "Music", + "Photos" + ], + "description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "VERSION", + "name": "VERSION", + "set": "latest" + } + ], + "image": "linuxserver/plex:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png", + "name": "plex", + "network": "host", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "Plex", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Plex", + "container": "/config" + }, + { + "bind": "/portainer/TV", + "container": "/tv" + }, + { + "bind": "/portainer/Movies", + "container": "/movies" + } + ] + }, + { + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "description": "Simple automated way for users to request new content for Plex.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "URL_BASE", + "name": "URL_BASE", + "set": "" + } + ], + "image": "linuxserver/plexrequests:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png", + "name": "plexrequests", + "platform": "linux", + "ports": [ + "3000:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Plex Requests", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/PlexRequests", + "container": "/config" + } + ] + }, + { + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other" + ], + "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/projectsend:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png", + "name": "projectsend", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "ProjectSend", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/ProjectSend", + "container": "/data" + }, + { + "bind": "/portainer/Files/AppData/Config/ProjectSend", + "container": "/config" + } + ] + }, + { + "categories": [ + "Email", + "Productivity", + "Tools", + "Other" + ], + "description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.", + "image": "shenxn/protonmail-bridge:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png", + "name": "protonmail-bridge", + "note": "Please refer to the documentation \u003ca href='https://hub.docker.com/r/shenxn/protonmail-bridge'/\u003ehere\u003c/a\u003e to set this up.", + "platform": "linux", + "ports": [ + "143/tcp", + "25/tcp" + ], + "restart_policy": "unless-stopped", + "title": "ProtonMail Bridge", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/ProtonMail-Bridge", + "container": "/root" + } + ] + }, + { + "categories": [ + "VPN", + "Tools", + "Other", + "Web" + ], + "description": "Pritunl container built on Alpine Linux. Supports IPv6 and running behind a reverse proxy. This container requires an external Mongo DB and should be run via Docker Compose or other orchestration.", + "env": [ + { + "default": "false", + "label": "REVERSE_PROXY", + "name": "REVERSE_PROXY" + }, + { + "label": "PRITUNL_OPTS", + "name": "PRITUNL_OPTS" + }, + { + "default": "mongodb://mongo:27017/pritunl", + "label": "MONGODB_URI", + "name": "MONGODB_URI" + }, + { + "default": "false", + "label": "WIREGUARD", + "name": "WIREGUARD" + } + ], + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/pritunl/Images/pritunl.png", + "name": "pritunl", + "note": "Documentation on this containier can be found here: \u003ca href=https://hub.docker.com/r/goofball222/pritunl\u003ehttps://hub.docker.com/r/goofball222/pritunl\u003c/a\u003e", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/pritunl.yml", + "url": "https://github.com/SelfhostedPro/selfhosted_templates" + }, + "title": "Pritunl", + "type": 3 + }, + { + "categories": [ + "Cloud", + "Other" + ], + "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/pydio:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png", + "name": "pydio", + "platform": "linux", + "ports": [ + "443/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Pydio", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Pydio", + "container": "/config" + }, + { + "bind": "/portainer/Files/AppData/Pydio", + "container": "/data" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/qbittorrent:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png", + "name": "qbittorrent", + "platform": "linux", + "ports": [ + "6881:6881/tcp", + "6881:6881/udp", + "8080:8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "qBittorrent", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/qBittorrent", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Messenger" + ], + "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/quassel-core:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png", + "name": "quassel-core", + "platform": "linux", + "ports": [ + "4242:4242/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Quassel IRC", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Quassel-core", + "container": "/config" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/radarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png", + "name": "radarr", + "platform": "linux", + "ports": [ + "7878:7878/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Radarr", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Radarr", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + }, + { + "bind": "/portainer/Movies", + "container": "/movies" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.", + "image": "amruthpillai/reactive-resume:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png", + "name": "reactive-resume", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Reactive-Resume", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/ReactiveResume", + "container": "/usr/src/app" + } + ] + }, + { + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/resilio-sync:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png", + "name": "resilio-sync", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "Resilio Sync", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Resilio-Sync", + "container": "/config" + }, + { + "container": "/sync" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "Popular torrent client with a webui for ease of use.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/rutorrent:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png", + "name": "rutorrent", + "platform": "linux", + "ports": [ + "80/tcp", + "51413:51413/tcp", + "6881:6881/udp" + ], + "restart_policy": "unless-stopped", + "title": "ruTorrent", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/ruTorrent", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/sabnzbd:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png", + "name": "sabnzbd", + "platform": "linux", + "ports": [ + "8080:8080/tcp", + "9090:9090/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SABnzbd", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Sabnzbd", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + }, + { + "bind": "/portainer/Downloads/incomplete", + "container": "/incomplete-downloads" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.", + "image": "radhifadlillah/shiori:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/shiori-icon.png", + "name": "shiori", + "platform": "linux", + "ports": [ + "8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Shiori", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Shiori", + "container": "/srv/shiori" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/sickchill:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png", + "name": "sickchill", + "platform": "linux", + "ports": [ + "8081:8081/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SickChill", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/SickChill", + "container": "/config" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + }, + { + "bind": "/portainer/TV", + "container": "/tv" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/sickgear:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png", + "name": "sickgear", + "platform": "linux", + "ports": [ + "8081:8081/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SickGear", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/SickGear", + "container": "/config" + }, + { + "bind": "/portainer/TV", + "container": "/tv" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Management" + ], + "description": null, + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/smokeping:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png", + "name": "smokeping", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SmokePing", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Smokeping", + "container": "/config" + }, + { + "bind": "/portainer/Files/AppData/Smokeping", + "container": "/data" + } + ] + }, + { + "categories": [ + "Downloaders", + "Video" + ], + "description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/sonarr:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png", + "name": "sonarr", + "platform": "linux", + "ports": [ + "8989:8989/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Sonarr", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Sonarr", + "container": "/config" + }, + { + "bind": "/dev/rtc", + "container": "/dev/rtc" + }, + { + "bind": "/portainer/TV", + "container": "/tv" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + } + ] + }, + { + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "description": null, + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/syncthing:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png", + "name": "syncthing", + "platform": "linux", + "ports": [ + "8384:8384/tcp", + "21027:21027/udp", + "22000:22000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "SyncThing", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Syncthing", + "container": "/config" + }, + { + "container": "/sync" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/tautulli:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png", + "name": "tautulli", + "platform": "linux", + "ports": [ + "8181:8181/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Tautulli", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Logs", + "container": "/logs" + }, + { + "bind": "/portainer/Files/AppData/Config/Tautulli", + "container": "/config" + } + ] + }, + { + "categories": [ + "Messenger" + ], + "description": "A self-hosted web IRC client", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/thelounge:latest", + "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png", + "name": "thelounge", + "platform": "linux", + "ports": [ + "9000:9000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "TheLounge", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/TheLounge", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A unique, non-linear notebook wiki.", + "image": "mazzolino/tiddlywiki:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png", + "name": "tiddlywiki", + "platform": "linux", + "ports": [ + "8080:8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "TiddlyWiki", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/TiddlyWiki", + "container": "/var/lib/tiddlywiki" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/transmission:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "name": "transmission", + "platform": "linux", + "ports": [ + "9091:9091/tcp", + "51413:51413/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Transmission", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Transmission", + "container": "/config" + }, + { + "bind": "/portainer/Files/Downloads", + "container": "/downloads" + }, + { + "container": "/watch" + } + ] + }, + { + "categories": [ + "Other", + "VPN", + "Tools" + ], + "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "default": "MULLVAD", + "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/", + "label": "OPENVPN_PROVIDER", + "name": "OPENVPN_PROVIDER" + }, + { + "default": "", + "label": "OPENVPN_USERNAME", + "name": "OPENVPN_USERNAME" + }, + { + "default": "", + "label": "OPENVPN_PASSWORD", + "name": "OPENVPN_PASSWORD" + }, + { + "default": "192.168.0.0/24", + "label": "LOCAL_NETWORK", + "name": "LOCAL_NETWORK" + } + ], + "image": "haugene/transmission-openvpn:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "name": "transmission-openvpn", + "note": "List of supported providers available \u003ca href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/\u003ehere\u003c/a\u003e.", + "platform": "linux", + "ports": [ + "9091:9091/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Transmission-OpenVPN", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Downloads", + "container": "/data" + }, + { + "bind": "/etc/localtime", + "container": "/etc/localtime" + } + ] + }, + { + "categories": [ + "Other" + ], + "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "lunik1/tt-rss:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png", + "name": "tt-rss", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Tiny Tiny RSS", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/tt-rss", + "container": "/config" + } + ] + }, + { + "categories": [ + "Video", + "Other" + ], + "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT\u0026gt;IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT\u0026gt;IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/tvheadend:latest", + "logo": "http://i.imgur.com/zGSUAT4.png", + "name": "tvheadend", + "platform": "linux", + "ports": [ + "9981:9981/tcp", + "9982:9982/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Tvheadend", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/TVHeadend", + "container": "/config" + }, + { + "container": "/recordings" + } + ] + }, + { + "categories": [ + "Cloud", + "Books" + ], + "description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.", + "env": [ + { + "label": "MAXMEM", + "name": "MAXMEM", + "set": "512" + }, + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/ubooquity:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png", + "name": "ubooquity", + "platform": "linux", + "ports": [ + "2202:2202/tcp", + "2203:2203/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Ubooquity", + "type": 1, + "volumes": [ + { + "container": "/books" + }, + { + "container": "/comics" + }, + { + "container": "/config" + } + ] + }, + { + "categories": [ + "Management", + "Tools" + ], + "description": null, + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/unifi-controller:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png", + "name": "unifi-controller", + "platform": "linux", + "ports": [ + "3478:3478/udp", + "10001:10001/udp", + "8080:8080/tcp", + "8081:8081/tcp", + "8443:8443/tcp", + "8843:8843/tcp", + "8880:8880/tcp", + "6789:6789/tcp" + ], + "restart_policy": "unless-stopped", + "title": "UniFi Controller", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Unifi", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools", + "Maintenance" + ], + "description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.", + "image": "containrrr/watchtower:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png", + "name": "watchtower", + "note": "It is recommended to manually update your containers but we're including this for those of you that don't care", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "Watchtower", + "type": 1, + "volumes": [ + { + "bind": "/var/run/docker.sock", + "container": "/var/run/docker.sock" + } + ] + }, + { + "categories": [ + "Downloaders" + ], + "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/webgrabplus:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png", + "name": "webgrabplus", + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "WebGrab+Plus", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/WebGrabPlus", + "container": "/config" + }, + { + "bind": "/portainer/Files/AppData/WebGrabPlus", + "container": "/data" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.", + "image": "benbusby/whoogle-search:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png", + "name": "whoogle", + "platform": "linux", + "ports": [ + "5001:5000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Whoogle", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Whoogle", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.", + "image": "linuxserver/wikijs:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png", + "name": "wikijs", + "platform": "linux", + "ports": [ + "3100:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Wikijs", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Wikijs", + "container": "/config" + }, + { + "bind": "/portainer/Files/AppData/Config/Wikijs/data", + "container": "/data" + } + ] + }, + { + "categories": [ + "Other", + "Downloaders" + ], + "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.", + "image": "tzahi12345/youtubedl-material:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png", + "name": "youtubedl-material", + "platform": "linux", + "ports": [ + "17442:17442/tcp" + ], + "restart_policy": "unless-stopped", + "title": "YouTubeDL-Material", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/YTDLM", + "container": "/app/appdata" + }, + { + "bind": "/portainer/Files/AppData/Youtube/Video", + "container": "/app/video" + }, + { + "bind": "/portainer/Files/AppData/Youtube/Subscriptions", + "container": "/app/subscriptions" + }, + { + "bind": "/portainer/Files/AppData/Youtube/Users", + "container": "/app/users" + }, + { + "bind": "/portainer/Files/AppData/Youtube/Audio", + "container": "/app/audio" + } + ] + }, + { + "categories": [ + "CCTV" + ], + "description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti’s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature‑packed user interface with advanced features such as motion detection, auto‑discovery, user‑level security, storage management, reporting, and mobile device support.", + "env": [ + { + "default": "99", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "default": "002", + "label": "UMASK", + "name": "UMASK" + }, + { + "label": "CONTEXT_PATH", + "name": "CONTEXT_PATH", + "set": "UniFi Video" + } + ], + "image": "pducharme/unifi-video-controller:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png", + "name": "UniFi Video", + "platform": "linux", + "ports": [ + "1935:1935/tcp", + "7444:7444/tcp", + "7447:7447/tcp", + "6666:6666/tcp", + "7442:7442/tcp", + "7080:7080/tcp", + "7443:7443/tcp", + "7445:7445/tcp", + "7446:7446/tcp" + ], + "restart_policy": "unless-stopped", + "title": "UniFi Video", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/", + "container": "/recordings" + }, + { + "bind": "/portainer/Files/AppData/Config/UniFiVideo/", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.", + "image": "selfhostedpro/yacht:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png", + "name": "yacht", + "platform": "linux", + "ports": [ + "8001:8000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Yacht", + "type": 1, + "volumes": [ + { + "bind": "yacht", + "container": "/config" + }, + { + "bind": "/var/run/docker.sock", + "container": "/var/run/docker.sock" + } + ] + }, + { + "categories": [ + "Messenger" + ], + "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/znc:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png", + "name": "znc", + "platform": "linux", + "ports": [ + "6501:6501/tcp" + ], + "restart_policy": "unless-stopped", + "title": "ZNC", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/ZNC", + "container": "/config" + } + ] + }, + { + "categories": [ + "Other", + "VPN", + "Tools" + ], + "description": "This container contains OpenVPN and Deluge with a configuration where Deluge is running only when OpenVPN has an active tunnel. It bundles configuration files for many popular VPN providers to make the setup easier.", + "env": [ + { + "default": "1001", + "label": "PUID", + "name": "PUID" + }, + { + "default": "1001", + "label": "PGID", + "name": "PUID" + }, + { + "default": "MULLVAD", + "description": "see https://github.com/sgtsquiggs/docker-deluge-openvpn", + "label": "OPENVPN_PROVIDER", + "name": "OPENVPN_PROVIDER" + }, + { + "label": "OPENVPN_USERNAME", + "name": "OPENVPN_USERNAME" + }, + { + "label": "OPENVPN_PASSWORD", + "name": "OPENVPN_PASSWORD" + } + ], + "image": "sgtsquiggs/deluge-openvpn:latest", + "name": "deluge-openvpn", + "platform": "linux", + "ports": [ + "8112:8112/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Deluge openvpn", + "type": 1, + "volumes": [ + { + "bind": "/etc/localtime", + "container": "/etc/localtime" + }, + { + "bind": "/portainer/Downloads", + "container": "/downloads" + }, + { + "bind": "/portainer/Files/AppData/Config/DelugeOpenVPN/config", + "container": "/config" + } + ] + }, + { + "categories": [ + "Security" + ], + "description": "Dradis Framework: Collaboration and reporting for IT Security teams http://dradisframework.org", + "image": "raesene/dradis:latest", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dradis-logo.png", + "name": "dradis", + "platform": "linux", + "ports": [ + "3000:3000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Dradis", + "type": 1 + } + ] +} diff --git a/Template/template.json b/Template/template.json index 20098ccb..fde5a379 100644 --- a/Template/template.json +++ b/Template/template.json @@ -18,7 +18,6 @@ { "container": "/music", "bind": "/portainer/Music" - }, { "container": "/playlists", @@ -60,54 +59,6 @@ } ] }, - { - "type": 1, - "title": "EmbyStat", - "name": "EmbyStat", - "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.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/embystat.png", - "image": "linuxserver/embystat:latest", - "categories": [ - "Other", - "Tools" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - "6555:6555/tcp" - ], - "volumes": [ - { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/EmbyStat" - } - ], - "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services." - }, - { - "type": 1, - "title": "Snibox", - "name": "Snibox", - "description": "Self-hosted snippet manager.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png", - "image": "snowmean/snibox-sqlite:latest", - "categories": [ - "Other", - "Tools" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - "3010:3000/tcp" - ], - "volumes": [ - { - "container": "/app/db/database", - "bind": "/portainer/Files/AppData/Config/Snibox" - } - ], - "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text." - }, { "type": 1, "title": "Authelia", @@ -142,7 +93,7 @@ { "type": 1, "title": "Bazarr", - "name": "Bazarr", + "name": "bazarr", "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://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png", "image": "linuxserver/bazarr:latest", @@ -243,7 +194,7 @@ "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - ":80/tcp" + "80/tcp" ], "volumes": [ { @@ -301,72 +252,56 @@ ] }, { - "type": 3, - "title": "Bookstack", - "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bookstack2.png", + "type": 1, + "title": "EmbyStat", + "name": "embystat", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/embystat.png", + "image": "linuxserver/embystat:latest", "categories": [ - "Wiki" + "Other", + "Tools" ], - "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": { - "url": "https://github.com/SelfhostedPro/selfhosted_templates", - "stackfile": "Template/Stack/bookstack.yml" - }, - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "1000" - }, - { - "name": "PGID", - "label": "PGID", - "default": "100" - }, - { - "name": "TZ", - "label": "TZ" - }, - { - "name": "DATABASE_PASSWORD", - "label": "DATABASE_PASSWORD" - }, - { - "name": "MYSQL_ROOT_PASSWORD", - "label": "MYSQL_ROOT_PASSWORD" - }, + "restart_policy": "unless-stopped", + "ports": [ + "6555:6555/tcp" + ], + "volumes": [ { - "name": "PORT", - "label": "PORT" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/EmbyStat" } - ] + ], + "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services." }, { "type": 1, - "title": "COPS", - "name": "cops", - "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png", - "image": "linuxserver/cops:latest", + "title": "Headphones", + "name": "headphones", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png", + "image": "linuxserver/headphones:latest", "categories": [ - "Cloud", - "Books" + "Music" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "8181:8181/tcp" ], "volumes": [ { - "container": "/books", - "bind": "/portainer/Books" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Headphones" }, { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Cops" + "container": "/Downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/music", + "bind": "/portainer/Music" } ], "env": [ @@ -384,28 +319,26 @@ }, { "type": 1, - "title": "Calibre Web", - "name": "calibre-web", - "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png", - "image": "linuxserver/calibre-web:latest", + "title": "Heimdall", + "name": "heimdall", + "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png", + "image": "linuxserver/heimdall:latest", "categories": [ - "Cloud", - "Books" + "Tools", + "Web", + "Other" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8083:8083/tcp" + "80/tcp", + "443/tcp" ], "volumes": [ - { - "container": "/books", - "bind": "/portainer/Books" - }, { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Calibre-web" + "bind": "/portainer/Files/AppData/Config/Heimdall" } ], "env": [ @@ -423,136 +356,172 @@ }, { "type": 1, - "title": "Cardigann", - "name": "cardigann", - "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png", - "image": "linuxserver/cardigann:latest", + "title": "Homer", + "name": "homer", + "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", + "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", + "image": "b4bz/homer:latest", "categories": [ - "Downloaders" + "Other", + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "5060:5060/tcp" + "8902:8080/tcp" ], "volumes": [ { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Cardigann" - } - ], - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "1000" + "container": "/www/assets", + "bind": "/portainer/Files/AppData/Config/Homer/assets" }, { - "name": "PGID", - "label": "PGID", - "default": "100" + "container": "/www/config.yml", + "bind": "/portainer/Files/AppData/Config/Homer" } ] }, { "type": 1, - "title": "Chevereto", - "name": "Chevereto", - "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png", - "image": "nmtan/chevereto:latest", + "title": "Huginn", + "name": "huginn", + "description": "Create agents that monitor and act on your behalf.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/huginn.png", + "image": "huginn/huginn:latest", "categories": [ "Other", - "Tools", - "Photo" + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "3000:3000/tcp" ], "volumes": [ { - "container": "/var/www/html/images" + "container": "/var/lib/mysql", + "bind": "/portainer/Files/AppData/Config/huginn" } + ] + }, + { + "type": 3, + "title": "Invoice Ninja", + "name": "invoice_ninja", + "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/invoice_ninja.png", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" ], + "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": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/invoice-ninja.yml" + }, "env": [ { - "name": "PUID", - "label": "PUID", - "default": "1000" - }, - { - "name": "PGID", - "label": "PGID", - "default": "100" + "name": "URL", + "label": "URL", + "default": "invoice.my.domain" }, { - "name": "CHEVERETO_DB_HOST", - "label": "CHEVERETO_DB_HOST", - "set": "" + "name": "APP_KEY", + "label": "APP_KEY" }, { - "name": "CHEVERETO_DB_USERNAME", - "label": "CHEVERETO_DB_USERNAME", - "set": "" + "name": "TZ", + "label": "TZ" }, { - "name": "CHEVERETO_DB_PASSWORD", - "label": "CHEVERETO_DB_PASSWORD", - "set": "" + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" }, { - "name": "CHEVERETO_DB_NAME", - "label": "CHEVERETO_DB_NAME", - "set": "" + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD" }, { - "name": "CHEVERETO_DB_PREFIX", - "label": "CHEVERETO_DB_PREFIX", - "set": "" + "name": "PORT", + "label": "PORT" } ] }, { "type": 1, - "title": "Chowdown", - "name": "Chowdown", - "description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png", - "image": "gregyankovoy/chowdown:latest", + "title": "Jackett", + "name": "jackett", + "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png", + "image": "linuxserver/jackett:latest", "categories": [ - "Other", + "Downloaders", "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "4000:4000/tcp" + "9117:9117/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Chowdown" + "bind": "/portainer/Files/AppData/Config/Jackett" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" } ] }, { "type": 1, - "title": "Code Server", - "name": "code-server", - "description": "Code-server is VS Code running on a remote server, accessible through the browser.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png", - "image": "linuxserver/code-server:latest", + "title": "Jellyfin", + "name": "jellyfin", + "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png", + "image": "linuxserver/jellyfin:latest", "categories": [ - "Other", - "Tools" + "Video", + "Music", + "Photos" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8443:8443/tcp" + "8096:8096/tcp", + "8920:8920/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Jellyfin" + }, + { + "container": "/data/tvshows", + "bind": "/portainer/TV" + }, + { + "container": "/data/movies", + "bind": "/portainer/Movies" + } ], "env": [ { @@ -561,54 +530,36 @@ "default": "1000" }, { - "name": "GUID", - "label": "PUID", - "default": "1000" + "name": "PGID", + "label": "PGID", + "default": "100" }, { "name": "TZ", "label": "TZ" - }, - { - "name": "PASSWORD", - "label": "PASSWORD" - }, - { - "name": "SUDO_PASSWORD", - "label": "SUDO_PASSWORD" - }, - { - "name": "PROXY_DOMAIN", - "label": "PROXY_DOMAIN", - "default": "example.my.domain" - } - ], - "volumes": [ - { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Code-Server" } ] }, { "type": 1, - "title": "Codiad", - "name": "codiad", - "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png", - "image": "linuxserver/codiad:latest", + "title": "Kodi Headless", + "name": "kodi-headless", + "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png", + "image": "linuxserver/kodi-headless:latest", "categories": [ - "Productivity" + "Video" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "8080/tcp", + "9777/udp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Codiad" + "bind": "/portainer/Files/AppData/Config/Kodi" } ], "env": [ @@ -616,44 +567,38 @@ "name": "PUID", "label": "PUID", "default": "1000" - }, { "name": "PGID", "label": "PGID", "default": "100" - } ] }, { "type": 1, - "title": "CouchPotato", - "name": "couchpotato", - "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png", - "image": "linuxserver/couchpotato:latest", + "title": "LazyLibrarian", + "name": "lazylibrarian", + "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png", + "image": "linuxserver/lazylibrarian:latest", "categories": [ - "Downloaders", - "Video" + "Books" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "5050:5050/tcp" + "5299:5299/tcp" ], "volumes": [ { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Couchpotato" + "container": "/config" }, { - "container": "/downloads", - "bind": "/portainer/Downloads" + "container": "/downloads" }, { - "container": "/movies", - "bind": "/portainer/Movies" + "container": "/books" } ], "env": [ @@ -671,27 +616,53 @@ }, { "type": 1, - "title": "Daapd", - "name": "daapd", - "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.", - "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png", - "image": "linuxserver/daapd:latest", + "title": "Let's Encrypt", + "name": "letsencrypt", + "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>", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png", + "image": "linuxserver/swag:latest", "categories": [ - "Music" + "Tools", + "Web" ], "platform": "linux", "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "443/tcp" + ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Daapd" - }, - { - "container": "/music", - "bind": "/portainer/Music" + "bind": "/portainer/Files/AppData/Config/LetsEncrypt" } ], "env": [ + { + "name": "EMAIL", + "label": "EMAIL", + "set": "example@gmail.com" + }, + { + "name": "URL", + "label": "URL", + "set": "yourdomain.com" + }, + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "set": "www," + }, + { + "name": "ONLY_SUBDOMAINS", + "label": "ONLY_SUBDOMAINS", + "set": "false" + }, + { + "name": "DHLEVEL", + "label": "DHLEVEL", + "set": "2048" + }, { "name": "PUID", "label": "PUID", @@ -701,16 +672,26 @@ "name": "PGID", "label": "PGID", "default": "100" + }, + { + "name": "VALIDATION", + "label": "VALIDATION", + "set": "http" + }, + { + "name": "DNSPLUGIN", + "label": "DNSPLUGIN", + "set": "http" } ] }, { "type": 1, - "title": "DashMachine", - "name": "dashmachine", - "description": "Another application bookmark dashboard, with fun features.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png", - "image": "rmountjoy/dashmachine:latest", + "title": "LibreSpeed", + "name": "librespeed", + "description": "A Free and Open Source Speedtest for HTML5 and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png", + "image": "linuxserver/librespeed:latest", "categories": [ "Other", "Tools" @@ -718,40 +699,41 @@ "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "5000:5000/tcp" + "80/tcp" ], "volumes": [ { - "container": "/dashmachine/dashmachine/user_data", - "bind": "/portainer/Files/AppData/Config/Dashmachine" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/LibreSpeed" } ] }, { "type": 1, - "title": "Davos", - "name": "davos", - "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png", - "image": "linuxserver/davos:latest", + "title": "Lychee", + "name": "lychee", + "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png", + "image": "linuxserver/lychee:latest", "categories": [ - "FTP", - "Other", - "Tools" + "Cloud", + "Web", + "Management", + "Photos" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8080/tcp" + "80/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Davos" + "bind": "/portainer/Files/AppData/Config/Lychee" }, { - "container": "/downloads", - "bind": "/portainer/Downloads" + "container": "/pictures", + "bind": "/portainer/Pictures" } ], "env": [ @@ -769,52 +751,24 @@ }, { "type": 1, - "title": "DeeMix", - "name": "deemix", - "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png", - "image": "registry.gitlab.com/bockiii/deemix-docker", + "title": "MariaDB", + "name": "mariadb", + "description": "An Enhanced drop in replacement for Mysql", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png", + "image": "linuxserver/mariadb:latest", "categories": [ "Other", - "Music" + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "9666:9666/tcp" + "3306:3306/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/DeeMix" - }, - { - "container": "/downloads", - "bind": "/portainer/Downloads" - } - ], - "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details." - }, - { - "type": 1, - "title": "Deluge", - "namme": "deluge", - "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png", - "image": "linuxserver/deluge:latest", - "categories": [ - "Downloaders" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "volumes": [ - { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Deluge" - }, - { - "container": "/downloads", - "bind": "/portainer/Downloads" + "bind": "/portainer/Files/AppData/Config/Mariadb" } ], "env": [ @@ -829,34 +783,31 @@ "default": "100" }, { - "name": "UMASK_SET", - "label": "UMASK_SET", - "set": "000" + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD", + "set": "" } ] }, { "type": 1, - "title": "Domoticz", - "name": "domoticz", - "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device", - "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", - "image": "linuxserver/domoticz:latest", + "title": "McMyAdmin 2", + "name": "mcmyadmin2", + "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", + "image": "linuxserver/mcmyadmin2:latest", "categories": [ - "HomeAutomation:", - "Management" + "Other" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "1443:1443/tcp", - "6144:6144/tcp", - "8080:8080/tcp" + "8080:8080/tcp", + "25565:25565/tcp" ], "volumes": [ { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Domoticz" + "container": "/minecraft" } ], "env": [ @@ -874,28 +825,35 @@ }, { "type": 1, - "title": "Duck DNS", - "name": "duckdns", - "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png", - "image": "linuxserver/duckdns:latest", + "title": "Medusa", + "name": "medusa", + "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", + "image": "linuxserver/medusa:latest", "categories": [ - "DNS", - "Tools" + "Downloaders", + "Video" ], "platform": "linux", "restart_policy": "unless-stopped", - "env": [ + "ports": [ + "8081:8081/tcp" + ], + "volumes": [ { - "name": "SUBDOMAINS", - "label": "SUBDOMAINS", - "set": "" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Medusa" }, { - "name": "TOKEN", - "label": "TOKEN", - "set": "" + "container": "/tv", + "bind": "/portainer/TV" }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ { "name": "PUID", "label": "PUID", @@ -910,36 +868,22 @@ }, { "type": 1, - "title": "Duplicati", - "name": "duplicati", - "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png", - "image": "linuxserver/duplicati:latest", + "title": "Minetest", + "name": "minetest", + "description": "Server version of minetest, a free, open source alternative to minecraft.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", + "image": "linuxserver/minetest:latest", "categories": [ - "Backup:", - "Cloud", - "Other", - "Productivity", - "Tools" + "Other" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8200:8200/tcp" + "30000:30000/udp" ], "volumes": [ { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Duplicati" - }, - { - "container": "/tmp" - }, - { - "container": "/backups" - }, - { - "container": "/source" + "container": "/config/.minetest" } ], "env": [ @@ -957,35 +901,22 @@ }, { "type": 1, - "title": "Emby", - "name": "Emby", - "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.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/emby.png", - "image": "linuxserver/emby:latest", + "title": "Minisatip", + "name": "minisatip", + "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png", + "image": "linuxserver/minisatip:latest", "categories": [ "Video", - "Music", - "Photos" + "Other", + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8096:8096/tcp", - "8920:8920/tcp" - ], - "volumes": [ - { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Emby" - }, - { - "container": "/data/tvshows", - "bind": "/portainer/TV" - }, - { - "container": "/data/movies", - "bind": "/portainer/Movies" - } + "8875:8875/tcp", + "554:554/tcp", + "1900:1900/udp" ], "env": [ { @@ -997,60 +928,70 @@ "name": "PGID", "label": "PGID", "default": "100" - }, - { - "name": "TZ", - "label": "TZ" } ] }, { "type": 1, - "title": "FileBrowser", - "name": "filebrowser", - "description": "Web File Browser which can be used as a middleware or standalone app.", - "note": "The default user and password is admin/admin.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png", - "image": "80x86/filebrowser:latest", + "title": "Mstream", + "name": "mstream", + "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png", + "image": "linuxserver/mstream:latest", "categories": [ "Other", - "Tools" + "Music" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8082:8082/tcp" + "3000:3000/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/FileBrowser" + "bind": "/portainer/Files/AppData/Config/Mstream" }, { - "container": "/myfiles", - "bind": "/portainer/Files/AppData/Config" + "container": "/music", + "bind": "/portainer/Downloads" } ] }, { "type": 1, - "title": "FreshRSS", - "name": "freshrss", - "description": "A free, self-hostable rss aggregator…", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png", - "image": "linuxserver/freshrss:latest", + "title": "Murmur", + "name": "murmur", + "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png", + "image": "goofball222/murmur:latest", "categories": [ - "Other" + "Other", + "Voice", + "Chat" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "64738:64738/tcp", + "64738:64738/udp" ], "volumes": [ { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/freshrss" + "container": "/etc/localtime", + "bind": "/etc/localtime:ro" + }, + { + "container": "/opt/murmur/config", + "bind": "/portainer/Files/Config/Murmur" + }, + { + "container": "/opt/murmur/data", + "bind": "/portainer/Files/Murmur/data" + }, + { + "container": "/opt/murmur/log", + "bind": "/portainer/Files/Murmur/log" } ], "env": [ @@ -1063,38 +1004,46 @@ "name": "PGID", "label": "PGID", "default": "100" + }, + { + "name": "TZ", + "label": "TZ" } ] }, { "type": 1, - "title": "Gazee", - "name": "gazee", - "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png", - "image": "linuxserver/gazee:latest", + "title": "MusicBrainz", + "name": "musicbrainz", + "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png", + "image": "linuxserver/musicbrainz:latest", "categories": [ - "Web", - "Books", + "Music", + "Other", "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", + "ports": [ + "5000:5000/tcp" + ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Gazee" - }, - { - "container": "/comics", - "bind": "/portainer/Comics" + "bind": "/portainer/Files/AppData/Config/MusicBrainz" }, { - "container": "/mylar", - "bind": "/portainer/Files/AppData/Gazee" + "container": "/data", + "bind": "/portainer/Files/AppData/MusicBrainz" } ], "env": [ + { + "name": "BRAINZCODE", + "label": "BRAINZCODE", + "set": "" + }, { "name": "PUID", "label": "PUID", @@ -1109,51 +1058,103 @@ }, { "type": 1, - "title": "Guacamole", - "name": "guacamole", - "description": "A clientless remote desktop gateway.", - "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png", - "image": "oznu/guacamole:latest", + "title": "Muximux", + "name": "muximux", + "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png", + "image": "linuxserver/muximux:latest", "categories": [ + "Web", + "Proxy", "Other", "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8080:8080/tcp" + "80/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Guacamole" + "bind": "/portainer/Files/AppData/Config/Muximux" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" } ] }, { "type": 1, - "title": "Grocy", - "name": "grocy", - "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png", - "image": "linuxserver/grocy:latest", + "title": "Mylar", + "name": "mylar", + "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png", + "image": "linuxserver/mylar:latest", "categories": [ - "Other", - "Tools", - "Finance" + "Downloaders", + "Books" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "8090:8090/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Grocy" + "bind": "/portainer/Files/AppData/Config/Mylar" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + }, + { + "container": "/comics", + "bind": "/portainer/Comics" } ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 3, + "title": "Nextcloud", + "name": "nextcloud", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other", + "Web" + ], + "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": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/nextcloud.yml" + }, "env": [ { "name": "PUID", @@ -1167,31 +1168,43 @@ }, { "name": "TZ", - "label": "Timezone" + "label": "TZ" + }, + { + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD" + }, + { + "name": "PORT", + "label": "PORT" } ] }, { "type": 1, - "title": "HTPC Manager", - "name": "htpcmanager", - "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png", - "image": "linuxserver/htpcmanager:latest", + "title": "Nginx", + "name": "nginx", + "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png", + "image": "linuxserver/nginx:latest", "categories": [ - "Video", - "Music", - "Other" + "Web", + "Proxy" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8085:8085/tcp" + "80/tcp", + "443/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/HTPCmanager" + "bind": "/portainer/Files/AppData/Config/Nginx" } ], "env": [ @@ -1209,31 +1222,52 @@ }, { "type": 1, - "title": "Headphones", - "name": "headphones", - "description": null, - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png", - "image": "linuxserver/headphones:latest", + "title": "Nginx Proxy Manager", + "name": "nginx-proxy-manager", + "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", + "image": "jlesage/nginx-proxy-manager", "categories": [ - "Music" + "Proxy", + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8181:8181/tcp" + "80:8080/tcp", + "81:8181/tcp", + "443:4443/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Headphones" - }, + "bind": "/portainer/Files/AppData/Config/Nginx-Proxy" + } + ] + }, + { + "type": 1, + "title": "NZBGet", + "name": "nzbget", + "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png", + "image": "linuxserver/nzbget:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6789:6789/tcp" + ], + "volumes": [ { - "container": "/Downloads", - "bind": "/portainer/Downloads" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Nzbget" }, { - "container": "/music", - "bind": "/portainer/Music" + "container": "/downloads", + "bind": "/portainer/Downloads" } ], "env": [ @@ -1251,26 +1285,29 @@ }, { "type": 1, - "title": "Heimdall", - "name": "heimdall", - "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png", - "image": "linuxserver/heimdall:latest", + "title": "NZBHydra 2", + "name": "nzbhydra2", + "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png", + "image": "linuxserver/nzbhydra2:latest", "categories": [ - "Tools", - "Web", - "Other" + "Downloaders", + "Other", + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp", - "443/tcp" + "5076:5076/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Heimdall" + "bind": "/portainer/Files/AppData/Config/Nzbhydra2" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" } ], "env": [ @@ -1288,126 +1325,102 @@ }, { "type": 1, - "title": "Homer", - "name": "homer", - "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", - "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", - "image": "b4bz/homer:latest", + "title": "Ombi", + "name": "ombi", + "description": "Ombi allows you to host your own Plex Request and user management system. ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png", + "image": "linuxserver/ombi:latest", "categories": [ + "Downloaders", "Other", + "Video", "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8902:8080/tcp" + "3579:3579/tcp" ], "volumes": [ { - "container": "/www/assets", - "bind": "/portainer/Files/AppData/Config/Homer/assets" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Ombi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" }, { - "container": "/www/config.yml", - "bind": "/portainer/Files/AppData/Config/Homer" + "name": "PGID", + "label": "PGID", + "default": "100" } ] }, { "type": 1, - "title": "Huginn", - "name": "huginn", - "description": "Create agents that monitor and act on your behalf.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/huginn.png", - "image": "huginn/huginn:latest", + "title": "OpenVPN Access Server", + "name": "openvpn-as", + "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png", + "image": "linuxserver/openvpn-as:latest", "categories": [ - "Other", - "Tools" + "Other" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "3000:3000/tcp" + "943:943/tcp", + "9443:9443/tcp", + "1194:1194/udp" ], "volumes": [ { - "container": "/var/lib/mysql", - "bind": "/portainer/Files/AppData/Config/huginn" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/OpenVPN-AS" } - ] - }, - { - "type": 3, - "title": "Invoice Ninja", - "name": "invoice_ninja", - "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/invoice_ninja.png", - "categories": [ - "Cloud", - "Productivity", - "Tools", - "Other", - "Web" ], - "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": { - "url": "https://github.com/SelfhostedPro/selfhosted_templates", - "stackfile": "Template/Stack/invoice-ninja.yml" - }, "env": [ { - "name": "URL", - "label": "URL", - "default": "invoice.my.domain" - }, - { - "name": "APP_KEY", - "label": "APP_KEY" - }, - { - "name": "TZ", - "label": "TZ" - }, - { - "name": "DATABASE_PASSWORD", - "label": "DATABASE_PASSWORD" + "name": "INTERFACE", + "label": "INTERFACE", + "set": "eth0" }, { - "name": "MYSQL_ROOT_PASSWORD", - "label": "MYSQL_ROOT_PASSWORD" + "name": "PUID", + "label": "PUID", + "default": "1000" }, { - "name": "PORT", - "label": "PORT" + "name": "PGID", + "label": "PGID", + "default": "100" } ] }, { "type": 1, - "title": "Jackett", - "name": "jackett", - "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png", - "image": "linuxserver/jackett:latest", + "title": "Organizr v2", + "name": "organizr-v2", + "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", + "image": "organizrtools/organizr-v2:php-fpm", "categories": [ - "Downloaders", + "Other", "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "9117:9117/tcp" + "80/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Jackett" - }, - { - "container": "/downloads", - "bind": "/portainer/Downloads" + "bind": "/portainer/Files/AppData/Config/Organizr" } ], "env": [ @@ -1425,34 +1438,24 @@ }, { "type": 1, - "title": "Jellyfin", - "name": "jellyfin", - "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png", - "image": "linuxserver/jellyfin:latest", + "title": "OScam", + "name": "oscam", + "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.", + "logo": "http://i.imgur.com/8LadrLg.png", + "image": "linuxserver/oscam:latest", "categories": [ - "Video", - "Music", - "Photos" + "Other" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8096:8096/tcp", - "8920:8920/tcp" + "8888:8888/tcp", + "10000:10000/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Jelllyfin" - }, - { - "container": "/data/tvshows", - "bind": "/portainer/TV" - }, - { - "container": "/data/movies", - "bind": "/portainer/Movies" + "bind": "/portainer/Files/AppData/Config/OScam" } ], "env": [ @@ -1465,33 +1468,36 @@ "name": "PGID", "label": "PGID", "default": "100" - }, - { - "name": "TZ", - "label": "TZ" } ] }, { "type": 1, - "title": "Kodi Headless", - "name": "kodi-headless", - "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png", - "image": "linuxserver/kodi-headless:latest", + "title": "PhotoShow", + "name": "photoshow", + "description": "A simple, easy way to turn a photo album into a webgallery", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png", + "image": "linuxserver/photoshow:latest", "categories": [ - "Video" + "Photos" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8080/tcp", - "9777/udp" + "80/tcp" ], "volumes": [ + { + "container": "/Pictures", + "bind": "/portainer/Pictures" + }, + { + "container": "/Thumbs", + "bind": "/portainer/Files/AppData/Photoshow/Thumbs" + }, { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Kodi" + "bind": "/portainer/Files/AppData/Config/PhotoShow" } ], "env": [ @@ -1509,30 +1515,42 @@ }, { "type": 1, - "title": "LazyLibrarian", - "name": "lazylibrarian", - "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png", - "image": "linuxserver/lazylibrarian:latest", + "title": "Snibox", + "name": "snibox", + "description": "Self-hosted snippet manager.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png", + "image": "snowmean/snibox-sqlite:latest", "categories": [ - "Books" + "Other", + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "5299:5299/tcp" + "3010:3000/tcp" ], "volumes": [ { - "container": "/config" - }, - { - "container": "/downloads" - }, - { - "container": "/books" + "container": "/app/db/database", + "bind": "/portainer/Files/AppData/Config/Snibox" } ], + "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text." + }, + { + "type": 3, + "title": "Bookstack", + "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bookstack2.png", + "categories": [ + "Wiki" + ], + "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": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/bookstack.yml" + }, "env": [ { "name": "PUID", @@ -1543,58 +1561,48 @@ "name": "PGID", "label": "PGID", "default": "100" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "DATABASE_PASSWORD", + "label": "DATABASE_PASSWORD" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD" + }, + { + "name": "PORT", + "label": "PORT" } ] }, { "type": 1, - "title": "Let's Encrypt", - "name": "letsencrypt", - "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>", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png", - "image": "linuxserver/letsencrypt:latest", + "title": "Chevereto", + "name": "Chevereto", + "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png", + "image": "nmtan/chevereto:latest", "categories": [ + "Other", "Tools", - "Web" + "Photo" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp", - "443/tcp" + "80/tcp" ], "volumes": [ { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/LetsEncrypt" + "container": "/var/www/html/images" } ], "env": [ - { - "name": "EMAIL", - "label": "EMAIL", - "set": "-Xms256m -Xmx512m" - }, - { - "name": "URL", - "label": "URL", - "set": "-Xms256m -Xmx512m" - }, - { - "name": "SUBDOMAINS", - "label": "SUBDOMAINS", - "set": "www," - }, - { - "name": "ONLY_SUBDOMAINS", - "label": "ONLY_SUBDOMAINS", - "set": "false" - }, - { - "name": "DHLEVEL", - "label": "DHLEVEL", - "set": "2048" - }, { "name": "PUID", "label": "PUID", @@ -1606,24 +1614,39 @@ "default": "100" }, { - "name": "VALIDATION", - "label": "VALIDATION", - "set": "http" + "name": "CHEVERETO_DB_HOST", + "label": "CHEVERETO_DB_HOST", + "set": "" }, { - "name": "DNSPLUGIN", - "label": "DNSPLUGIN", - "set": "http" + "name": "CHEVERETO_DB_USERNAME", + "label": "CHEVERETO_DB_USERNAME", + "set": "" + }, + { + "name": "CHEVERETO_DB_PASSWORD", + "label": "CHEVERETO_DB_PASSWORD", + "set": "" + }, + { + "name": "CHEVERETO_DB_NAME", + "label": "CHEVERETO_DB_NAME", + "set": "" + }, + { + "name": "CHEVERETO_DB_PREFIX", + "label": "CHEVERETO_DB_PREFIX", + "set": "" } ] }, { "type": 1, - "title": "LibreSpeed", - "name": "librespeed", - "description": "A Free and Open Source Speedtest for HTML5 and more.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png", - "image": "linuxserver/librespeed:latest", + "title": "Chowdown", + "name": "Chowdown", + "description": "Save recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png", + "image": "gregyankovoy/chowdown:latest", "categories": [ "Other", "Tools" @@ -1631,41 +1654,39 @@ "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "4000:4000/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/LibreSpeed" + "bind": "/portainer/Files/AppData/Config/Chowdown" } ] }, { "type": 1, - "title": "Lychee", - "name": "lychee", - "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png", - "image": "linuxserver/lychee:latest", + "title": "Calibre Web", + "name": "calibre-web", + "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png", + "image": "linuxserver/calibre-web:latest", "categories": [ "Cloud", - "Web", - "Management", - "Photos" + "Books" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "8083:8083/tcp" ], "volumes": [ { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Lychee" + "container": "/books", + "bind": "/portainer/Books" }, { - "container": "/pictures", - "bind": "/portainer/Pictures" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Calibre-web" } ], "env": [ @@ -1683,24 +1704,23 @@ }, { "type": 1, - "title": "MariaDB", - "name": "mariadb", - "description": "An Enhanced drop in replacement for Mysql", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png", - "image": "linuxserver/mariadb:latest", + "title": "Cardigann", + "name": "cardigann", + "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png", + "image": "linuxserver/cardigann:latest", "categories": [ - "Other", - "Tools" + "Downloaders" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "3306:3306/tcp" + "5060:5060/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Mariadb" + "bind": "/portainer/Files/AppData/Config/Cardigann" } ], "env": [ @@ -1713,34 +1733,24 @@ "name": "PGID", "label": "PGID", "default": "100" - }, - { - "name": "MYSQL_ROOT_PASSWORD", - "label": "MYSQL_ROOT_PASSWORD", - "set": "" } ] }, { "type": 1, - "title": "McMyAdmin 2", - "name": "mcmyadmin2", - "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", - "image": "linuxserver/mcmyadmin2:latest", + "title": "Code Server", + "name": "code-server", + "description": "Code-server is VS Code running on a remote server, accessible through the browser.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png", + "image": "linuxserver/code-server:latest", "categories": [ - "Other" + "Other", + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8080:8080/tcp", - "25565:25565/tcp" - ], - "volumes": [ - { - "container": "/minecraft" - } + "8443:8443/tcp" ], "env": [ { @@ -1749,73 +1759,54 @@ "default": "1000" }, { - "name": "PGID", - "label": "PGID", - "default": "100" - } - ] - }, - { - "type": 1, - "title": "Medusa", - "name": "medusa", - "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", - "image": "linuxserver/medusa:latest", - "categories": [ - "Downloaders", - "Video" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - "8081:8081/tcp" - ], - "volumes": [ + "name": "GUID", + "label": "PUID", + "default": "1000" + }, { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Medusa" + "name": "TZ", + "label": "TZ" }, { - "container": "/tv", - "bind": "/portainer/TV" + "name": "PASSWORD", + "label": "PASSWORD" }, { - "container": "/downloads", - "bind": "/portainer/Downloads" + "name": "SUDO_PASSWORD", + "label": "SUDO_PASSWORD" + }, + { + "name": "PROXY_DOMAIN", + "label": "PROXY_DOMAIN", + "default": "example.my.domain" } ], - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "1000" - }, + "volumes": [ { - "name": "PGID", - "label": "PGID", - "default": "100" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Code-Server" } ] }, { "type": 1, - "title": "Minetest", - "name": "minetest", - "description": "Server version of minetest, a free, open source alternative to minecraft.", - "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", - "image": "linuxserver/minetest:latest", + "title": "Codiad", + "name": "codiad", + "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png", + "image": "linuxserver/codiad:latest", "categories": [ - "Other" + "Productivity" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "30000:30000/udp" + "80/tcp" ], "volumes": [ { - "container": "/config/.minetest" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Codiad" } ], "env": [ @@ -1833,22 +1824,29 @@ }, { "type": 1, - "title": "Minisatip", - "name": "minisatip", - "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png", - "image": "linuxserver/minisatip:latest", + "title": "COPS", + "name": "cops", + "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png", + "image": "linuxserver/cops:latest", "categories": [ - "Video", - "Other", - "Tools" + "Cloud", + "Books" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8875:8875/tcp", - "554:554/tcp", - "1900:1900/udp" + "80/tcp" + ], + "volumes": [ + { + "container": "/books", + "bind": "/portainer/Books" + }, + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Cops" + } ], "env": [ { @@ -1865,65 +1863,32 @@ }, { "type": 1, - "title": "Mstream", - "name": "mstream", - "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png", - "image": "linuxserver/mstream:latest", + "title": "CouchPotato", + "name": "couchpotato", + "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png", + "image": "linuxserver/couchpotato:latest", "categories": [ - "Other", - "Music" + "Downloaders", + "Video" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "3000:3000/tcp" + "5050:5050/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Mstream" + "bind": "/portainer/Files/AppData/Config/Couchpotato" }, { - "container": "/music", + "container": "/downloads", "bind": "/portainer/Downloads" - } - ] - }, - { - "type": 1, - "title": "Murmur", - "name": "murmur", - "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png", - "image": "goofball222/murmur:latest", - "categories": [ - "Other", - "Voice", - "Chat" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - "64738:64738/tcp", - "64738:64738/udp" - ], - "volumes": [ - { - "container": "/etc/localtime", - "bind": "/etc/localtime:ro" - }, - { - "container": "/opt/murmur/config", - "bind": "/portainer/Files/Config/Murmur" - }, - { - "container": "/opt/murmur/data", - "bind": "/portainer/Files/Murmur/data" }, { - "container": "/opt/murmur/log", - "bind": "/portainer/Files/Murmur/log" + "container": "/movies", + "bind": "/portainer/Movies" } ], "env": [ @@ -1936,46 +1901,32 @@ "name": "PGID", "label": "PGID", "default": "100" - }, - { - "name": "TZ", - "label": "TZ" } ] }, { "type": 1, - "title": "MusicBrainz", - "name": "musicbrainz", - "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png", - "image": "linuxserver/musicbrainz:latest", + "title": "Daapd", + "name": "daapd", + "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png", + "image": "linuxserver/daapd:latest", "categories": [ - "Music", - "Other", - "Tools" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - "5000:5000/tcp" + "Music" ], + "platform": "linux", + "restart_policy": "unless-stopped", "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/MusicBrainz" + "bind": "/portainer/Files/AppData/Config/Daapd" }, { - "container": "/data", - "bind": "/portainer/Files/AppData/MusicBrainz" + "container": "/music", + "bind": "/portainer/Music" } ], "env": [ - { - "name": "BRAINZCODE", - "label": "BRAINZCODE", - "set": "" - }, { "name": "PUID", "label": "PUID", @@ -1990,26 +1941,52 @@ }, { "type": 1, - "title": "Muximux", - "name": "muximux", - "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png", - "image": "linuxserver/muximux:latest", + "title": "DashMachine", + "name": "dashmachine", + "description": "Another application bookmark dashboard, with fun features.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png", + "image": "rmountjoy/dashmachine:latest", "categories": [ - "Web", - "Proxy", "Other", "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "5000:5000/tcp" + ], + "volumes": [ + { + "container": "/dashmachine/dashmachine/user_data", + "bind": "/portainer/Files/AppData/Config/Dashmachine" + } + ] + }, + { + "type": 1, + "title": "Davos", + "name": "davos", + "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png", + "image": "linuxserver/davos:latest", + "categories": [ + "FTP", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Muximux" + "bind": "/portainer/Files/AppData/Config/Davos" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" } ], "env": [ @@ -2027,66 +2004,53 @@ }, { "type": 1, - "title": "Mylar", - "name": "mylar", - "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png", - "image": "linuxserver/mylar:latest", + "title": "DeeMix", + "name": "deemix", + "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png", + "image": "registry.gitlab.com/bockiii/deemix-docker", "categories": [ - "Downloaders", - "Books" + "Other", + "Music" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8090:8090/tcp" + "9666:9666/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Mylar" + "bind": "/portainer/Files/AppData/Config/DeeMix" }, { "container": "/downloads", "bind": "/portainer/Downloads" - }, - { - "container": "/comics", - "bind": "/portainer/Comics" } ], - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "1000" - }, - { - "name": "PGID", - "label": "PGID", - "default": "100" - } - ] + "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details." }, { "type": 1, - "title": "NZBGet", - "name": "nzbget", - "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png", - "image": "linuxserver/nzbget:latest", + "title": "Deluge", + "namme": "deluge", + "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png", + "image": "linuxserver/deluge:latest", "categories": [ "Downloaders" ], "platform": "linux", - "restart_policy": "unless-stopped", "ports": [ - "6789:6789/tcp" + "8112:8112/tcp", + "6881:6881/tcp", + "6881:6881/udp" ], + "restart_policy": "unless-stopped", "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Nzbget" + "bind": "/portainer/Files/AppData/Config/Deluge" }, { "container": "/downloads", @@ -2103,34 +2067,36 @@ "name": "PGID", "label": "PGID", "default": "100" + }, + { + "name": "UMASK", + "label": "UMASK", + "set": "000" } ] }, { "type": 1, - "title": "NZBHydra 2", - "name": "nzbhydra2", - "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png", - "image": "linuxserver/nzbhydra2:latest", + "title": "Domoticz", + "name": "domoticz", + "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device", + "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", + "image": "linuxserver/domoticz:latest", "categories": [ - "Downloaders", - "Other", - "Tools" + "HomeAutomation", + "Management" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "5076:5076/tcp" + "1443:1443/tcp", + "6144:6144/tcp", + "8080:8080/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Nzbhydra2" - }, - { - "container": "/downloads", - "bind": "/portainer/Downloads" + "bind": "/portainer/Files/AppData/Config/Domoticz" } ], "env": [ @@ -2147,25 +2113,29 @@ ] }, { - "type": 3, - "title": "Nextcloud", - "name": "nextcloud", - "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.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png", + "type": 1, + "title": "Duck DNS", + "name": "duckdns", + "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png", + "image": "linuxserver/duckdns:latest", "categories": [ - "Cloud", - "Productivity", - "Tools", - "Other", - "Web" + "DNS", + "Tools" ], - "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": { - "url": "https://github.com/SelfhostedPro/selfhosted_templates", - "stackfile": "Template/Stack/nextcloud.yml" - }, + "restart_policy": "unless-stopped", "env": [ + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "set": "" + }, + { + "name": "TOKEN", + "label": "TOKEN", + "set": "" + }, { "name": "PUID", "label": "PUID", @@ -2175,46 +2145,86 @@ "name": "PGID", "label": "PGID", "default": "100" + } + ] + }, + { + "type": 1, + "title": "Duplicati", + "name": "duplicati", + "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png", + "image": "linuxserver/duplicati:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Productivity", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8200:8200/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Duplicati" }, { - "name": "TZ", - "label": "TZ" + "container": "/tmp" }, { - "name": "DATABASE_PASSWORD", - "label": "DATABASE_PASSWORD" + "container": "/backups" }, { - "name": "MYSQL_ROOT_PASSWORD", - "label": "MYSQL_ROOT_PASSWORD" + "container": "/source" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" }, { - "name": "PORT", - "label": "PORT" + "name": "PGID", + "label": "PGID", + "default": "100" } ] }, { "type": 1, - "title": "Nginx", - "name": "nginx", - "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png", - "image": "linuxserver/nginx:latest", + "title": "Emby", + "name": "emby", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/emby.png", + "image": "linuxserver/emby:latest", "categories": [ - "Web", - "Proxy" + "Video", + "Music", + "Photos" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp", - "443/tcp" + "8096:8096/tcp", + "8920:8920/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Nginx" + "bind": "/portainer/Files/AppData/Config/Emby" + }, + { + "container": "/data/tvshows", + "bind": "/portainer/TV" + }, + { + "container": "/data/movies", + "bind": "/portainer/Movies" } ], "env": [ @@ -2227,54 +2237,60 @@ "name": "PGID", "label": "PGID", "default": "100" + }, + { + "name": "TZ", + "label": "TZ" } ] }, { "type": 1, - "title": "Nginx Proxy Manager", - "name": "nginx-proxy-manager", - "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", - "image": "jlesage/nginx-proxy-manager", + "title": "FileBrowser", + "name": "filebrowser", + "description": "Web File Browser which can be used as a middleware or standalone app.", + "note": "The default user and password is admin/admin.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png", + "image": "80x86/filebrowser:latest", "categories": [ - "Proxy", + "Other", "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80:8080/tcp", - "81:8181/tcp", - "443:4443/tcp" + "8082:8082/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Nginx-Proxy" + "bind": "/portainer/Files/AppData/Config/FileBrowser" + }, + { + "container": "/myfiles", + "bind": "/portainer/Files/AppData/Config" } ] }, { "type": 1, - "title": "OScam", - "name": "oscam", - "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.", - "logo": "http://i.imgur.com/8LadrLg.png", - "image": "linuxserver/oscam:latest", + "title": "FreshRSS", + "name": "freshrss", + "description": "A free, self-hostable rss aggregator…", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png", + "image": "linuxserver/freshrss:latest", "categories": [ "Other" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8888:8888/tcp", - "10000:10000/tcp" + "80/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/OScam" + "bind": "/portainer/Files/AppData/Config/freshrss" } ], "env": [ @@ -2292,26 +2308,30 @@ }, { "type": 1, - "title": "Ombi", - "name": "ombi", - "description": "Ombi allows you to host your own Plex Request and user management system. ", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png", - "image": "linuxserver/ombi:latest", + "title": "Gazee", + "name": "gazee", + "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png", + "image": "linuxserver/gazee:latest", "categories": [ - "Downloaders", - "Other", - "Video", + "Web", + "Books", "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", - "ports": [ - "3579:3579/tcp" - ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Ombi" + "bind": "/portainer/Files/AppData/Config/Gazee" + }, + { + "container": "/comics", + "bind": "/portainer/Comics" + }, + { + "container": "/mylar", + "bind": "/portainer/Files/AppData/Gazee" } ], "env": [ @@ -2329,33 +2349,28 @@ }, { "type": 1, - "title": "OpenVPN Access Server", - "name": "openvpn-as", - "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png", - "image": "linuxserver/openvpn-as:latest", + "title": "Grocy", + "name": "grocy", + "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png", + "image": "linuxserver/grocy:latest", "categories": [ - "Other" + "Other", + "Tools", + "Finance" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "943:943/tcp", - "9443:9443/tcp", - "1194:1194/udp" + "80/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/OpenVPN-AS" + "bind": "/portainer/Files/AppData/Config/Grocy" } ], "env": [ - { - "name": "INTERFACE", - "label": "INTERFACE", - "set": "eth0" - }, { "name": "PUID", "label": "PUID", @@ -2365,16 +2380,21 @@ "name": "PGID", "label": "PGID", "default": "100" + }, + { + "name": "TZ", + "label": "Timezone" } ] }, { "type": 1, - "title": "Organizr v2", - "name": "organizr-v2", - "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", - "image": "organizrtools/organizr-v2:php-fpm", + "title": "Guacamole", + "name": "guacamole", + "description": "A clientless remote desktop gateway.", + "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png", + "image": "oznu/guacamole:latest", "categories": [ "Other", "Tools" @@ -2382,12 +2402,36 @@ "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "8080:8080/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Organizr" + "bind": "/portainer/Files/AppData/Config/Guacamole" + } + ] + }, + { + "type": 1, + "title": "HTPC Manager", + "name": "htpcmanager", + "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png", + "image": "linuxserver/htpcmanager:latest", + "categories": [ + "Video", + "Music", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8085:8085/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/HTPCmanager" } ], "env": [ @@ -2405,31 +2449,32 @@ }, { "type": 1, - "title": "PhotoShow", - "name": "photoshow", - "description": "A simple, easy way to turn a photo album into a webgallery", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png", - "image": "linuxserver/photoshow:latest", + "title": "lidarr", + "name": "lidarr", + "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png", + "image": "linuxserver/lidarr:latest", "categories": [ - "Photos" + "Downloaders", + "Music" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp" + "8686:8686/tcp" ], "volumes": [ { - "container": "/Pictures", - "bind": "/portainer/Pictures" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Lidarr" }, { - "container": "/Thumbs", - "bind": "/portainer/Files/AppData/Photoshow/Thumbs" + "container": "/downloads", + "bind": "/portainer/Downloads" }, { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/PhotoShow" + "container": "/music", + "bind": "/portainer/Music" } ], "env": [ @@ -2668,6 +2713,46 @@ } ] }, + { + "type": 3, + "title": "Pritunl", + "name": "pritunl", + "description": "Pritunl container built on Alpine Linux. Supports IPv6 and running behind a reverse proxy. This container requires an external Mongo DB and should be run via Docker Compose or other orchestration.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pritunl.png", + "categories": [ + "VPN", + "Tools", + "Other", + "Web" + ], + "note": "Documentation on this containier can be found here: https://hub.docker.com/r/goofball222/pritunl", + "platform": "linux", + "repository": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/pritunl.yml" + }, + "env": [ + { + "name": "REVERSE_PROXY", + "label": "REVERSE_PROXY", + "default": "false" + }, + { + "name": "PRITUNL_OPTS", + "label": "PRITUNL_OPTS" + }, + { + "name": "MONGODB_URI", + "label": "MONGODB_URI", + "default": "mongodb://mongo:27017/pritunl" + }, + { + "name": "WIREGUARD", + "label": "WIREGUARD", + "default": "false" + } + ] + }, { "type": 1, "title": "Pydio", @@ -2707,6 +2792,46 @@ } ] }, + { + "type": 1, + "title": "qBittorrent", + "name": "qbittorrent", + "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png", + "image": "linuxserver/qbittorrent:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6881:6881/tcp", + "6881:6881/udp", + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/qBittorrent" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, { "type": 1, "title": "Quassel IRC", @@ -2815,7 +2940,7 @@ "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png", "image": "linuxserver/resilio-sync:latest", "categories": [ - "Backup:", + "Backup", "Cloud", "Other", "Tools" @@ -2825,10 +2950,50 @@ "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Resilio-Sync" - }, - { - "container": "/sync" + "bind": "/portainer/Files/AppData/Config/Resilio-Sync" + }, + { + "container": "/sync" + }, + { + "container": "/downloads", + "bind": "/portainer/Downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "ruTorrent", + "name": "rutorrent", + "description": "Popular torrent client with a webui for ease of use.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png", + "image": "linuxserver/rutorrent:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp", + "51413:51413/tcp", + "6881:6881/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/ruTorrent" }, { "container": "/downloads", @@ -2896,7 +3061,7 @@ "title": "Shiori", "name": "shiori", "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.", - "logo": "https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/shiori-icon.png", "image": "radhifadlillah/shiori:latest", "categories": [ "Other", @@ -3093,7 +3258,7 @@ "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png", "image": "linuxserver/syncthing:latest", "categories": [ - "Backup:", + "Backup", "Cloud", "Other", "Tools" @@ -3223,40 +3388,6 @@ } ] }, - { - "type": 1, - "title": "Tiny Tiny RSS", - "name": "tt-rss", - "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png", - "image": "lunik1/tt-rss:latest", - "categories": [ - "Other" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - "80/tcp" - ], - "volumes": [ - { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/tt-rss" - } - ], - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "1000" - }, - { - "name": "PGID", - "label": "PGID", - "default": "100" - } - ] - }, { "type": 1, "title": "Transmission", @@ -3361,6 +3492,40 @@ } ] }, + { + "type": 1, + "title": "Tiny Tiny RSS", + "name": "tt-rss", + "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png", + "image": "lunik1/tt-rss:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/tt-rss" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, { "type": 1, "title": "Tvheadend", @@ -3571,7 +3736,7 @@ { "type": 1, "title": "Wikijs", - "name": "Wikijs", + "name": "wikijs", "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.", "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png", "image": "linuxserver/wikijs:latest", @@ -3636,66 +3801,106 @@ }, { "type": 1, - "title": "ZNC", - "name": "znc", - "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png", - "image": "linuxserver/znc:latest", + "title": "UniFi Video", + "name": "UniFi Video", + "description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti’s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature‑packed user interface with advanced features such as motion detection, auto‑discovery, user‑level security, storage management, reporting, and mobile device support.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png", + "image": "pducharme/unifi-video-controller:latest", "categories": [ - "Messenger" + "CCTV" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "6501:6501/tcp" + "1935:1935/tcp", + "7444:7444/tcp", + "7447:7447/tcp", + "6666:6666/tcp", + "7442:7442/tcp", + "7080:7080/tcp", + "7443:7443/tcp", + "7445:7445/tcp", + "7446:7446/tcp" ], "volumes": [ + { + "container": "/recordings", + "bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/" + }, { "container": "/config", - "bind": "/portainer/Files/AppData/Config/ZNC" + "bind": "/portainer/Files/AppData/Config/UniFiVideo/" } ], "env": [ { "name": "PUID", "label": "PUID", - "default": "1000" + "default": "99" }, { "name": "PGID", "label": "PGID", "default": "100" + }, + { + "name": "UMASK", + "label": "UMASK", + "default": "002" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "set": "UniFi Video" } ] }, { "type": 1, - "title": "lidarr", - "name": "lidarr", - "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png", - "image": "linuxserver/lidarr:latest", + "title": "Yacht", + "name": "yacht", + "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png", + "image": "selfhostedpro/yacht:latest", "categories": [ - "Downloaders", - "Music" + "Other", + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "8686:8686/tcp" + "8001:8000/tcp" ], "volumes": [ { "container": "/config", - "bind": "/portainer/Files/AppData/Config/Lidarr" + "bind": "yacht" }, { - "container": "/downloads", - "bind": "/portainer/Downloads" - }, + "container": "/var/run/docker.sock", + "bind": "/var/run/docker.sock" + } + ] + }, + { + "type": 1, + "title": "ZNC", + "name": "znc", + "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png", + "image": "linuxserver/znc:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "6501:6501/tcp" + ], + "volumes": [ { - "container": "/music", - "bind": "/portainer/Music" + "container": "/config", + "bind": "/portainer/Files/AppData/Config/ZNC" } ], "env": [ @@ -3713,30 +3918,19 @@ }, { "type": 1, - "title": "qBittorrent", - "name": "qbittorrent", - "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png", - "image": "linuxserver/qbittorrent:latest", + "title": "GOPHISH", + "name": "gophish", + "description": "NOTE: Once you deploy your GoPhish instance, please navigate to the logs section in Portainer and acquire your 'admin' credentials for login. Gophish is an open-source phishing toolkit designed for businesses and penetration testers. It provides the ability to quickly and easily setup and execute phishing engagements and security awareness training.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gophish.png", + "image": "gophish/gophish:latest", "categories": [ - "Downloaders" + "Other", + "Tools" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "6881:6881/tcp", - "6881:6881/udp", - "8080:8080/tcp" - ], - "volumes": [ - { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/qBittorrent" - }, - { - "container": "/downloads", - "bind": "/portainer/Downloads" - } + "3333:3333/tcp" ], "env": [ { @@ -3751,33 +3945,199 @@ } ] }, + { + "type": 3, + "title": "Seafile", + "name": "seafile", + "description": "Seafile is an open-source, cross-platform file-hosting software system. Files are stored on a central server and can be synchronized with personal computers and mobile devices through apps. Files on the Seafile server can also be accessed directly via the server's web interface.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/seafile.png", + "categories": [ + "Cloud", + "Other" + ], + "platform": "linux", + "repository": { + "url": "https://github.com/SelfhostedPro/selfhosted_templates", + "stackfile": "Template/Stack/seafile.yml" + }, + "env": [ + { + "name": "TIME_ZONE", + "label": "Time Zone", + "default": "Etc/UTC" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "Database Password", + "default": "password" + }, + { + "name": "ADMIN_EMAIL", + "label": "Administrator Email", + "default": "me@example.com" + }, + { + "name": "ADMIN_PASSWORD", + "label": "Administrator Password", + "default": "asecret" + }, + { + "name": "SERVER_HOSTNAME", + "label": "Domain Name", + "default": "docs.seafile.com" + }, + { + "name": "ENABLE_HTTPS", + "label": "Enable HTTPS?", + "select": [ + { + "text": "Yes", + "value": "true", + "default": true + }, + { + "text": "No", + "value": "false" + } + ] + } + ] + }, { "type": 1, - "title": "ruTorrent", - "name": "rutorrent", - "description": "Popular torrent client with a webui for ease of use.", - "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png", - "image": "linuxserver/rutorrent:latest", + "title": "Dozzle", + "name": "dozzle", + "description": "Dozzle is a simple, lightweight application that provides you with a web based interface to monitor your Docker container logs live. It doesn’t store log information, it is for live monitoring of your container logs only.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dozzle.png", + "image": "amir20/dozzle:latest", "categories": [ - "Downloaders" + "Other", + "Tools", + "Maintenance" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ - "80/tcp", - "51413:51413/tcp", - "6881:6881/udp" + "8080:8080/tcp" ], "volumes": [ { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/ruTorrent" + "container": "/var/run/docker.sock", + "bind": "/var/run/docker.sock" + } + ] + }, + { + "type": 1, + "title": "Wallbag", + "name": "wallabag", + "description": "wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.", + "logo": "https://raw.githubusercontent.com/jake-walker/selfhosted_templates/wallabag/Images/wallabag.png", + "image": "wallabag/wallabag:latest", + "categories": [ + "Tools", + "Productivity", + "Web", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/var/www/wallabag/data", + "bind": "/portainer/Files/AppData/Wallabag/data" }, { - "container": "/downloads", - "bind": "/portainer/Downloads" + "container": "/var/www/wallabag/web/assets/images", + "bind": "/portainer/Files/AppData/Wallabag/images" + } + ], + "ports": [ + "80:80/tcp" + ], + "env": [ + { + "name": "SYMFONY__ENV__SECRET", + "label": "Secret", + "default": "ovmpmAWXRCabNlMgzlzFXDYmCFfzGv", + "description": "This should be set to a random string of characters." + }, + { + "name": "SYMFONY__ENV__DOMAIN_NAME", + "label": "Domain Name", + "default": "https://wallabag.example.com" + }, + { + "name": "SYMFONY__ENV__MAILER_HOST", + "label": "SMTP Host", + "default": "127.0.0.1" + }, + { + "name": "SYMFONY__ENV__MAILER_USER", + "label": "SMTP Username", + "default": "~" + }, + { + "name": "SYMFONY__ENV__MAILER_PASSWORD", + "label": "SMTP Password", + "default": "~" + }, + { + "name": "SYMFONY__ENV__FROM_EMAIL", + "label": "SMTP From Email", + "default": "wallabag@example.com" + }, + { + "name": "SYMFONY__ENV__FOSUSER_REGISTRATION", + "label": "Enable public user registration?", + "select": [ + { + "text": "Yes", + "value": "true", + "default": true + }, + { + "text": "No", + "value": "false" + } + ] + }, + { + "name": "SYMFONY__ENV__FOSUSER_CONFIRMATION", + "label": "Require registration confirmation?", + "select": [ + { + "text": "Yes", + "value": "true", + "default": true + }, + { + "text": "No", + "value": "false" + } + ] } + ] + }, + { + "type": 1, + "title": "DDClient", + "name": "ddclient", + "description": "DDClient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ddclient.png", + "image": "linuxserver/ddclient:latest", + "categories": [ + "Other", + "Utilities" ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/DDClient/" + } + ], "env": [ { "name": "PUID", @@ -3787,7 +4147,21 @@ { "name": "PGID", "label": "PGID", - "default": "100" + "default": "1000" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "set": "ddclient" + }, + { + "name": "JAVA_OPTS", + "label": "JAVA_OPTS", + "set": "-Xms256m -Xmx512m" + }, + { + "name": "TZ", + "label": "TZ" } ] } diff --git a/Template/yacht-arm.yml b/Template/yacht-arm.yml new file mode 100644 index 00000000..191f59ae --- /dev/null +++ b/Template/yacht-arm.yml @@ -0,0 +1,2195 @@ +--- +- type: 1 + title: Airsonic + name: airsonic + description: "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png" + image: "linuxserver/airsonic:latest" + categories: + - Music + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "4040:4040/tcp" + volumes: + - container: /music + bind: "!music" + - container: /playlists + bind: "!playlists" + - container: /podcasts + bind: "!podcasts" + - container: /media + bind: "!media/Airsonic" + - container: /config + bind: "!config/Airsonic/" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: JAVA_OPTS + label: JAVA_OPTS + default: "-Xms256m -Xmx512m" + +- type: 1 + title: EmbyStat + name: EmbyStat + 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." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/embystat.png" + image: "linuxserver/embystat:latest" + categories: + - Other, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "6555:6555/tcp" + volumes: + - container: /config + bind: "!config/EmbyStat" + note: "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services." + +- type: 1 + title: Authelia + name: authelia + description: "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png" + image: "authelia/authelia:latest" + note: "Requires a configuration.yml file in order to work. Documentation is Available here." + categories: + - Other + - Tools + - Authentication + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "9091:9091/tcp" + volumes: + - container: /etc/authelia/ + - bind: "!config/Authelia" + env: + - name: TZ + label: TZ + default: "!TZ" + +- type: 1 + title: Bazarr + name: Bazarr + 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://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png" + image: "linuxserver/bazarr:latest" + categories: + - Video + - Music + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "6767:6767/tcp" + volumes: + - container: /config + bind: "!config/Bazarr" + - container: /tv + bind: "!tv" + - container: /movies + bind: "!movies" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: TZ + label: TZ + default: "!TZ" + +- type: 1 + title: Beets + name: beets + description: "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png" + image: "linuxserver/beets:latest" + categories: + - Music + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8337:8337/tcp" + volumes: + - container: /config + bind: "!config/Beets" + - container: /downloads + bind: "!downloads" + - container: /music + bind: "!music" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "Bitwarden RS" + name: bitwardenrs + description: "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.." + note: "This project is not associated with the Bitwarden project nor 8bit Solutions LLC." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png" + image: "bitwardenrs/server:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: ":80/tcp" + volumes: + - container: /config + bind: "!config/Bitwarden-rs" + +- type: 1 + title: Booksonic + name: booksonic + description: "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png" + image: "linuxserver/booksonic:latest" + categories: + - Books, Other] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "4040:4040/tcp" + volumes: + - container: /books + bind: "!books" + - container: /podcast + bind: "!podcasts" + - container: /config + bind: "!config/Booksonic" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: CONTEXT_PATH + label: CONTEXT_PATH + default: booksonic + +- type: 1 + title: COPS + name: cops + description: "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png" + image: "linuxserver/cops:latest" + categories: + - Cloud, Books] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /books + bind: "!books" + - container: /config + bind: "!config/Cops" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "Calibre Web" + name: calibre-web + description: "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png" + image: "linuxserver/calibre-web:latest" + categories: + - Cloud, Books] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8083:8083/tcp" + volumes: + - container: /books + bind: "!books" + - container: /config + bind: "!config/Calibre-web" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "Code Server" + name: code-server + description: "Code-server is VS Code running on a remote server, accessible through the browser." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png" + image: "linuxserver/code-server:latest" + categories: + - Other, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8443:8443/tcp" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: GUID + label: PUID + default: "!PUID" + - name: TZ + label: TZ + default: "!TZ" + - name: PASSWORD + label: PASSWORD + - name: SUDO_PASSWORD + label: SUDO_PASSWORD + - name: PROXY_DOMAIN + label: PROXY_DOMAIN + default: example.my.domain + volumes: + - container: /config + bind: "!config/Code-Server" + +- type: 1 + title: Codiad + name: codiad + description: "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n " + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png" + image: "linuxserver/codiad:latest" + categories: + - Productivity] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/Codiad" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: CouchPotato + name: couchpotato + description: 'CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a "movies I want"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.' + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png" + image: "linuxserver/couchpotato:latest" + categories: + - Downloaders, Video] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "5050:5050/tcp" + volumes: + - container: /config + bind: "!config/Couchpotato" + - container: /downloads + bind: "!downloads" + - container: /movies + bind: "!movies" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Daapd + name: daapd + description: "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio." + logo: "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png" + image: "linuxserver/daapd:latest" + categories: + - Music] + platform: linux + restart_policy: unless-stopped + volumes: + - container: /config + bind: "!config/Daapd" + - container: /music + bind: "!music" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: DashMachine + name: dashmachine + description: "Another application bookmark dashboard, with fun features." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png" + image: "volcan96/dashmachine-docker-rpi:latest" + categories: + - Other, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "5000:5000/tcp" + volumes: + - container: /dashmachine/dashmachine/user_data + bind: "!config/Dashmachine" + +- type: 1 + title: Davos + name: davos + description: "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png" + image: "linuxserver/davos:latest" + categories: + - FTP, Other, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 8080/tcp + volumes: + - container: /config + bind: "!config/Davos" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: DeeMix + name: deemix + description: "Deemix is a deezer downloader built from the ashes of Deezloader Remix." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png" + image: registry.gitlab.com/bockiii/deemix-docker + categories: + - Other, Music] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "9666:9666/tcp" + volumes: + - container: /config + bind: "!config/DeeMix" + - container: /downloads + bind: "!downloads" + note: "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details." + +- type: 1 + title: Deluge + namme: deluge + description: "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more..." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png" + image: "linuxserver/deluge:latest" + categories: + - Downloaders] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8112:8112/tcp" + - Inboundtcp: "6881:6881/tcp" + - Inboundudp: "6881:6881/udp" + volumes: + - container: /config + bind: "!config/Deluge" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: UMASK + label: UMASK + default: "000" + +- type: 1 + title: Domoticz + name: domoticz + description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device" + logo: "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png" + image: "linuxserver/domoticz:latest" + categories: + - HomeAutomation, Management] + platform: linux + restart_policy: unless-stopped + ports: + - Communication: "1443:1443/tcp" + - Sharing: "6144:6144/tcp" + - WebUI: "8080:8080/tcp" + volumes: + - container: /config + bind: "!config/Domoticz" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "Duck DNS" + name: duckdns + description: "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png" + image: "linuxserver/duckdns:latest" + categories: + - DNS, Tools] + platform: linux + restart_policy: unless-stopped + env: + - name: SUBDOMAINS + label: SUBDOMAINS + default: "" + - name: TOKEN + label: TOKEN + default: "" + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Duplicati + name: duplicati + description: "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png" + image: "linuxserver/duplicati:latest" + categories: + - Backup, Cloud, Other, Productivity, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8200:8200/tcp" + volumes: + - container: /config + bind: "!config/Duplicati" + - container: /tmp + - container: /backups + - container: /source + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Emby + name: Emby + 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." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/emby.png" + image: "linuxserver/emby:latest" + categories: + - Video, Music, Photos] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8096:8096/tcp" + - HTTPS WebUI: "8920:8920/tcp" + volumes: + - container: /config + bind: "!config/Emby" + - container: /data/tvshows + bind: "!tv" + - container: /data/movies + bind: "!movies" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: TZ + label: TZ + default: "!TZ" + +- type: 1 + title: FileBrowser + name: filebrowser + description: "Web File Browser which can be used as a middleware or standalone app." + note: "The default user and password is admin/admin." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png" + image: "hurlenko/filebrowser:latest" + categories: + - Other, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8082:8082/tcp" + volumes: + - container: /config + bind: "!config/FileBrowser" + - container: /myfiles + bind: "!config" + +- type: 1 + title: FreshRSS + name: freshrss + description: "A free, self-hostable rss aggregator…" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png" + image: "linuxserver/freshrss:latest" + categories: + - Other] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/freshrss" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Gazee + name: gazee + description: "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png" + image: "linuxserver/gazee:latest" + categories: + - Web, Books, Tools] + platform: linux + restart_policy: unless-stopped + volumes: + - container: /config + bind: "!config/Gazee" + - container: /comics + bind: "!comics" + - container: /mylar + bind: "!data/Gazee" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Guacamole + name: guacamole + description: "A clientless remote desktop gateway." + note: "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png" + image: "oznu/guacamole:latest" + categories: + - Other, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8080:8080/tcp" + volumes: + - container: /config + bind: "!config/Guacamole" + +- type: 1 + title: Grocy + name: grocy + description: "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png" + image: "linuxserver/grocy:latest" + categories: + - Other, Tools, Finance] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/Grocy" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: TZ + label: Timezone + +- type: 1 + title: "HTPC Manager" + name: htpcmanager + description: "HTPC Manaager, a front end for many htpc related applications. Hellowlol version." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png" + image: "linuxserver/htpcmanager:latest" + categories: + - Video, Music, Other] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8085:8085/tcp" + volumes: + - container: /config + bind: "!config/HTPCmanager" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Headphones + name: headphones + description: "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png" + image: "linuxserver/headphones:latest" + categories: + - Music] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8181:8181/tcp" + volumes: + - container: /config + bind: "!config/Headphones" + - container: /Downloads + bind: "!downloads" + - container: /music + bind: "!music" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Heimdall + name: heimdall + description: "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png" + image: "linuxserver/heimdall:latest" + categories: + - Tools, Web, Other] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + - HTTPS WebUI: 443/tcp + volumes: + - container: /config + bind: "!config/Heimdall" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Homer + name: homer + description: "A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file." + note: "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png" + image: "b4bz/homer:latest" + categories: + - Other, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8902:8080/tcp" + volumes: + - container: /www/assets + bind: "!config/Homer/assets" + - container: /www/config.yml + bind: "!config/Homer" + +- type: 1 + title: Jackett + name: jackett + description: "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png" + image: "linuxserver/jackett:latest" + categories: + - Downloaders, Tools] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "9117:9117/tcp" + volumes: + - container: /config + bind: "!config/Jackett" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Jellyfin + name: jellyfin + description: "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png" + image: "linuxserver/jellyfin:latest" + categories: + - Video + - Music + - Photos] + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8096:8096/tcp" + - HTTPS WebUI': "8920:8920/tcp" + - DNLA: "1900:1900/udp" + - Discovery: "7359:7359/udp" + volumes: + - container: /config + bind: "!config/Jelllyfin" + - container: /data/tvshows + bind: "!tv" + - container: /data/movies + bind: "!movies" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: TZ + label: TZ + default: "!TZ" + +- type: 1 + title: LazyLibrarian + name: lazylibrarian + description: "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png" + image: "linuxserver/lazylibrarian:latest" + categories: + - Books + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "5299:5299/tcp" + volumes: + - container: /config + - container: /downloads + - container: /books + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "Let's Encrypt" + name: letsencrypt + 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>" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png" + image: "linuxserver/swag:latest" + categories: + - Tools, Web] + platform: linux + restart_policy: unless-stopped + ports: + - HTTP Proxy: 80/tcp + - HTTPS Proxy: 443/tcp + volumes: + - container: /config + bind: "!config/LetsEncrypt" + env: + - name: EMAIL + label: EMAIL + default: "example@gmail.com" + - name: URL + label: URL + default: "yourdomain.com" + - name: SUBDOMAINS + label: SUBDOMAINS + default: "www," + - name: ONLY_SUBDOMAINS + label: ONLY_SUBDOMAINS + default: "false" + - name: DHLEVEL + label: DHLEVEL + default: "2048" + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: VALIDATION + label: VALIDATION + default: http + - name: DNSPLUGIN + label: DNSPLUGIN + default: http + +- type: 1 + title: LibreSpeed + name: librespeed + description: "A Free and Open Source Speedtest for HTML5 and more." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png" + image: "linuxserver/librespeed:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/LibreSpeed" + +- type: 1 + title: Lychee + name: lychee + description: "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png" + image: "linuxserver/lychee:latest" + categories: + - Cloud + - Web + - Management, + - Photos + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/Lychee" + - container: /pictures + bind: "!pictures" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: MariaDB + name: mariadb + description: "An Enhanced drop in replacement for Mysql" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png" + image: "linuxserver/mariadb:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - Database: "3306:3306/tcp" + volumes: + - container: /config + bind: "!config/Mariadb" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: MYSQL_ROOT_PASSWORD + label: MYSQL_ROOT_PASSWORD + default: "" + +- type: 1 + title: Medusa + name: medusa + description: "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png" + image: "linuxserver/medusa:latest" + categories: + - Downloaders + - Video + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8081:8081/tcp" + volumes: + - container: /config + bind: "!config/Medusa" + - container: /tv + bind: "!tv" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Minetest + name: minetest + description: "Server version of minetest, a free, open source alternative to minecraft." + logo: "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png" + image: "linuxserver/minetest:latest" + categories: + - Other] + platform: linux + restart_policy: unless-stopped + ports: + - Minetest: "30000:30000/udp" + volumes: + - container: /config/.minetest + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Minisatip + name: minisatip + description: "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n " + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png" + image: "linuxserver/minisatip:latest" + categories: + - Video + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8875:8875/tcp" + - RSTP: "554:554/tcp" + - Discovery: "1900:1900/udp" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Mstream + name: mstream + description: "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone.." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png" + image: "linuxserver/mstream:latest" + categories: + - Other + - Music + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "3000:3000/tcp" + volumes: + - container: /config + bind: "!config/Mstream" + - container: /music + bind: "!downloads" + +- type: 1 + title: MusicBrainz + name: musicbrainz + description: " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png" + image: "linuxserver/musicbrainz:latest" + categories: + - Music + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "5000:5000/tcp" + volumes: + - container: /config + bind: "!config/MusicBrainz" + - container: /data + bind: "!data/MusicBrainz" + env: + - name: BRAINZCODE + label: BRAINZCODE + default: "" + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Muximux + name: muximux + description: "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png" + image: "linuxserver/muximux:latest" + categories: + - Web + - Proxy + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/Muximux" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Mylar + name: mylar + description: "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png" + image: "linuxserver/mylar:latest" + categories: + - Downloaders + - Books + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8090:8090/tcp" + volumes: + - container: /config + bind: "!config/Mylar" + - container: /downloads + bind: "!downloads" + - container: /comics + bind: "!comics" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: NZBGet + name: nzbget + 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. Default login info: nzbget/tegbzn6789" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png" + image: "linuxserver/nzbget:latest" + categories: + - Downloaders + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "6789:6789/tcp" + volumes: + - container: /config + bind: "!config/Nzbget" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "NZBHydra 2" + name: nzbhydra2 + description: 'NZBHydra is a meta search for NZB indexers and the "spiritual successor" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.' + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png" + image: "linuxserver/nzbhydra2:latest" + categories: + - Downloaders + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "5076:5076/tcp" + volumes: + - container: /config + bind: "!config/Nzbhydra2" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Nginx + name: nginx + description: "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png" + image: "linuxserver/nginx:latest" + categories: + - Web + - Proxy + platform: linux + restart_policy: unless-stopped + ports: + - HTTP: 80/tcp + - HTTPS: 443/tcp + volumes: + - container: /config + bind: "!config/Nginx" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: OScam + name: oscam + description: "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver." + logo: "http://i.imgur.com/8LadrLg.png" + image: "linuxserver/oscam:latest" + categories: + - Other + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8888:8888/tcp" + volumes: + - container: /config + bind: "!config/OScam" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Ombi + name: ombi + description: "Ombi allows you to host your own Plex Request and user management system. " + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png" + image: "linuxserver/ombi:latest" + categories: + - Downloaders + - Other + - Video + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "3579:3579/tcp" + volumes: + - container: /config + bind: "!config/Ombi" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "OpenVPN ARM" + name: openvpn-ARM + description: "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png" + image: "giggio/openvpn-arm:latest" + categories: + - Other + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "943:943/tcp" + - VPN TCP: "9443:9443/tcp" + - VPN UDP: "1194:1194/udp" + volumes: + - container: /config + bind: "!config/OpenVPN-AS" + env: + - name: INTERFACE + label: INTERFACE + default: eth0 + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "Organizr-ARM" + name: organizr-ARM + description: "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png" + image: "organizr/organizr:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/Organizr" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: PhotoShow + name: photoshow + description: "A simple, easy way to turn a photo album into a webgallery" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png" + image: "linuxserver/photoshow:latest" + categories: + - Photos + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /Pictures + bind: "!pictures" + - container: /Thumbs + bind: "!config/Photoshow/Thumbs" + - container: /config + bind: "!config/PhotoShow" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Pi-Hole + name: pihole + description: "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png" + image: "pihole/pihole:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - DNS TCP: "53:53/tcp" + - DNS UDP: "53:53/udp" + - DHCP: "67:67/udp" + - WebUI: "1010:80/tcp" + - HTTPS WebUI: "4443:443/tcp" + volumes: + - container: /etc/pihole + bind: "!config/PiHole" + - container: /etc/dnsmasq.d + bind: "!config/PiHole/DNS" + note: "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53." + +- type: 1 + title: Piwigo + name: piwigo + description: "Piwigo is photo gallery software for the web, built by an active community of users and developers." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png" + image: "linuxserver/piwigo:latest" + categories: + - Photos + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/PiWigo" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Plex + name: plex + description: "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png" + image: "linuxserver/plex:latest" + categories: + - Video + - Music + - Photos + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "32400:32400/tcp" + - DNLA: "1900:1900/udp" + - Companion: "3005:3005/tcp" + - Bonjour/Avahi: "5353:5353/udp" + - Roku Control: "8324:8324/tcp" + - GDM-1: "32410:32410/udp" + - GDM-2: "32412:32412/udp" + - GDM-3: "32413:32413/udp" + - GDM-4: "32414:32414/udp" + - DNLA TCP: "32469:32469/udp" + volumes: + - container: /config + bind: "!config/Plex" + - container: /tv + bind: "!tv" + - container: /movies + bind: "!movies" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: VERSION + label: VERSION + default: latest + +- type: 1 + title: ProjectSend + name: projectsend + description: "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n " + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png" + image: "linuxserver/projectsend:latest" + categories: + - Cloud + - Productivity + - Tools + - Other + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /data + bind: "!data/ProjectSend" + - container: /config + bind: "!config/ProjectSend" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "ProtonMail Bridge" + name: protonmail-bridge + description: "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work." + note: "Please refer to the documentation here to set this up." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png" + image: "shenxn/protonmail-bridge:build" + categories: + - Email + - Productivity + - Tools + - Other + platform: linux + restart_policy: unless-stopped + ports: + - POP3: 143/tcp + - SMTP: 25/tcp + volumes: + - container: /root + bind: "!config/ProtonMail-Bridge" + +- type: 1 + title: Pydio + name: pydio + description: "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png" + image: "linuxserver/pydio:latest" + categories: + - Cloud + - Other + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 443/tcp + volumes: + - container: /config + bind: "!config/Pydio" + - container: /data + bind: "!data/Pydio" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "Quassel IRC" + name: quassel-core + description: "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png" + image: "linuxserver/quassel-core:latest" + categories: + - Messenger + platform: linux + restart_policy: unless-stopped + ports: + - IRC: "4242:4242/tcp" + - IDENT: "10113:10113/tcp" + volumes: + - container: /config + bind: "!config/Quassel-core" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Radarr + name: radarr + description: "Radarr - A fork of Sonarr to work with movies à la Couchpotato." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png" + image: "linuxserver/radarr:latest" + categories: + - Downloaders + - Video + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "7878:7878/tcp" + volumes: + - container: /config + bind: "!config/Radarr" + - container: /downloads + bind: "!downloads" + - container: /movies + bind: "!movies" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: SABnzbd + name: sabnzbd + description: "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png" + image: "linuxserver/sabnzbd:latest" + categories: + - Downloaders + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8080:8080/tcp" + - HTTPS WebUI: "9090:9090/tcp" + volumes: + - container: /config + bind: "!config/Sabnzbd" + - container: /downloads + bind: "!downloads" + - container: /incomplete-downloads + bind: "!downloads/incomplete" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Shiori + name: shiori + description: "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/shiori-icon.png" + image: "sparkstar/shiori:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 8080/tcp + volumes: + - container: /srv/shiori + bind: "!config/Shiori" + +- type: 1 + title: SickChill + name: sickchill + description: "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png" + image: "linuxserver/sickchill:latest" + categories: + - Downloaders + - Video + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8081:8081/tcp" + volumes: + - container: /config + bind: "!config/SickChill" + - container: /downloads + bind: "!downloads" + - container: /tv + bind: "!tv" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: SickGear + name: sickgear + description: "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png" + image: "linuxserver/sickgear:latest" + categories: + - Downloaders + - Video + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8081:8081/tcp" + volumes: + - container: /config + bind: "!config/SickGear" + - container: /tv + bind: "!tv" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: SmokePing + name: smokeping + description: SmokePing keeps track of your network latency. Best of breed latency visualisation. Interactive graph explorer. Wide range of latency measurement plugins. Master/Slave System for distributed measurement. Highly configurable alerting system. Live Latency Charts with the most 'interesting' graphs. Free and OpenSource Software written in Perl written by Tobi Oetiker, the creator of MRTG and RRDtool. + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png" + image: "linuxserver/smokeping:latest" + categories: + - Management + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/Smokeping" + - container: /data + bind: "!data/Smokeping" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Sonarr + name: sonarr + description: "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png" + image: "linuxserver/sonarr:latest" + categories: + - Downloaders + - Video + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8989:8989/tcp" + volumes: + - container: /config + bind: "!config/Sonarr" + - container: /dev/rtc + bind: /dev/rtc + - container: /tv + bind: "!tv" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: SyncThing + name: syncthing + description: Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png" + image: "linuxserver/syncthing:latest" + categories: + - Backup + - Cloud + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8384:8384/tcp" + - Discovery: "21027:21027/udp" + - Listener: "22000:22000/tcp" + volumes: + - container: /config + bind: "!config/Syncthing" + - container: /sync + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Tautulli + name: tautulli + description: "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png" + image: "linuxserver/tautulli:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8181:8181/tcp" + volumes: + - container: /logs + bind: "!logs" + - container: /config + bind: "!config/Tautulli" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: TheLounge + name: thelounge + description: "A self-hosted web IRC client" + logo: "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png" + image: "linuxserver/thelounge:latest" + categories: + - Messenger + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "9000:9000/tcp" + volumes: + - container: /config + bind: "!config/TheLounge" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: TiddlyWiki + name: tiddlywiki + description: A unique, non-linear notebook wiki. Default user/pass = user/wiki + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png" + image: "klutchell/tiddlywiki:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8080:8080/tcp" + volumes: + - container: /var/lib/tiddlywiki + bind: "!config/TiddlyWiki" + +- type: 1 + title: "Tiny Tiny RSS" + name: tt-rss + description: "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png" + image: "johngong/tt-rss:latest" + categories: + - Other + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + volumes: + - container: /config + bind: "!config/tt-rss" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Transmission + name: transmission + description: "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png" + image: "linuxserver/transmission:latest" + categories: + - Downloaders + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "9091:9091/tcp" + - Torrent UDP: "51413:51413/tcp" + volumes: + - container: /config + bind: "!config/Transmission" + - container: /downloads + bind: "!downloads" + - container: /watch + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Tvheadend + name: tvheadend + description: "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML)." + logo: "http://i.imgur.com/zGSUAT4.png" + image: "linuxserver/tvheadend:latest" + categories: + - Video + - Other + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "9981:9981/tcp" + - HTSP: "9982:9982/tcp" + volumes: + - container: /config + bind: "!config/TVHeadend" + - container: /recordings + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Ubooquity + name: ubooquity + description: "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png" + image: "linuxserver/ubooquity:latest" + categories: + - Cloud + - Books + platform: linux + restart_policy: unless-stopped + ports: + - Library: "2202:2202/tcp" + - Admin: "2203:2203/tcp" + volumes: + - container: "!books/books" + - container: "!comics/comics" + - container: "!config/config" + env: + - name: MAXMEM + label: MAXMEM + default: "512" + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: "UniFi Controller" + name: unifi-controller + description: The UniFi® Controller is a wireless network management software solution from Ubiquiti Networks™. It allows you to manage multiple wireless networks using a web browser. + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png" + image: "linuxserver/unifi-controller:latest" + categories: + - Management + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - STUN: "3478:3478/udp" + - AP discovery: "10001:10001/udp" + - Comunication: "8080:8080/tcp" + - WebUI: "8443:8443/tcp" + - Guest Portal HTTPS: "8843:8843/tcp" + - Guest Portal HTTP: "8880:8880/tcp" + - Throughput Test': "6789:6789/tcp" + - Rsyslog: "5514:5514/tcp" + volumes: + - container: /config + bind: "!config/Unifi" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Watchtower + name: watchtower + description: "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png" + image: "containrrr/watchtower:latest" + note: "It is recommended to manually update your containers but we're including this for those of you that don't care" + categories: + - Other + - Tools + - Maintenance + platform: linux + restart_policy: unless-stopped + volumes: + - container: /var/run/docker.sock + bind: /var/run/docker.sock + +- type: 1 + title: WebGrab+Plus + name: webgrabplus + description: "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]" + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png" + image: "linuxserver/webgrabplus:latest" + categories: + - Downloaders + platform: linux + restart_policy: unless-stopped + volumes: + - container: /config + bind: "!config/WebGrabPlus" + - container: /data + bind: "!data/WebGrabPlus" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Whoogle + name: whoogle + description: "Self-hosted, ad-free, privacy-respecting Google metasearch engine." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png" + image: brightopia/whoogle-search:armhf' + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "5001:5000/tcp" + volumes: + - container: /config + bind: "!config/Whoogle" + +- type: 1 + title: Wikijs + name: Wikijs + description: "Wikijs A modern, lightweight and powerful wiki app built on NodeJS." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png" + image: "linuxserver/wikijs:latest" + categories: + - Other + - Tools + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "3100:3000/tcp" + volumes: + - container: /config + bind: "!config/Wikijs" + - container: /data + bind: "!data/Wikijs" + +- type: 1 + title: YouTubeDL-Material + name: youtubedl-material + description: "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png" + image: "tzahi12345/youtubedl-material:nightly-arm" + categories: + - Other + - Downloaders + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "17442:17442/tcp" + volumes: + - container: /app/appdata + bind: "!config/YTDLM" + - container: /app/video + bind: "!config/Youtube/Video" + - container: /app/subscriptions + bind: "!config/Youtube/Subscriptions" + - container: /app/users + bind: "!config/Youtube/Users" + - container: /app/audio + bind: "!config/Youtube/Audio" + +- type: 1 + title: ZNC + name: znc + description: "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png" + image: "linuxserver/znc:latest" + categories: + - Messenger + platform: linux + restart_policy: unless-stopped + ports: + - ZNC: "6501:6501/tcp" + volumes: + - container: /config + bind: "!config/ZNC" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: lidarr + name: lidarr + description: "Lidarr is a music collection manager for Usenet and BitTorrent users." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png" + image: "linuxserver/lidarr:latest" + categories: + - Downloaders + - Music + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8686:8686/tcp" + volumes: + - container: /config + bind: "!config/Lidarr" + - container: /downloads + bind: "!downloads" + - container: /music + bind: "!music" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: qBittorrent + name: qbittorrent + description: "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library." + logo: "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png" + image: "linuxserver/qbittorrent:latest" + categories: + - Downloaders + platform: linux + restart_policy: unless-stopped + ports: + - Torrent UDP: "6881:6881/tcp" + - Torent TCP: "6881:6881/udp" + - WebUI: "8080:8080/tcp" + volumes: + - container: /config + bind: "!config/qBittorrent" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: ruTorrent + name: rutorrent + description: "Popular torrent client with a webui for ease of use." + logo: "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png" + image: "linuxserver/rutorrent:latest" + categories: + - Downloaders + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: 80/tcp + - Torrent TCP: "51413:51413/tcp" + - Torrent UDP': "6881:6881/udp" + - SCGI: "5000:5000/tcp" + volumes: + - container: /config + bind: "!config/ruTorrent" + - container: /downloads + bind: "!downloads" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + +- type: 1 + title: Papermerge + name: papermerge + description: "Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS." + logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/papermerge-icon.png" + image: "linuxserver/papermerge:latest" + categories: + - Documents + platform: linux + restart_policy: unless-stopped + ports: + - WebUI: "8000:8000/tcp" + volumes: + - container: /config + bind: "!config/Papermerge" + - container: /downloads + bind: "!data/Papermerge" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: TZ + label: Timezone + +- type: 1 + title: SWAG + name: swag + description: "SWAG - Secure Web Application Gateway (formerly known as letsencrypt, no relation to Let's Encrypt™) sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention." + logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/swag.gif" + image: "linuxserver/swag:latest" + categories: + - Tools + - Web + platform: linux + restart_policy: unless-stopped + ports: + - HTTP Proxy: 80/tcp + - HTTPS Proxy: 443/tcp + volumes: + - container: /config + bind: "!config/SWAG" + env: + - name: PUID + label: PUID + default: "!PUID" + - name: PGID + label: PGID + default: "!PGID" + - name: TZ + label: Timezone + - name: EMAIL + label: EMAIL + - name: URL + label: URL + - name: SUBDOMAINS + label: SUBDOMAINS + default: www + - name: ONLY_SUBDOMAINS + label: ONLY_SUBDOMAINS + default: "false" + - name: VALIDATION + label: VALIDATION + default: http + - name: DNSPLUGIN + label: DNSPLUGIN diff --git a/Template/yacht.json b/Template/yacht.json new file mode 100644 index 00000000..61b848fc --- /dev/null +++ b/Template/yacht.json @@ -0,0 +1,4230 @@ +[ + { + "type": 1, + "title": "Airsonic", + "name": "airsonic", + "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png", + "image": "linuxserver/airsonic:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "4040:4040/tcp" + } + ], + "volumes": [ + { + "container": "/music", + "bind": "!music" + }, + { + "container": "/playlists", + "bind": "!playlists" + }, + { + "container": "/podcasts", + "bind": "!podcasts" + }, + { + "container": "/media", + "bind": "!media/Airsonic" + }, + { + "container": "/config", + "bind": "!config/Airsonic/" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "JAVA_OPTS", + "label": "JAVA_OPTS", + "default": "-Xms256m -Xmx512m" + } + ] + }, + { + "type": 1, + "title": "EmbyStat", + "name": "EmbyStat", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/embystat.png", + "image": "linuxserver/embystat:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "6555:6555/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/EmbyStat" + } + ], + "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services." + }, + { + "type": 1, + "title": "Snibox", + "name": "Snibox", + "description": "Self-hosted snippet manager.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png", + "image": "snowmean/snibox-sqlite:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "3010:3000/tcp" + } + ], + "volumes": [ + { + "container": "/app/db/database", + "bind": "!config/Snibox" + } + ], + "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text." + }, + { + "type": 1, + "title": "Authelia", + "name": "authelia", + "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png", + "image": "authelia/authelia:latest", + "note": "Requires a configuration.yml file in order to work. Documentation is Available here.", + "categories": [ + "Other", + "Tools", + "Authentication" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "9091:9091/tcp" + } + ], + "volumes": [ + { + "container": "/etc/authelia/", + "bind": "!config/Authelia" + } + ], + "env": [ + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Bazarr", + "name": "Bazarr", + "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://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png", + "image": "linuxserver/bazarr:latest", + "categories": [ + "Video", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "6767:6767/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Bazarr" + }, + { + "container": "/tv", + "bind": "!tv" + }, + { + "container": "/movies", + "bind": "!movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Beets", + "name": "beets", + "description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png", + "image": "linuxserver/beets:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8337:8337/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Beets" + }, + { + "container": "/downloads", + "bind": "!downloads" + }, + { + "container": "/music", + "bind": "!music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Bitwarden RS", + "name": "bitwardenrs", + "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..", + "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png", + "image": "bitwardenrs/server:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": ":80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Bitwarden-rs" + } + ] + }, + { + "type": 1, + "title": "Booksonic", + "name": "booksonic", + "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png", + "image": "linuxserver/booksonic:latest", + "categories": [ + "Books", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "4040:4040/tcp" + } + ], + "volumes": [ + { + "container": "/books", + "bind": "!books" + }, + { + "container": "/podcast", + "bind": "!podcasts" + }, + { + "container": "/config", + "bind": "!config/Booksonic" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "CONTEXT_PATH", + "label": "CONTEXT_PATH", + "default": "booksonic" + } + ] + }, + { + "type": 1, + "title": "COPS", + "name": "cops", + "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png", + "image": "linuxserver/cops:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/books", + "bind": "!books" + }, + { + "container": "/config", + "bind": "!config/Cops" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Calibre Web", + "name": "calibre-web", + "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png", + "image": "linuxserver/calibre-web:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8083:8083/tcp" + } + ], + "volumes": [ + { + "container": "/books", + "bind": "!books" + }, + { + "container": "/config", + "bind": "!config/Calibre-web" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Cardigann", + "name": "cardigann", + "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png", + "image": "linuxserver/cardigann:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "5060:5060/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Cardigann" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Chevereto", + "name": "Chevereto", + "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png", + "image": "nmtan/chevereto:latest", + "categories": [ + "Other", + "Tools", + "Photo" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/var/www/html/images" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "CHEVERETO_DB_HOST", + "label": "CHEVERETO_DB_HOST", + "default": "" + }, + { + "name": "CHEVERETO_DB_USERNAME", + "label": "CHEVERETO_DB_USERNAME", + "default": "" + }, + { + "name": "CHEVERETO_DB_PASSWORD", + "label": "CHEVERETO_DB_PASSWORD", + "default": "" + }, + { + "name": "CHEVERETO_DB_NAME", + "label": "CHEVERETO_DB_NAME", + "default": "" + }, + { + "name": "CHEVERETO_DB_PREFIX", + "label": "CHEVERETO_DB_PREFIX", + "default": "" + } + ] + }, + { + "type": 1, + "title": "Chowdown", + "name": "Chowdown", + "description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png", + "image": "gregyankovoy/chowdown:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "4000:4000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Chowdown" + } + ] + }, + { + "type": 1, + "title": "Code Server", + "name": "code-server", + "description": "Code-server is VS Code running on a remote server, accessible through the browser.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png", + "image": "linuxserver/code-server:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8443:8443/tcp" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "GUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "TZ", + "label": "TZ" + }, + { + "name": "PASSWORD", + "label": "PASSWORD" + }, + { + "name": "SUDO_PASSWORD", + "label": "SUDO_PASSWORD" + }, + { + "name": "PROXY_DOMAIN", + "label": "PROXY_DOMAIN", + "default": "example.my.domain" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Code-Server" + } + ] + }, + { + "type": 1, + "title": "Codiad", + "name": "codiad", + "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png", + "image": "linuxserver/codiad:latest", + "categories": [ + "Productivity" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Codiad" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "CouchPotato", + "name": "couchpotato", + "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png", + "image": "linuxserver/couchpotato:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "5050:5050/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Couchpotato" + }, + { + "container": "/downloads", + "bind": "!downloads" + }, + { + "container": "/movies", + "bind": "!movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Daapd", + "name": "daapd", + "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png", + "image": "linuxserver/daapd:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "!config/Daapd" + }, + { + "container": "/music", + "bind": "!music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "DashMachine", + "name": "dashmachine", + "description": "Another application bookmark dashboard, with fun features.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png", + "image": "rmountjoy/dashmachine:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "5000:5000/tcp" + } + ], + "volumes": [ + { + "container": "/dashmachine/dashmachine/user_data", + "bind": "!config/Dashmachine" + } + ] + }, + { + "type": 1, + "title": "Davos", + "name": "davos", + "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png", + "image": "linuxserver/davos:latest", + "categories": [ + "FTP", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8080/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Davos" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "DeeMix", + "name": "deemix", + "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png", + "image": "registry.gitlab.com/bockiii/deemix-docker", + "categories": [ + "Other", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "6595:6595/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/DeeMix" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details." + }, + { + "type": 1, + "title": "Deluge", + "namme": "deluge", + "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png", + "image": "linuxserver/deluge:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "ports": [ + "8112:8112/tcp", + "6881:6881/tcp", + "6881:6881/udp" + ], + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "!config/Deluge" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "UMASK", + "label": "UMASK", + "default": "000" + } + ] + }, + { + "type": 1, + "title": "Domoticz", + "name": "domoticz", + "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device", + "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", + "image": "linuxserver/domoticz:latest", + "categories": [ + "HomeAutomation", + "Management" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "Communication": "1443:1443/tcp", + "Sharing": "6144:6144/tcp", + "WebUI": "8080:8080/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Domoticz" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Duck DNS", + "name": "duckdns", + "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png", + "image": "linuxserver/duckdns:latest", + "categories": [ + "DNS", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "env": [ + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "default": "" + }, + { + "name": "TOKEN", + "label": "TOKEN", + "default": "" + }, + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Duplicati", + "name": "duplicati", + "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png", + "image": "linuxserver/duplicati:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Productivity", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8200:8200/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Duplicati" + }, + { + "container": "/tmp" + }, + { + "container": "/backups" + }, + { + "container": "/source" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Emby", + "name": "Emby", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/emby.png", + "image": "linuxserver/emby:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8096:8096/tcp", + "HTTPS WebUI": "8920:8920/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Emby" + }, + { + "container": "/data/tvshows", + "bind": "!tv" + }, + { + "container": "/data/movies", + "bind": "!movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "FileBrowser", + "name": "filebrowser", + "description": "Web File Browser which can be used as a middleware or standalone app.", + "note": "The default user and password is admin/admin.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png", + "image": "80x86/filebrowser:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8082:8082/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/FileBrowser" + }, + { + "container": "/myfiles", + "bind": "!config" + } + ] + }, + { + "type": 1, + "title": "FreshRSS", + "name": "freshrss", + "description": "A free, self-hostable rss aggregator…", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png", + "image": "linuxserver/freshrss:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/freshrss" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Gazee", + "name": "gazee", + "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png", + "image": "linuxserver/gazee:latest", + "categories": [ + "Web", + "Books", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "!config/Gazee" + }, + { + "container": "/comics", + "bind": "!comics" + }, + { + "container": "/mylar", + "bind": "!data/Gazee" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Guacamole", + "name": "guacamole", + "description": "A clientless remote desktop gateway.", + "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png", + "image": "oznu/guacamole:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8080:8080/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Guacamole" + } + ] + }, + { + "type": 1, + "title": "Grafana", + "name": "grafana", + "description": "Grafana is a multi-platform open source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources.", + "logo": "https://logodix.com/logo/1736776.png", + "image": "grafana/grafana", + "categories": [ + "Other", + "Tools", + "Web" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "3001:3000/tcp" + } + ], + "volumes": [ + { + "container": "/var/lib/grafana", + "bind": "!config/Grafana" + } + ] + + }, + { + "type": 1, + "title": "Grocy", + "name": "grocy", + "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png", + "image": "linuxserver/grocy:latest", + "categories": [ + "Other", + "Tools", + "Finance" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Grocy" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "TZ", + "label": "Timezone" + } + ] + }, + { + "type": 1, + "title": "HTPC Manager", + "name": "htpcmanager", + "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png", + "image": "linuxserver/htpcmanager:latest", + "categories": [ + "Video", + "Music", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8085:8085/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/HTPCmanager" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Headphones", + "name": "headphones", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png", + "image": "linuxserver/headphones:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8181:8181/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Headphones" + }, + { + "container": "/Downloads", + "bind": "!downloads" + }, + { + "container": "/music", + "bind": "!music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Heimdall", + "name": "heimdall", + "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png", + "image": "linuxserver/heimdall:latest", + "categories": [ + "Tools", + "Web", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp", + "HTTPS WebUI": "443/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Heimdall" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Homer", + "name": "homer", + "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", + "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png", + "image": "b4bz/homer:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8902:8080/tcp" + } + ], + "volumes": [ + { + "container": "/www/assets", + "bind": "!config/Homer/assets" + }, + { + "container": "/www/config.yml", + "bind": "!config/Homer" + } + ] + }, + { + "type": 1, + "title": "Huginn", + "name": "huginn", + "description": "Create agents that monitor and act on your behalf.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/huginn.png", + "image": "huginn/huginn:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "3000:3000/tcp" + } + ], + "volumes": [ + { + "container": "/var/lib/mysql", + "bind": "!config/huginn" + } + ] + }, + { + "type": 1, + "title": "InfluxDB", + "name": "influxdb", + "description": "Store data points for Grafana", + "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Influxdb_logo.svg/1200px-Influxdb_logo.svg.png", + "image": "influxdb:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8086:8086/tcp" + } + ], + "volumes": [ + { + "container": "/var/lib/influxdb", + "bind": "!config/influxdb" + } + ] + }, + { + "type": 1, + "title": "Jackett", + "name": "jackett", + "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png", + "image": "linuxserver/jackett:latest", + "categories": [ + "Downloaders", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "9117:9117/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Jackett" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Jellyfin", + "name": "jellyfin", + "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png", + "image": "linuxserver/jellyfin:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8096:8096/tcp", + "HTTPS WebUI": "8920:8920/tcp", + "DNLA": "1900:1900/udp", + "Discovery": "7359:7359/udp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Jellyfin" + }, + { + "container": "/data/tvshows", + "bind": "!tv" + }, + { + "container": "/data/movies", + "bind": "!movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "Kodi Headless", + "name": "kodi-headless", + "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png", + "image": "linuxserver/kodi-headless:latest", + "categories": [ + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8080/tcp", + "Websockets": "9090/tcp", + "esall": "9777:9777/udp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Kodi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "LazyLibrarian", + "name": "lazylibrarian", + "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png", + "image": "linuxserver/lazylibrarian:latest", + "categories": [ + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "5299:5299/tcp" + } + ], + "volumes": [ + { + "container": "/config" + }, + { + "container": "/downloads" + }, + { + "container": "/books" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Let's Encrypt", + "name": "letsencrypt", + "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>", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png", + "image": "linuxserver/swag:latest", + "categories": [ + "Tools", + "Web" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "HTTP Proxy": "80/tcp", + "HTTPS Proxy": "443/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/LetsEncrypt" + } + ], + "env": [ + { + "name": "EMAIL", + "label": "EMAIL", + "default": "example@gmail.com" + }, + { + "name": "URL", + "label": "URL", + "default": "yourdomain.com" + }, + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "default": "www," + }, + { + "name": "ONLY_SUBDOMAINS", + "label": "ONLY_SUBDOMAINS", + "default": "false" + }, + { + "name": "DHLEVEL", + "label": "DHLEVEL", + "default": "2048" + }, + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "VALIDATION", + "label": "VALIDATION", + "default": "http" + }, + { + "name": "DNSPLUGIN", + "label": "DNSPLUGIN", + "default": "http" + } + ] + }, + { + "type": 1, + "title": "LibreSpeed", + "name": "librespeed", + "description": "A Free and Open Source Speedtest for HTML5 and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png", + "image": "linuxserver/librespeed:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/LibreSpeed" + } + ] + }, + { + "type": 1, + "title": "Lychee", + "name": "lychee", + "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png", + "image": "linuxserver/lychee:latest", + "categories": [ + "Cloud", + "Web", + "Management", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Lychee" + }, + { + "container": "/pictures", + "bind": "!pictures" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "MariaDB", + "name": "mariadb", + "description": "An Enhanced drop in replacement for Mysql", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png", + "image": "linuxserver/mariadb:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "Database": "3306:3306/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Mariadb" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD", + "default": "" + } + ] + }, + { + "type": 1, + "title": "McMyAdmin 2", + "name": "mcmyadmin2", + "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", + "image": "linuxserver/mcmyadmin2:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8080:8080/tcp", + "Minecraft": "25565:25565/tcp" + } + ], + "volumes": [ + { + "container": "/minecraft" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Medusa", + "name": "medusa", + "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", + "image": "linuxserver/medusa:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8081:8081/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Medusa" + }, + { + "container": "/tv", + "bind": "!tv" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "MineOS", + "name": "mineos", + "description": "MineOS is a web-management dashboard designed to simplify Minecraft management ", + "logo": "https://camo.githubusercontent.com/bfcc53b6de495c0f2d9d5699afea18b7319529933c5cd38f1e0cf55377df725f/68747470733a2f2f7669676e65747465322e77696b69612e6e6f636f6f6b69652e6e65742f6c6f74722d6d696e6563726166742d6d6f642d6578696c65732f696d616765732f662f66322f4d696e6563726166745f7365727665725f73657475702e706e672f7265766973696f6e2f6c61746573743f63623d3230313630393131313732353537", + "image": "hexparrot/mineos", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "Minecraft Server": "25565:25565/tcp", + "WebUI": "8443:8443/tcp" + } + ], + "volumes": [ + { + "container": "/var/games/minecraft", + "bind": "" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "USER_NAME", + "label": "USER_NAME", + "default": "admin" + }, + { + "name": "USER_PASSWORD", + "label": "USER_PASSWORD", + "default": "admin" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Minetest", + "name": "minetest", + "description": "Server version of minetest, a free, open source alternative to minecraft.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png", + "image": "linuxserver/minetest:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "Minetest": "30000:30000/udp" + } + ], + "volumes": [ + { + "container": "/config/.minetest" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Minisatip", + "name": "minisatip", + "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png", + "image": "linuxserver/minisatip:latest", + "categories": [ + "Video", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8875:8875/tcp", + "RSTP": "554:554/tcp", + "Discovery": "1900:1900/udp" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Mstream", + "name": "mstream", + "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png", + "image": "linuxserver/mstream:latest", + "categories": [ + "Other", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "3000:3000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Mstream" + }, + { + "container": "/music", + "bind": "!downloads" + } + ] + }, + { + "type": 1, + "title": "Murmur", + "name": "murmur", + "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png", + "image": "goofball222/murmur:latest", + "categories": [ + "Other", + "Voice", + "Chat" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "Murmur TCP": "64738:64738/tcp", + "Murmur UDP": "64738:64738/udp" + } + ], + "volumes": [ + { + "container": "/etc/localtime", + "bind": "!localtime" + }, + { + "container": "/opt/murmur/config", + "bind": "!config/Murmur" + }, + { + "container": "/opt/murmur/data", + "bind": "!data/Murmur" + }, + { + "container": "/opt/murmur/log", + "bind": "!logs/Murmur/" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, + { + "type": 1, + "title": "MusicBrainz", + "name": "musicbrainz", + "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png", + "image": "linuxserver/musicbrainz:latest", + "categories": [ + "Music", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "5000:5000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/MusicBrainz" + }, + { + "container": "/data", + "bind": "!data/MusicBrainz" + } + ], + "env": [ + { + "name": "BRAINZCODE", + "label": "BRAINZCODE", + "default": "" + }, + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Muximux", + "name": "muximux", + "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png", + "image": "linuxserver/muximux:latest", + "categories": [ + "Web", + "Proxy", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Muximux" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Mylar", + "name": "mylar", + "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png", + "image": "linuxserver/mylar:latest", + "categories": [ + "Downloaders", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8090:8090/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Mylar" + }, + { + "container": "/downloads", + "bind": "!downloads" + }, + { + "container": "/comics", + "bind": "!comics" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Navidrome", + "name": "navidrome", + "description": "Navidrome is an open source web-based music collection server and streamer", + "logo": "https://api.cloudron.io/api/v1/apps/org.navidrome.cloudronapp/versions/1.2.0/icon", + "image": "deluan/navidrome:latest", + "categories": [ + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "4533:4533/tcp" + } + ], + "volumes": [ + { + "container": "/data", + "bind": "!Data" + }, + { + "container": "/music", + "bind": "!Music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "NZBGet", + "name": "nzbget", + "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png", + "image": "linuxserver/nzbget:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "6789:6789/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Nzbget" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "NZBHydra 2", + "name": "nzbhydra2", + "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png", + "image": "linuxserver/nzbhydra2:latest", + "categories": [ + "Downloaders", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "5076:5076/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Nzbhydra2" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Nginx", + "name": "nginx", + "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png", + "image": "linuxserver/nginx:latest", + "categories": [ + "Web", + "Proxy" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "HTTP": "80/tcp", + "HTTPS": "443/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Nginx" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Nginx Proxy Manager", + "name": "nginx-proxy-manager", + "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", + "image": "jlesage/nginx-proxy-manager", + "categories": [ + "Proxy", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "HTTP Proxy": "80:8080/tcp", + "WebUI": "81:8181/tcp", + "HTTPS Proxy": "443:4443/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Nginx-Proxy" + } + ] + }, + { + "type": 1, + "title": "OScam", + "name": "oscam", + "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.", + "logo": "http://i.imgur.com/8LadrLg.png", + "image": "linuxserver/oscam:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8888:8888/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/OScam" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Ombi", + "name": "ombi", + "description": "Ombi allows you to host your own Plex Request and user management system. ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png", + "image": "linuxserver/ombi:latest", + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "3579:3579/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Ombi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "OpenVPN Access Server", + "name": "openvpn-as", + "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png", + "image": "linuxserver/openvpn-as:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "943:943/tcp", + "VPN TCP": "9443:9443/tcp", + "VPN UDP": "1194:1194/udp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/OpenVPN-AS" + } + ], + "env": [ + { + "name": "INTERFACE", + "label": "INTERFACE", + "default": "eth0" + }, + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Organizr v2", + "name": "organizr-v2", + "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", + "image": "organizrtools/organizr-v2:php-fpm", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Organizr" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "PhotoShow", + "name": "photoshow", + "description": "A simple, easy way to turn a photo album into a webgallery", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png", + "image": "linuxserver/photoshow:latest", + "categories": [ + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/Pictures", + "bind": "!pictures" + }, + { + "container": "/Thumbs", + "bind": "!config/Photoshow/Thumbs" + }, + { + "container": "/config", + "bind": "!config/PhotoShow" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Pi-Hole", + "name": "pihole", + "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png", + "image": "pihole/pihole:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "DNS TCP": "53:53/tcp", + "DNS UDP": "53:53/udp", + "DHCP": "67:67/udp", + "WebUI": "1010:80/tcp", + "HTTPS WebUI": "4443:443/tcp" + } + ], + "volumes": [ + { + "container": "/etc/pihole", + "bind": "!config/PiHole" + }, + { + "container": "/etc/dnsmasq.d", + "bind": "!config/PiHole/DNS" + } + ], + "note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53." + }, + { + "type": 1, + "title": "Piwigo", + "name": "piwigo", + "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png", + "image": "linuxserver/piwigo:latest", + "categories": [ + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/PiWigo" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Plex", + "name": "plex", + "description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png", + "image": "plexinc/pms-docker", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "32400:32400/tcp", + "DNLA": "1900:1900/udp", + "Companion": "3005:3005/tcp", + "Bonjour/Avahi": "5353:5353/udp", + "Roku Control": "8324:8324/tcp", + "GDM-1": "32410:32410/udp", + "GDM-2": "32412:32412/udp", + "GDM-3": "32413:32413/udp", + "GDM-4": "32414:32414/udp", + "DNLA TCP": "32469:32469/udp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Plex" + }, + { + "container": "/tv", + "bind": "!tv" + }, + { + "container": "/movies", + "bind": "!movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "VERSION", + "label": "VERSION", + "default": "latest" + } + ] + }, + { + "type": 1, + "title": "Plex Requests", + "name": "plexrequests", + "description": "Simple automated way for users to request new content for Plex.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png", + "image": "lokenx/plexrequests-meteor:latest", + "categories": [ + "Downloaders", + "Other", + "Video", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "3000:3000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/PlexRequests" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "URL_BASE", + "label": "URL_BASE", + "default": "" + } + ] + }, + { + "type": 1, + "title": "ProjectSend", + "name": "projectsend", + "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png", + "image": "linuxserver/projectsend:latest", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/data", + "bind": "!data/ProjectSend" + }, + { + "container": "/config", + "bind": "!config/ProjectSend" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Prometheus", + "name": "prometheus", + "description": "Prometheus is an application used for event monitoring and alerting.", + "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Prometheus_software_logo.svg/1200px-Prometheus_software_logo.svg.png", + "image": "prom/prometheus", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "9090:9090/tcp" + } + ], + "volumes": [ + { + "container": "/etc/prometheus", + "bind": "!config/Prometheus" + } + + + + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "ProtonMail Bridge", + "name": "protonmail-bridge", + "description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.", + "note": "Please refer to the documentation here to set this up.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png", + "image": "shenxn/protonmail-bridge:latest", + "categories": [ + "Email", + "Productivity", + "Tools", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "POP3": "143/tcp", + "SMTP": "25/tcp" + } + ], + "volumes": [ + { + "container": "/root", + "bind": "!config/ProtonMail-Bridge" + } + ] + }, + { + "type": 1, + "title": "Pydio", + "name": "pydio", + "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png", + "image": "linuxserver/pydio:latest", + "categories": [ + "Cloud", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "443/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Pydio" + }, + { + "container": "/data", + "bind": "!data/Pydio" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Quassel IRC", + "name": "quassel-core", + "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png", + "image": "linuxserver/quassel-core:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "IRC": "4242:4242/tcp", + "IDENT": "10113:10113/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Quassel-core" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Radarr", + "name": "radarr", + "description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png", + "image": "linuxserver/radarr:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "7878:7878/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Radarr" + }, + { + "container": "/downloads", + "bind": "!downloads" + }, + { + "container": "/movies", + "bind": "!movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Reactive-Resume", + "name": "reactive-resume", + "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png", + "image": "amruthpillai/reactive-resume:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/usr/src/app", + "bind": "!config/ReactiveResume" + } + ] + }, + { + "type": 1, + "title": "Resilio Sync", + "name": "resilio-sync", + "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png", + "image": "linuxserver/resilio-sync:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "!config/Resilio-Sync" + }, + { + "container": "/sync" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "SABnzbd", + "name": "sabnzbd", + "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png", + "image": "linuxserver/sabnzbd:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8080:8080/tcp", + "HTTPS WebUI": "9090:9090/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Sabnzbd" + }, + { + "container": "/downloads", + "bind": "!downloads" + }, + { + "container": "/incomplete-downloads", + "bind": "!downloads/incomplete" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Shiori", + "name": "shiori", + "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/shiori-icon.png", + "image": "radhifadlillah/shiori:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8080/tcp" + } + ], + "volumes": [ + { + "container": "/srv/shiori", + "bind": "!config/Shiori" + } + ] + }, + { + "type": 1, + "title": "SickChill", + "name": "sickchill", + "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png", + "image": "linuxserver/sickchill:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8081:8081/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/SickChill" + }, + { + "container": "/downloads", + "bind": "!downloads" + }, + { + "container": "/tv", + "bind": "!tv" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "SickGear", + "name": "sickgear", + "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png", + "image": "linuxserver/sickgear:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8081:8081/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/SickGear" + }, + { + "container": "/tv", + "bind": "!tv" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "SmokePing", + "name": "smokeping", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png", + "image": "linuxserver/smokeping:latest", + "categories": [ + "Management" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Smokeping" + }, + { + "container": "/data", + "bind": "!data/Smokeping" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Sonarr", + "name": "sonarr", + "description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png", + "image": "linuxserver/sonarr:latest", + "categories": [ + "Downloaders", + "Video" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8989:8989/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Sonarr" + }, + { + "container": "/dev/rtc", + "bind": "/dev/rtc" + }, + { + "container": "/tv", + "bind": "!tv" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "SyncThing", + "name": "syncthing", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png", + "image": "linuxserver/syncthing:latest", + "categories": [ + "Backup", + "Cloud", + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8384:8384/tcp", + "Discovery": "21027:21027/udp", + "Listener": "22000:22000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Syncthing" + }, + { + "container": "/sync" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Tautulli", + "name": "tautulli", + "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png", + "image": "linuxserver/tautulli:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8181:8181/tcp" + } + ], + "volumes": [ + { + "container": "/logs", + "bind": "!logs" + }, + { + "container": "/config", + "bind": "!config/Tautulli" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Teamspeak", + "name": "teamspeak", + "description": "Teamspeak is a is a proprietary voice-over-Internet Protocol (VoIP) application for audio communication between users on a chat channel.", + "logo": "https://addons-content.teamspeak.com/943dd816-7ef2-48d7-82b8-d60c3b9b10b3/images/648_366/teamspeaklogo_5d00347a0cb48.png", + "image": "teamspeak", + "categories": [ + "Voice", + "Chat" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "Voice": "9987:9987/udp", + "Filetransfer": "30033:30033/tcp", + "ServerQuery":"10011:10011/tcp" + } + ], + "volumes":[ + { + "container": "/var/ts3server", + "bind": "!config/Teamspeak" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "TS3SERVER_LICENSE", + "label": "TS3SERVER_LICENSE", + "default": "accept" + } + ] + }, + { + "type": 1, + "title": "TheLounge", + "name": "thelounge", + "description": "A self-hosted web IRC client", + "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png", + "image": "linuxserver/thelounge:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "9000:9000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/TheLounge" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "TiddlyWiki", + "name": "tiddlywiki", + "description": "A unique, non-linear notebook wiki.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png", + "image": "mazzolino/tiddlywiki:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8080:8080/tcp" + } + ], + "volumes": [ + { + "container": "/var/lib/tiddlywiki", + "bind": "!config/TiddlyWiki" + } + ] + }, + { + "type": 1, + "title": "Tiny Tiny RSS", + "name": "tt-rss", + "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png", + "image": "lunik1/tt-rss:latest", + "categories": [ + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/tt-rss" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Transmission", + "name": "transmission", + "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "image": "linuxserver/transmission:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "9091:9091/tcp", + "Torrent UDP": "51413:51413/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Transmission" + }, + { + "container": "/downloads", + "bind": "!downloads" + }, + { + "container": "/watch" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Transmission-OpenVPN", + "name": "transmission-openvpn", + "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png", + "image": "haugene/transmission-openvpn:latest", + "note": "List of supported providers available here.", + "categories": [ + "Other", + "VPN", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "9091:9091/tcp" + } + ], + "volumes": [ + { + "container": "/data", + "bind": "!downloads" + }, + { + "container": "/etc/localtime", + "bind": "!localtime" + } + ], + "sysctls": [ + { + "net.ipv6.conf.all.disable_ipv6": "0" + } + ], + "cap_add": [ + "NET_ADMIN" + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "OPENVPN_PROVIDER", + "label": "OPENVPN_PROVIDER", + "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/", + "default": "MULLVAD" + }, + { + "name": "OPENVPN_CONFIG", + "label": "OPENVPN_CONFIG", + "default": "" + }, + { + "name": "OPENVPN_USERNAME", + "label": "OPENVPN_USERNAME", + "default": "" + }, + { + "name": "OPENVPN_PASSWORD", + "label": "OPENVPN_PASSWORD", + "default": "" + }, + { + "name": "LOCAL_NETWORK", + "label": "LOCAL_NETWORK", + "default": "192.168.0.0/24" + } + ] + }, + { + "type": 1, + "title": "Tvheadend", + "name": "tvheadend", + "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).", + "logo": "http://i.imgur.com/zGSUAT4.png", + "image": "linuxserver/tvheadend:latest", + "categories": [ + "Video", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "9981:9981/tcp", + "HTSP": "9982:9982/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/TVHeadend" + }, + { + "container": "/recordings" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Ubooquity", + "name": "ubooquity", + "description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png", + "image": "linuxserver/ubooquity:latest", + "categories": [ + "Cloud", + "Books" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "Library": "2202:2202/tcp", + "Admin": "2203:2203/tcp" + } + ], + "volumes": [ + { + "container": "/books" + }, + { + "container": "/comics" + }, + { + "container": "/config" + } + ], + "env": [ + { + "name": "MAXMEM", + "label": "MAXMEM", + "default": "512" + }, + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Unifi Controller", + "name": "unifi-controller", + "description": null, + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png", + "image": "linuxserver/unifi-controller:latest", + "categories": [ + "Management", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "STUN": "3478:3478/udp", + "AP discovery": "10001:10001/udp", + "Comunication": "8080:8080/tcp", + "WebUI": "8443:8443/tcp", + "Guest Portal HTTPS": "8843:8843/tcp", + "Guest Portal HTTP": "8880:8880/tcp", + "Throughput Test": "6789:6789/tcp", + "Rsyslog": "5514:5514/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Unifi" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Watchtower", + "name": "watchtower", + "description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png", + "image": "containrrr/watchtower:latest", + "note": "It is recommended to manually update your containers but we're including this for those of you that don't care", + "categories": [ + "Other", + "Tools", + "Maintenance" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/var/run/docker.sock", + "bind": "/var/run/docker.sock" + } + ] + }, + { + "type": 1, + "title": "WebGrab+Plus", + "name": "webgrabplus", + "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png", + "image": "linuxserver/webgrabplus:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "volumes": [ + { + "container": "/config", + "bind": "!config/WebGrabPlus" + }, + { + "container": "/data", + "bind": "!data/WebGrabPlus" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Whoogle", + "name": "whoogle", + "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png", + "image": "benbusby/whoogle-search:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "5001:5000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Whoogle" + } + ] + }, + { + "type": 1, + "title": "Wikijs", + "name": "Wikijs", + "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png", + "image": "linuxserver/wikijs:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "3100:3000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Wikijs" + }, + { + "container": "/data", + "bind": "!data/Wikijs" + } + ] + }, + { + "type": 1, + "title": "YouTubeDL-Material", + "name": "youtubedl-material", + "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png", + "image": "tzahi12345/youtubedl-material:latest", + "categories": [ + "Other", + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "17442:17442/tcp" + } + ], + "volumes": [ + { + "container": "/app/appdata", + "bind": "!config/YTDLM" + }, + { + "container": "/app/video", + "bind": "!config/Youtube/Video" + }, + { + "container": "/app/subscriptions", + "bind": "!config/Youtube/Subscriptions" + }, + { + "container": "/app/users", + "bind": "!config/Youtube/Users" + }, + { + "container": "/app/audio", + "bind": "!config/Youtube/Audio" + } + ] + }, + { + "type": 1, + "title": "ZNC", + "name": "znc", + "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png", + "image": "linuxserver/znc:latest", + "categories": [ + "Messenger" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "ZNC": "6501:6501/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/ZNC" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "lidarr", + "name": "lidarr", + "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png", + "image": "linuxserver/lidarr:latest", + "categories": [ + "Downloaders", + "Music" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8686:8686/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Lidarr" + }, + { + "container": "/downloads", + "bind": "!downloads" + }, + { + "container": "/music", + "bind": "!music" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "qBittorrent", + "name": "qbittorrent", + "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png", + "image": "linuxserver/qbittorrent:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "Torrent UDP": "6881:6881/tcp", + "Torent TCP": "6881:6881/udp", + "WebUI": "8080:8080/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/qBittorrent" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "ruTorrent", + "name": "rutorrent", + "description": "Popular torrent client with a webui for ease of use.", + "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png", + "image": "linuxserver/rutorrent:latest", + "categories": [ + "Downloaders" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "80/tcp", + "Torrent TCP": "51413:51413/tcp", + "Torrent UDP": "6881:6881/udp", + "SCGI": "5000:5000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/ruTorrent" + }, + { + "container": "/downloads", + "bind": "!downloads" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, + { + "type": 1, + "title": "Papermerge", + "name": "papermerge", + "description": "Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS.", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/papermerge-icon.png", + "image": "linuxserver/papermerge:latest", + "categories": [ + "Documents" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "8000:8000/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/Papermerge" + }, + { + "container": "/downloads", + "bind": "!data/Papermerge" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "TZ", + "label": "Timezone" + } + ] + }, + { + "type": 1, + "title": "GOPHISH", + "name": "gophish", + "description": "NOTE: Once you deploy your GoPhish instance, please navigate to the logs section in Portainer and acquire your 'admin' credentials for login. Gophish is an open-source phishing toolkit designed for businesses and penetration testers. It provides the ability to quickly and easily setup and execute phishing engagements and security awareness training.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gophish.png", + "image": "gophish/gophish:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "3333:3333/tcp" + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100" + } + ] + }, + { + "type": 1, + "title": "SWAG", + "name": "swag", + "description": "SWAG - Secure Web Application Gateway (formerly known as letsencrypt, no relation to Let's Encrypt™) sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/swag.gif", + "image": "linuxserver/swag:latest", + "categories": [ + "Tools", + "Web" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "HTTP Proxy": "80/tcp", + "HTTPS Proxy": "443/tcp" + } + ], + "volumes": [ + { + "container": "/config", + "bind": "!config/SWAG" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + }, + { + "name": "TZ", + "label": "Timezone" + }, + { + "name": "EMAIL", + "label": "EMAIL" + }, + { + "name": "URL", + "label": "URL" + }, + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "default": "www" + }, + { + "name": "ONLY_SUBDOMAINS", + "label": "ONLY_SUBDOMAINS", + "default": "false" + }, + + { + "name": "VALIDATION", + "label": "VALIDATION", + "default": "http" + }, + { + "name": "DNSPLUGIN", + "label": "DNSPLUGIN" + } + ] + } + ] + \ No newline at end of file