Skip to content

Instantly share code, notes, and snippets.

@tiagoanleite
Last active February 2, 2023 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagoanleite/6c1fb43d0fd748b389f9774a8c00d213 to your computer and use it in GitHub Desktop.
Save tiagoanleite/6c1fb43d0fd748b389f9774a8c00d213 to your computer and use it in GitHub Desktop.
{
"version": "2",
"templates": [
{
"type": 1,
"title": "Adguardhome-sync",
"name": "Adguardhome-sync",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/adguardhome-sync/config</p>",
"description": "[Adguardhome-sync](https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/adguardhomesync-icon.png",
"image": "linuxserver/adguardhome-sync:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "CONFIGFILE",
"label": "CONFIGFILE",
"default": "/config/adguardhome-sync.yaml",
"description": "Set a custom config file."
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/adguardhome-sync/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Airsonic-advanced",
"name": "Airsonic-advanced",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/airsonic-advanced/config<br>mkdir -p /volume1/docker/airsonic-advanced/music<br>mkdir -p /volume1/docker/airsonic-advanced/playlists<br>mkdir -p /volume1/docker/airsonic-advanced/podcasts<br>mkdir -p /volume1/docker/airsonic-advanced/media</p>",
"description": "[Airsonic-advanced](https://github.com/airsonic-advanced/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious 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.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-banner.png",
"image": "linuxserver/airsonic-advanced:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "CONTEXT_PATH",
"label": "CONTEXT_PATH",
"default": "<URL_BASE>",
"description": "For setting url-base in reverse proxy setups."
},
{
"name": "JAVA_OPTS",
"label": "JAVA_OPTS",
"default": "<options>",
"description": "For passing additional java options."
}
],
"ports": [
"4040:4040/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/airsonic-advanced/config"
},
{
"container": "/music",
"bind": "/volume1/docker/airsonic-advanced/music"
},
{
"container": "/playlists",
"bind": "/volume1/docker/airsonic-advanced/playlists"
},
{
"container": "/podcasts",
"bind": "/volume1/docker/airsonic-advanced/podcasts"
},
{
"container": "/media",
"bind": "/volume1/docker/airsonic-advanced/media"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Apprise-api",
"name": "Apprise-api",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/apprise-api/config</p>",
"description": "[Apprise-api](https://github.com/caronc/apprise-api) Takes advantage of [Apprise](https://github.com/caronc/apprise) through your network with a user-friendly API. * Send notifications to more then 65+ services. * An incredibly lightweight gateway to Apprise. * A production ready micro-service at your disposal. Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.",
"categories": [
"Notifications"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/caronc/apprise-api/master/apprise_api/static/logo.png",
"image": "linuxserver/apprise-api:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8000:8000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/apprise-api/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Audacity",
"name": "Audacity",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/audacity/config</p>",
"description": "[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png",
"image": "linuxserver/audacity:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/audacity/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Babybuddy",
"name": "Babybuddy",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/babybuddy/config</p>",
"description": "[Babybuddy](https://github.com/babybuddy/babybuddy) is a buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.",
"platform": "linux",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/babybuddy-logo.png",
"image": "linuxserver/babybuddy:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "CSRF_TRUSTED_ORIGINS",
"label": "CSRF_TRUSTED_ORIGINS",
"default": "http://127.0.0.1:8000,https://babybuddy.domain.com",
"description": "Add any address you'd like to access babybuddy at (comma separated, no spaces)"
}
],
"ports": [
"8000:8000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/babybuddy/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Bazarr",
"name": "Bazarr",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/bazarr/config<br>mkdir -p /volume1/docker/bazarr/movies<br>mkdir -p /volume1/docker/bazarr/tv</p>",
"description": "[Bazarr](https://www.bazarr.media/) 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.",
"categories": [
"Media"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png",
"image": "linuxserver/bazarr:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"6767:6767/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/bazarr/config"
},
{
"container": "/movies",
"bind": "/volume1/docker/bazarr/movies"
},
{
"container": "/tv",
"bind": "/volume1/docker/bazarr/tv"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Beets",
"name": "Beets",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/beets/config<br>mkdir -p /volume1/docker/beets/music<br>mkdir -p /volume1/docker/beets/downloads</p>",
"description": "[Beets](http://beets.io/) is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools.",
"categories": [
"Media"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/beets-icon.png",
"image": "linuxserver/beets:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8337:8337/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/beets/config"
},
{
"container": "/music",
"bind": "/volume1/docker/beets/music"
},
{
"container": "/downloads",
"bind": "/volume1/docker/beets/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Blender",
"name": "Blender",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/blender/config</p>",
"description": "[Blender](https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/blender-logo.png",
"image": "linuxserver/blender:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
},
{
"name": "KEYBOARD",
"label": "KEYBOARD",
"default": "en-us-qwerty",
"description": "See the keyboard layouts section for more information and options."
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/blender/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Boinc",
"name": "Boinc",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/boinc/config</p>",
"description": "[BOINC](https://boinc.berkeley.edu/) is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.",
"categories": [
"Research"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/BOINC/boinc/master/doc/logo/boinc_logo_black.jpg",
"image": "linuxserver/boinc:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "PASSWORD",
"label": "PASSWORD",
"default": "",
"description": "Optionally set a password for the gui."
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/boinc/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Booksonic-air",
"name": "Booksonic-air",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/booksonic-air/config<br>mkdir -p /volume1/docker/booksonic-air/audiobooks<br>mkdir -p /volume1/docker/booksonic-air/podcasts<br>mkdir -p /volume1/docker/booksonic-air/othermedia</p>",
"description": "[Booksonic-air](http://booksonic.org) is a platform for accessing the audiobooks you own wherever you are. At the moment the platform consists of: * Booksonic Air - A server for streaming your audiobooks, successor to the original Booksonic server and based on Airsonic. * Booksonic App - An DSub based Android app for connection to Booksonic-Air servers.",
"categories": [
"Audio"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png",
"image": "linuxserver/booksonic-air:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "CONTEXT_PATH",
"label": "CONTEXT_PATH",
"default": "url-base",
"description": "Base url for use with reverse proxies etc."
}
],
"ports": [
"4040:4040/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/booksonic-air/config"
},
{
"container": "/audiobooks",
"bind": "/volume1/docker/booksonic-air/audiobooks"
},
{
"container": "/podcasts",
"bind": "/volume1/docker/booksonic-air/podcasts"
},
{
"container": "/othermedia",
"bind": "/volume1/docker/booksonic-air/othermedia"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Bookstack",
"name": "Bookstack",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/bookstack/config</p>",
"description": "[Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com",
"categories": [
"Media"
],
"platform": "linux",
"logo": "https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/bookstack-logo500x500.png",
"image": "linuxserver/bookstack:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "APP_URL",
"label": "APP_URL",
"default": "",
"description": "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`"
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "<yourdbhost>",
"description": "for specifying the database host"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "<yourdbport>",
"description": "for specifying the database port if not default 3306"
},
{
"name": "DB_USER",
"label": "DB_USER",
"default": "<yourdbuser>",
"description": "for specifying the database user"
},
{
"name": "DB_PASS",
"label": "DB_PASS",
"default": "<yourdbpass>",
"description": "for specifying the database password (non-alphanumeric passwords must be properly escaped.)"
},
{
"name": "DB_DATABASE",
"label": "DB_DATABASE",
"default": "bookstackapp",
"description": "for specifying the database to be used"
}
],
"ports": [
"6875:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/bookstack/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Budge",
"name": "Budge",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/budge/config</p>",
"description": "[Budge](https://github.com/linuxserver/budge) is an open source 'budgeting with envelopes' personal finance app.",
"platform": "linux",
"logo": "",
"image": "linuxserver/budge:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/budge/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Calibre",
"name": "Calibre",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/calibre/config</p>",
"description": "[Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book manager. Users say it’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer experts.",
"categories": [
"Media"
],
"platform": "linux",
"logo": "https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png",
"image": "linuxserver/calibre:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "PASSWORD",
"label": "PASSWORD",
"default": "",
"description": "Optionally set a password for the gui."
},
{
"name": "CLI_ARGS",
"label": "CLI_ARGS",
"default": "",
"description": "Optionally pass cli start arguments to calibre."
}
],
"ports": [
"8080:8080/tcp",
"8081:8081/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/calibre/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Calibre-web",
"name": "Calibre-web",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/calibre-web/config<br>mkdir -p /volume1/docker/calibre-web/books</p>",
"description": "[Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License.",
"categories": [
"Books"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png",
"image": "linuxserver/calibre-web:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "DOCKER_MODS",
"label": "DOCKER_MODS",
"default": "linuxserver/mods:universal-calibre",
"description": "#optional & **x86-64 only** Adds the ability to perform ebook conversion"
},
{
"name": "OAUTHLIB_RELAX_TOKEN_SCOPE",
"label": "OAUTHLIB_RELAX_TOKEN_SCOPE",
"default": "1",
"description": "Optionally set this to allow Google OAUTH to work"
}
],
"ports": [
"8083:8083/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/calibre-web/config"
},
{
"container": "/books",
"bind": "/volume1/docker/calibre-web/books"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Changedetection.io",
"name": "Changedetection.io",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/changedetection.io/config</p>",
"description": "[Changedetection.io](https://github.com/dgtlmoon/changedetection.io) provides free, open-source web page monitoring, notification and change detection.",
"platform": "linux",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/changedetection-icon.png",
"image": "linuxserver/changedetection.io:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "BASE_URL",
"label": "BASE_URL",
"default": "",
"description": "Specify the full URL (including protocol) when running behind a reverse proxy"
}
],
"ports": [
"5000:5000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/changedetection.io/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Code-server",
"name": "Code-server",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/code-server/config</p>",
"description": "[Code-server](https://coder.com) is VS Code running on a remote server, accessible through the browser. - Code on your Chromebook, tablet, and laptop with a consistent dev environment. - If you have a Windows or Mac workstation, more easily develop for Linux. - Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. - Preserve battery life when you're on the go. - All intensive computation runs on your server. - You're no longer running excess instances of Chrome.",
"categories": [
"Development"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/code-server-banner.png",
"image": "linuxserver/code-server:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "PASSWORD",
"label": "PASSWORD",
"default": "password",
"description": "Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth."
},
{
"name": "HASHED_PASSWORD",
"label": "HASHED_PASSWORD",
"default": "",
"description": "Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below."
},
{
"name": "SUDO_PASSWORD",
"label": "SUDO_PASSWORD",
"default": "password",
"description": "If this optional variable is set, user will have sudo access in the code-server terminal with the specified password."
},
{
"name": "SUDO_PASSWORD_HASH",
"label": "SUDO_PASSWORD_HASH",
"default": "",
"description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`."
},
{
"name": "PROXY_DOMAIN",
"label": "PROXY_DOMAIN",
"default": "code-server.my.domain",
"description": "If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#sub-domains)"
},
{
"name": "DEFAULT_WORKSPACE",
"label": "DEFAULT_WORKSPACE",
"default": "/config/workspace",
"description": "If this optional variable is set, code-server will open this directory by default"
}
],
"ports": [
"8443:8443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/code-server/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Cops",
"name": "Cops",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/cops/config<br>mkdir -p /volume1/docker/cops/books</p>",
"description": "[Cops](http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices. Changes in your Calibre library are reflected immediately in your COPS pages. See : [COPS's home](http://blog.slucas.fr/en/oss/calibre-opds-php-server) for more details. Don't forget to check the [Wiki](https://github.com/seblucas/cops/wiki). ## Why? (taken from the author's site) In my opinion Calibre is a marvelous tool but is too big and has too much dependencies to be used for its content server. That's the main reason why I coded this OPDS server. I needed a simple tool to be installed on a small server (Seagate Dockstar in my case). I initially thought of Calibre2OPDS but as it generate static file no search was possible. Later I added an simple HTML catalog that should be usable on my Kobo. So COPS's main advantages are : * No need for many dependencies. * No need for a lot of CPU or RAM. * Not much code. * Search is available. * With Dropbox / owncloud it's very easy to have an up to date OPDS server. * It was fun to code. If you want to use the OPDS feed don't forget to specify feed.php at the end of your URL.",
"categories": [
"Books"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cops-icon.png",
"image": "linuxserver/cops:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/cops/config"
},
{
"container": "/books",
"bind": "/volume1/docker/cops/books"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Daapd",
"name": "Daapd",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/daapd/config<br>mkdir -p /volume1/docker/daapd/music</p>",
"description": "[Daapd](https://owntone.github.io/owntone-server/) (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), Chromecast, MPD and internet radio.",
"categories": [
"Media"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-git.png",
"image": "linuxserver/daapd:latest",
"network": "host",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/daapd/config"
},
{
"container": "/music",
"bind": "/volume1/docker/daapd/music"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Darktable",
"name": "Darktable",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/darktable/config</p>",
"description": "[darktable](https://www.darktable.org/) is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.",
"categories": [
"Productivity"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/darktable-logo.png",
"image": "linuxserver/darktable:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/darktable/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Davos",
"name": "Davos",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/davos/config<br>mkdir -p /volume1/docker/davos/download</p>",
"description": "[Davos](https://github.com/linuxserver/davos) is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.",
"categories": [
"Productivity"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/davos/master/docs/list.PNG",
"image": "linuxserver/davos:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/davos/config"
},
{
"container": "/download",
"bind": "/volume1/docker/davos/download"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ddclient",
"name": "Ddclient",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/ddclient/config</p>",
"description": "[Ddclient](https://github.com/ddclient/ddclient) is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.",
"categories": [
"Networking"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png",
"image": "linuxserver/ddclient:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ddclient/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Deluge",
"name": "Deluge",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/deluge/config<br>mkdir -p /volume1/docker/deluge/downloads</p>",
"description": "[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more...",
"categories": [
"File Management"
],
"platform": "linux",
"logo": "https://avatars2.githubusercontent.com/u/6733935?v=3&s=200",
"image": "linuxserver/deluge:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "DELUGE_LOGLEVEL",
"label": "DELUGE_LOGLEVEL",
"default": "error",
"description": "set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web"
}
],
"ports": [
"8112:8112/tcp",
"6881:6881/tcp",
"6881:6881/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/deluge/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/deluge/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Digikam",
"name": "Digikam",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/digikam/config</p>",
"description": "[digiKam](https://www.digikam.org/): Professional Photo Management with the Power of Open Source",
"categories": [
"Photography"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png",
"image": "linuxserver/digikam:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
},
{
"name": "KEYBOARD",
"label": "KEYBOARD",
"default": "en-us-qwerty",
"description": "See the keyboard layouts section for more information and options."
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/digikam/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Dillinger",
"name": "Dillinger",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/dillinger/config</p>",
"description": "[Dillinger](https://github.com/joemccann/dillinger) is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.",
"categories": [
"Development"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dillinger.png",
"image": "linuxserver/dillinger:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/dillinger/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Diskover",
"name": "Diskover",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/diskover/config<br>mkdir -p /volume1/docker/diskover/data</p>",
"description": "[Diskover](https://github.com/diskoverdata/diskover-community) is an open source file system indexer that uses Elasticsearch to index and manage data across heterogeneous storage systems.",
"categories": [
"Productivity"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/diskoverdata/diskover-community/master/diskover-web/public/images/diskover.png",
"image": "linuxserver/diskover:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "ES_HOST",
"label": "ES_HOST",
"default": "elasticsearch",
"description": "ElasticSearch host (optional)"
},
{
"name": "ES_PORT",
"label": "ES_PORT",
"default": "9200",
"description": "ElasticSearch port (optional)"
},
{
"name": "ES_USER",
"label": "ES_USER",
"default": "elastic",
"description": "ElasticSearch username (optional)"
},
{
"name": "ES_PASS",
"label": "ES_PASS",
"default": "changeme",
"description": "ElasticSearch password (optional)"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/diskover/config"
},
{
"container": "/data",
"bind": "/volume1/docker/diskover/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Docker-compose",
"name": "Docker-compose",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/docker-compose/config</p>",
"description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/docker-compose for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/docker-compose:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/docker-compose/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Dokuwiki",
"name": "Dokuwiki",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/dokuwiki/config</p>",
"description": "[Dokuwiki](https://www.dokuwiki.org/dokuwiki/) is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.",
"categories": [
"Productivity"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dokuwiki-icon.png",
"image": "linuxserver/dokuwiki:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/dokuwiki/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Domoticz",
"name": "Domoticz",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/domoticz/config</p>",
"description": "[Domoticz](https://www.domoticz.com) is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.",
"categories": [
"Automation"
],
"platform": "linux",
"logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
"image": "linuxserver/domoticz:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "WEBROOT",
"label": "WEBROOT",
"default": "domoticz",
"description": "Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying."
},
{
"name": "DBASE",
"label": "DBASE",
"default": "<path to database>",
"description": "Sets path to database. Do not set unless you know what this does."
}
],
"ports": [
"8080:8080/tcp",
"6144:6144/tcp",
"1443:1443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/domoticz/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Doplarr",
"name": "Doplarr",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/doplarr/config</p>",
"description": "[Doplarr](https://github.com/kiranshila/Doplarr) is an *arr request bot for Discord.'",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doplarr-logo_title.png",
"image": "linuxserver/doplarr:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "DISCORD__TOKEN",
"label": "DISCORD__TOKEN",
"default": "",
"description": "Specify your discord bot token."
},
{
"name": "OVERSEERR__API",
"label": "OVERSEERR__API",
"default": "",
"description": "Specify your Overseerr API key. Leave blank if using Radarr/Sonarr."
},
{
"name": "OVERSEERR__URL",
"label": "OVERSEERR__URL",
"default": "http://localhost:5055",
"description": "Specify your Overseerr URL. Leave blank if using Radarr/Sonarr."
},
{
"name": "RADARR__API",
"label": "RADARR__API",
"default": "",
"description": "Specify your Radarr API key. Leave blank if using Overseerr."
},
{
"name": "RADARR__URL",
"label": "RADARR__URL",
"default": "http://localhost:7878",
"description": "Specify your Radarr URL. Leave blank if using Overseerr."
},
{
"name": "SONARR__API",
"label": "SONARR__API",
"default": "",
"description": "Specify your Sonarr API key. Leave blank if using Overseerr."
},
{
"name": "SONARR__URL",
"label": "SONARR__URL",
"default": "http://localhost:8989",
"description": "Specify your Sonarr URL. Leave blank if using Overseerr."
},
{
"name": "DISCORD__MAX_RESULTS",
"label": "DISCORD__MAX_RESULTS",
"default": "25",
"description": "Sets the maximum size of the search results selection"
},
{
"name": "DISCORD__REQUESTED_MSG_STYLE",
"label": "DISCORD__REQUESTED_MSG_STYLE",
"default": ":plain",
"description": "Sets the style of the request alert message. One of `:plain` `:embed` `:none`"
},
{
"name": "SONARR__QUALITY_PROFILE",
"label": "SONARR__QUALITY_PROFILE",
"default": "",
"description": "The name of the quality profile to use by default for Sonarr"
},
{
"name": "RADARR__QUALITY_PROFILE",
"label": "RADARR__QUALITY_PROFILE",
"default": "",
"description": "The name of the quality profile to use by default for Radarr"
},
{
"name": "SONARR__ROOTFOLDER",
"label": "SONARR__ROOTFOLDER",
"default": "",
"description": "The root folder to use by default for Sonarr"
},
{
"name": "RADARR__ROOTFOLDER",
"label": "RADARR__ROOTFOLDER",
"default": "",
"description": "The root folder to use by default for Radarr"
},
{
"name": "SONARR__LANGUAGE_PROFILE",
"label": "SONARR__LANGUAGE_PROFILE",
"default": "",
"description": "The name of the language profile to use by default for Sonarr"
},
{
"name": "OVERSEERR__DEFAULT_ID",
"label": "OVERSEERR__DEFAULT_ID",
"default": "",
"description": "The Overseerr user id to use by default if there is no associated discord account for the requester"
},
{
"name": "PARTIAL_SEASONS",
"label": "PARTIAL_SEASONS",
"default": "true",
"description": "Sets whether users can request partial seasons."
},
{
"name": "LOG_LEVEL",
"label": "LOG_LEVEL",
"default": ":info",
"description": "The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report`"
},
{
"name": "JAVA_OPTS",
"label": "JAVA_OPTS",
"default": "",
"description": "For passing additional java options."
}
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/doplarr/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Doublecommander",
"name": "Doublecommander",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/doublecommander/config<br>mkdir -p /volume1/docker/doublecommander/data</p>",
"description": "[Double Commander](https://doublecmd.sourceforge.io/) is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.",
"categories": [
"File Management"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png",
"image": "linuxserver/doublecommander:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/doublecommander/config"
},
{
"container": "/data",
"bind": "/volume1/docker/doublecommander/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Duckdns",
"name": "Duckdns",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/duckdns/config</p>",
"description": "[Duckdns](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duckdns.png",
"image": "linuxserver/duckdns:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SUBDOMAINS",
"label": "SUBDOMAINS",
"default": "subdomain1,subdomain2",
"description": "multiple subdomains allowed, comma separated, no spaces"
},
{
"name": "TOKEN",
"label": "TOKEN",
"default": "token",
"description": "DuckDNS token"
},
{
"name": "LOG_FILE",
"label": "LOG_FILE",
"default": "false",
"description": "Set to `true` to log to file (also need to map /config)."
}
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/duckdns/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Duplicati",
"name": "Duplicati",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/duplicati/config<br>mkdir -p /volume1/docker/duplicati/backups<br>mkdir -p /volume1/docker/duplicati/source</p>",
"description": "[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.",
"platform": "linux",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/duplicati-icon.png",
"image": "linuxserver/duplicati:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "CLI_ARGS",
"label": "CLI_ARGS",
"default": "",
"description": "Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with"
}
],
"ports": [
"8200:8200/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/duplicati/config"
},
{
"container": "/backups",
"bind": "/volume1/docker/duplicati/backups"
},
{
"container": "/source",
"bind": "/volume1/docker/duplicati/source"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Emby",
"name": "Emby",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/emby/config<br>mkdir -p /volume1/docker/emby/data/tvshows<br>mkdir -p /volume1/docker/emby/data/movies<br></p>",
"description": "[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
"categories": [
"Home Media"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emby-logo.png",
"image": "linuxserver/emby:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/emby/config"
},
{
"container": "/data/tvshows",
"bind": "/volume1/docker/emby/data/tvshows"
},
{
"container": "/data/movies",
"bind": "/volume1/docker/emby/data/movies"
},
{
"container": "/opt/vc/lib",
"bind": "/opt/vc/lib"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Embystat",
"name": "Embystat",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/embystat/config</p>",
"description": "[Embystat](https://github.com/mregni/EmbyStat) is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/embystat-logo.png",
"image": "linuxserver/embystat:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"6555:6555/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/embystat/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Emulatorjs",
"name": "Emulatorjs",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/emulatorjs/config<br>mkdir -p /volume1/docker/emulatorjs/data</p>",
"description": "[Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png",
"image": "linuxserver/emulatorjs:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder for reverse proxies IE '/FOLDER/'"
}
],
"ports": [
"3000:3000/tcp",
"80:80/tcp",
"4001:4001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/emulatorjs/config"
},
{
"container": "/data",
"bind": "/volume1/docker/emulatorjs/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Endlessh",
"name": "Endlessh",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/endlessh/config</p>",
"description": "[Endlessh](https://github.com/skeeto/endlessh) is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.",
"platform": "linux",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/openssh-server-logo.png",
"image": "linuxserver/endlessh:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "MSDELAY",
"label": "MSDELAY",
"default": "10000",
"description": "The endless banner is sent one line at a time. This is the delay in milliseconds between individual lines."
},
{
"name": "MAXLINES",
"label": "MAXLINES",
"default": "32",
"description": "The length of each line is randomized. This controls the maximum length of each line. Shorter lines may keep clients on for longer if they give up after a certain number of bytes."
},
{
"name": "MAXCLIENTS",
"label": "MAXCLIENTS",
"default": "4096",
"description": "Maximum number of connections to accept at a time. Connections beyond this are not immediately rejected, but will wait in the queue."
},
{
"name": "LOGFILE",
"label": "LOGFILE",
"default": "false",
"description": "By default, the app logs to container log. If this is set to `true`, the log will be output to file under `/config/logs/endlessh` (`/config` needs to be mapped)."
},
{
"name": "BINDFAMILY",
"label": "BINDFAMILY",
"default": "",
"description": "By default, the app binds to IPv4 and IPv6 addresses. Set it to `4` or `6` to bind to IPv4 only or IPv6 only, respectively. Leave blank to bind to both."
}
],
"ports": [
"22:2222/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/endlessh/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Fail2ban",
"name": "Fail2ban",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/fail2ban/config<br>mkdir -p /volume1/docker/fail2ban/var/log:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/airsonic:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/apache2:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/authelia:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/emby:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/filebrowser:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/homeassistant:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/lighttpd:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/nextcloud:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/nginx:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/nzbget:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/overseerr:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/prowlarr:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/radarr:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/sabnzbd:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/sonarr:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/unificontroller:ro<br>mkdir -p /volume1/docker/fail2ban/remotelogs/vaultwarden:ro</p>",
"description": "[Fail2ban](http://www.fail2ban.org/) is a daemon to ban hosts that cause multiple authentication errors.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/fail2ban-logo.png",
"image": "linuxserver/fail2ban:latest",
"network": "host",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/fail2ban/config"
},
{
"container": "/var/log:ro",
"bind": "/volume1/docker/fail2ban/var/log:ro"
},
{
"container": "/remotelogs/airsonic:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/airsonic:ro"
},
{
"container": "/remotelogs/apache2:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/apache2:ro"
},
{
"container": "/remotelogs/authelia:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/authelia:ro"
},
{
"container": "/remotelogs/emby:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/emby:ro"
},
{
"container": "/remotelogs/filebrowser:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/filebrowser:ro"
},
{
"container": "/remotelogs/homeassistant:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/homeassistant:ro"
},
{
"container": "/remotelogs/lighttpd:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/lighttpd:ro"
},
{
"container": "/remotelogs/nextcloud:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/nextcloud:ro"
},
{
"container": "/remotelogs/nginx:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/nginx:ro"
},
{
"container": "/remotelogs/nzbget:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/nzbget:ro"
},
{
"container": "/remotelogs/overseerr:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/overseerr:ro"
},
{
"container": "/remotelogs/prowlarr:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/prowlarr:ro"
},
{
"container": "/remotelogs/radarr:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/radarr:ro"
},
{
"container": "/remotelogs/sabnzbd:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/sabnzbd:ro"
},
{
"container": "/remotelogs/sonarr:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/sonarr:ro"
},
{
"container": "/remotelogs/unificontroller:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/unificontroller:ro"
},
{
"container": "/remotelogs/vaultwarden:ro",
"bind": "/volume1/docker/fail2ban/remotelogs/vaultwarden:ro"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Feed2toot",
"name": "Feed2toot",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/feed2toot/config</p>",
"description": "[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/feed2toot-banner.png",
"image": "linuxserver/feed2toot:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "FEED_LIMIT",
"label": "FEED_LIMIT",
"default": "5",
"description": "Limit number of RSS entries published at each execution."
}
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/feed2toot/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ffmpeg",
"name": "Ffmpeg",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/ffmpeg/config</p>",
"description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/ffmpeg for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/ffmpeg:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ffmpeg/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Filezilla",
"name": "Filezilla",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/filezilla/config</p>",
"description": "[FIleZilla](https://filezilla-project.org/) Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png",
"image": "linuxserver/filezilla:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/filezilla/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Firefox",
"name": "Firefox",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/firefox/config</p>",
"description": "[Firefox](https://www.mozilla.org/en-US/firefox/) Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/firefox-logo.png",
"image": "linuxserver/firefox:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/firefox/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Fleet",
"name": "Fleet",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/fleet/config</p>",
"description": "[Fleet](https://github.com/linuxserver/fleet) provides an online web interface which displays a set of maintained images from one or more owned repositories.",
"platform": "linux",
"logo": "",
"image": "linuxserver/fleet:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "fleet_admin_authentication_type",
"label": "fleet_admin_authentication_type",
"default": "DATABASE",
"description": "A switch to define how Fleet manages user logins. If set to DATABASE, see the related optional params. Can be set to either DATABASE or PROPERTIES."
},
{
"name": "fleet_database_url",
"label": "fleet_database_url",
"default": "jdbc:mariadb://<url>:3306/fleet",
"description": "The full JDBC connection string to the Fleet database"
},
{
"name": "fleet_database_username",
"label": "fleet_database_username",
"default": "fleet_user",
"description": "The username with the relevant GRANT permissions for the database"
},
{
"name": "fleet_database_password",
"label": "fleet_database_password",
"default": "dbuserpassword",
"description": "The database user's password."
},
{
"name": "fleet_admin_secret",
"label": "fleet_admin_secret",
"default": "randomstring",
"description": "A string used as part of the password key derivation process."
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/fleet/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Foldingathome",
"name": "Foldingathome",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/foldingathome/config</p>",
"description": "[Folding@home](https://foldingathome.org/) is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. It brings together citizen scientists who volunteer to run simulations of protein dynamics on their personal computers. Insights from this data are helping scientists to better understand biology, and providing new opportunities for developing therapeutics.",
"platform": "linux",
"logo": "https://foldingathome.org/wp-content/uploads/2016/09/folding-at-home-logo.png",
"image": "linuxserver/foldingathome:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"7396:7396/tcp",
"36330:36330/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/foldingathome/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Freshrss",
"name": "Freshrss",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/freshrss/config</p>",
"description": "[Freshrss](https://freshrss.org/) is a free, self-hostable aggregator for rss feeds.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freshrss-banner.png",
"image": "linuxserver/freshrss:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/freshrss/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Grav",
"name": "Grav",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/grav/config</p>",
"description": "[Grav](https://github.com/getgrav/grav/) is a Fast, Simple, and Flexible, file-based Web-platform.",
"categories": [
"Web Platform"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png",
"image": "linuxserver/grav:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/grav/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Grocy",
"name": "Grocy",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/grocy/config</p>",
"description": "[Grocy](https://github.com/grocy/grocy) is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility. Keep track of your purchases, how much food you are wasting, what chores need doing and what batteries need charging with this proudly Open Source tool For more information on grocy visit their website and check it out: https://grocy.info",
"platform": "linux",
"logo": "https://grocy.info/img/grocy_logo.svg",
"image": "linuxserver/grocy:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"9283:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/grocy/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Guacd",
"name": "Guacd",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p>",
"description": "[Guacd](https://guacamole.apache.org/) - Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. This container is only the backend server component needed to use The official or 3rd party HTML5 frontends.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/guacd.png",
"image": "linuxserver/guacd:latest",
"ports": [
"4822:4822/tcp"
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Habridge",
"name": "Habridge",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/habridge/config</p>",
"description": "[Habridge](http://bwssystems.com/#/habridge) emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot Gen 1 (gen 2 has issues discovering ha-bridge) or other systems that support Philips Hue. The Bridge handles basic commands such as 'On', 'Off' and 'brightness' commands of the hue protocol. This bridge can control most devices that have a distinct API. In the cases of systems that require authorization and/or have APIs that cannot be handled in the current method, a module may need to be built. The Harmony Hub is such a module and so is the Nest module. The Bridge has helpers to build devices for the gateway for the Logitech Harmony Hub, Vera, Vera Lite or Vera Edge, Nest, Somfy Tahoma, Home Assistant, Domoticz, MQTT, HAL, Fibaro, HomeWizard, LIFX, OpenHAB, FHEM, Broadlink and the ability to proxy all of your real Hue bridges behind this bridge. This bridge was built to help put the Internet of Things together. For more information about how to use this software have a look at their Wiki [https://github.com/bwssytems/ha-bridge/wiki](https://github.com/bwssytems/ha-bridge/wiki)",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/bwssytems/ha-bridge/master/src/main/resources/public/img/favicon.ico",
"image": "linuxserver/habridge:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "SEC_KEY",
"label": "SEC_KEY",
"default": "<Your Key To Encrypt Security Data>",
"description": "Key used to secure communication."
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8080:8080/tcp",
"50000:50000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/habridge/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Headphones",
"name": "Headphones",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/headphones/config<br>mkdir -p /volume1/docker/headphones/downloads<br>mkdir -p /volume1/docker/headphones/music</p>",
"description": "[Headphones](https://github.com/rembo10/headphones) is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png",
"image": "linuxserver/headphones:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8181:8181/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/headphones/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/headphones/downloads"
},
{
"container": "/music",
"bind": "/volume1/docker/headphones/music"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Healthchecks",
"name": "Healthchecks",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/healthchecks/config</p>",
"description": "[Healthchecks](https://github.com/healthchecks/healthchecks) is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/healthchecks/healthchecks/master/static/img/welcome.png",
"image": "linuxserver/healthchecks:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "SITE_ROOT",
"label": "SITE_ROOT",
"default": "",
"description": "The site's top-level URL and the port it listens to if differrent than 80 or 443 (e.g., https://healthchecks.example.com:8000)"
},
{
"name": "SITE_NAME",
"label": "SITE_NAME",
"default": "",
"description": "The site's name (e.g., 'Example Corp HealthChecks')"
},
{
"name": "DEFAULT_FROM_EMAIL",
"label": "DEFAULT_FROM_EMAIL",
"default": "",
"description": "From email for alerts"
},
{
"name": "EMAIL_HOST",
"label": "EMAIL_HOST",
"default": "",
"description": "SMTP host"
},
{
"name": "EMAIL_PORT",
"label": "EMAIL_PORT",
"default": "",
"description": "SMTP port"
},
{
"name": "EMAIL_HOST_USER",
"label": "EMAIL_HOST_USER",
"default": "",
"description": "SMTP user"
},
{
"name": "EMAIL_HOST_PASSWORD",
"label": "EMAIL_HOST_PASSWORD",
"default": "",
"description": "SMTP password"
},
{
"name": "EMAIL_USE_TLS",
"label": "EMAIL_USE_TLS",
"default": "",
"description": "Use TLS for SMTP (`True` or `False`)"
},
{
"name": "SUPERUSER_EMAIL",
"label": "SUPERUSER_EMAIL",
"default": "",
"description": "Superuser email"
},
{
"name": "SUPERUSER_PASSWORD",
"label": "SUPERUSER_PASSWORD",
"default": "",
"description": "Superuser password"
},
{
"name": "REGENERATE_SETTINGS",
"label": "REGENERATE_SETTINGS",
"default": "",
"description": "Defaults to False. Set to True to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file."
},
{
"name": "ALLOWED_HOSTS",
"label": "ALLOWED_HOSTS",
"default": "",
"description": "Array of valid hostnames for the server `['test.com','test2.com']` (default: `['*']`)"
},
{
"name": "APPRISE_ENABLED",
"label": "APPRISE_ENABLED",
"default": "",
"description": "Defaults to False. A boolean that turns on/off the Apprise integration (https://github.com/caronc/apprise)"
},
{
"name": "DEBUG",
"label": "DEBUG",
"default": "",
"description": "Defaults to True. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security."
},
{
"name": "INTEGRATIONS_ALLOW_PRIVATE_IPS",
"label": "INTEGRATIONS_ALLOW_PRIVATE_IPS",
"default": "",
"description": "Defaults to False. Set to True to allow integrations to connect to private IP addresses."
},
{
"name": "PING_EMAIL_DOMAIN",
"label": "PING_EMAIL_DOMAIN",
"default": "",
"description": "The domain to use for generating ping email addresses."
},
{
"name": "SECRET_KEY",
"label": "SECRET_KEY",
"default": "",
"description": "A secret key used for cryptographic signing. Will generate a secure value if one is not supplied"
},
{
"name": "SITE_LOGO_URL",
"label": "SITE_LOGO_URL",
"default": "",
"description": "Full URL to custom site logo"
}
],
"ports": [
"8000:8000/tcp",
"2525:2525/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/healthchecks/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Hedgedoc",
"name": "Hedgedoc",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/hedgedoc/config</p>",
"description": "[HedgeDoc](https://hedgedoc.org/) gives you access to all your files wherever you are. HedgeDoc is a real-time, multi-platform collaborative markdown note editor. This means that you can write notes with other people on your desktop, tablet or even on the phone. You can sign-in via multiple auth providers like Facebook, Twitter, GitHub and many more on the homepage.",
"categories": [
"Documentation"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hedgedoc-banner.png",
"image": "linuxserver/hedgedoc:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "<hostname or ip>",
"description": "Host address of mysql database"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "3306",
"description": "Port to access mysql database default is 3306"
},
{
"name": "DB_USER",
"label": "DB_USER",
"default": "hedgedoc",
"description": "Database user"
},
{
"name": "DB_PASS",
"label": "DB_PASS",
"default": "<secret password>",
"description": "Database password"
},
{
"name": "DB_NAME",
"label": "DB_NAME",
"default": "hedgedoc",
"description": "Database name"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "CMD_DOMAIN",
"label": "CMD_DOMAIN",
"default": "localhost",
"description": "The address the gui will be accessed at (ie. `192.168.1.1` or `hedgedoc.domain.com`)."
},
{
"name": "CMD_URL_ADDPORT",
"label": "CMD_URL_ADDPORT",
"default": "false",
"description": "Set to `true` if using a port other than `80` or `443`."
},
{
"name": "CMD_PROTOCOL_USESSL",
"label": "CMD_PROTOCOL_USESSL",
"default": "false",
"description": "Set to `true` if accessing over https via reverse proxy."
},
{
"name": "CMD_PORT",
"label": "CMD_PORT",
"default": "3000",
"description": "If you wish to access hedgedoc at a port different than 80, 443 or 3000, you need to set this to that port (ie. `CMD_PORT=5000`) and change the port mapping accordingly (5000:5000)."
},
{
"name": "CMD_ALLOW_ORIGIN",
"label": "CMD_ALLOW_ORIGIN",
"default": "['localhost']",
"description": "Comma-separated list of allowed hostnames"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/hedgedoc/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Heimdall",
"name": "Heimdall",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/heimdall/config</p>",
"description": "[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-banner.png",
"image": "linuxserver/heimdall:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/heimdall/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Homeassistant",
"name": "Homeassistant",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/homeassistant/config</p>",
"description": "[Home Assistant Core](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.",
"categories": [
"Home Automation"
],
"platform": "linux",
"logo": "https://github.com/home-assistant/home-assistant.io/raw/next/source/images/favicon-192x192-full.png",
"image": "linuxserver/homeassistant:latest",
"network": "host",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8123:8123/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/homeassistant/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Htpcmanager",
"name": "Htpcmanager",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/htpcmanager/config</p>",
"description": "[Htpcmanager](https://github.com/HTPC-Manager/HTPC-Manager) is a front end for many htpc related applications.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/htpcmanager-icon.png",
"image": "linuxserver/htpcmanager:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8085:8085/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/htpcmanager/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ipfs",
"name": "Ipfs",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/ipfs/config</p>",
"description": "[Ipfs](https://ipfs.io/) - A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open.",
"categories": [
"P2P"
],
"platform": "linux",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Ipfs-logo-1024-ice-text.png/480px-Ipfs-logo-1024-ice-text.png",
"image": "linuxserver/ipfs:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp",
"4001:4001/tcp",
"5001:5001/tcp",
"8080:8080/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ipfs/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Jackett",
"name": "Jackett",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/jackett/config<br>mkdir -p /volume1/docker/jackett/downloads</p>",
"description": "[Jackett](https://github.com/Jackett/Jackett) works as a proxy server: it translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jackett-banner.png",
"image": "linuxserver/jackett:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "AUTO_UPDATE",
"label": "AUTO_UPDATE",
"default": "true",
"description": "Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default)"
},
{
"name": "RUN_OPTS",
"label": "RUN_OPTS",
"default": "<run options here>",
"description": "Optionally specify additional arguments to be passed."
}
],
"ports": [
"9117:9117/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/jackett/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/jackett/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Jellyfin",
"name": "Jellyfin",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/jellyfin/config<br>mkdir -p /volume1/docker/jellyfin/data/tvshows<br>mkdir -p /volume1/docker/jellyfin/data/movies</p>",
"description": "[Jellyfin](https://jellyfin.github.io/) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/banner-logo-solid.svg?sanitize=true",
"image": "linuxserver/jellyfin:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "JELLYFIN_PublishedServerUrl",
"label": "JELLYFIN_PublishedServerUrl",
"default": "192.168.0.5",
"description": "Set the autodiscovery response domain or IP address."
}
],
"ports": [
"8096:8096/tcp",
"8920:8920/tcp",
"7359:7359/udp",
"1900:1900/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/jellyfin/config"
},
{
"container": "/data/tvshows",
"bind": "/volume1/docker/jellyfin/data/tvshows"
},
{
"container": "/data/movies",
"bind": "/volume1/docker/jellyfin/data/movies"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Jenkins-builder",
"name": "Jenkins-builder",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/jenkins-builder/config</p>",
"description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/jenkins-builder for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/jenkins-builder:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/jenkins-builder/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Kasm",
"name": "Kasm",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/kasm/opt<br>mkdir -p /volume1/docker/kasm/profiles<br><br></p>",
"description": "[Kasm](https://www.kasmweb.com/?utm_campaign=LinuxServer&utm_source=listing) Workspaces is a docker container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, docker containers that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections. The rendering of the graphical-based containers is powered by the open-source project [KasmVNC](https://www.kasmweb.com/kasmvnc.html?utm_campaign=LinuxServer&utm_source=kasmvnc).",
"platform": "linux",
"logo": "https://kasm-ci.s3.amazonaws.com/kasm_wide.png",
"image": "linuxserver/kasm:latest",
"privileged": true,
"env": [
{
"name": "KASM_PORT",
"label": "KASM_PORT",
"default": "443",
"description": "Specify the port you bind to the outside for Kasm Workspaces."
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "DOCKER_HUB_USERNAME",
"label": "DOCKER_HUB_USERNAME",
"default": "USER",
"description": "Optionally specify a DockerHub Username to pull private images."
},
{
"name": "DOCKER_HUB_PASSWORD",
"label": "DOCKER_HUB_PASSWORD",
"default": "PASS",
"description": "Optionally specify a DockerHub password to pull private images."
}
],
"ports": [
"3000:3000/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/opt",
"bind": "/volume1/docker/kasm/opt"
},
{
"container": "/profiles",
"bind": "/volume1/docker/kasm/profiles"
},
{
"container": "/dev/input",
"bind": "/dev/input"
},
{
"container": "/run/udev/data",
"bind": "/run/udev/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Kdenlive",
"name": "Kdenlive",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/kdenlive/config</p>",
"description": "[Kdenlive](https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kdenlive-logo.png",
"image": "linuxserver/kdenlive:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
},
{
"name": "KEYBOARD",
"label": "KEYBOARD",
"default": "en-us-qwerty",
"description": "See the keyboard layouts section for more information and options."
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/kdenlive/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Lazylibrarian",
"name": "Lazylibrarian",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/lazylibrarian/config<br>mkdir -p /volume1/docker/lazylibrarian/downloads<br>mkdir -p /volume1/docker/lazylibrarian/books</p>",
"description": "[Lazylibrarian](https://lazylibrarian.gitlab.io/) is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. This container is based on the DobyTang fork.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lazylibrarian-icon.png",
"image": "linuxserver/lazylibrarian:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "DOCKER_MODS",
"label": "DOCKER_MODS",
"default": "linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg",
"description": "Allows additional functionality to be added, e.g. the Calibredb import program (optional, more info below)"
}
],
"ports": [
"5299:5299/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/lazylibrarian/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/lazylibrarian/downloads"
},
{
"container": "/books",
"bind": "/volume1/docker/lazylibrarian/books"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ldap-auth",
"name": "Ldap-auth",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p>",
"description": "[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).",
"platform": "linux",
"logo": "https://jumpcloud.com/wp-content/uploads/2016/12/LDAP_Logo-1420591101.jpg",
"image": "linuxserver/ldap-auth:latest",
"env": [
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "FERNETKEY",
"label": "FERNETKEY",
"default": "",
"description": "Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications)"
},
{
"name": "CERTFILE",
"label": "CERTFILE",
"default": "",
"description": "Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon"
},
{
"name": "KEYFILE",
"label": "KEYFILE",
"default": "",
"description": "Point this to the private key file, matching the certificate file referred to in CERTFILE"
}
],
"ports": [
"8888:8888/tcp",
"9000:9000/tcp"
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Libreoffice",
"name": "Libreoffice",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/libreoffice/config</p>",
"description": "[LibreOffice](https://www.libreoffice.org/) is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.",
"categories": [
"Productivity"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/libreoffice-logo.png",
"image": "linuxserver/libreoffice:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/libreoffice/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Librespeed",
"name": "Librespeed",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/librespeed/config</p>",
"description": "[Librespeed](https://github.com/librespeed/speedtest) is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers. No Flash, No Java, No Websocket, No Bullshit.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/librespeed/speedtest/master/.logo/logo3.png",
"image": "linuxserver/librespeed:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "PASSWORD",
"label": "PASSWORD",
"default": "PASSWORD",
"description": "Set the password for the results database."
},
{
"name": "CUSTOM_RESULTS",
"label": "CUSTOM_RESULTS",
"default": "false",
"description": "(optional) set to `true` to enable custom results page in `/config/www/results/index.php`."
},
{
"name": "DB_TYPE",
"label": "DB_TYPE",
"default": "sqlite",
"description": "Defaults to `sqlite`, can also be set to `mysql` or `postgresql`."
},
{
"name": "DB_NAME",
"label": "DB_NAME",
"default": "DB_NAME",
"description": "Database name. Required for mysql and pgsql."
},
{
"name": "DB_HOSTNAME",
"label": "DB_HOSTNAME",
"default": "DB_HOSTNAME",
"description": "Database address. Required for mysql and pgsql."
},
{
"name": "DB_USERNAME",
"label": "DB_USERNAME",
"default": "DB_USERNAME",
"description": "Database username. Required for mysql and pgsql."
},
{
"name": "DB_PASSWORD",
"label": "DB_PASSWORD",
"default": "DB_PASSWORD",
"description": "Database password. Required for mysql and pgsql."
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "DB_PORT",
"description": "Database port. Required for mysql."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/librespeed/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Lidarr",
"name": "Lidarr",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/lidarr/config<br>mkdir -p /volume1/docker/lidarr/music<br>mkdir -p /volume1/docker/lidarr/downloads</p>",
"description": "[Lidarr](https://github.com/lidarr/Lidarr) is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"platform": "linux",
"logo": "https://github.com/lidarr/Lidarr/raw/develop/Logo/400.png",
"image": "linuxserver/lidarr:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8686:8686/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/lidarr/config"
},
{
"container": "/music",
"bind": "/volume1/docker/lidarr/music"
},
{
"container": "/downloads",
"bind": "/volume1/docker/lidarr/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Limnoria",
"name": "Limnoria",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/limnoria/config</p>",
"description": "[Limnoria](https://github.com/ProgVal/limnoria) A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-limnoria/master/logo.png",
"image": "linuxserver/limnoria:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/limnoria/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Lychee",
"name": "Lychee",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/lychee/config<br>mkdir -p /volume1/docker/lychee/pictures</p>",
"description": "[Lychee](https://lycheeorg.github.io/) is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.' ### UPGRADE WARNING Please note that the v4 upgrade process resets ALL password-protected albums. Any albums that were made public with a password will need to be re-secured.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lychee-icon.png",
"image": "linuxserver/lychee:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "mariadb",
"description": "for specifying the database host"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "3306",
"description": "for specifying the database port"
},
{
"name": "DB_USERNAME",
"label": "DB_USERNAME",
"default": "lychee",
"description": "for specifying the database user"
},
{
"name": "DB_PASSWORD",
"label": "DB_PASSWORD",
"default": "dbpassword",
"description": "for specifying the database password"
},
{
"name": "DB_DATABASE",
"label": "DB_DATABASE",
"default": "lychee",
"description": "for specifying the database to be used"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/lychee/config"
},
{
"container": "/pictures",
"bind": "/volume1/docker/lychee/pictures"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Mariadb",
"name": "Mariadb",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/mariadb/config</p>",
"description": "[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mariadb-git.png",
"image": "linuxserver/mariadb:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "MYSQL_ROOT_PASSWORD",
"default": "ROOT_ACCESS_PASSWORD",
"description": "Set this to root password for installation (minimum 4 characters & non-alphanumeric passwords must be properly escaped)."
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "MYSQL_DATABASE",
"label": "MYSQL_DATABASE",
"default": "USER_DB_NAME",
"description": "Specify the name of a database to be created on image startup."
},
{
"name": "MYSQL_USER",
"label": "MYSQL_USER",
"default": "MYSQL_USER",
"description": "This user will have superuser access to the database specified by MYSQL_DATABASE (do not use root here)."
},
{
"name": "MYSQL_PASSWORD",
"label": "MYSQL_PASSWORD",
"default": "DATABASE_PASSWORD",
"description": "Set this to the password you want to use for you MYSQL_USER (minimum 4 characters & non-alphanumeric passwords must be properly escaped)."
},
{
"name": "REMOTE_SQL",
"label": "REMOTE_SQL",
"default": "http://URL1/your.sql,https://URL2/your.sql",
"description": "Set this to ingest sql files from an http/https endpoint (comma seperated array)."
}
],
"ports": [
"3306:3306/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mariadb/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Mastodon",
"name": "Mastodon",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/mastodon/config</p>",
"description": "[Mastodon](https://github.com/mastodon/mastodon/) is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones..",
"categories": [
"Social"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mastodon-banner.png",
"image": "linuxserver/mastodon:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "LOCAL_DOMAIN",
"label": "LOCAL_DOMAIN",
"default": "example.com",
"description": "This is the unique identifier of your server in the network. It cannot be safely changed later."
},
{
"name": "REDIS_HOST",
"label": "REDIS_HOST",
"default": "redis",
"description": "Redis server hostname"
},
{
"name": "REDIS_PORT",
"label": "REDIS_PORT",
"default": "6379",
"description": "Redis port"
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "db",
"description": "Postgres database hostname"
},
{
"name": "DB_USER",
"label": "DB_USER",
"default": "mastodon",
"description": "Postgres username"
},
{
"name": "DB_NAME",
"label": "DB_NAME",
"default": "mastodon",
"description": "Postgres db name"
},
{
"name": "DB_PASS",
"label": "DB_PASS",
"default": "mastodon",
"description": "Postgres password"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "5432",
"description": "Portgres port"
},
{
"name": "ES_ENABLED",
"label": "ES_ENABLED",
"default": "false",
"description": "Enable or disable Elasticsearch (requires a separate ES instance)"
},
{
"name": "SECRET_KEY_BASE",
"label": "SECRET_KEY_BASE",
"default": "",
"description": "Browser session secret. Changing it will break all active browser sessions."
},
{
"name": "OTP_SECRET",
"label": "OTP_SECRET",
"default": "",
"description": "MFA secret. Changing it will break two-factor authentication."
},
{
"name": "VAPID_PRIVATE_KEY",
"label": "VAPID_PRIVATE_KEY",
"default": "",
"description": "Push notification private key. Changing it will break push notifications."
},
{
"name": "VAPID_PUBLIC_KEY",
"label": "VAPID_PUBLIC_KEY",
"default": "",
"description": "Push notification public key. Changing it will break push notifications."
},
{
"name": "SMTP_SERVER",
"label": "SMTP_SERVER",
"default": "mail.example.com",
"description": "SMTP server for email notifications"
},
{
"name": "SMTP_PORT",
"label": "SMTP_PORT",
"default": "25",
"description": "SMTP server port"
},
{
"name": "SMTP_LOGIN",
"label": "SMTP_LOGIN",
"default": "",
"description": "SMTP username"
},
{
"name": "SMTP_PASSWORD",
"label": "SMTP_PASSWORD",
"default": "",
"description": "SMTP password"
},
{
"name": "SMTP_FROM_ADDRESS",
"label": "SMTP_FROM_ADDRESS",
"default": "notifications@example.com",
"description": "From address for emails send from Mastodon"
},
{
"name": "S3_ENABLED",
"label": "S3_ENABLED",
"default": "false",
"description": "Enable or disable S3 storage of uploaded files"
},
{
"name": "WEB_DOMAIN",
"label": "WEB_DOMAIN",
"default": "mastodon.example.com",
"description": "This can be set if you want your server identifier to be different to the subdomain hosting Mastodon. See [https://docs.joinmastodon.org/admin/config/#basic](https://docs.joinmastodon.org/admin/config/#basic)"
},
{
"name": "ES_HOST",
"label": "ES_HOST",
"default": "es",
"description": "Elasticsearch server hostname"
},
{
"name": "ES_PORT",
"label": "ES_PORT",
"default": "9200",
"description": "Elasticsearch port"
},
{
"name": "ES_USER",
"label": "ES_USER",
"default": "elastic",
"description": "Elasticsearch username"
},
{
"name": "ES_PASS",
"label": "ES_PASS",
"default": "elastic",
"description": "Elasticsearch password"
},
{
"name": "S3_BUCKET",
"label": "S3_BUCKET",
"default": "",
"description": "S3 bucket hostname"
},
{
"name": "AWS_ACCESS_KEY_ID",
"label": "AWS_ACCESS_KEY_ID",
"default": "",
"description": "S3 bucket access key ID"
},
{
"name": "AWS_SECRET_ACCESS_KEY",
"label": "AWS_SECRET_ACCESS_KEY",
"default": "",
"description": "S3 bucket secret access key"
},
{
"name": "S3_ALIAS_HOST",
"label": "S3_ALIAS_HOST",
"default": "",
"description": "Alternate hostname for object fetching if you are front the S3 connections."
},
{
"name": "SIDEKIQ_ONLY",
"label": "SIDEKIQ_ONLY",
"default": "false",
"description": "Only run the sidekiq service in this container instance. For large scale instances that need better queue handling."
},
{
"name": "SIDEKIQ_QUEUE",
"label": "SIDEKIQ_QUEUE",
"default": "",
"description": "The name of the sidekiq queue to run in this container. See [notes](https://docs.joinmastodon.org/admin/scaling/#sidekiq-queues)."
},
{
"name": "SIDEKIQ_DEFAULT",
"label": "SIDEKIQ_DEFAULT",
"default": "false",
"description": "Set to `true` on the main container if you're running additional sidekiq instances. It will run the `default` queue."
},
{
"name": "SIDEKIQ_THREADS",
"label": "SIDEKIQ_THREADS",
"default": "5",
"description": "The number of threads for sidekiq to use. See [notes](https://docs.joinmastodon.org/admin/scaling/#sidekiq-threads)."
},
{
"name": "DB_POOL",
"label": "DB_POOL",
"default": "5",
"description": "The size of the DB connection pool, must be *at least* the same as `SIDEKIQ_THREADS`. See [notes](https://docs.joinmastodon.org/admin/scaling/#sidekiq-threads)."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mastodon/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Medusa",
"name": "Medusa",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/medusa/config<br>mkdir -p /volume1/docker/medusa/downloads<br>mkdir -p /volume1/docker/medusa/tv</p>",
"description": "[Medusa](https://pymedusa.com/) is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png",
"image": "linuxserver/medusa:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8081:8081/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/medusa/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/medusa/downloads"
},
{
"container": "/tv",
"bind": "/volume1/docker/medusa/tv"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Minetest",
"name": "Minetest",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/minetest/config/.minetest</p>",
"description": "[Minetest](http://www.minetest.net/) (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"image": "linuxserver/minetest:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "CLI_ARGS",
"label": "CLI_ARGS",
"default": "'--gameid minetest --port 30000'",
"description": "Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with"
}
],
"ports": [
"30000:30000/udp"
],
"volumes": [
{
"container": "/config/.minetest",
"bind": "/volume1/docker/minetest/config/.minetest"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Minisatip",
"name": "Minisatip",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/minisatip/config</p>",
"description": "[Minisatip](https://github.com/catalinii/minisatip) is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/minisatip-icon.png",
"image": "linuxserver/minisatip:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "RUN_OPTS",
"label": "RUN_OPTS",
"default": "",
"description": "Specify specific run params for minisatip"
}
],
"ports": [
"8875:8875/tcp",
"554:554/tcp",
"1900:1900/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/minisatip/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Mstream",
"name": "Mstream",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/mstream/config<br>mkdir -p /volume1/docker/mstream/music</p>",
"description": "[Mstream](https://mstream.io/) is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mstream-icon.png",
"image": "linuxserver/mstream:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mstream/config"
},
{
"container": "/music",
"bind": "/volume1/docker/mstream/music"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Mylar3",
"name": "Mylar3",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/mylar3/config<br>mkdir -p /volume1/docker/mylar3/comics<br>mkdir -p /volume1/docker/mylar3/downloads</p>",
"description": "[Mylar3](https://github.com/mylar3/mylar3) is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. It supports SABnzbd, NZBGET, and many torrent clients in addition to DDL.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png",
"image": "linuxserver/mylar3:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
}
],
"ports": [
"8090:8090/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mylar3/config"
},
{
"container": "/comics",
"bind": "/volume1/docker/mylar3/comics"
},
{
"container": "/downloads",
"bind": "/volume1/docker/mylar3/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Mysql-workbench",
"name": "Mysql-workbench",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/mysql-workbench/config</p>",
"description": "[MySQL Workbench](https://www.mysql.com/products/workbench/) is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mysql-workbench-icon.png",
"image": "linuxserver/mysql-workbench:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mysql-workbench/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Nano",
"name": "Nano",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/nano/config</p>",
"description": "[Nano](https://nano.org/) is a digital payment protocol designed to be accessible and lightweight, with a focus on removing inefficiencies present in other cryptocurrencies. With ultrafast transactions and zero fees on a secure, green and decentralized network, this makes Nano ideal for everyday transactions.",
"platform": "linux",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Nano_logo.png/640px-Nano_logo.png",
"image": "linuxserver/nano:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "PEER_HOST",
"label": "PEER_HOST",
"default": "localhost",
"description": "Default peer host (can be overidden with an array by command line options)"
},
{
"name": "LIVE_GENESIS_PUB",
"label": "LIVE_GENESIS_PUB",
"default": "GENESIS_PUBLIC",
"description": "Genesis block public key"
},
{
"name": "LIVE_GENESIS_ACCOUNT",
"label": "LIVE_GENESIS_ACCOUNT",
"default": "nano_xxxxxx",
"description": "Genesis block account"
},
{
"name": "LIVE_GENESIS_WORK",
"label": "LIVE_GENESIS_WORK",
"default": "WORK_FOR_BLOCK",
"description": "Genesis block proof of work"
},
{
"name": "LIVE_GENESIS_SIG",
"label": "LIVE_GENESIS_SIG",
"default": "BLOCK_SIGNATURE",
"description": "Genesis block signature"
},
{
"name": "CLI_OPTIONS",
"label": "CLI_OPTIONS",
"default": "--config node.enable_voting=true",
"description": "Node run command cli args"
},
{
"name": "LMDB_BOOTSTRAP_URL",
"label": "LMDB_BOOTSTRAP_URL",
"default": "http://example.com/Nano_64_version_20.7z",
"description": "HTTP/HTTPS endpoint to download a 7z file with the data.ldb to bootstrap to this node"
}
],
"ports": [
"8075:8075/tcp",
"7076:3000/tcp",
"7077:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/nano/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Nano-wallet",
"name": "Nano-wallet",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p>",
"description": "[Nano-wallet](https://nano.org/) is a digital payment protocol designed to be accessible and lightweight, with a focus on removing inefficiencies present in other cryptocurrencies. With ultrafast transactions and zero fees on a secure, green and decentralized network, this makes Nano ideal for everyday transactions. This container is a simple nginx wrapper for the light wallet located [here](https://github.com/linuxserver/nano-wallet). You will need to pass a valid RPC host when accessing this container.",
"platform": "linux",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Nano_logo.png/640px-Nano_logo.png",
"image": "linuxserver/nano-wallet:latest",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Netbootxyz",
"name": "Netbootxyz",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/netbootxyz/config<br>mkdir -p /volume1/docker/netbootxyz/assets</p>",
"description": "[Netbootxyz](https://netboot.xyz) is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool. iPXE is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags.",
"platform": "linux",
"logo": "https://netboot.xyz/images/netboot.xyz.gif",
"image": "linuxserver/netbootxyz:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "MENU_VERSION",
"label": "MENU_VERSION",
"default": "1.9.9",
"description": "Specify a specific version of boot files you want to use from NETBOOT.XYZ (unset pulls latest)"
},
{
"name": "PORT_RANGE",
"label": "PORT_RANGE",
"default": "30000:30010",
"description": "Specify the port range tftp will use for data transfers [(see Wikipedia)](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol#Details)"
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a sobfolder if running this behind a reverse proxy (IE /proxy/)"
}
],
"ports": [
"3000:3000/tcp",
"69:69/udp",
"8080:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/netbootxyz/config"
},
{
"container": "/assets",
"bind": "/volume1/docker/netbootxyz/assets"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Netbox",
"name": "Netbox",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/netbox/config</p>",
"description": "[Netbox](https://github.com/netbox-community/netbox) is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/netbox-community/netbox/develop/docs/netbox_logo.svg",
"image": "linuxserver/netbox:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SUPERUSER_EMAIL",
"label": "SUPERUSER_EMAIL",
"default": "<SUPERUSER_EMAIL>",
"description": "Email address for `admin` account"
},
{
"name": "SUPERUSER_PASSWORD",
"label": "SUPERUSER_PASSWORD",
"default": "<SUPERUSER_PASSWORD>",
"description": "Password for `admin` account"
},
{
"name": "ALLOWED_HOST",
"label": "ALLOWED_HOST",
"default": "<ALLOWED_HOST>",
"description": "The hostname you will use to access the app (i.e., netbox.example.com)"
},
{
"name": "DB_NAME",
"label": "DB_NAME",
"default": "<DB_NAME>",
"description": "Database name (default: netbox)"
},
{
"name": "DB_USER",
"label": "DB_USER",
"default": "<DB_USER>",
"description": "Database user"
},
{
"name": "DB_PASSWORD",
"label": "DB_PASSWORD",
"default": "<DB_PASSWORD>",
"description": "Database password"
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "<DB_HOST>",
"description": "Database host (default: postgres)"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "<DB_PORT>",
"description": "Database port (defaul: 5432)"
},
{
"name": "REDIS_HOST",
"label": "REDIS_HOST",
"default": "<REDIS_HOST>",
"description": "Redis host (default: redis)"
},
{
"name": "REDIS_PORT",
"label": "REDIS_PORT",
"default": "<REDIS_PORT>",
"description": "Redis port number (default: 6379)"
},
{
"name": "REDIS_PASSWORD",
"label": "REDIS_PASSWORD",
"default": "<REDIS_PASSWORD>",
"description": "Redis password (default: none)"
},
{
"name": "REDIS_DB_TASK",
"label": "REDIS_DB_TASK",
"default": "<REDIS_DB_TASK>",
"description": "Redis database ID for tasks (default: 0)"
},
{
"name": "REDIS_DB_CACHE",
"label": "REDIS_DB_CACHE",
"default": "<REDIS_DB_CACHE>",
"description": "Redis database ID for caching (default: 1)"
},
{
"name": "BASE_PATH",
"label": "BASE_PATH",
"default": "<BASE_PATH>",
"description": "The path you will use to access the app (i.e., /netbox, optional, default: none)"
},
{
"name": "REMOTE_AUTH_ENABLED",
"label": "REMOTE_AUTH_ENABLED",
"default": "<REMOTE_AUTH_ENABLED>",
"description": "Enable remote authentication (optional, default: False)"
},
{
"name": "REMOTE_AUTH_BACKEND",
"label": "REMOTE_AUTH_BACKEND",
"default": "<REMOTE_AUTH_BACKEND>",
"description": "Python path to the custom Django authentication backend to use for external user authentication (optional, default: netbox.authentication.RemoteUserBackend)"
},
{
"name": "REMOTE_AUTH_HEADER",
"label": "REMOTE_AUTH_HEADER",
"default": "<REMOTE_AUTH_HEADER>",
"description": "Name of the HTTP header which informs NetBox of the currently authenticated user. (optional, default: HTTP_REMOTE_USER)"
},
{
"name": "REMOTE_AUTH_AUTO_CREATE_USER",
"label": "REMOTE_AUTH_AUTO_CREATE_USER",
"default": "<REMOTE_AUTH_AUTO_CREATE_USER>",
"description": "If true, NetBox will automatically create local accounts for users authenticated via a remote service (optional, default: False)"
},
{
"name": "REMOTE_AUTH_DEFAULT_GROUPS",
"label": "REMOTE_AUTH_DEFAULT_GROUPS",
"default": "<REMOTE_AUTH_DEFAULT_GROUPS>",
"description": "The list of groups to assign a new user account when created using remote authentication (optional, default: [])"
},
{
"name": "REMOTE_AUTH_DEFAULT_PERMISSIONS",
"label": "REMOTE_AUTH_DEFAULT_PERMISSIONS",
"default": "<REMOTE_AUTH_DEFAULT_PERMISSIONS>",
"description": "A mapping of permissions to assign a new user account when created using remote authentication (optional, default: {})"
}
],
"ports": [
"8000:8000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/netbox/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Nextcloud",
"name": "Nextcloud",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/nextcloud/config<br>mkdir -p /volume1/docker/nextcloud/data</p>",
"description": "[Nextcloud](https://nextcloud.com/) gives you access to all your files wherever you are. Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-icon.png",
"image": "linuxserver/nextcloud:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/nextcloud/config"
},
{
"container": "/data",
"bind": "/volume1/docker/nextcloud/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Nginx",
"name": "Nginx",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/nginx/config</p>",
"description": "[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in `/config` for easy user customization.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-banner.png",
"image": "linuxserver/nginx:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/nginx/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ngircd",
"name": "Ngircd",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/ngircd/config</p>",
"description": "[Ngircd](https://ngircd.barton.de/) is a free, portable and lightweight Internet Relay Chat server for small or private networks, developed under the GNU General Public License (GPL). It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections as well as PAM for authentication. It is written from scratch and not based on the original IRCd.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ngircd-logo.png",
"image": "linuxserver/ngircd:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"6667:6667/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ngircd/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Nntp2nntp",
"name": "Nntp2nntp",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/nntp2nntp/config</p>",
"description": "[Nntp2nntp](https://github.com/linuxserver/nntp2nntp) proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. It fully supports SSL and you can also limit the access to proxy with SSL certificates. nntp2nntp proxy is very simple and pretty fast. ## Warning Whilst we know of no nntp2nntp security issues the [upstream code](https://github.com/linuxserver/nntp2nntp) for this project has received no changes since 06.08.15 and is likely abandoned permanently. For this reason we strongly recommend you do not make this application public facing and if you must do so other layers of security and SSL should be considered an absolute bare minimum requirement. We see this proxy being used primarily on a LAN so that all the users NNTP applications can share a common set of internal credentials allowing for central managment of the upstream account e.g change provider, server, thread limits for all applications with one global config change.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nntp2nntp.png",
"image": "linuxserver/nntp2nntp:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "PUID",
"label": "PUID",
"default": "<yourUID>",
"description": "specify your UID"
},
{
"name": "PGID",
"label": "PGID",
"default": "<yourGID>",
"description": "specify your GID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"1563:1563/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/nntp2nntp/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Nzbget",
"name": "Nzbget",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/nzbget/config<br>mkdir -p /volume1/docker/nzbget/downloads</p>",
"description": "[Nzbget](http://nzbget.net/) is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nzbget-banner.png",
"image": "linuxserver/nzbget:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "NZBGET_USER",
"label": "NZBGET_USER",
"default": "nzbget",
"description": "Specify the user for web authentication."
},
{
"name": "NZBGET_PASS",
"label": "NZBGET_PASS",
"default": "tegbzn6789",
"description": "Specify the password for web authentication."
}
],
"ports": [
"6789:6789/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/nzbget/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/nzbget/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Nzbhydra2",
"name": "Nzbhydra2",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/nzbhydra2/config<br>mkdir -p /volume1/docker/nzbhydra2/downloads</p>",
"description": "[Nzbhydra2](https://github.com/theotherp/nzbhydra2) is a meta search application for NZB indexers, the 'spiritual successor' to NZBmegasearcH, and an evolution of the original application [NZBHydra](https://github.com/theotherp/nzbhydra). It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is replacing NZBHydra 1 and supports migrating from V1. Be wary that there may be some compatibility issues for those migrating from V1 to V2, so ensure you back up your old configuration before moving over to the new version. **NOTE:** The last version that supports migration is `linuxserver/nzbhydra2:v2.10.2-ls49`",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png",
"image": "linuxserver/nzbhydra2:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"5076:5076/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/nzbhydra2/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/nzbhydra2/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ombi",
"name": "Ombi",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/ombi/config</p>",
"description": "[Ombi](https://ombi.io) allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. Even automatically send them weekly newsletters of new content that has been added to your Plex server!",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ombi.png",
"image": "linuxserver/ombi:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "BASE_URL",
"label": "BASE_URL",
"default": "/ombi",
"description": "Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable."
}
],
"ports": [
"3579:3579/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ombi/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Openssh-server",
"name": "Openssh-server",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/openssh-server/config</p>",
"description": "[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.",
"platform": "linux",
"logo": "https://upload.wikimedia.org/wikipedia/en/6/65/OpenSSH_logo.png",
"image": "linuxserver/openssh-server:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "PUBLIC_KEY",
"label": "PUBLIC_KEY",
"default": "yourpublickey",
"description": "Optional ssh public key, which will automatically be added to authorized_keys."
},
{
"name": "PUBLIC_KEY_FILE",
"label": "PUBLIC_KEY_FILE",
"default": "/path/to/file",
"description": "Optionally specify a file containing the public key (works with docker secrets)."
},
{
"name": "PUBLIC_KEY_DIR",
"label": "PUBLIC_KEY_DIR",
"default": "/path/to/directory/containing/_only_/pubkeys",
"description": "Optionally specify a directory containing the public keys (works with docker secrets)."
},
{
"name": "PUBLIC_KEY_URL",
"label": "PUBLIC_KEY_URL",
"default": "https://github.com/username.keys",
"description": "Optionally specify a URL containing the public key."
},
{
"name": "SUDO_ACCESS",
"label": "SUDO_ACCESS",
"default": "false",
"description": "Set to `true` to allow `linuxserver.io`, the ssh user, sudo access. Without `USER_PASSWORD` set, this will allow passwordless sudo access."
},
{
"name": "PASSWORD_ACCESS",
"label": "PASSWORD_ACCESS",
"default": "false",
"description": "Set to `true` to allow user/password ssh access. You will want to set `USER_PASSWORD` or `USER_PASSWORD_FILE` as well."
},
{
"name": "USER_PASSWORD",
"label": "USER_PASSWORD",
"default": "password",
"description": "Optionally set a sudo password for `linuxserver.io`, the ssh user. If this or `USER_PASSWORD_FILE` are not set but `SUDO_ACCESS` is set to true, the user will have passwordless sudo access."
},
{
"name": "USER_PASSWORD_FILE",
"label": "USER_PASSWORD_FILE",
"default": "/path/to/file",
"description": "Optionally specify a file that contains the password. This setting supersedes the `USER_PASSWORD` option (works with docker secrets)."
},
{
"name": "USER_NAME",
"label": "USER_NAME",
"default": "linuxserver.io",
"description": "Optionally specify a user name (Default:`linuxserver.io`)"
}
],
"ports": [
"2222:2222/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/openssh-server/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Openvscode-server",
"name": "Openvscode-server",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/openvscode-server/config</p>",
"description": "[Openvscode-server](https://github.com/gitpod-io/openvscode-server) provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openvscode-server-logo.png",
"image": "linuxserver/openvscode-server:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "CONNECTION_TOKEN",
"label": "CONNECTION_TOKEN",
"default": "",
"description": "Optional security token for accessing the Web UI (ie. `supersecrettoken`)."
},
{
"name": "CONNECTION_SECRET",
"label": "CONNECTION_SECRET",
"default": "",
"description": "Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. `/path/to/file`). Overrides `CONNECTION_TOKEN`."
},
{
"name": "SUDO_PASSWORD",
"label": "SUDO_PASSWORD",
"default": "password",
"description": "If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password."
},
{
"name": "SUDO_PASSWORD_HASH",
"label": "SUDO_PASSWORD_HASH",
"default": "",
"description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`."
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/openvscode-server/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Oscam",
"name": "Oscam",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/oscam/config</p>",
"description": "[Oscam](http://www.streamboard.tv/oscam/) is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png",
"image": "linuxserver/oscam:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8888:8888/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/oscam/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Overseerr",
"name": "Overseerr",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/overseerr/config</p>",
"description": "[Overseerr](https://overseerr.dev/) is a request management and media discovery tool built to work with your existing Plex ecosystem.",
"categories": [
"Media"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/overseerr.png",
"image": "linuxserver/overseerr:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"5055:5055/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/overseerr/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Papermerge",
"name": "Papermerge",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/papermerge/config<br>mkdir -p /volume1/docker/papermerge/data</p>",
"description": "[Papermerge](https://www.papermerge.com/) is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS.'",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/papermerge-icon.png",
"image": "linuxserver/papermerge:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "REDIS_URL",
"label": "REDIS_URL",
"default": "",
"description": "Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py"
}
],
"ports": [
"8000:8000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/papermerge/config"
},
{
"container": "/data",
"bind": "/volume1/docker/papermerge/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Phpmyadmin",
"name": "Phpmyadmin",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/phpmyadmin/config</p>",
"description": "[Phpmyadmin](https://github.com/phpmyadmin/phpmyadmin/) is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.",
"categories": [
"System Tools"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/phpmyadmin-logo.png",
"image": "linuxserver/phpmyadmin:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "PMA_ARBITRARY",
"label": "PMA_ARBITRARY",
"default": "1",
"description": "Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup)"
},
{
"name": "PMA_ABSOLUTE_URI",
"label": "PMA_ABSOLUTE_URI",
"default": "https://phpmyadmin.example.com",
"description": "Set the URL you will use to access the web frontend"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/phpmyadmin/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Pidgin",
"name": "Pidgin",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/pidgin/config</p>",
"description": "[Pidgin](https://pidgin.im/) is a chat program which lets you log into accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on XMPP and sitting in an IRC channel at the same time.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pidgin-logo.png",
"image": "linuxserver/pidgin:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/pidgin/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Piwigo",
"name": "Piwigo",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/piwigo/config<br>mkdir -p /volume1/docker/piwigo/gallery</p>",
"description": "[Piwigo](http://piwigo.org/) is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piwigo-banner.png",
"image": "linuxserver/piwigo:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/piwigo/config"
},
{
"container": "/gallery",
"bind": "/volume1/docker/piwigo/gallery"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Plex",
"name": "Plex",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/plex/config<br>mkdir -p /volume1/docker/plex/tv<br>mkdir -p /volume1/docker/plex/movies</p>",
"description": "[Plex](https://plex.tv) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.",
"platform": "linux",
"logo": "http://the-gadgeteer.com/wp-content/uploads/2015/10/plex-logo-e1446990678679.png",
"image": "linuxserver/plex:latest",
"network": "host",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "VERSION",
"label": "VERSION",
"default": "docker",
"description": "Set whether to update plex or not - see Application Setup section."
},
{
"name": "PLEX_CLAIM",
"label": "PLEX_CLAIM",
"default": "",
"description": "Optionally you can obtain a claim token from https://plex.tv/claim and input here. Keep in mind that the claim tokens expire within 4 minutes."
}
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/plex/config"
},
{
"container": "/tv",
"bind": "/volume1/docker/plex/tv"
},
{
"container": "/movies",
"bind": "/volume1/docker/plex/movies"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Plex-meta-manager",
"name": "Plex-meta-manager",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/plex-meta-manager/config</p>",
"description": "[Plex-meta-manager](https://github.com/meisnate12/Plex-Meta-Manager) is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki.",
"categories": [
"Media Management"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-meta-manager-banner.png",
"image": "linuxserver/plex-meta-manager:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "PMM_CONFIG",
"label": "PMM_CONFIG",
"default": "/config/config.yml",
"description": "Specify a custom config file to use."
},
{
"name": "PMM_TIME",
"label": "PMM_TIME",
"default": "03:00",
"description": "Comma-separated list of times to update each day. Format: `HH:MM`."
},
{
"name": "PMM_RUN",
"label": "PMM_RUN",
"default": "False",
"description": "Set to `True` to run without the scheduler."
},
{
"name": "PMM_TEST",
"label": "PMM_TEST",
"default": "False",
"description": "Set to `True` to run in debug mode with only collections that have `test: true`."
},
{
"name": "PMM_NO_MISSING",
"label": "PMM_NO_MISSING",
"default": "False",
"description": "Set to `True` to run without any of the missing movie/show functions."
}
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/plex-meta-manager/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Projectsend",
"name": "Projectsend",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/projectsend/config<br>mkdir -p /volume1/docker/projectsend/data</p>",
"description": "[Projectsend](http://www.projectsend.org) is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. Secure, private and easy. No more depending on external services or e-mail to send those files.",
"platform": "linux",
"logo": "http://www.projectsend.org/wp-content/themes/projectsend/img/screenshots.png",
"image": "linuxserver/projectsend:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "MAX_UPLOAD",
"label": "MAX_UPLOAD",
"default": "5000",
"description": "To set maximum upload size (in MB), default if unset is 5000."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/projectsend/config"
},
{
"container": "/data",
"bind": "/volume1/docker/projectsend/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Prowlarr",
"name": "Prowlarr",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/prowlarr/config</p>",
"description": "[Prowlarr](https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/prowlarr-banner.png",
"image": "linuxserver/prowlarr:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"9696:9696/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/prowlarr/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Pwndrop",
"name": "Pwndrop",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/pwndrop/config</p>",
"description": "[Pwndrop](https://github.com/kgretzky/pwndrop) is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/kgretzky/pwndrop/master/media/pwndrop-logo-512.png",
"image": "linuxserver/pwndrop:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SECRET_PATH",
"label": "SECRET_PATH",
"default": "/pwndrop",
"description": "Secret path for admin access. Defaults to `/pwndrop`. This parameter only takes effect during initial install; it can later be changed in the web gui."
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/pwndrop/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Pydio-cells",
"name": "Pydio-cells",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/pydio-cells/config</p>",
"description": "[Pydio-cells](https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/wiki/pydio/cells/images/PydioCellsColor.png",
"image": "linuxserver/pydio-cells:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "EXTERNALURL",
"label": "EXTERNALURL",
"default": "yourdomain.url",
"description": "The external url you would like to use to access Pydio Cells (Can be https://domain.url or https://IP:PORT)."
},
{
"name": "SERVER_IP",
"label": "SERVER_IP",
"default": "0.0.0.0",
"description": "Enter the LAN IP of the docker server. Required for local access by IP, added to self signed cert as SAN (not required if accessing only through reverse proxy)."
}
],
"ports": [
"8080:8080/tcp",
"33060:33060/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/pydio-cells/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Pyload-ng",
"name": "Pyload-ng",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/pyload-ng/config<br>mkdir -p /volume1/docker/pyload-ng/downloads</p>",
"description": "[pyLoad](https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.",
"platform": "linux",
"logo": "https://pyload.net/img/banner.png",
"image": "linuxserver/pyload-ng:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8000:8000/tcp",
"9666:9666/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/pyload-ng/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/pyload-ng/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Pylon",
"name": "Pylon",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/pylon/config<br>mkdir -p /volume1/docker/pylon/code</p>",
"description": "[Pylon](https://github.com/pylonide/pylon) is a web based integrated development environment built with Node.js as a backend and with a supercharged JavaScript/HTML5 frontend, licensed under GPL version 3. This project originates from Cloud9 v2 project.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/pylonide/pylon/master/doc/screenshot02.png",
"image": "linuxserver/pylon:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "GITURL",
"label": "GITURL",
"default": "https://github.com/linuxserver/docker-pylon.git",
"description": "Specify a git repo to checkout on first startup"
},
{
"name": "PYUSER",
"label": "PYUSER",
"default": "myuser",
"description": "Specify a basic auth user."
},
{
"name": "PYPASS",
"label": "PYPASS",
"default": "mypass",
"description": "Specify a basic auth password."
}
],
"ports": [
"3131:3131/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/pylon/config"
},
{
"container": "/code",
"bind": "/volume1/docker/pylon/code"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Qbittorrent",
"name": "Qbittorrent",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/qbittorrent/config<br>mkdir -p /volume1/docker/qbittorrent/downloads</p>",
"description": "The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"platform": "linux",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/qbittorrent-icon.png",
"image": "linuxserver/qbittorrent:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "WEBUI_PORT",
"label": "WEBUI_PORT",
"default": "8080",
"description": "for changing the port of the webui, see below for explanation"
}
],
"ports": [
"8080:8080/tcp",
"6881:6881/tcp",
"6881:6881/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/qbittorrent/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/qbittorrent/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Qdirstat",
"name": "Qdirstat",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/qdirstat/config<br>mkdir -p /volume1/docker/qdirstat/data</p>",
"description": "[QDirStat](https://github.com/shundhammer/qdirstat) Qt-based directory statistics: KDirStat without any KDE -- from the author of the original KDirStat.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qdirstat-logo.png",
"image": "linuxserver/qdirstat:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/qdirstat/config"
},
{
"container": "/data",
"bind": "/volume1/docker/qdirstat/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Quassel-core",
"name": "Quassel-core",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/quassel-core/config</p>",
"description": "[Quassel-core](http://quassel-irc.org/) is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core. This container handles the IRC connection (quasselcore) and requires a desktop client (quasselclient) to be used and configured. It is designed to be always on and will keep your identity present in IRC even when your clients cannot be online. Backlog (history) is downloaded by your client upon reconnection allowing infinite scrollback through time.",
"platform": "linux",
"logo": "http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/256/Apps-quassel-icon.png",
"image": "linuxserver/quassel-core:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "RUN_OPTS",
"label": "RUN_OPTS",
"default": "--config-from-environment",
"description": "Custom CLI options for Quassel"
}
],
"ports": [
"4242:4242/tcp",
"113:10113/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/quassel-core/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Quassel-web",
"name": "Quassel-web",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/quassel-web/config</p>",
"description": "[Quassel-web](https://github.com/magne4000/quassel-webserver) is a web client for Quassel. Note that a Quassel-Core instance is required, we have a container available [here.](https://hub.docker.com/r/linuxserver/quassel-core/)",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png",
"image": "linuxserver/quassel-web:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "QUASSEL_CORE",
"label": "QUASSEL_CORE",
"default": "192.168.1.10",
"description": "specify the URL or IP address of your Quassel Core instance"
},
{
"name": "QUASSEL_PORT",
"label": "QUASSEL_PORT",
"default": "4242",
"description": "specify the port of your Quassel Core instance"
},
{
"name": "URL_BASE",
"label": "URL_BASE",
"default": "/quassel",
"description": "Specify a url-base in reverse proxy setups ie. `/quassel`"
}
],
"ports": [
"64443:64443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/quassel-web/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Radarr",
"name": "Radarr",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/radarr/config<br>mkdir -p /volume1/docker/radarr/movies<br>mkdir -p /volume1/docker/radarr/downloads</p>",
"description": "[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png",
"image": "linuxserver/radarr:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"7878:7878/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/radarr/config"
},
{
"container": "/movies",
"bind": "/volume1/docker/radarr/movies"
},
{
"container": "/downloads",
"bind": "/volume1/docker/radarr/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Raneto",
"name": "Raneto",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/raneto/config</p>",
"description": "[Raneto](http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/gilbitron/Raneto/master/logo/logo_readme.png",
"image": "linuxserver/raneto:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/raneto/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Rdesktop",
"name": "Rdesktop",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p><br>mkdir -p /volume1/docker/rdesktop/config</p>",
"description": "[Rdesktop](http://xrdp.org/) - Containers containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rdesktop.png",
"image": "linuxserver/rdesktop:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3389:3389/tcp"
],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
},
{
"container": "/config",
"bind": "/volume1/docker/rdesktop/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Remmina",
"name": "Remmina",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/remmina/config</p>",
"description": "[Remmina](https://remmina.org/) is a remote desktop client written in GTK, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large or tiny screens. Remmina supports multiple network protocols, in an integrated and consistent user interface. Currently RDP, VNC, SPICE, NX, XDMCP, SSH and EXEC are supported.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png",
"image": "linuxserver/remmina:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/remmina/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Requestrr",
"name": "Requestrr",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/requestrr/config</p>",
"description": "[Requestrr](https://github.com/darkalfx/requestrr) is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.",
"categories": [
"Media"
],
"platform": "linux",
"logo": "https://github.com/darkalfx/requestrr/raw/master/Logos/requestrr_discord_Icon_512.png",
"image": "linuxserver/requestrr:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"4545:4545/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/requestrr/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Resilio-sync",
"name": "Resilio-sync",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/resilio-sync/config<br>mkdir -p /volume1/docker/resilio-sync/downloads<br>mkdir -p /volume1/docker/resilio-sync/sync</p>",
"description": "[Resilio-sync](https://www.resilio.com/individuals/) (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.",
"platform": "linux",
"logo": "https://www.resilio.com/img/individual/freeproduct.jpg",
"image": "linuxserver/resilio-sync:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8888:8888/tcp",
"55555:55555/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/resilio-sync/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/resilio-sync/downloads"
},
{
"container": "/sync",
"bind": "/volume1/docker/resilio-sync/sync"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Rsnapshot",
"name": "Rsnapshot",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/rsnapshot/config<br>mkdir -p /volume1/docker/rsnapshot/.snapshots<br>mkdir -p /volume1/docker/rsnapshot/data</p>",
"description": "[Rsnapshot](http://www.rsnapshot.org/) is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required.'",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rsnapshot.png",
"image": "linuxserver/rsnapshot:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/rsnapshot/config"
},
{
"container": "/.snapshots",
"bind": "/volume1/docker/rsnapshot/.snapshots"
},
{
"container": "/data",
"bind": "/volume1/docker/rsnapshot/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Sabnzbd",
"name": "Sabnzbd",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/sabnzbd/config<br>mkdir -p /volume1/docker/sabnzbd/downloads<br>mkdir -p /volume1/docker/sabnzbd/incomplete-downloads</p>",
"description": "[Sabnzbd](http://sabnzbd.org/) makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sabnzbd-banner.png",
"image": "linuxserver/sabnzbd:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/sabnzbd/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/sabnzbd/downloads"
},
{
"container": "/incomplete-downloads",
"bind": "/volume1/docker/sabnzbd/incomplete-downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Sickchill",
"name": "Sickchill",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/sickchill/config<br>mkdir -p /volume1/docker/sickchill/downloads<br>mkdir -p /volume1/docker/sickchill/tv</p>",
"description": "[Sickchill](https://github.com/SickChill/SickChill) is an Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sickchill-banner.png",
"image": "linuxserver/sickchill:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8081:8081/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/sickchill/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/sickchill/downloads"
},
{
"container": "/tv",
"bind": "/volume1/docker/sickchill/tv"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Sickgear",
"name": "Sickgear",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/sickgear/config<br>mkdir -p /volume1/docker/sickgear/tv<br>mkdir -p /volume1/docker/sickgear/downloads</p>",
"description": "[SickGear](https://github.com/sickgear/sickgear) provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.. For more information on SickGear visit their website and check it out: https://github.com/SickGear/SickGear",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/wiki/SickGear/SickGear.Wiki/images/SickGearLogo.png",
"image": "linuxserver/sickgear:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8081:8081/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/sickgear/config"
},
{
"container": "/tv",
"bind": "/volume1/docker/sickgear/tv"
},
{
"container": "/downloads",
"bind": "/volume1/docker/sickgear/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Smokeping",
"name": "Smokeping",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/smokeping/config<br>mkdir -p /volume1/docker/smokeping/data</p>",
"description": "[Smokeping](https://oss.oetiker.ch/smokeping/) keeps track of your network latency. For a full example of what this application is capable of visit [UCDavis](http://smokeping.ucdavis.edu/cgi-bin/smokeping.fcgi).",
"platform": "linux",
"logo": "https://camo.githubusercontent.com/e0694ef783e3fd1d74e6776b28822ced01c7cc17/687474703a2f2f6f73732e6f6574696b65722e63682f736d6f6b6570696e672f696e632f736d6f6b6570696e672d6c6f676f2e706e67",
"image": "linuxserver/smokeping:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/smokeping/config"
},
{
"container": "/data",
"bind": "/volume1/docker/smokeping/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Snapdrop",
"name": "Snapdrop",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/snapdrop/config</p>",
"description": "[Snapdrop](https://github.com/RobinLinus/snapdrop) A local file sharing in your browser. Inspired by Apple's Airdrop.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/RobinLinus/snapdrop/master/client/images/logo_transparent_512x512.png",
"image": "linuxserver/snapdrop:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/snapdrop/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Snipe-it",
"name": "Snipe-it",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/snipe-it/config</p>",
"description": "[Snipe-it](https://github.com/snipe/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.",
"platform": "linux",
"logo": "https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/snipe-it-logo500x500.png",
"image": "linuxserver/snipe-it:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "APP_URL",
"label": "APP_URL",
"default": "http://localhost:8080",
"description": "Hostname or IP and port if applicable, be sure to define https/http"
},
{
"name": "MYSQL_PORT_3306_TCP_ADDR",
"label": "MYSQL_PORT_3306_TCP_ADDR",
"default": "",
"description": "Mysql hostname or IP to use"
},
{
"name": "MYSQL_PORT_3306_TCP_PORT",
"label": "MYSQL_PORT_3306_TCP_PORT",
"default": "",
"description": "Mysql port to use"
},
{
"name": "MYSQL_DATABASE",
"label": "MYSQL_DATABASE",
"default": "",
"description": "Mysql database to use"
},
{
"name": "MYSQL_USER",
"label": "MYSQL_USER",
"default": "",
"description": "Mysql user to use"
},
{
"name": "MYSQL_PASSWORD",
"label": "MYSQL_PASSWORD",
"default": "",
"description": "Mysql password to use"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8080:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/snipe-it/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Sonarr",
"name": "Sonarr",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/sonarr/config<br>mkdir -p /volume1/docker/sonarr/tv<br>mkdir -p /volume1/docker/sonarr/downloads</p>",
"description": "[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"categories": [
"Media"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-banner.png",
"image": "linuxserver/sonarr:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8989:8989/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/sonarr/config"
},
{
"container": "/tv",
"bind": "/volume1/docker/sonarr/tv"
},
{
"container": "/downloads",
"bind": "/volume1/docker/sonarr/downloads"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Sqlitebrowser",
"name": "Sqlitebrowser",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/sqlitebrowser/config</p>",
"description": "[DB Browser for SQLite](https://sqlitebrowser.org/) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sqlitebrowser-banner.png",
"image": "linuxserver/sqlitebrowser:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/sqlitebrowser/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Swag",
"name": "Swag",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/swag/config</p>",
"description": "SWAG - Secure Web Application Gateway (formerly known as letsencrypt, no relation to Let's Encrypt™) sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes (Let's Encrypt and ZeroSSL). It also contains fail2ban for intrusion prevention.",
"platform": "linux",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/swag.gif",
"image": "linuxserver/swag:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "URL",
"label": "URL",
"default": "yourdomain.url",
"description": "Top url you have control over (`customdomain.com` if you own it, or `customsubdomain.ddnsprovider.com` if dynamic dns)."
},
{
"name": "VALIDATION",
"label": "VALIDATION",
"default": "http",
"description": "Certbot validation method to use, options are `http` or `dns` (`dns` method also requires `DNSPLUGIN` variable set)."
},
{
"name": "SUBDOMAINS",
"label": "SUBDOMAINS",
"default": "www,",
"description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this *exactly* to `wildcard` (wildcard cert is available via `dns` validation only)"
},
{
"name": "CERTPROVIDER",
"label": "CERTPROVIDER",
"default": "",
"description": "Optionally define the cert provider. Set to `zerossl` for ZeroSSL certs (requires existing [ZeroSSL account](https://app.zerossl.com/signup) and the e-mail address entered in `EMAIL` env var). Otherwise defaults to Let's Encrypt."
},
{
"name": "DNSPLUGIN",
"label": "DNSPLUGIN",
"default": "cloudflare",
"description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `cloudflare`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `duckdns`, `dynu`, `gandi`, `gehirn`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`."
},
{
"name": "PROPAGATION",
"label": "PROPAGATION",
"default": "",
"description": "Optionally override (in seconds) the default propagation time for the dns plugins."
},
{
"name": "EMAIL",
"label": "EMAIL",
"default": "",
"description": "Optional e-mail address used for cert expiration notifications (Required for ZeroSSL)."
},
{
"name": "ONLY_SUBDOMAINS",
"label": "ONLY_SUBDOMAINS",
"default": "false",
"description": "If you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to `true`"
},
{
"name": "EXTRA_DOMAINS",
"label": "EXTRA_DOMAINS",
"default": "",
"description": "Additional fully qualified domain names (comma separated, no spaces) ie. `extradomain.com,subdomain.anotherdomain.org,*.anotherdomain.org`"
},
{
"name": "STAGING",
"label": "STAGING",
"default": "false",
"description": "Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes."
}
],
"ports": [
"443:443/tcp",
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/swag/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Synclounge",
"name": "Synclounge",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p>",
"description": "[Synclounge](https://github.com/samcm/synclounge) is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png",
"image": "linuxserver/synclounge:latest",
"env": [
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "AUTH_LIST",
"label": "AUTH_LIST",
"default": "plexuser1,plexuser2,email1,machineid1",
"description": "If set, only the users defined here and the users of the plex servers defined here will be able to access the server. Use e-mails, plex usernames and/or plex server machine ids, comma separated, no spaces."
},
{
"name": "AUTOJOIN_ENABLED",
"label": "AUTOJOIN_ENABLED",
"default": "false",
"description": "DEPRECATED - (Still works but will be removed in the future in favor of the built-in var `autojoin__room`) - Set to `true` to let users autojoin the server and a room (specified by the `AUTOJOIN_ROOM` var)."
},
{
"name": "AUTOJOIN_ROOM",
"label": "AUTOJOIN_ROOM",
"default": "roomname",
"description": "DEPRECATED - (Still works but will be removed in the future in favor of the built-in var `autojoin__room`) - Set the room name for auto joining (requires `AUTOJOIN_ENABLED` set to `true`)."
}
],
"ports": [
"8088:8088/tcp"
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Syncthing",
"name": "Syncthing",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/syncthing/config<br>mkdir -p /volume1/docker/syncthing/data1<br>mkdir -p /volume1/docker/syncthing/data2</p>",
"description": "[Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-banner.png",
"image": "linuxserver/syncthing:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8384:8384/tcp",
"22000:22000/tcp",
"22000:22000/udp",
"21027:21027/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/syncthing/config"
},
{
"container": "/data1",
"bind": "/volume1/docker/syncthing/data1"
},
{
"container": "/data2",
"bind": "/volume1/docker/syncthing/data2"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Syslog-ng",
"name": "Syslog-ng",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/syslog-ng/config<br></p>",
"description": "[syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/) allows you to flexibly collect, parse, classify, rewrite and correlate logs from across your infrastructure and store or route them to log analysis tools.",
"categories": [
"System Tools"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png",
"image": "linuxserver/syslog-ng:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"514:5514/udp",
"601:6601/tcp",
"6514:6514/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/syslog-ng/config"
},
{
"container": "/var/log",
"bind": "/var/log"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Tautulli",
"name": "Tautulli",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/tautulli/config</p>",
"description": "[Tautulli](http://tautulli.com) is a python based web application for monitoring, analytics and notifications for Plex Media Server.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png",
"image": "linuxserver/tautulli:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"8181:8181/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/tautulli/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Thelounge",
"name": "Thelounge",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/thelounge/config</p>",
"description": "[Thelounge](https://thelounge.github.io/) (a fork of shoutIRC) is a web IRC client that you host on your own server.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/thelounge/thelounge/master/client/img/logo-vertical-transparent-bg.svg?sanitize=true",
"image": "linuxserver/thelounge:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"9000:9000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/thelounge/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Transmission",
"name": "Transmission",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/transmission/config<br>mkdir -p /volume1/docker/transmission/downloads<br>mkdir -p /volume1/docker/transmission/watch</p>",
"description": "[Transmission](https://www.transmissionbt.com/) is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/transmission.png",
"image": "linuxserver/transmission:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "TRANSMISSION_WEB_HOME",
"label": "TRANSMISSION_WEB_HOME",
"default": "/combustion-release/",
"description": "Specify an alternative UI options are [`/combustion-release/`](https://github.com/Secretmapper/combustion), [`/transmission-web-control/`](https://github.com/ronggang/transmission-web-control), [`/kettu/`](https://github.com/endor/kettu), [`/flood-for-transmission/`](https://github.com/johman10/flood-for-transmission), and [`/transmissionic/`](https://github.com/6c65726f79/Transmissionic)."
},
{
"name": "USER",
"label": "USER",
"default": "username",
"description": "Specify an optional username for the interface"
},
{
"name": "PASS",
"label": "PASS",
"default": "password",
"description": "Specify an optional password for the interface"
},
{
"name": "WHITELIST",
"label": "WHITELIST",
"default": "iplist",
"description": "Specify an optional list of comma separated ip whitelist. Fills rpc-whitelist setting."
},
{
"name": "PEERPORT",
"label": "PEERPORT",
"default": "peerport",
"description": "Specify an optional port for torrent TCP/UDP connections. Fills peer-port setting."
},
{
"name": "HOST_WHITELIST",
"label": "HOST_WHITELIST",
"default": "dnsname list",
"description": "Specify an optional list of comma separated dns name whitelist. Fills rpc-host-whitelist setting."
}
],
"ports": [
"9091:9091/tcp",
"51413:51413/tcp",
"51413:51413/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/transmission/config"
},
{
"container": "/downloads",
"bind": "/volume1/docker/transmission/downloads"
},
{
"container": "/watch",
"bind": "/volume1/docker/transmission/watch"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Tvheadend",
"name": "Tvheadend",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/tvheadend/config<br>mkdir -p /volume1/docker/tvheadend/recordings</p>",
"description": "[Tvheadend](https://www.tvheadend.org/) works as a proxy server: is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tvheadend-big.png",
"image": "linuxserver/tvheadend:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "RUN_OPTS",
"label": "RUN_OPTS",
"default": "",
"description": "Optionally specify additional arguments to be passed. See Additional runtime parameters."
}
],
"ports": [
"9981:9981/tcp",
"9982:9982/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/tvheadend/config"
},
{
"container": "/recordings",
"bind": "/volume1/docker/tvheadend/recordings"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ubooquity",
"name": "Ubooquity",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/ubooquity/config<br>mkdir -p /volume1/docker/ubooquity/books<br>mkdir -p /volume1/docker/ubooquity/comics<br>mkdir -p /volume1/docker/ubooquity/files</p>",
"description": "[Ubooquity](https://vaemendis.net/ubooquity/) is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ubooquity-banner.png",
"image": "linuxserver/ubooquity:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "MAXMEM",
"label": "MAXMEM",
"default": "<maxmem>",
"description": "To set the maximum memory. ( ex: set '1024' for 1GB )"
}
],
"ports": [
"2202:2202/tcp",
"2203:2203/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ubooquity/config"
},
{
"container": "/books",
"bind": "/volume1/docker/ubooquity/books"
},
{
"container": "/comics",
"bind": "/volume1/docker/ubooquity/comics"
},
{
"container": "/files",
"bind": "/volume1/docker/ubooquity/files"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Unifi-controller",
"name": "Unifi-controller",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/unifi-controller/config</p>",
"description": "The [Unifi-controller](https://www.ubnt.com/enterprise/#unifi) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.",
"categories": [
"Networking"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-banner.png",
"image": "linuxserver/unifi-controller:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "MEM_LIMIT",
"label": "MEM_LIMIT",
"default": "1024",
"description": "Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default"
},
{
"name": "MEM_STARTUP",
"label": "MEM_STARTUP",
"default": "1024",
"description": "Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default"
}
],
"ports": [
"8443:8443/tcp",
"3478:3478/udp",
"10001:10001/udp",
"8080:8080/tcp",
"1900:1900/udp",
"8843:8843/tcp",
"8880:8880/tcp",
"6789:6789/tcp",
"5514:5514/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/unifi-controller/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Webgrabplus",
"name": "Webgrabplus",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/webgrabplus/config<br>mkdir -p /volume1/docker/webgrabplus/data</p>",
"description": "[Webgrabplus](http://www.webgrabplus.com) is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.",
"platform": "linux",
"logo": "http://www.webgrabplus.com/sites/default/themes/WgTheme/images/slideshows/EPG_fading.jpg",
"image": "linuxserver/webgrabplus:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/webgrabplus/config"
},
{
"container": "/data",
"bind": "/volume1/docker/webgrabplus/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Webtop",
"name": "Webtop",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/webtop/config<br></p>",
"description": "[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.",
"categories": [
"Utilities"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png",
"image": "linuxserver/webtop:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
},
{
"name": "KEYBOARD",
"label": "KEYBOARD",
"default": "en-us-qwerty",
"description": "See the keyboard layouts section for more information and options."
},
{
"name": "TITLE",
"label": "TITLE",
"default": "Webtop",
"description": "String which will be used as page/tab title in the web browser."
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/webtop/config"
},
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Wikijs",
"name": "Wikijs",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/wikijs/config<br>mkdir -p /volume1/docker/wikijs/data</p>",
"description": "[Wikijs](https://github.com/Requarks/wiki) A modern, lightweight and powerful wiki app built on NodeJS.",
"platform": "linux",
"logo": "https://static.requarks.io/logo/wikijs-full.svg",
"image": "linuxserver/wikijs:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/wikijs/config"
},
{
"container": "/data",
"bind": "/volume1/docker/wikijs/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Wireguard",
"name": "Wireguard",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/wireguard/config<br></p>",
"description": "[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.",
"platform": "linux",
"logo": "https://www.wireguard.com/img/wireguard.svg",
"image": "linuxserver/wireguard:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "SERVERURL",
"label": "SERVERURL",
"default": "wireguard.domain.com",
"description": "External IP or domain name for docker host. Used in server mode. If set to `auto`, the container will try to determine and set the external IP automatically"
},
{
"name": "SERVERPORT",
"label": "SERVERPORT",
"default": "51820",
"description": "External port for docker host. Used in server mode."
},
{
"name": "PEERS",
"label": "PEERS",
"default": "1",
"description": "Number of peers to create confs for. Required for server mode. Can also be a list of names: `myPC,myPhone,myTablet` (alphanumeric only)"
},
{
"name": "PEERDNS",
"label": "PEERDNS",
"default": "auto",
"description": "DNS server set in peer/client configs (can be set as `8.8.8.8`). Used in server mode. Defaults to `auto`, which uses wireguard docker host's DNS via included CoreDNS forward."
},
{
"name": "INTERNAL_SUBNET",
"label": "INTERNAL_SUBNET",
"default": "10.13.13.0",
"description": "Internal subnet for the wireguard and server and peers (only change if it clashes). Used in server mode."
},
{
"name": "ALLOWEDIPS",
"label": "ALLOWEDIPS",
"default": "0.0.0.0/0",
"description": "The IPs/Ranges that the peers will be able to reach using the VPN connection. If not specified the default value is: '0.0.0.0/0, ::0/0' This will cause ALL traffic to route through the VPN, if you want split tunneling, set this to only the IPs you would like to use the tunnel AND the ip of the server's WG ip, such as 10.13.13.1."
},
{
"name": "PERSISTENTKEEPALIVE_PEERS",
"label": "PERSISTENTKEEPALIVE_PEERS",
"default": "",
"description": "Set to `all` or a list of comma separated peers (ie. `1,4,laptop`) for the wireguard server to send keepalive packets to listed peers every 25 seconds. Useful if server is accessed via domain name and has dynamic IP. Used only in server mode."
},
{
"name": "LOG_CONFS",
"label": "LOG_CONFS",
"default": "true",
"description": "Generated QR codes will be displayed in the docker log. Set to `false` to skip log output."
}
],
"ports": [
"51820:51820/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/wireguard/config"
},
{
"container": "/lib/modules",
"bind": "/lib/modules"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Wireshark",
"name": "Wireshark",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/wireshark/config</p>",
"description": "[Wireshark](https://www.wireshark.org/) is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png",
"image": "linuxserver/wireshark:latest",
"network": "host",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/wireshark/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Xbackbone",
"name": "Xbackbone",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/xbackbone/config</p>",
"description": "[Xbackbone](https://github.com/SergiX44/XBackBone) is a simple, self-hosted, lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, and file downloading and uploading. Also have a web UI with multi user management, past uploads history and search support.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/SergiX44/XBackBone/master/docs/img/xbackbone.png",
"image": "linuxserver/xbackbone:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/xbackbone/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Yq",
"name": "Yq",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/yq/config</p>",
"description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/yq for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/yq:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/yq/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Znc",
"name": "Znc",
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/znc/config</p>",
"description": "[Znc](http://wiki.znc.in/ZNC) is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"platform": "linux",
"logo": "http://wiki.znc.in/resources/assets/wiki.png",
"image": "linuxserver/znc:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
"6501:6501/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/znc/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Registry",
"description": "Docker image registry",
"categories": [
"docker"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"image": "registry:latest",
"ports": [
"5000/tcp"
],
"volumes": [
{
"container": "/var/lib/registry"
}
]
},
{
"type": 1,
"title": "Registry (cache)",
"description": "Docker image registry configured as a DockerHub pull through cache",
"categories": [
"docker"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"image": "registry:latest",
"ports": [
"5000/tcp"
],
"volumes": [
{
"container": "/var/lib/registry"
}
],
"env": [
{
"name": "REGISTRY_PROXY_REMOTEURL",
"default": "https://registry-1.docker.io",
"preset": true
}
]
},
{
"type": 1,
"title": "Ubuntu",
"description": "Debian-based Linux operating system",
"categories": [
"operating-system"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
"image": "ubuntu:latest",
"interactive": true,
"command": "/bin/bash"
},
{
"type": 1,
"title": "NodeJS",
"description": "JavaScript-based platform for server-side and networking applications",
"categories": [
"development"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/node.png",
"image": "node:latest",
"interactive": true,
"command": "/bin/bash"
},
{
"type": 1,
"title": "Nginx",
"description": "High performance web server",
"categories": [
"webserver"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png",
"image": "nginx:latest",
"ports": [
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/etc/nginx"
},
{
"container": "/usr/share/nginx/html"
}
]
},
{
"type": 1,
"title": "Httpd",
"description": "Open-source HTTP server",
"categories": [
"webserver"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
"image": "httpd:latest",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/usr/local/apache2/htdocs/"
}
]
},
{
"type": 1,
"title": "Caddy",
"description": "Open-source web server with automatic HTTPS written in Go",
"categories": [
"webserver"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
"image": "caddy:latest",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "MySQL",
"description": "The most popular open-source database",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
"image": "mysql/mysql-server:5.7",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
},
{
"name": "MYSQL_ROOT_HOST",
"default": "%",
"preset": true
}
],
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"type": 1,
"title": "MariaDB",
"description": "Performance beyond MySQL",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
"image": "mariadb:latest",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"type": 1,
"title": "PostgreSQL",
"description": "The most advanced open-source database",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
"image": "postgres:latest",
"env": [
{
"name": "POSTGRES_USER",
"label": "Superuser"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Superuser password"
}
],
"ports": [
"5432/tcp"
],
"volumes": [
{
"container": "/var/lib/postgresql/data"
}
]
},
{
"type": 1,
"title": "Mongo",
"description": "Open-source document-oriented database",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
"image": "mongo:latest",
"ports": [
"27017/tcp"
],
"volumes": [
{
"container": "/data/db"
}
]
},
{
"type": 1,
"title": "CrateDB",
"description": "An open-source distributed SQL database",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
"image": "crate:latest",
"ports": [
"4200/tcp",
"4300/tcp"
],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "Elasticsearch",
"description": "Open-source search and analytics engine",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
"image": "docker.elastic.co/elasticsearch/elasticsearch:7.15.1",
"ports": [
"9200/tcp",
"9300/tcp"
],
"volumes": [
{
"container": "/usr/share/elasticsearch/data"
}
]
},
{
"type": 1,
"title": "Gitlab CE",
"description": "Open-source end-to-end software development platform",
"note": "Default username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\">Gitlab documentation</a> to get started.",
"categories": [
"development",
"project-management"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
"image": "gitlab/gitlab-ce:latest",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"volumes": [
{
"container": "/etc/gitlab"
},
{
"container": "/var/log/gitlab"
},
{
"container": "/var/opt/gitlab"
}
]
},
{
"type": 1,
"title": "Minio",
"description": "A distributed object storage server built for cloud applications and devops",
"categories": [
"storage"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
"image": "quay.io/minio/minio:latest",
"ports": [
"9000/tcp",
"9001/tcp"
],
"env": [
{
"name": "MINIO_ROOT_USER",
"label": "Root user"
},
{
"name": "MINIO_ROOT_PASSWORD",
"label": "Root password"
}
],
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
],
"command": "server /data --console-address ':9001'"
},
{
"type": 1,
"title": "Scality S3",
"description": "Standalone AWS S3 protocol server",
"categories": [
"storage"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
"image": "scality/s3server",
"ports": [
"8000/tcp"
],
"env": [
{
"name": "SCALITY_ACCESS_KEY",
"label": "Scality S3 access key"
},
{
"name": "SCALITY_SECRET_KEY",
"label": "Scality S3 secret key"
}
],
"volumes": [
{
"container": "/usr/src/app/localData"
},
{
"container": "/usr/src/app/localMetadata"
}
]
},
{
"type": 1,
"title": "SQL Server",
"description": "Microsoft SQL Server on Linux",
"categories": [
"database"
],
"platform": "linux",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"image": "mcr.microsoft.com/mssql/server:2019-latest",
"ports": [
"1433/tcp"
],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "SA_PASSWORD",
"label": "SA password"
}
]
},
{
"type": 1,
"title": "SQL Server",
"description": "Microsoft SQL Server Developer for Windows containers",
"categories": [
"database"
],
"platform": "windows",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"image": "microsoft/mssql-server-windows-developer:latest",
"ports": [
"1433/tcp"
],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "sa_password",
"label": "SA password"
}
],
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"type": 1,
"title": "SQL Server Express",
"description": "Microsoft SQL Server Express for Windows containers",
"categories": [
"database"
],
"platform": "windows",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"image": "microsoft/mssql-server-windows-express:latest",
"ports": [
"1433/tcp"
],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "sa_password",
"label": "SA password"
}
],
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"type": 1,
"title": "Solr",
"description": "Open-source enterprise search platform",
"categories": [
"search-engine"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
"image": "solr:latest",
"ports": [
"8983/tcp"
],
"volumes": [
{
"container": "/opt/solr/mydata"
}
]
},
{
"type": 1,
"title": "Redis",
"description": "Open-source in-memory data structure store",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"image": "redis:latest",
"ports": [
"6379/tcp"
],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 2,
"title": "Redis Cluster",
"description": "Open-source in-memory data structure store - Cluster mode",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/redis-cluster/docker-stack.yaml"
},
"env": [
{
"name": "REDIS_PASSWD",
"label": "Redis password"
}
]
},
{
"type": 1,
"title": "RabbitMQ",
"description": "Highly reliable enterprise messaging system",
"categories": [
"messaging"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
"image": "rabbitmq:latest",
"ports": [
"5671/tcp",
"5672/tcp"
],
"volumes": [
{
"container": "/var/lib/rabbitmq"
}
]
},
{
"type": 1,
"title": "Ghost",
"description": "Free and open-source blogging platform",
"categories": [
"blog"
],
"note": "Access the blog management interface under <code>/ghost/</code>.",
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png",
"image": "ghost:latest",
"ports": [
"2368/tcp"
],
"volumes": [
{
"container": "/var/lib/ghost/content"
}
]
},
{
"type": 1,
"title": "Joomla",
"description": "Another free and open-source CMS",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
"image": "joomla:latest",
"env": [
{
"name": "JOOMLA_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "JOOMLA_DB_PASSWORD",
"label": "Database password"
}
],
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Drupal",
"description": "Open-source content management framework",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
"image": "drupal:latest",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Plone",
"description": "A free and open-source CMS built on top of Zope",
"note": "Default user and password are admin/admin",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
"image": "plone:latest",
"ports": [
"8080/tcp"
],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "Sematext Docker Agent",
"description": "Collect logs, metrics and docker events",
"categories": [
"Log Management",
"Monitoring"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"image": "sematext/sematext-agent-docker:latest",
"name": "sematext-agent",
"privileged": true,
"env": [
{
"name": "LOGSENE_TOKEN",
"label": "Logs token"
},
{
"name": "SPM_TOKEN",
"label": "SPM monitoring token"
}
],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
]
},
{
"type": 1,
"title": "Datadog agent",
"description": "Collect events and metrics",
"categories": [
"Monitoring"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"image": "datadog/agent:latest",
"env": [
{
"name": "DD_API_KEY",
"label": "Datadog API key"
}
],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock",
"readonly": true
},
{
"container": "/host/sys/fs/cgroup",
"bind": "/sys/fs/cgroup",
"readonly": true
},
{
"container": "/host/proc",
"bind": "/proc",
"readonly": true
}
]
},
{
"type": 1,
"title": "Mautic",
"description": "Open-source marketing automation platform",
"categories": [
"marketing"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
"image": "mautic/mautic:latest",
"env": [
{
"name": "MAUTIC_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "MAUTIC_DB_PASSWORD",
"label": "Database password"
}
],
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Jenkins",
"description": "Open-source continuous integration tool",
"categories": [
"continuous-integration"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
"image": "jenkins/jenkins:lts-jdk11",
"ports": [
"8080/tcp",
"50000/tcp"
],
"volumes": [
{
"container": "/var/jenkins_home"
}
]
},
{
"type": 1,
"title": "Redmine",
"description": "Open-source project management tool",
"note": "Default user and password are admin/admin",
"categories": [
"project-management"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
"image": "redmine:latest",
"ports": [
"3000/tcp"
],
"volumes": [
{
"container": "/usr/src/redmine/files"
}
]
},
{
"type": 1,
"title": "File browser",
"description": "A web file manager",
"note": "Default credentials: admin/admin",
"categories": [
"filesystem",
"storage"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png",
"image": "filebrowser/filebrowser:latest",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/data"
},
{
"container": "/srv"
}
],
"command": "--port 80 --database /data/database.db --root /srv"
},
{
"type": 1,
"title": "CommandBox",
"description": "ColdFusion (CFML) CLI",
"categories": [
"development"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
"image": "ortussolutions/commandbox:latest",
"env": [
{
"name": "CFENGINE",
"default": "lucee@4.5",
"preset": true
}
],
"ports": [
"8080/tcp",
"8443/tcp"
]
},
{
"type": 1,
"title": "ContentBox",
"description": "Open-source modular CMS",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
"image": "ortussolutions/contentbox:latest",
"env": [
{
"name": "express",
"default": "true",
"preset": true
},
{
"name": "install",
"default": "true",
"preset": true
},
{
"name": "CFENGINE",
"default": "lucee@4.5",
"preset": true
}
],
"ports": [
"8080/tcp",
"8443/tcp"
],
"volumes": [
{
"container": "/data/contentbox/db"
},
{
"container": "/app/includes/shared/media"
}
]
},
{
"type": 1,
"title": "Dokku",
"description": "Dokku setup as a container",
"categories": [
"PaaS"
],
"platform": "linux",
"logo": "",
"image": "dokku/dokku",
"ports": [
"22/tcp",
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/mnt/dokku",
"bind": "/var/lib/dokku"
},
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
],
"env": [
{
"name": "DOKKU_HOSTNAME",
"label": "Dokku hostname",
"description": "Global hostname to be registered by Dokku"
},
{
"name": "DOKKU_HOST_ROOT",
"label": "Dokku host root",
"default": "/var/lib/dokku/home/dokku",
"description": "Image build cache path. Generally set to <data dir> + '/home/dokku'"
}
]
},
{
"type": 1,
"title": "Floating License Server",
"description": "License Server for Softing edgeConnector products",
"categories": [
"edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/floating-license-server:latest",
"ports": [
"6200/tcp"
],
"interactive": true,
"volumes": [
{
"container": "/licsrv/licenses"
}
]
},
{
"type": 1,
"title": "EdgeConnector Modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"categories": [
"edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-modbus:latest",
"ports": [
"443/tcp",
"8099/tcp",
"4897/tcp"
]
},
{
"type": 2,
"title": "Portainer Agent",
"description": "Manage all the resources in your Swarm cluster",
"note": "The agent will be deployed globally inside your cluster and available on port 9001.",
"categories": [
"portainer"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/portainer-agent/docker-stack.yml"
}
},
{
"type": 2,
"title": "OpenFaaS",
"name": "func",
"description": "Serverless functions made simple",
"note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. <b>Warning</b>: the name of the stack must be 'func'.",
"categories": [
"serverless"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
"repository": {
"url": "https://github.com/openfaas/faas",
"stackfile": "docker-compose.yml"
}
},
{
"type": 2,
"title": "IronFunctions",
"description": "Open-source serverless computing platform",
"note": "Deploys the IronFunctions API and UI.",
"categories": [
"serverless"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/ironfunctions/docker-stack.yml"
}
},
{
"type": 2,
"title": "CockroachDB",
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to <a href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\">CockroachDB documentation</a> for production deployments.",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/cockroachdb/docker-stack.yml"
}
},
{
"type": 2,
"title": "WordPress",
"description": "WordPress setup with a MySQL database",
"note": "Deploys a WordPress instance connected to a MySQL database.",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/wordpress/docker-stack.yml"
},
"env": [
{
"name": "MYSQL_DATABASE_PASSWORD",
"label": "Database root password",
"description": "Password used by the MySQL root user."
}
]
},
{
"type": 3,
"title": "WordPress",
"description": "WordPress setup with a MySQL database",
"note": "Deploys a WordPress instance connected to a MySQL database.",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/wordpress/docker-compose.yml"
},
"env": [
{
"name": "MYSQL_DATABASE_PASSWORD",
"label": "Database root password",
"description": "Password used by the MySQL root user."
}
]
},
{
"type": 3,
"title": "OpenAMT",
"description": "OpenAMT Cloud Toolkit",
"note": "MPS password needs to be 8-32 characters including one uppercase, one lowercase letters, one base-10 digit and one special character.",
"categories": [
"Cloud"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/intel.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/openamt/docker-compose.yml"
},
"env": [
{
"name": "POSTGRES_USER",
"label": "Database user"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Database password"
},
{
"name": "MPS_USER",
"label": "MPS user"
},
{
"name": "MPS_PASSWORD",
"label": "MPS password"
},
{
"name": "MPS_COMMON_NAME",
"label": "MPS URL",
"description": "Used to connect to the MPS API."
},
{
"name": "MPS_SECRET",
"label": "MPS Secret",
"description": "Strong secret key used to log into MPS."
},
{
"name": "VAULT_SECRET",
"label": "Vault secret",
"description": "Secret token used to log into Vault (don't include '.' character)."
}
]
},
{
"type": 2,
"title": "Microsoft OMS Agent",
"description": "Microsoft Operations Management Suite Linux agent.",
"categories": [
"OPS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/microsoft-oms/docker-stack.yml"
},
"env": [
{
"name": "AZURE_WORKSPACE_ID",
"label": "Workspace ID",
"description": "Azure Workspace ID"
},
{
"name": "AZURE_PRIMARY_KEY",
"label": "Primary key",
"description": "Azure primary key"
}
]
},
{
"title": "Sematext Docker Agent",
"type": 2,
"categories": [
"Log Management",
"Monitoring"
],
"description": "Collect logs, metrics and docker events",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"platform": "linux",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/sematext-agent-docker/docker-stack.yml"
},
"env": [
{
"name": "LOGSENE_TOKEN",
"label": "Logs token"
},
{
"name": "SPM_TOKEN",
"label": "SPM monitoring token"
}
]
},
{
"title": "Datadog agent",
"type": 2,
"categories": [
"Monitoring"
],
"description": "Collect events and metrics",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"platform": "linux",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/datadog-agent/docker-stack.yml"
},
"env": [
{
"name": "API_KEY",
"label": "Datadog API key"
}
]
},
{
"type": 4,
"title": "Wordpress",
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/wordpress/edge/docker-stack.yml"
},
{
"type": 4,
"title": "CockroachDB",
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to <a href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\">CockroachDB documentation</a> for production deployments.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/cockroachdb/edge/docker-stack.yml"
},
{
"type": 4,
"title": "Softing EdgeConnector modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"note": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/softing-edgeconnector-modbus/docker-compose.yml"
},
{
"type": 3,
"title": "FDO",
"description": "FDO",
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/intel.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/fdo/docker-stack.yml"
},
"env": [
{
"name": "owner_api_user",
"label": "API Username"
},
{
"name": "owner_api_password",
"label": "API Password"
}
]
},
{
"type": 3,
"title": "Dokku",
"description": "Dokku setup as a compose file",
"categories": [
"PaaS"
],
"platform": "linux",
"logo": "",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/dokku/docker-compose.yml"
},
"env": [
{
"name": "VERSION",
"label": "Dokku version",
"description": "Version of Dokku to use ('latest' if empty)",
"default": "latest"
},
{
"name": "DOKKU_HOSTNAME",
"label": "Dokku hostname",
"description": "Global hostname to be registered by Dokku"
},
{
"name": "VOLUME_PATH",
"label": "Dokku volume path",
"description": "Host path to be bound to /mnt/dokku (`/var/lib/dokku` if empty)",
"default": "/var/lib/dokku"
},
{
"name": "DOKKU_HOST_ROOT",
"label": "Dokku host root",
"description": "Image build cache path. Generally set to <data dir> + '/home/dokku'",
"default": "/var/lib/dokku/home/dokku"
},
{
"name": "SSH_PORT",
"label": "SSH port",
"description": "Host port to expose SSH port of Dokku (22 if empty)",
"default": "22"
},
{
"name": "HTTP_PORT",
"label": "HTTP port",
"description": "Host port to expose HTTP port of Dokku (80 if empty)",
"default": "80"
},
{
"name": "HTTPS_PORT",
"label": "HTTPS port",
"description": "Host port to expose HTTPS port of Dokku (443 if empty)",
"default": "443"
}
]
},
{
"type": 2,
"title": "LiveSwitch",
"description": "A basic LiveSwitch stack with gateway, caching, database and media server",
"categories": [
"media"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/liveswitch.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/liveswitch/docker-stack.yml"
},
"env": [
{
"name": "POSTGRES_PASSWORD",
"label": "Postgres password"
}
]
},
{
"type": 3,
"title": "LiveSwitch",
"description": "A basic LiveSwitch compose with gateway, caching, database and media server",
"categories": [
"media"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/liveswitch.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/liveswitch/docker-compose.yml"
},
"env": [
{
"name": "POSTGRES_PASSWORD",
"label": "Postgres password"
}
]
},
{
"type": 3,
"title": "TOSIBOX Lock for Container",
"description": "Lock for Container brings secure connectivity inside your industrial IoT devices",
"categories": [
"edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/tosibox.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/tosibox/docker-compose.yml"
},
"env": [
{
"name": "LICENSE_KEY",
"label": "License key"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment