Skip to content

Instantly share code, notes, and snippets.

@Magnus167
Created January 3, 2025 11:07
Show Gist options
  • Save Magnus167/7f931b2bb244d23e66ae2c7e0b1f69bb to your computer and use it in GitHub Desktop.
Save Magnus167/7f931b2bb244d23e66ae2c7e0b1f69bb to your computer and use it in GitHub Desktop.
portainer-templates.json.
This file has been truncated, but you can view the full file.
{
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "CONTEXT_PATH",
"label": "CONTEXT_PATH",
"default": "",
"description": "For setting url-base in reverse proxy setups."
},
{
"name": "JAVA_OPTS",
"label": "JAVA_OPTS",
"default": "",
"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": "Altus",
"name": "Altus",
"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/altus/config</p>",
"description": "[Altus](https://github.com/amanharwara/altus) is an Electron-based WhatsApp client with themes and multiple account support.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/altus-logo.png",
"image": "linuxserver/altus: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/altus/config"
}
],
"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<br>mkdir -p /volume1/docker/apprise-api/attachments</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 than 100 services. * An incredibly lightweight gateway to Apprise. * A production ready micro-service at your disposal. * A Simple Website to verify and test your configuration with. 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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "APPRISE_ATTACH_SIZE",
"label": "APPRISE_ATTACH_SIZE",
"default": "0",
"description": "Max attachment size in Mb. `0` disables attachments. Must have `/attachments` mounted to set to a positive value."
}
],
"ports": [
"8000:8000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/apprise-api/config"
},
{
"container": "/attachments",
"bind": "/volume1/docker/apprise-api/attachments"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ardour",
"name": "Ardour",
"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/ardour/config</p>",
"description": "[Ardour](https://ardour.org/) is an open source, collaborative effort of a worldwide team including musicians, programmers, and professional recording engineers.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ardour-logo.png",
"image": "linuxserver/ardour: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ardour/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "Bambustudio",
"name": "Bambustudio",
"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/bambustudio/config</p>",
"description": "[Bambu Studio](https://bambulab.com/en/download/studio) Bambu Studio is an open-source, cutting-edge, feature-rich slicing software. It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphical interface, bringing users an incredibly smooth printing experience.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png",
"image": "linuxserver/bambustudio: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DARK_MODE",
"label": "DARK_MODE",
"default": "true",
"description": "Set this to true to enable dark mode for Bambu Studio."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/bambustudio/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "PASSWORD",
"label": "PASSWORD",
"default": "",
"description": "Optionally set a password for the gui."
}
],
"ports": [
"8080:8080/tcp",
"8181:8181/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/boinc/config"
}
],
"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://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bookstack-logo.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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "APP_URL",
"label": "APP_URL",
"default": "",
"description": "The protocol, IP/URL, and port that your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`"
},
{
"name": "APP_KEY",
"label": "APP_KEY",
"default": "",
"description": "Session encryption key. You will need to generate this with `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey`"
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "",
"description": "The database instance hostname"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "3306",
"description": "Database port"
},
{
"name": "DB_USERNAME",
"label": "DB_USERNAME",
"default": "",
"description": "Database user"
},
{
"name": "DB_PASSWORD",
"label": "DB_PASSWORD",
"default": "",
"description": "Database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.)"
},
{
"name": "DB_DATABASE",
"label": "DB_DATABASE",
"default": "",
"description": "Database name"
},
{
"name": "QUEUE_CONNECTION",
"label": "QUEUE_CONNECTION",
"default": "",
"description": "Set to `database` to enable async actions like sending email or triggering webhooks. See [documentation](https://www.bookstackapp.com/docs/admin/email-webhooks/#async-action-handling)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/budge/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Build-agent",
"name": "Build-agent",
"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/build-agent/config</p>",
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/build-agent for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/build-agent: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/build-agent/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://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-logo.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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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",
"8181:8181/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "Calligra",
"name": "Calligra",
"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/calligra/config</p>",
"description": "[Calligra](https://calligra.org/) is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calligra-logo.png",
"image": "linuxserver/calligra: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/calligra/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "BASE_URL",
"label": "BASE_URL",
"default": "",
"description": "Specify the full URL (including protocol) when running behind a reverse proxy"
},
{
"name": "PLAYWRIGHT_DRIVER_URL",
"label": "PLAYWRIGHT_DRIVER_URL",
"default": "",
"description": "Specify the full URL to your chrome driver instance. See the [wiki](https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher) for details."
}
],
"ports": [
"5000:5000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/changedetection.io/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Chromium",
"name": "Chromium",
"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/chromium/config</p>",
"description": "[Chromium](https://www.chromium.org/chromium-projects/) is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/chromium-logo.png",
"image": "linuxserver/chromium: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "CHROME_CLI",
"label": "CHROME_CLI",
"default": "https://www.linuxserver.io/",
"description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/chromium/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Ci",
"name": "Ci",
"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/ci/config</p>",
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/ci for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/ci: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ci/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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/coder/code-server/blob/main/docs/guide.md#using-a-subdomain)"
},
{
"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](https://github.com/mikespub-org/seblucas-cops) by Sébastien Lucas, now maintained by MikesPub, 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](https://github.com/mikespub-org/seblucas-cops) for more details. Don't forget to check the [Wiki](https://github.com/mikespub-org/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 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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/cops/config"
},
{
"container": "/books",
"bind": "/volume1/docker/cops/books"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Cura",
"name": "Cura",
"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/cura/config</p>",
"description": "[UltiMaker Cura](https://ultimaker.com/software/ultimaker-cura/) is free, easy-to-use 3D printing software trusted by millions of users. Fine-tune your 3D model with 400+ settings for the best slicing and printing results.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cura-logo.png",
"image": "linuxserver/cura: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/cura/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "D2-builder",
"name": "D2-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/d2-builder/config</p>",
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/d2-builder for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/d2-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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/d2-builder/config"
}
],
"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/docker-templates/master/linuxserver.io/img/daapd-icon.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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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",
"58846:58846/tcp"
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/digikam/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "ES_HOST",
"label": "ES_HOST",
"default": "elasticsearch",
"description": "ElasticSearch host (optional)"
},
{
"name": "ES_PORT",
"label": "ES_PORT",
"default": "9200",
"description": "ElasticSearch port (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": "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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/dokuwiki/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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."
}
],
"ports": [
"80:80/tcp"
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/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<br>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",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SUBDOMAINS",
"label": "SUBDOMAINS",
"default": "subdomain1,subdomain2",
"description": "multiple subdomains allowed, comma separated, no spaces, if your domain is user.duckdns.org you put user, not a sub-subdomain"
},
{
"name": "TOKEN",
"label": "TOKEN",
"default": "token",
"description": "DuckDNS token"
},
{
"name": "UPDATE_IP",
"label": "UPDATE_IP",
"default": "ipv4",
"description": "Set to `ipv6` or `ipv4` to update **only** your public IPv4/6 address. Set to `both` to update IPv6 and IPv4 address. This variable makes use of a [third-party service](#notice-regarding-automatic-detection). Omitting this variable uses DuckDNS for detection and only supports IPv4. `both` and `ipv6` modes needs [host networking](#networking-net)."
},
{
"name": "LOG_FILE",
"label": "LOG_FILE",
"default": "false",
"description": "Set to `true` to log to file (also need to map /config)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/duckdns/config"
},
{
"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/) is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, 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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SETTINGS_ENCRYPTION_KEY",
"label": "SETTINGS_ENCRYPTION_KEY",
"default": "",
"description": "Encryption key for settings database. Minimum 8 characters, alphanumeric."
},
{
"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"
},
{
"name": "DUPLICATI__WEBSERVICE_PASSWORD",
"label": "DUPLICATI__WEBSERVICE_PASSWORD",
"default": "",
"description": "Password for the webui. If left unset will default to `changeme` and can be changed from the webui settings."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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": "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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "VERBOSITY",
"label": "VERBOSITY",
"default": "-vv",
"description": "Set the container log verbosity. Valid options are -v, -vv, -vvv, -vvvv, or leaving the value blank or not setting the variable."
}
],
"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": "Faster-whisper",
"name": "Faster-whisper",
"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/faster-whisper/config</p>",
"description": "[Faster-whisper](https://github.com/SYSTRAN/faster-whisper) is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/faster-whisper-logo.png",
"image": "linuxserver/faster-whisper: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "WHISPER_MODEL",
"label": "WHISPER_MODEL",
"default": "tiny-int8",
"description": "Whisper model that will be used for transcription. From [here](https://github.com/SYSTRAN/faster-whisper/blob/master/faster_whisper/utils.py#L12-L31), all with `-int8` compressed variants"
},
{
"name": "WHISPER_BEAM",
"label": "WHISPER_BEAM",
"default": "1",
"description": "Number of candidates to consider simultaneously during transcription."
},
{
"name": "WHISPER_LANG",
"label": "WHISPER_LANG",
"default": "en",
"description": "Language that you will speak to the add-on."
}
],
"ports": [
"10300:10300/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/faster-whisper/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "Ferdium",
"name": "Ferdium",
"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/ferdium/config</p>",
"description": "[Ferdium](https://ferdium.org/) is a desktop app that helps you organize how you use your favourite apps by combining them into one application.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ferdium-logo.png",
"image": "linuxserver/ferdium: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ferdium/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "FIREFOX_CLI",
"label": "FIREFOX_CLI",
"default": "https://www.linuxserver.io/",
"description": "Specify one or multiple Firefox CLI flags, this string will be passed to the application in full."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/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": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "Flexget",
"name": "Flexget",
"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/flexget/config<br>mkdir -p /volume1/docker/flexget/data</p>",
"description": "[Flexget](http://flexget.com/) is a multipurpose automation tool for all of your media.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/flexget-banner.png",
"image": "linuxserver/flexget: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "FG_LOG_LEVEL",
"label": "FG_LOG_LEVEL",
"default": "info",
"description": "Set the FlexGet logging level."
},
{
"name": "FG_LOG_FILE",
"label": "FG_LOG_FILE",
"default": "/config/flexget.log",
"description": "Set the FlexGet log file location."
},
{
"name": "FG_CONFIG_FILE",
"label": "FG_CONFIG_FILE",
"default": "/config/.flexget/config.yml",
"description": "Set the FlexGet config file location."
},
{
"name": "FG_WEBUI_PASSWORD",
"label": "FG_WEBUI_PASSWORD",
"default": "info",
"description": "Set the FlexGet webui password. Pay attention to Bash/YAML reserved characters."
}
],
"ports": [
"5050:5050/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/flexget/config"
},
{
"container": "/data",
"bind": "/volume1/docker/flexget/data"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "ACCOUNT_TOKEN",
"label": "ACCOUNT_TOKEN",
"default": "",
"description": "Register for an account on `https://app.foldingathome.org` and retrieve account token in settings. Required on first start."
},
{
"name": "MACHINE_NAME",
"label": "MACHINE_NAME",
"default": "",
"description": "Assign a friendly name to this instance (no spaces). Required on first start."
},
{
"name": "CLI_ARGS",
"label": "CLI_ARGS",
"default": "",
"description": "Optionally pass additional cli arguments to `fah-client` on container start."
}
],
"ports": [
"80:80/tcp",
"7396:7396/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/foldingathome/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Freecad",
"name": "Freecad",
"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/freecad/config</p>",
"description": "[FreeCAD](https://www.freecad.org/) is a general-purpose parametric 3D computer-aided design (CAD) modeler and a building information modeling (BIM) software application with finite element method (FEM) support.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freecad-logo.png",
"image": "linuxserver/freecad: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/freecad/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Freetube",
"name": "Freetube",
"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/freetube/config</p>",
"description": "[FreeTube](https://freetubeapp.io/) is a feature-rich and user-friendly YouTube client with a focus on privacy.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freetube-logo.png",
"image": "linuxserver/freetube: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/freetube/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/freshrss/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Gimp",
"name": "Gimp",
"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/gimp/config</p>",
"description": "[GIMP](https://www.gimp.org/) is a free and open-source raster graphics editor used for image manipulation (retouching) and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. It is extensible by means of plugins, and scriptable.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/gimp-logo.png",
"image": "linuxserver/gimp: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/gimp/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Github-desktop",
"name": "Github-desktop",
"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/github-desktop/config</p>",
"description": "[Github Desktop](https://desktop.github.com/) is an open source Electron-based GitHub app. It is written in TypeScript and uses React.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/github-desktop-icon.png",
"image": "linuxserver/github-desktop: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/github-desktop/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Gitqlient",
"name": "Gitqlient",
"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/gitqlient/config</p>",
"description": "[GitQlient](https://github.com/francescmm/GitQlient) is a multi-platform Git client originally forked from QGit. Nowadays it goes beyond of just a fork and adds a lot of new functionality.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/gitqlient-icon.png",
"image": "linuxserver/gitqlient: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/gitqlient/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grocy-logo.png",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"9283:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/grocy/config"
}
],
"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](https://github.com/bwssytems/ha-bridge/) 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.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/habridge-logo.png",
"image": "linuxserver/habridge: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SEC_KEY",
"label": "SEC_KEY",
"default": "",
"description": "Key used to secure communication."
}
],
"ports": [
"8080:8080/tcp",
"50000:50000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/habridge/config"
}
],
"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/linuxserver/docker-templates/master/linuxserver.io/img/healthchecks-logo.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": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SITE_ROOT",
"label": "SITE_ROOT",
"default": "",
"description": "The site's top-level URL and the port it listens to if different 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": "SUPERUSER_EMAIL",
"label": "SUPERUSER_EMAIL",
"default": "",
"description": "Superuser email."
},
{
"name": "SUPERUSER_PASSWORD",
"label": "SUPERUSER_PASSWORD",
"default": "",
"description": "Superuser password."
},
{
"name": "ALLOWED_HOSTS",
"label": "ALLOWED_HOSTS",
"default": "",
"description": "A comma-separated list of valid hostnames for the server. Default is the domain portion of `SITE_ROOT`."
},
{
"name": "APPRISE_ENABLED",
"label": "APPRISE_ENABLED",
"default": "False",
"description": "Set to `True` to enable the Apprise integration (https://github.com/caronc/apprise)."
},
{
"name": "CSRF_TRUSTED_ORIGINS",
"label": "CSRF_TRUSTED_ORIGINS",
"default": "",
"description": "A [list](https://docs.python.org/3/tutorial/introduction.html#lists) of trusted origins for unsafe requests (e.g. POST). Defaults to the value of `SITE_ROOT`."
},
{
"name": "DEBUG",
"label": "DEBUG",
"default": "True",
"description": "Set to `False` to disable. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security."
},
{
"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": "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. Defaults to `localhost`."
},
{
"name": "RP_ID",
"label": "RP_ID",
"default": "",
"description": "If using webauthn for 2FA set this to match your Healthchecks domain. Webauthn will only work over https."
},
{
"name": "SECRET_KEY",
"label": "SECRET_KEY",
"default": "",
"description": "A secret key used for cryptographic signing. Will generate a random value if one is not supplied and save it to `/config/local_settings.py`."
},
{
"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": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "<hostname or ip>",
"description": "Host address of mariadb database"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "3306",
"description": "Port to access mariadb 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": "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"
},
{
"name": "CMD_DB_DIALECT",
"label": "CMD_DB_DIALECT",
"default": "",
"description": "This variable allows selecting a database engine (if DB_HOST not set up). Available options are: `mariadb`, `mysql`, `postgres`, `sqlite`."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/heimdall/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Hishtory-server",
"name": "Hishtory-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/hishtory-server/config</p>",
"description": "[hiSHtory](https://github.com/ddworken/hishtory) is a better shell history. It stores your shell history in context (what directory you ran the command in, whether it succeeded or failed, how long it took, etc). This is all stored locally and end-to-end encrypted for syncing to to all your other computers.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hishtory-server-icon.png",
"image": "linuxserver/hishtory-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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "HISHTORY_POSTGRES_DB",
"label": "HISHTORY_POSTGRES_DB",
"default": "postgresql://${HISHTORY_DB_USER}:${HISHTORY_DB_PASS}@hishtory-db:5432/hishtory?sslmode=disable",
"description": "Postgres DB [Connection URI](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING). Special characters must be [URL encoded](https://en.wikipedia.org/wiki/URL_encoding)."
},
{
"name": "HISHTORY_SQLITE_DB",
"label": "HISHTORY_SQLITE_DB",
"default": "/config/hishtory.db",
"description": "SQLite database path. Needs to be a mounted volume for persistence. Don't set at the same time as HISHTORY_POSTGRES_DB."
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/hishtory-server/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"8085:8085/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/htpcmanager/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Inkscape",
"name": "Inkscape",
"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/inkscape/config</p>",
"description": "[Inkscape](https://inkscape.org/) is professional quality vector graphics software which runs on Linux, Mac OS X and Windows desktop computers.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/inkscape-logo.png",
"image": "linuxserver/inkscape: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/inkscape/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "",
"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://github.com/jellyfin/jellyfin) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. 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/linuxserver/docker-templates/master/linuxserver.io/img/jellyfin-logo.png",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "JELLYFIN_PublishedServerUrl",
"label": "JELLYFIN_PublishedServerUrl",
"default": "http://192.168.0.5",
"description": "Set the autodiscovery response domain or IP address, include http(s)://."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/jenkins-builder/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Kali-linux",
"name": "Kali-linux",
"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/kali-linux/config<br></p>",
"description": "[Kali-linux](https://github.com/linuxserver/docker-kali-linux) - is an Advanced Penetration Testing Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments. KALI LINUX ™ is a trademark of OffSec.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kali-logo.png",
"image": "linuxserver/kali-linux: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
},
{
"name": "TITLE",
"label": "TITLE",
"default": "Kali Linux",
"description": "String which will be used as page/tab title in the web browser."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/kali-linux/config"
},
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
],
"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": "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."
},
{
"name": "DOCKER_MTU",
"label": "DOCKER_MTU",
"default": "1500",
"description": "Optionally specify the mtu options passed to dockerd."
}
],
"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": "Kavita",
"name": "Kavita",
"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/kavita/config<br>mkdir -p /volume1/docker/kavita/data</p>",
"description": "[Kavita](https://github.com/Kareadita/Kavita) is a fast, feature rich, cross platform reading server. Built with a focus for being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family!",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kavita-logo.png",
"image": "linuxserver/kavita: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"5000:5000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/kavita/config"
},
{
"container": "/data",
"bind": "/volume1/docker/kavita/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/kdenlive/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Keepassxc",
"name": "Keepassxc",
"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/keepassxc/config</p>",
"description": "[KeePassXC](https://keepassxc.org/) is a free and open-source password manager. It started as a community fork of KeePassX (itself a cross-platform port of KeePass).",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/keepassxc-logo.png",
"image": "linuxserver/keepassxc: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/keepassxc/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Kicad",
"name": "Kicad",
"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/kicad/config</p>",
"description": "[KiCad](https://www.kicad.org/) - A Cross Platform and Open Source Electronics Design Automation Suite.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kicad-logo.png",
"image": "linuxserver/kicad: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/kicad/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Kimai",
"name": "Kimai",
"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/kimai/config</p>",
"description": "[Kimai](https://kimai.org/) is a professional grade time-tracking application, free and open-source. It handles use-cases of freelancers as well as companies with dozens or hundreds of users. Kimai was build to track your project times and ships with many advanced features, including but not limited to: JSON API, invoicing, data exports, multi-timer and punch-in punch-out mode, tagging, multi-user - multi-timezones - multi-language ([over 30 translations existing](https://hosted.weblate.org/projects/kimai/)!), authentication via SAML/LDAP/Database, two-factor authentication (2FA) with TOTP, customizable role and team permissions, responsive design, user/customer/project specific rates, advanced search & filtering, money and time budgets, advanced reporting, support for [plugins](https://www.kimai.org/store/) and so much more.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kimai-logo.png",
"image": "linuxserver/kimai: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DATABASE_URL",
"label": "DATABASE_URL",
"default": "mysql://your_db_user:your_db_pass@your_db_host:3306/your_db_name?charset=your_db_charset&serverVersion=your_db_version",
"description": "Configure your database connection, see Application Setup instructions."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/kimai/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Kometa",
"name": "Kometa",
"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/kometa/config</p>",
"description": "[Kometa](https://github.com/Kometa-Team/Kometa) is a powerful tool designed to give you complete control over your media libraries. With Kometa, you can take your customization to the next level, with granular control over metadata, collections, overlays, and much more.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kometa-banner.png",
"image": "linuxserver/kometa: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "KOMETA_CONFIG",
"label": "KOMETA_CONFIG",
"default": "/config/config.yml",
"description": "Specify a custom config file to use."
},
{
"name": "KOMETA_TIME",
"label": "KOMETA_TIME",
"default": "03:00",
"description": "Comma-separated list of times to update each day. Format: `HH:MM`."
},
{
"name": "KOMETA_RUN",
"label": "KOMETA_RUN",
"default": "False",
"description": "Set to `True` to run without the scheduler."
},
{
"name": "KOMETA_TEST",
"label": "KOMETA_TEST",
"default": "False",
"description": "Set to `True` to run in debug mode with only collections that have `test: true`."
},
{
"name": "KOMETA_NO_MISSING",
"label": "KOMETA_NO_MISSING",
"default": "False",
"description": "Set to `True` to run without any of the missing movie/show functions."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/kometa/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Krita",
"name": "Krita",
"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/krita/config</p>",
"description": "[Krita](https://krita.org/en/) is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/krita-logo.png",
"image": "linuxserver/krita: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/krita/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DOCKER_MODS",
"label": "DOCKER_MODS",
"default": "linuxserver/mods:universal-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><p>mkdir -p /volume1/docker/ldap-auth/config</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://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ldap-auth-logo.png",
"image": "linuxserver/ldap-auth: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "FERNETKEY",
"label": "FERNETKEY",
"default": "",
"description": "Optionally define a custom valid fernet key (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications)"
},
{
"name": "CERTFILE",
"label": "CERTFILE",
"default": "",
"description": "Optionally point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon"
},
{
"name": "KEYFILE",
"label": "KEYFILE",
"default": "",
"description": "Optionally point this to the private key file, matching the certificate file referred to in CERTFILE"
}
],
"ports": [
"8888:8888/tcp",
"9000:9000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ldap-auth/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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."
},
{
"name": "IPINFO_APIKEY",
"label": "IPINFO_APIKEY",
"default": "ACCESS_TOKEN",
"description": "Access token from ipinfo.io. Required for detailed IP information."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/librespeed/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Librewolf",
"name": "Librewolf",
"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/librewolf/config</p>",
"description": "[LibreWolf](https://librewolf.net/) is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png",
"image": "linuxserver/librewolf: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "LIBREWOLF_CLI",
"label": "LIBREWOLF_CLI",
"default": "https://www.linuxserver.io/",
"description": "Specify one or multiple LibreWolf CLI flags, this string will be passed to the application in full."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/librewolf/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/limnoria/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Lollypop",
"name": "Lollypop",
"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/lollypop/config</p>",
"description": "[Lollypop](https://wiki.gnome.org/Apps/Lollypop) is a lightweight modern music player designed to work excellently on the GNOME desktop environment.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lollypop-icon.png",
"image": "linuxserver/lollypop: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/lollypop/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.'",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DB_CONNECTION",
"label": "DB_CONNECTION",
"default": "",
"description": "DB type, from `sqlite`, `mysql`, `pqsql`."
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "",
"description": "DB server hostname. For `mysql` and `pgsql` only."
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "",
"description": "DB server port. For `mysql` and `pgsql` only."
},
{
"name": "DB_USERNAME",
"label": "DB_USERNAME",
"default": "",
"description": "DB user. For `mysql` and `pgsql` only."
},
{
"name": "DB_PASSWORD",
"label": "DB_PASSWORD",
"default": "",
"description": "DB password. For `mysql` and `pgsql` only."
},
{
"name": "DB_DATABASE",
"label": "DB_DATABASE",
"default": "",
"description": "Path to DB file for `sqlite`. DB name for `mysql` and `pgsql`."
},
{
"name": "APP_NAME",
"label": "APP_NAME",
"default": "Lychee",
"description": "The gallery name."
},
{
"name": "APP_URL",
"label": "APP_URL",
"default": "",
"description": "The URL you will use to access Lychee including protocol, and port where appropriate."
},
{
"name": "TRUSTED_PROXIES",
"label": "TRUSTED_PROXIES",
"default": "",
"description": "Set to the IP or netmask covering your reverse proxy, if running behind one. Set to `*` to trust all IPs (**do not** use `*` if exposed to the internet`)."
}
],
"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": "Manyfold",
"name": "Manyfold",
"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/manyfold/config<br>mkdir -p /volume1/docker/manyfold/libraries</p>",
"description": "[Manyfold](https://github.com/manyfold3d/manyfold/) is an open source, self-hosted web application for managing a collection of 3D models, particularly focused on 3D printing.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/manyfold-logo.png",
"image": "linuxserver/manyfold: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DATABASE_URL",
"label": "DATABASE_URL",
"default": "",
"description": "Database connection URL. For sqlite use `sqlite3:/config/manyfold.sqlite3`. For postgres or mariadb use `<scheme>://<username>:<password>@<hostname>:<port>/<db name>` where `<scheme>` is `postgresql` or `mysql2`. Special characters in username/password must be [URL encoded](https://en.wikipedia.org/wiki/Percent-encoding)."
},
{
"name": "REDIS_URL",
"label": "REDIS_URL",
"default": "",
"description": "Redis/Valkey database URL in `redis://<hostname>:<port>/<db number>` format."
},
{
"name": "SECRET_KEY_BASE",
"label": "SECRET_KEY_BASE",
"default": "",
"description": "Browser session secret. Changing it will terminate all active browser sessions."
}
],
"ports": [
"3214:3214/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/manyfold/config"
},
{
"container": "/libraries",
"bind": "/volume1/docker/manyfold/libraries"
}
],
"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": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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). (valid only for first run)"
},
{
"name": "MYSQL_DATABASE",
"label": "MYSQL_DATABASE",
"default": "USER_DB_NAME",
"description": "Specify the name of a database to be created. (valid only for first run)"
},
{
"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). (valid only for first run)"
},
{
"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). (valid only for first run)"
},
{
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "Postgres port"
},
{
"name": "ES_ENABLED",
"label": "ES_ENABLED",
"default": "false",
"description": "Enable or disable Elasticsearch (requires a separate ES instance)"
},
{
"name": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
"label": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
"default": "",
"description": "Primary key for [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)."
},
{
"name": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
"label": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
"default": "",
"description": "Deterministic key for [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)."
},
{
"name": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
"label": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
"default": "",
"description": "Derivation salt for [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)."
},
{
"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 after initial setup will break two-factor authentication."
},
{
"name": "VAPID_PRIVATE_KEY",
"label": "VAPID_PRIVATE_KEY",
"default": "",
"description": "Push notification private key. Changing it after initial setup will break push notifications."
},
{
"name": "VAPID_PUBLIC_KEY",
"label": "VAPID_PUBLIC_KEY",
"default": "",
"description": "Push notification public key. Changing it after initial setup 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": "[email protected]",
"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)."
},
{
"name": "NO_CHOWN",
"label": "NO_CHOWN",
"default": "",
"description": "Set to `true` to skip chown of /config on init. *READ THE APPLICATION NOTES BEFORE SETTING THIS*."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mastodon/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Mediaelch",
"name": "Mediaelch",
"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/mediaelch/config</p>",
"description": "[MediaElch](https://github.com/Komet/MediaElch) is a MediaManager for Kodi. Information about Movies, TV Shows, Concerts and Music are stored as nfo files. Fanarts are downloaded automatically from fanart.tv. Using the nfo generator, MediaElch can be used with other MediaCenters as well.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mediaelch-logo.png",
"image": "linuxserver/mediaelch: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mediaelch/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "CLI_ARGS",
"label": "CLI_ARGS",
"default": "--gameid devtest",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "Monica",
"name": "Monica",
"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/monica/config</p>",
"description": "[Monica](https://github.com/monicahq/monica) is an open source personal relationship management system, that lets you document your life.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/monica-logo.png",
"image": "linuxserver/monica: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "",
"description": "Mariadb DB server hostname."
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "",
"description": "Mariadb DB server port."
},
{
"name": "DB_USERNAME",
"label": "DB_USERNAME",
"default": "",
"description": "Mariadb DB user."
},
{
"name": "DB_PASSWORD",
"label": "DB_PASSWORD",
"default": "",
"description": "Mariadb DB password."
},
{
"name": "DB_DATABASE",
"label": "DB_DATABASE",
"default": "",
"description": "Mariadb DB name."
},
{
"name": "APP_URL",
"label": "APP_URL",
"default": "http://localhost:80",
"description": "The URL you will use to access Monica including protocol, and port where appropriate."
},
{
"name": "TRUSTED_PROXIES",
"label": "TRUSTED_PROXIES",
"default": "",
"description": "Set to the IP or netmask covering your reverse proxy, if running behind one. Set to `*` to trust all IPs (**do not** use `*` if exposed to the internet`)."
},
{
"name": "APP_ENV",
"label": "APP_ENV",
"default": "local",
"description": "Set to `production` when exposing the container to anyone else; this also makes https mandatory."
},
{
"name": "APP_DISABLE_SIGNUP",
"label": "APP_DISABLE_SIGNUP",
"default": "true",
"description": "Set to `false` to enable new account sign-ups."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/monica/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Msedge",
"name": "Msedge",
"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/msedge/config</p>",
"description": "[Microsoft Edge](https://www.microsoft.com/edge) is a cross-platform web browser developed by Microsoft and based on Chromium.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/edge-logo.png",
"image": "linuxserver/msedge: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "EDGE_CLI",
"label": "EDGE_CLI",
"default": "https://www.linuxserver.io/",
"description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/msedge/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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": "Mullvad-browser",
"name": "Mullvad-browser",
"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/mullvad-browser/config</p>",
"description": "The [Mullvad Browser](https://mullvad.net/en/browser) is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. It’s designed to minimize tracking and fingerprinting. You could say it’s a Tor Browser to use without the Tor Network. Instead, you can use it with a trustworthy VPN.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mullvad-browser-logo.png",
"image": "linuxserver/mullvad-browser: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "LOCAL_NET",
"label": "LOCAL_NET",
"default": "192.168.0.0/16",
"description": "If using a VPN, set this to your local LAN IP range using CIDR notation. Without it you will be unable to access the web interface. If you have multiple ranges or a complex LAN setup you will need to manage this yourself in the wg0.conf, see the App Setup section for details."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mullvad-browser/config"
}
],
"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"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/mysql-workbench/config"
}
],
"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": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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 subfolder if running this behind a reverse proxy (IE /proxy/)"
},
{
"name": "NGINX_PORT",
"label": "NGINX_PORT",
"default": "80",
"description": "Specify a different internal port for the asset server"
},
{
"name": "WEB_APP_PORT",
"label": "WEB_APP_PORT",
"default": "3000",
"description": "Specify a different internal port for the configuration UI"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SUPERUSER_EMAIL",
"label": "SUPERUSER_EMAIL",
"default": "",
"description": "Email address for `admin` account"
},
{
"name": "SUPERUSER_PASSWORD",
"label": "SUPERUSER_PASSWORD",
"default": "",
"description": "Password for `admin` account"
},
{
"name": "ALLOWED_HOST",
"label": "ALLOWED_HOST",
"default": "",
"description": "The hostname you will use to access the app (i.e., netbox.example.com)"
},
{
"name": "DB_NAME",
"label": "DB_NAME",
"default": "",
"description": "Database name (default: netbox)"
},
{
"name": "DB_USER",
"label": "DB_USER",
"default": "",
"description": "Database user"
},
{
"name": "DB_PASSWORD",
"label": "DB_PASSWORD",
"default": "",
"description": "Database password"
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "",
"description": "Database host (default: postgres)"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "",
"description": "Database port (default: 5432)"
},
{
"name": "REDIS_HOST",
"label": "REDIS_HOST",
"default": "",
"description": "Redis host (default: redis)"
},
{
"name": "REDIS_PORT",
"label": "REDIS_PORT",
"default": "",
"description": "Redis port number (default: 6379)"
},
{
"name": "REDIS_PASSWORD",
"label": "REDIS_PASSWORD",
"default": "",
"description": "Redis password (default: none)"
},
{
"name": "REDIS_DB_TASK",
"label": "REDIS_DB_TASK",
"default": "",
"description": "Redis database ID for tasks (default: 0)"
},
{
"name": "REDIS_DB_CACHE",
"label": "REDIS_DB_CACHE",
"default": "",
"description": "Redis database ID for caching (default: 1)"
},
{
"name": "BASE_PATH",
"label": "BASE_PATH",
"default": "",
"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": "",
"description": "Enable remote authentication (optional, default: False)"
},
{
"name": "REMOTE_AUTH_BACKEND",
"label": "REMOTE_AUTH_BACKEND",
"default": "",
"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": "",
"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": "",
"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": "",
"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": "",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"6667:6667/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ngircd/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.com/) 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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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.",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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": "Obsidian",
"name": "Obsidian",
"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/obsidian/config</p>",
"description": "[Obsidian](https://obsidian.md) is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow. You can also publish your notes online, access them offline, and sync them securely with end-to-end encryption.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png",
"image": "linuxserver/obsidian: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/obsidian/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "BASE_URL",
"label": "BASE_URL",
"default": "/",
"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": "Openshot",
"name": "Openshot",
"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/openshot/config</p>",
"description": "[OpenShot](https://openshot.org/) Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openshot-logo.png",
"image": "linuxserver/openshot: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/openshot/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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`)"
},
{
"name": "LOG_STDOUT",
"label": "LOG_STDOUT",
"default": "",
"description": "Set to `true` to log to stdout instead of file."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "Opera",
"name": "Opera",
"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/opera/config</p>",
"description": "[Opera](https://www.opera.com/) is a multi-platform web browser developed by its namesake company Opera. The browser is based on Chromium, but distinguishes itself from other Chromium-based browsers (Chrome, Edge, etc.) through its user interface and other features.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/opera-icon.png",
"image": "linuxserver/opera: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "OPERA_CLI",
"label": "OPERA_CLI",
"default": "https://www.linuxserver.io/",
"description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/opera/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Orcaslicer",
"name": "Orcaslicer",
"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/orcaslicer/config</p>",
"description": "[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/orcaslicer-logo.png",
"image": "linuxserver/orcaslicer: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/orcaslicer/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](https://git.streamboard.tv/common/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"5055:5055/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/overseerr/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Pairdrop",
"name": "Pairdrop",
"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/pairdrop/config</p>",
"description": "[PairDrop](https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/schlagmichdoch/PairDrop/master/public/images/android-chrome-512x512.png",
"image": "linuxserver/pairdrop: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "RATE_LIMIT",
"label": "RATE_LIMIT",
"default": "false",
"description": "Set to `true` to limit clients to 100 requests per 5 min"
},
{
"name": "WS_FALLBACK",
"label": "WS_FALLBACK",
"default": "false",
"description": "Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes)."
},
{
"name": "RTC_CONFIG",
"label": "RTC_CONFIG",
"default": "",
"description": "Path to a json file containing custom STUN/TURN config (see App Setup notes)"
},
{
"name": "DEBUG_MODE",
"label": "DEBUG_MODE",
"default": "false",
"description": "Set to `true` to debug the http server configuration by logging clients IP addresses used by PairDrop to STDOUT. [See here for more info](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#debug-mode). Do not use in production!"
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/pairdrop/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/pidgin/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Piper",
"name": "Piper",
"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/piper/config</p>",
"description": "[Piper](https://github.com/rhasspy/piper/) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png",
"image": "linuxserver/piper: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "PIPER_VOICE",
"label": "PIPER_VOICE",
"default": "en_US-lessac-medium",
"description": "The [Piper voice](https://huggingface.co/rhasspy/piper-voices/tree/main) to use, in the format `<language>-<name>-<quality>`"
},
{
"name": "PIPER_LENGTH",
"label": "PIPER_LENGTH",
"default": "1.0",
"description": "Voice speaking rate, 1.0 is default with < 1.0 being faster and > 1.0 being slower."
},
{
"name": "PIPER_NOISE",
"label": "PIPER_NOISE",
"default": "0.667",
"description": "Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio."
},
{
"name": "PIPER_NOISEW",
"label": "PIPER_NOISEW",
"default": "0.333",
"description": "Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses."
},
{
"name": "PIPER_SPEAKER",
"label": "PIPER_SPEAKER",
"default": "0",
"description": "Speaker number to use if the voice supports multiple speakers."
},
{
"name": "PIPER_PROCS",
"label": "PIPER_PROCS",
"default": "1",
"description": "Number of Piper processes to run simultaneously."
}
],
"ports": [
"10200:10200/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/piper/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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": "Planka",
"name": "Planka",
"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/planka/config</p>",
"description": "[Planka](https://github.com/plankanban/planka/) is an elegant open source project tracking tool.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/planka-logo.png",
"image": "linuxserver/planka: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "BASE_URL",
"label": "BASE_URL",
"default": "https://planka.example.com",
"description": "The URL you will use to access planka including protocol, and port if not 80/443."
},
{
"name": "DATABASE_URL",
"label": "DATABASE_URL",
"default": "postgresql://user:password@planka-db:5432/planka",
"description": "Postgres database URL. Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)."
},
{
"name": "DEFAULT_ADMIN_EMAIL",
"label": "DEFAULT_ADMIN_EMAIL",
"default": "[email protected]",
"description": "Email address for default user."
},
{
"name": "DEFAULT_ADMIN_USERNAME",
"label": "DEFAULT_ADMIN_USERNAME",
"default": "demo",
"description": "Username for default user."
},
{
"name": "DEFAULT_ADMIN_PASSWORD",
"label": "DEFAULT_ADMIN_PASSWORD",
"default": "demo",
"description": "Password for default user."
},
{
"name": "DEFAULT_ADMIN_NAME",
"label": "DEFAULT_ADMIN_NAME",
"default": "Demo User",
"description": "Display name for default user."
},
{
"name": "SECRET_KEY",
"label": "SECRET_KEY",
"default": "notasecretkey",
"description": "Session encryption key, recommended 32-64 character alphanumeric."
},
{
"name": "TRUST_PROXY",
"label": "TRUST_PROXY",
"default": "0",
"description": "Set to `1` to trust upstream proxies if reverse proxying."
}
],
"ports": [
"1337:1337/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/planka/config"
}
],
"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. Straightforward design and bulk actions mean getting things done faster.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-logo.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": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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."
}
],
"ports": [
"80:80/tcp"
],
"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": "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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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/linuxserver/docker-templates/master/linuxserver.io/img/pydio-cells-icon.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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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"
],
"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://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/pyload-logo.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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "Python",
"name": "Python",
"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/python/config</p>",
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/python for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/python: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/python/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "WEBUI_PORT",
"label": "WEBUI_PORT",
"default": "8080",
"description": "for changing the port of the web UI, see below for explanation"
},
{
"name": "TORRENTING_PORT",
"label": "TORRENTING_PORT",
"default": "6881",
"description": "for changing the port of tcp/udp connection, 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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/qdirstat/config"
},
{
"container": "/data",
"bind": "/volume1/docker/qdirstat/data"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Qemu-static",
"name": "Qemu-static",
"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/qemu-static/config</p>",
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/qemu-static for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/qemu-static: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/qemu-static/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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": "QUASSEL_HTTPS",
"label": "QUASSEL_HTTPS",
"default": "",
"description": "Set to `true` to have Quassel web serve over https on port 64443 instead of http on port 64080."
},
{
"name": "URL_BASE",
"label": "URL_BASE",
"default": "/quassel",
"description": "Specify a url-base in reverse proxy setups ie. `/quassel`"
}
],
"ports": [
"64080:64080/tcp",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/raneto/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Rawtherapee",
"name": "Rawtherapee",
"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/rawtherapee/config</p>",
"description": "[RawTherapee](https://rawtherapee.com/) is a free, cross-platform raw image processing program!",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rawtherapee-logo.png",
"image": "linuxserver/rawtherapee: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/rawtherapee/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>mkdir -p /volume1/docker/rdesktop/config<br><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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3389:3389/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/rdesktop/config"
},
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
},
{
"container": "/config",
"bind": "/volume1/docker/rdesktop/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Readme-sync",
"name": "Readme-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/readme-sync/config</p>",
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/readme-sync for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/readme-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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/readme-sync/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, 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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/remmina/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://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/resilio-sync-logo.png",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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": "Rustdesk",
"name": "Rustdesk",
"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/rustdesk/config</p>",
"description": "[RustDesk](https://rustdesk.com/) is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rustdesk-logo.png",
"image": "linuxserver/rustdesk: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/rustdesk/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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": "Series-troxide",
"name": "Series-troxide",
"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/series-troxide/config</p>",
"description": "[Series Troxide](https://github.com/MaarifaMaarifa/series-troxide) a Simple and Modern Series Tracker",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/series-troxide-logo.png",
"image": "linuxserver/series-troxide: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/series-troxide/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Shotcut",
"name": "Shotcut",
"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/shotcut/config</p>",
"description": "[Shotcut](https://www.shotcut.org/) is a free, open source, cross-platform video editor.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/shotcut-logo.png",
"image": "linuxserver/shotcut: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/shotcut/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/smokeping-logo.png",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "MASTER_URL",
"label": "MASTER_URL",
"default": "http://<master-host-ip>:80/smokeping/",
"description": "Specify the master url to connect to. Used when in slave mode."
},
{
"name": "SHARED_SECRET",
"label": "SHARED_SECRET",
"default": "password",
"description": "Specify the master shared secret for this host. Used when in slave mode."
},
{
"name": "CACHE_DIR",
"label": "CACHE_DIR",
"default": "/tmp",
"description": "Specify the cache directory for this host. Used when in slave mode."
}
],
"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/snapdrop/snapdrop) A local file sharing in your browser. Inspired by Apple's Airdrop.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/snapdrop/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/snipe-it-logo.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": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "APP_KEY",
"label": "APP_KEY",
"default": "",
"description": "App key used for encrypting stored data. Generate with `docker exec snipe-it php /app/www/artisan key:generate --show`."
},
{
"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": "APP_DEBUG",
"label": "APP_DEBUG",
"default": "false",
"description": "Set to `true` to see debugging output in the web UI."
},
{
"name": "APP_ENV",
"label": "APP_ENV",
"default": "production",
"description": "Default is `production` but can use `testing` or `develop`."
},
{
"name": "APP_FORCE_TLS",
"label": "APP_FORCE_TLS",
"default": "false",
"description": "Set to `true` if running behind a reverse proxy"
},
{
"name": "APP_LOCALE",
"label": "APP_LOCALE",
"default": "",
"description": "Default is `en-US`. Set to a language from [this list](https://snipe-it.readme.io/docs/configuration#section-setting-a-language)."
},
{
"name": "MAIL_PORT_587_TCP_ADDR",
"label": "MAIL_PORT_587_TCP_ADDR",
"default": "",
"description": "SMTP mail server ip or hostname."
},
{
"name": "MAIL_PORT_587_TCP_PORT",
"label": "MAIL_PORT_587_TCP_PORT",
"default": "",
"description": "SMTP mail server port."
},
{
"name": "MAIL_ENV_FROM_ADDR",
"label": "MAIL_ENV_FROM_ADDR",
"default": "",
"description": "The email address mail should be replied to and listed when sent."
},
{
"name": "MAIL_ENV_FROM_NAME",
"label": "MAIL_ENV_FROM_NAME",
"default": "",
"description": "The name listed on email sent from the default account on the system."
},
{
"name": "MAIL_ENV_ENCRYPTION",
"label": "MAIL_ENV_ENCRYPTION",
"default": "",
"description": "Mail encryption to use e.g. `tls`."
},
{
"name": "MAIL_ENV_USERNAME",
"label": "MAIL_ENV_USERNAME",
"default": "",
"description": "SMTP server login username."
},
{
"name": "MAIL_ENV_PASSWORD",
"label": "MAIL_ENV_PASSWORD",
"default": "",
"description": "SMTP server login password."
}
],
"ports": [
"8080:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/snipe-it/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Socket-proxy",
"name": "Socket-proxy",
"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/socket-proxy/config</p>",
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/socket-proxy for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/socket-proxy: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/socket-proxy/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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": "Speedtest-tracker",
"name": "Speedtest-tracker",
"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/speedtest-tracker/config</p>",
"description": "[Speedtest-tracker](https://github.com/alexjustesen/speedtest-tracker) is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/speedtest-tracker-logo.png",
"image": "linuxserver/speedtest-tracker: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "APP_KEY",
"label": "APP_KEY",
"default": "",
"description": "App key used for encrypting stored data. You can generate a key at [https://speedtest-tracker.dev](https://speedtest-tracker.dev)"
},
{
"name": "APP_URL",
"label": "APP_URL",
"default": "",
"description": "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_CONNECTION",
"label": "DB_CONNECTION",
"default": "sqlite",
"description": "Set the database type to use. `sqlite`, `pgsql`, or `mysql`"
},
{
"name": "SPEEDTEST_SCHEDULE",
"label": "SPEEDTEST_SCHEDULE",
"default": "",
"description": "Set the test schedule in cron format. e.g. `0 */6 * * *`"
},
{
"name": "SPEEDTEST_SERVERS",
"label": "SPEEDTEST_SERVERS",
"default": "",
"description": "A comma-separated list of server IDs to test against. Run `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/speedtest-tracker:latest list-servers` to get a list of nearby servers."
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "",
"description": "Database hostname (postgres/mysql)."
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "",
"description": "Database port (postgres/mysql)."
},
{
"name": "DB_DATABASE",
"label": "DB_DATABASE",
"default": "",
"description": "Database name (postgres/mysql)."
},
{
"name": "DB_USERNAME",
"label": "DB_USERNAME",
"default": "",
"description": "Database username (postgres/mysql)."
},
{
"name": "DB_PASSWORD",
"label": "DB_PASSWORD",
"default": "",
"description": "Database password (postgres/mysql)."
},
{
"name": "DISPLAY_TIMEZONE",
"label": "DISPLAY_TIMEZONE",
"default": "Etc/UTC",
"description": "Timezone for the UI."
},
{
"name": "PRUNE_RESULTS_OLDER_THAN",
"label": "PRUNE_RESULTS_OLDER_THAN",
"default": "0",
"description": "Days to keep test results."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/speedtest-tracker/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Spotube",
"name": "Spotube",
"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/spotube/config</p>",
"description": "[Spotube](https://spotube.krtirtho.dev/) is an open source, cross-platform Spotify client compatible across multiple platforms utilizing Spotify's data API and YouTube, Piped.video or JioSaavn as an audio source, eliminating the need for Spotify Premium",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/spotube-logo.png",
"image": "linuxserver/spotube: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/spotube/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/sqlitebrowser/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Steamos",
"name": "Steamos",
"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/steamos/config<br><br></p>",
"description": "[SteamOS](https://www.steamdeck.com/) is an Arch based Linux distribution made by Valve Software. This container is a vanilla Arch install with Steam repositories added for software support. **This container will only work with modern AMD/Intel GPUs on a real Linux Host**",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/steamos-logo.png",
"image": "linuxserver/steamos: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DRINODE",
"label": "DRINODE",
"default": "/dev/dri/renderD128",
"description": "Specify the render device (GPU) for the contianer to use."
},
{
"name": "HOST_IP",
"label": "HOST_IP",
"default": "192.168.100.10",
"description": "Specify the IP of the host, needed for LAN Remote Play."
},
{
"name": "STARTUP",
"label": "STARTUP",
"default": "KDE",
"description": "KDE to boot into desktop mode, BIGPICTURE to boot into gamescope."
},
{
"name": "RESOLUTION",
"label": "RESOLUTION",
"default": "1920x1080",
"description": "When booting into BIGPICTURE mode the screen resolution will be bound to this value."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp",
"27031-27036:27031-27036/udp",
"27031-27036:27031-27036",
"47984-47990:47984-47990",
"48010-48010:48010-48010",
"47998-48000:47998-48000/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/steamos/config"
},
{
"container": "/dev/input",
"bind": "/dev/input"
},
{
"container": "/run/udev/data",
"bind": "/run/udev/data"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "URL",
"label": "URL",
"default": "example.com",
"description": "Top url you have control over (e.g. `example.com` if you own it, or `customsubdomain.example.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`, `bunny`, `cloudflare`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `dreamhost`, `duckdns`, `dynu`, `freedns`, `gandi`, `gehirn`, `glesys`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `namecheap`, `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. `example.net,subdomain.example.net,*.example.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><p>mkdir -p /volume1/docker/synclounge/config</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": "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."
}
],
"ports": [
"8088:8088/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/synclounge/config"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "LOG_TO_STDOUT",
"label": "LOG_TO_STDOUT",
"default": "",
"description": "If set to `true` container will log to stdout, otherwise will log to `/config/log/`."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"8181:8181/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/tautulli/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Tester",
"name": "Tester",
"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": "This internal tool is used as a desktop sandbox in our CI process to grab a screenshot of a hopefully functional endpoint",
"platform": "linux",
"logo": "https://avatars3.githubusercontent.com/u/12324908?s=200&v=4",
"image": "linuxserver/tester:latest",
"env": [
{
"name": "URL",
"label": "URL",
"default": "http://google.com",
"description": "Specify an endpoint, the container will automatically determine the correct protocol and program to use"
}
],
"ports": [
"3000:3000/tcp"
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "TRANSMISSION_WEB_HOME",
"label": "TRANSMISSION_WEB_HOME",
"default": "",
"description": "Specify the path to an alternative UI folder."
},
{
"name": "USER",
"label": "USER",
"default": "",
"description": "Specify an optional username for the interface"
},
{
"name": "PASS",
"label": "PASS",
"default": "",
"description": "Specify an optional password for the interface"
},
{
"name": "WHITELIST",
"label": "WHITELIST",
"default": "",
"description": "Specify an optional list of comma separated ip whitelist. Fills rpc-whitelist setting."
},
{
"name": "PEERPORT",
"label": "PEERPORT",
"default": "",
"description": "Specify an optional port for torrent TCP/UDP connections. Fills peer-port setting."
},
{
"name": "HOST_WHITELIST",
"label": "HOST_WHITELIST",
"default": "",
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "MAXMEM",
"label": "MAXMEM",
"default": "",
"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": "Ungoogled-chromium",
"name": "Ungoogled-chromium",
"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/ungoogled-chromium/config</p>",
"description": "[Ungoogled Chromium](https://github.com/ungoogled-software/ungoogled-chromium) is Google Chromium, sans dependency on Google web services.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ungoogled-chromium-logo.png",
"image": "linuxserver/ungoogled-chromium: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "CHROME_CLI",
"label": "CHROME_CLI",
"default": "https://www.linuxserver.io/",
"description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/ungoogled-chromium/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Unifi-network-application",
"name": "Unifi-network-application",
"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-network-application/config</p>",
"description": "The [Unifi-network-application](https://ui.com/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-banner.png",
"image": "linuxserver/unifi-network-application: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "MONGO_USER",
"label": "MONGO_USER",
"default": "unifi",
"description": "Mongodb Username. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**."
},
{
"name": "MONGO_PASS",
"label": "MONGO_PASS",
"default": "",
"description": "Mongodb Password. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**."
},
{
"name": "MONGO_HOST",
"label": "MONGO_HOST",
"default": "unifi-db",
"description": "Mongodb Hostname. Only evaluated on first run."
},
{
"name": "MONGO_PORT",
"label": "MONGO_PORT",
"default": "27017",
"description": "Mongodb Port. Only evaluated on first run."
},
{
"name": "MONGO_DBNAME",
"label": "MONGO_DBNAME",
"default": "unifi",
"description": "Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run."
},
{
"name": "MONGO_AUTHSOURCE",
"label": "MONGO_AUTHSOURCE",
"default": "admin",
"description": "Mongodb [authSource](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.authSource). For Atlas set to `admin`. Only evaluated on first run."
},
{
"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"
},
{
"name": "MONGO_TLS",
"label": "MONGO_TLS",
"default": "",
"description": "Mongodb enable [TLS](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.tls). Only evaluated on first run."
}
],
"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-network-application/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Unrar",
"name": "Unrar",
"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/unrar/config</p>",
"description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/unrar for details.",
"platform": "linux",
"logo": "",
"image": "linuxserver/unrar: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/unrar/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Vscodium",
"name": "Vscodium",
"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/vscodium/config</p>",
"description": "[VSCodium](https://vscodium.com/) is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png",
"image": "linuxserver/vscodium: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/vscodium/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Webcord",
"name": "Webcord",
"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/webcord/config</p>",
"description": "[WebCord](https://github.com/SpacingBat3/WebCord) can be summarized as a pack of security and privacy hardenings, Discord features reimplementations, Electron / Chromium / Discord bugs workarounds, stylesheets, internal pages and wrapped https://discord.com page, designed to conform with ToS as much as it is possible (or hide the changes that might violate it from Discord's eyes).",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webcord-icon.png",
"image": "linuxserver/webcord: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/webcord/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp"
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "SUBFOLDER",
"label": "SUBFOLDER",
"default": "/",
"description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
},
{
"name": "TITLE",
"label": "TITLE",
"default": "Webtop",
"description": "String which will be used as page/tab title in the web browser."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "DB_TYPE",
"label": "DB_TYPE",
"default": "sqlite",
"description": "Set to sqlite (default) or postgres depending on the database engine you wish to use"
},
{
"name": "DB_HOST",
"label": "DB_HOST",
"default": "",
"description": "DB hostname (postgres only)"
},
{
"name": "DB_PORT",
"label": "DB_PORT",
"default": "",
"description": "DB port (postgres only)"
},
{
"name": "DB_NAME",
"label": "DB_NAME",
"default": "",
"description": "DB name (postgres only)"
},
{
"name": "DB_USER",
"label": "DB_USER",
"default": "",
"description": "DB username (postgres only)"
},
{
"name": "DB_PASS",
"label": "DB_PASS",
"default": "",
"description": "DB password (postgres only)"
}
],
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp",
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/wireshark/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Wps-office",
"name": "Wps-office",
"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/wps-office/config</p>",
"description": "[WPS Office](https://www.wps.com/) is a lightweight, feature-rich comprehensive office suite with high compatibility. As a handy and professional office software, WPS Office allows you to edit files in Writer, Presentation, Spreadsheet, and PDF to improve your work efficiency.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wps-office-icon.png",
"image": "linuxserver/wps-office: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/wps-office/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/xbackbone/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Yaak",
"name": "Yaak",
"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/yaak/config</p>",
"description": "[Yaak](https://yaak.app/) is a desktop API client for organizing and executing REST, GraphQL, and gRPC requests. It's built using [Tauri](https://tauri.app/), [Rust](https://www.rust-lang.org/), and [ReactJS](https://react.dev/).",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/yaak-logo.png",
"image": "linuxserver/yaak: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/yaak/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Your_spotify",
"name": "Your_spotify",
"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/your_spotify/config</p>",
"description": "[Your_spotify](https://github.com/Yooooomi/your_spotify) is a self-hosted application that tracks what you listen and offers you a dashboard to explore statistics about it! It's composed of a web server which polls the Spotify API every now and then and a web application on which you can explore your statistics.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/your_spotify-logo.png",
"image": "linuxserver/your_spotify: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
},
{
"name": "APP_URL",
"label": "APP_URL",
"default": "http://localhost",
"description": "The protocol and hostname where the app will be accessed."
},
{
"name": "SPOTIFY_PUBLIC",
"label": "SPOTIFY_PUBLIC",
"default": "",
"description": "Your Spotify application client ID."
},
{
"name": "SPOTIFY_SECRET",
"label": "SPOTIFY_SECRET",
"default": "",
"description": "Your Spotify application secret."
},
{
"name": "CORS",
"label": "CORS",
"default": "http://localhost:80,https://localhost:443",
"description": "Allowed CORS sources, set to `all` to allow any source."
},
{
"name": "MONGO_ENDPOINT",
"label": "MONGO_ENDPOINT",
"default": "mongodb://mongo:27017/your_spotify",
"description": "Set mongodb endpoint address/port."
}
],
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/your_spotify/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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"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": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/znc-logo.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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"6501:6501/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/znc/config"
}
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Zotero",
"name": "Zotero",
"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/zotero/config</p>",
"description": "[Zotero](https://www.zotero.org/) is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/zotero-icon.png",
"image": "linuxserver/zotero: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, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
}
],
"ports": [
"3000:3000/tcp",
"3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/zotero/config"
}
],
"restart_policy": "unless-stopped"
},
{
"categories": [
"Productivity",
"Social"
],
"description": "Open source collaborative knowledge base for modern teams",
"env": [
{
"default": "production",
"label": "NODE_ENV",
"name": "NODE_ENV"
},
{
"default": "",
"label": "SECRET_KEY",
"name": "SECRET_KEY"
},
{
"default": "",
"label": "UTILS_SECRET",
"name": "UTILS_SECRET"
},
{
"default": "",
"label": "DATABASE_URL",
"name": "DATABASE_URL"
},
{
"default": "",
"label": "DATABASE_URL_TEST",
"name": "DATABASE_URL_TEST"
},
{
"default": "",
"label": "DATABASE_CONNECTION_POOL_MIN",
"name": "DATABASE_CONNECTION_POOL_MIN"
},
{
"default": "",
"label": "DATABASE_CONNECTION_POOL_MAX",
"name": "DATABASE_CONNECTION_POOL_MAX"
},
{
"default": "",
"label": "REDIS_URL",
"name": "REDIS_URL"
},
{
"default": "",
"label": "URL",
"name": "URL"
},
{
"default": "3000",
"label": "PORT",
"name": "PORT"
},
{
"default": "",
"label": "COLLABORATION_URL",
"name": "COLLABORATION_URL"
},
{
"default": "",
"label": "GOOGLE_CLIENT_ID",
"name": "GOOGLE_CLIENT_ID"
},
{
"default": "",
"label": "GOOGLE_CLIENT_SECRET",
"name": "GOOGLE_CLIENT_SECRET"
},
{
"default": "",
"label": "SSL_KEY",
"name": "SSL_KEY"
},
{
"default": "",
"label": "SSL_CERT",
"name": "SSL_CERT"
},
{
"default": "true",
"label": "FORCE_HTTPS",
"name": "FORCE_HTTPS"
},
{
"default": "true",
"label": "ENABLE_UPDATES",
"name": "ENABLE_UPDATES"
},
{
"default": "1",
"label": "WEB_CONCURRENCY",
"name": "WEB_CONCURRENCY"
},
{
"default": "5120000",
"label": "MAXIMUM_IMPORT_SIZE",
"name": "MAXIMUM_IMPORT_SIZE"
},
{
"default": "http",
"label": "DEBUG",
"name": "DEBUG"
},
{
"default": "info",
"label": "LOG_LEVEL",
"name": "LOG_LEVEL"
},
{
"default": "",
"label": "GOOGLE_ANALYTICS_ID",
"name": "GOOGLE_ANALYTICS_ID"
},
{
"default": "",
"label": "SENTRY_DSN",
"name": "SENTRY_DSN"
},
{
"default": "",
"label": "SENTRY_TUNNEL",
"name": "SENTRY_TUNNEL"
},
{
"default": "",
"label": "SMTP_HOST",
"name": "SMTP_HOST"
},
{
"default": "",
"label": "SMTP_PORT",
"name": "SMTP_PORT"
},
{
"default": "",
"label": "SMTP_USERNAME",
"name": "SMTP_USERNAME"
},
{
"default": "",
"label": "SMTP_PASSWORD",
"name": "SMTP_PASSWORD"
},
{
"default": "",
"label": "SMTP_FROM_EMAIL",
"name": "SMTP_FROM_EMAIL"
},
{
"default": "",
"label": "SMTP_REPLY_EMAIL",
"name": "SMTP_REPLY_EMAIL"
},
{
"default": "",
"label": "SMTP_TLS_CIPHERS",
"name": "SMTP_TLS_CIPHERS"
},
{
"default": "true",
"label": "SMTP_SECURE",
"name": "SMTP_SECURE"
},
{
"default": "en_US",
"label": "DEFAULT_LANGUAGE",
"name": "DEFAULT_LANGUAGE"
},
{
"default": "true",
"label": "RATE_LIMITER_ENABLED",
"name": "RATE_LIMITER_ENABLED"
},
{
"default": "1000",
"label": "RATE_LIMITER_REQUESTS",
"name": "RATE_LIMITER_REQUESTS"
},
{
"default": "60",
"label": "RATE_LIMITER_DURATION_WINDOW",
"name": "RATE_LIMITER_DURATION_WINDOW"
}
],
"logo": "https://avatars.githubusercontent.com/u/1765001",
"name": "outline",
"note": "Open source collaborative knowledge base for modern teams",
"platform": "linux",
"repository": {
"stackfile": "sources/stacks/outline.yml",
"url": "https://github.com/lissy93/portainer-templates"
},
"restart_policy": "unless-stopped",
"title": "Outline",
"type": 3
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "Ubuntu",
"description": "Debian-based Linux operating system",
"categories": [
"Operatingsystem"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
"image": "ubuntu:latest",
"interactive": true,
"command": "/bin/bash",
"maintainer": " https://github.com/portainer/templates/"
},
{
"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",
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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/"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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/ee/install/docker.html\" target=\"_blank\">GitLab documentation</a> to get started.",
"categories": [
"Development",
"Projectmanagement"
],
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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'",
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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/"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "Solr",
"description": "Open-source enterprise search platform",
"categories": [
"Searchengine"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
"image": "solr:latest",
"ports": [
"8983/tcp"
],
"volumes": [
{
"container": "/opt/solr/mydata"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 2,
"title": "Swarm monitoring",
"description": "Monitor your cluster performances with Prometheus & Grafana",
"note": "Requires Docker version 19.03.0+. <b>Make sure to add the <code>monitoring == true</code> one of your Swarm manager node before deploying this stack.</b>",
"categories": [
"Monitoring"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "swarm/monitoring/docker-compose.yml"
},
"env": [
{
"name": "GRAFANA_USER",
"label": "Grafana admin user",
"default": "admin"
},
{
"name": "GRAFANA_PASSWORD",
"label": "Grafana admin password"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "Sematext Docker Agent",
"description": "Collect logs, metrics and docker events",
"categories": [
"Logmanagement",
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "Jenkins",
"description": "Open-source continuous integration tool",
"categories": [
"Continuousintegration"
],
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "Redmine",
"description": "Open-source project management tool",
"note": "Default user and password are admin/admin",
"categories": [
"Projectmanagement"
],
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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",
"maintainer": " https://github.com/portainer/templates/"
},
{
"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": "[email protected]",
"preset": true
}
],
"ports": [
"8080/tcp",
"8443/tcp"
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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": "[email protected]",
"preset": true
}
],
"ports": [
"8080/tcp",
"8443/tcp"
],
"volumes": [
{
"container": "/data/contentbox/db"
},
{
"container": "/app/includes/shared/media"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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'"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "OPC Router",
"description": "No-code middleware for industrial applications. The OPC Router connects PLCs, PCS, SCADA, MES, SQL databases and servers, label printers, e-mail servers and erp-systems via OPC UA, MQTT, REST, CSV and many others without any programming effort",
"note": "More information about the <a href=\"https://www.opc-router.com/terms-of-use-and-eula/?utm_source=DockerHub_runtime&utm_medium=click&utm_campaign=TermsOfUseAndEula\" target=\"_blank\">EULA</a>.",
"categories": [
"Edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/opc-router.png",
"image": "opcrouter/runtime:latest",
"ports": [
"49429/tcp",
"8080/tcp",
"8081/tcp"
],
"env": [
{
"name": "INITIAL_USERNAME",
"label": "Initial Admin User user"
},
{
"name": "INITIAL_PASSWORD",
"label": "Inital Admin User Password"
},
{
"name": "OR_I_ACCEPT_EULA",
"label": "Accept EULA",
"select": [
{
"text": "Yes, I accept",
"value": "true",
"default": true
}
]
}
],
"volumes": [
{
"container": "/data/database"
},
{
"container": "/inray"
},
{
"container": "/var/log/opcrouter"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "EdgeConnector 840D",
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
"categories": [
"Edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-840d",
"ports": [
"443/tcp",
"8099/tcp",
"4897/tcp"
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "EdgeConnector Siemens",
"description": "Connect Siemens SIMATIC S7-300/400/1200/1500 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-siemens",
"ports": [
"443/tcp",
"8099/tcp",
"4897/tcp"
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "EdgeConnector FANUC CNC",
"description": "Connect FANUC CNCs 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-fanuc-cnc",
"ports": [
"443/tcp",
"8099/tcp",
"4897/tcp"
],
"env": [
{
"name": "TZ",
"label": "TZ"
}
],
"volumes": [
{
"container": "/config"
},
{
"container": "/mqtt"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
"title": "EdgeConnector Aggregator",
"description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
"categories": [
"Edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeaggregator",
"ports": [
"443/tcp",
"8099/tcp",
"4897/tcp"
],
"env": [
{
"name": "TZ",
"label": "TZ"
}
],
"volumes": [
{
"container": "/config"
},
{
"container": "/mqtt"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
},
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
},
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
},
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
},
"maintainer": " https://github.com/portainer/templates/"
},
{
"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."
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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)."
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/",
"categories": []
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"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"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 3,
"title": "Pro Mosquitto with Management Center",
"description": "Commercial-grade Mosquitto MQTT broker with Management Center",
"note": "The Mosquitto broker password must be at least 12 characters.",
"categories": [
"Edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cedalo.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/cedalo-mosquitto-mc/docker-compose.yml"
},
"env": [
{
"name": "CEDALO_LICENSE_KEY",
"label": "License key"
},
{
"name": "CEDALO_MOSQUITTO_PASSWORD",
"label": "Mosquitto password"
},
{
"name": "CEDALO_MC_USER",
"label": "Management Center username",
"default": "cedalo"
},
{
"name": "CEDALO_MC_PASSWORD",
"label": "Management Center password"
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 4,
"title": "Softing EdgeConnector modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-modbus/docker-compose.yml",
"maintainer": " https://github.com/portainer/templates/",
"categories": []
},
{
"type": 4,
"title": "Softing EdgeConnector 840D",
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-840d/docker-compose.yml",
"maintainer": " https://github.com/portainer/templates/",
"categories": []
},
{
"type": 4,
"title": "Softing EdgeConnector Siemens",
"description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-siemens/docker-compose.yml",
"maintainer": " https://github.com/portainer/templates/",
"categories": []
},
{
"type": 4,
"title": "Softing EdgeConnector FANUC CNC",
"description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-fanuc-cnc/docker-compose.yml",
"maintainer": " https://github.com/portainer/templates/",
"categories": []
},
{
"type": 4,
"title": "Softing EdgeConnector Aggregator",
"description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-aggregator/docker-compose.yml",
"maintainer": " https://github.com/portainer/templates/",
"categories": []
},
{
"type": 3,
"title": "Manubes Edge Node",
"description": "High-performance cloud platform for industrial production management. Manubes is a no-code solution that is used to structure, monitor and control production data, systems and processes in the cloud.",
"categories": [
"Edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/inray-manubes.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/inray-manubes-edge-node/docker-compose.yml"
},
"env": [
{
"name": "MANUBES_SECRET",
"label": "manubes secret"
},
{
"name": "ACCEPT_EULA",
"label": "Accept EULA",
"select": [
{
"text": "Yes, I accept",
"value": "true",
"default": true
}
]
}
],
"maintainer": " https://github.com/portainer/templates/"
},
{
"type": 3,
"title": "Immich {shmolf}",
"name": "immich",
"categories": [
"Photos",
"Backup"
],
"description": "Self-hosted backup solution for photos and videos on mobile device.",
"logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/immich-logo.svg",
"note": "<a target='_blank' href='https://immich.app'>Application documentation \ud83d\uddd7</a>",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"label": "PGID",
"name": "PGID",
"default": "1000"
},
{
"label": "Immich version",
"name": "IMMICH_VERSION",
"default": "release",
"description": "To want to lock to a specific tag, provide a value such as 'v1.71.0'"
},
{
"label": "Database username",
"name": "DB_USERNAME",
"default": "postgres"
},
{
"label": "Database password",
"name": "DB_PASSWORD",
"default": "please-change-this-to-a-random-secret",
"description": "This should be changed to a random secret"
},
{
"label": "Database name",
"name": "DB_DATABASE_NAME",
"default": "immich"
},
{
"label": "Database hostname",
"name": "DB_HOSTNAME",
"default": "immich_postgres",
"description": "The default value references a service within the stack"
},
{
"label": "File backup location",
"name": "UPLOAD_LOCATION",
"default": "/portainer/Files/AppData/Immich/upload",
"description": "You can leave this path as-is, and the system will auto-create the needed folders. Feel free to change if you desire an alternative location."
},
{
"label": "Redis hostname",
"name": "REDIS_HOSTNAME",
"default": "immich_redis",
"description": "The default value references a service within the stack"
},
{
"default": "2283",
"label": "Http Port",
"name": "PORT"
}
],
"platform": "linux",
"repository": {
"stackfile": "stacks/immich/docker-compose.yml",
"url": "https://github.com/shmolf/portainer-templates"
},
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 3,
"title": "Penpot (http) {shmolf}",
"name": "penpot-http",
"categories": [
"Graphicdesign"
],
"description": "Penpot is the first Open Source design and prototyping platform meant for cross-domain teams.",
"logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/penpot-logo.svg",
"note": "<a target='_blank' href='https://community.penpot.app/'>Application documentation \ud83d\uddd7</a>. See <a target='_blank' href='https://help.penpot.app/technical-guide/configuration/#advanced-configuration'>documentation \ud83d\uddd7</a> for more details regarding the flags.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"label": "PGID",
"name": "PGID",
"default": "1000"
},
{
"label": "Frontend Flags",
"name": "PENPOT_FLAGS_FE",
"default": "enable-registration disable-secure-session-cookies enable-insecure-register enable-login-with-password"
},
{
"label": "Backend Flags",
"name": "PENPOT_FLAGS_BE",
"default": "enable-registration disable-secure-session-cookies enable-insecure-register disable-email-verification"
},
{
"label": "Public URI",
"name": "PUBLIC_URI",
"default": "http://192.168.1.1:8624",
"description": "Public URI. If you are going to expose this instance to the internet and use it under different domain than 'localhost', you will need to adjust it to the final domain."
},
{
"label": "Penpot Telemetry Enabled?",
"name": "TELEMETRY_ENABLED",
"select": [
{
"text": "Yes, enable telemetry",
"value": "true",
"default": true
},
{
"text": "No, disable telemetry",
"value": "false"
}
],
"description": "When enabled, a periodical process will send anonymous data about this instance."
},
{
"default": "8624",
"label": "Http Port",
"name": "PORT",
"description": "This should match the port specified in the Public URI, or 80/443 if using standard ports."
}
],
"platform": "linux",
"repository": {
"stackfile": "stacks/penpot/docker-compose-http.yml",
"url": "https://github.com/shmolf/portainer-templates"
},
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 1,
"title": "Watchtower {shmolf}",
"name": "watchtower",
"categories": [
"Docker"
],
"description": "A container-based solution for automating Docker container base image updates",
"note": "<a target='_blank' href='https://containrrr.dev/watchtower/'>Application documentation \ud83d\uddd7</a>",
"logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/watchtower-logo.png",
"platform": "linux",
"image": "containrrr/watchtower",
"ports": [
"9001/tcp"
],
"restart_policy": "always",
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
],
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 1,
"title": "Stirling PDF {shmolf}",
"name": "stirling-pdf",
"categories": [
"Tools",
"Pdf"
],
"description": "Your locally hosted one-stop-shop for all your PDF needs.",
"note": "To support multiple languages for OCR, per the <a target='_blank' href='https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToUseOCR.md'>Official documentation \ud83d\uddd7</a>, download your Tess Data from <a target='_blank' href='https://github.com/tesseract-ocr/tessdata'>from another repo \ud83d\uddd7</a>. <br>Then, place said 'traineddata' files into <code>/portainer/Files/AppData/Libraries/StirlingPDF/tessdata</code> <br>For more information about login, read <a target='_blank' href='https://github.com/Stirling-Tools/Stirling-PDF?tab=readme-ov-file#prerequisites'>the official documentation \ud83d\uddd7</a>.",
"logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/stirling-pdf.svg",
"platform": "linux",
"image": "frooodle/s-pdf:0.18.1",
"ports": [
"5417:8080/tcp"
],
"restart_policy": "unless-stopped",
"env": [
{
"label": "PUID",
"name": "PUID",
"default": "1000"
},
{
"label": "PGID",
"name": "PGID",
"default": "1000"
},
{
"label": "Enable Login",
"name": "DOCKER_ENABLE_SECURITY",
"select": [
{
"text": "Yes, enable login",
"value": "true"
},
{
"text": "No, disable login",
"value": "false",
"default": true
}
],
"description": "If you want to enable the login, you'll also need to enable login through the Config's settings.yml"
}
],
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/StirlingPDF",
"container": "/configs"
},
{
"bind": "/portainer/Files/AppData/Libraries/StirlingPDF/tessdata",
"container": "/usr/share/tesseract-ocr/5/tessdata"
}
],
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 1,
"title": "Terraria Server {shmolf}",
"name": "terraria-server",
"categories": [
"Games"
],
"description": "Docker container for a Terraria dedicated server.",
"note": "Link to <a target='_blank' href='https://terraria.fandom.com/wiki/Guide:Setting_up_a_Terraria_server'>Official documentation \ud83d\uddd7</a> for setting up the server.",
"logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/terraria-server.png",
"platform": "linux",
"image": "passivelemon/terraria-docker:latest",
"ports": [
"7777:7777/tcp"
],
"restart_policy": "unless-stopped",
"env": [
{
"label": "PUID",
"name": "PUID",
"default": "1000"
},
{
"label": "PGID",
"name": "PGID",
"default": "1000"
},
{
"label": "World name",
"name": "WORLD",
"default": "dockerworld"
}
],
"volumes": [
{
"bind": "/portainer/Files/AppData/Libraries/StirlingPDF/tessdata",
"container": "/usr/share/tesseract-ocr/5/tessdata"
}
],
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 1,
"title": "Cockpit {shmolf}",
"name": "cockpit-cms",
"categories": [
"Cms"
],
"description": "Cockpit is a headless CMS with an API-first approach that puts content first.",
"note": "Link to <a target='_blank' href='https://v1.getcockpit.com/'>Official documentation \ud83d\uddd7</a>.<br>After deployment, continue to setup by visiting <a target='_blank' href='http://localhost:8088/install'>http://localhost:8088/install</a>",
"logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/cockpit.svg",
"platform": "linux",
"image": "agentejo/cockpit:latest",
"ports": [
"8088:80/tcp"
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 3,
"title": "Asciinema {shmolf}",
"name": "asciinema",
"categories": [
"Tools"
],
"description": "Self-hosted terminal recording and playback",
"logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/asciinema.svg",
"note": "<a target='_blank' href='https://docs.asciinema.org/getting-started/#self-hosting-the-server'>Application documentation \ud83d\uddd7</a><br>For the application secret key, you can use the terminal command <code>tr -dc A-Za-z0-9 &lt;/dev/urandom | head -c 64; echo</code>",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"label": "PGID",
"name": "PGID",
"default": "1000"
},
{
"label": "Hostname",
"name": "HOST_NAME",
"default": "localhost",
"description": "Localhost for use within the application runtime"
},
{
"label": "Host Port",
"name": "HOST_PORT",
"default": "3033",
"description": "Published port for use within the application runtime"
},
{
"label": "Secret Application Key",
"name": "SECRET_KEY",
"default": "please-change-this-to-a-random-secret"
}
],
"platform": "linux",
"repository": {
"stackfile": "stacks/asciinema/docker-compose.yml",
"url": "https://github.com/shmolf/portainer-templates"
},
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 1,
"title": "Code-server {shmolf}",
"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>This will bind to the following directory on the host filesystem:</p><p><code>/portainer/Files/AppData/Config/code-server</code></p><ul><li>Proxy Domain: See <a href='https://github.com/cdr/code-server/blob/master/docs/FAQ.md#sub-domains' target='_blank'>Documentation \ud83d\uddd7</a></li><li>Timezones: See <a href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List' target='_blank'>list \ud83d\uddd7</a></li></ul>",
"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": "1000",
"description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "1000",
"description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "specify a timezone to use"
},
{
"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."
},
{
"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": "/portainer/Files/AppData/Config/code-server"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 3,
"title": "Infisical {shmolf}",
"name": "infisical",
"categories": [
"Secrets",
"Management"
],
"description": "The open-source secret management platform: Sync secrets/configs across your team/infrastructure and prevent secret leaks.",
"logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/infisical-black.webp",
"note": "<a target='_blank' href='https://infisical.com/docs/documentation/getting-started/introduction'>Application documentation \ud83d\uddd7</a>",
"env": [
{
"default": "8078",
"label": "Http Port",
"name": "PORT"
},
{
"default": "c6606cd2daad581c4de96531427aae0d",
"label": "Encryption Key",
"name": "ENCRYPTION_KEY",
"description": "Required key for platform encryption/decryption ops. 32 character hex string"
},
{
"default": "5lrMXKKWCVocS/uerPsl7V+TX/aaUaI7iDkgl3tSmLE=",
"label": "JWT Key",
"name": "AUTH_SECRET",
"description": "Required secrets to sign JWT tokens"
},
{
"default": "postgres_password",
"label": "Postgres Password",
"name": "POSTGRES_PASSWORD"
},
{
"default": "infisical",
"label": "Postgres User",
"name": "POSTGRES_USER"
},
{
"default": "infisical",
"label": "Postgres Database",
"name": "POSTGRES_DB"
},
{
"default": "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}",
"label": "DB Connection URI",
"name": "DB_CONNECTION_URI"
},
{
"default": "http://localhost:8078",
"label": "Website URL",
"name": "SITE_URL"
},
{
"default": "redis://redis:6379",
"label": "Redis URL",
"name": "REDIS_URL"
},
{
"default": "",
"label": "Email Host (Optional)",
"name": "SMTP_HOST"
},
{
"default": "",
"label": "Email Port (Optional)",
"name": "SMTP_PORT"
},
{
"default": "",
"label": "Email Name (Optional)",
"name": "SMTP_NAME"
},
{
"default": "",
"label": "Email Username (Optional)",
"name": "SMTP_USERNAME"
},
{
"default": "",
"label": "Email Password (Optional)",
"name": "SMTP_PASSWORD"
},
{
"default": "",
"label": "Heroku Client ID (Optional)",
"name": "CLIENT_ID_HEROKU",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Heroku Client Secret (Optional)",
"name": "CLIENT_SECRET_HEROKU",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Vercel Client ID (Optional)",
"name": "CLIENT_ID_VERCEL",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Vercel Client Secret (Optional)",
"name": "CLIENT_SECRET_VERCEL",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Vercel Client Slug (Optional)",
"name": "CLIENT_SLUG_VERCEL",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Netlify Client ID (Optional)",
"name": "CLIENT_ID_NETLIFY",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Netlify Client Secret (Optional)",
"name": "CLIENT_SECRET_NETLIFY",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "GitHub Client ID (Optional)",
"name": "CLIENT_ID_GITHUB",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "GitHub Client Secret (Optional)",
"name": "CLIENT_SECRET_GITHUB",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "GitLab Client ID (Optional)",
"name": "CLIENT_ID_GITLAB",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "GitLab Client Secret (Optional)",
"name": "CLIENT_SECRET_GITLAB",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Bitbucket Client ID (Optional)",
"name": "CLIENT_ID_BITBUCKET",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Bitbucket Client Secret (Optional)",
"name": "CLIENT_SECRET_BITBUCKET",
"description": "Optional, only needed if integration is used"
},
{
"default": "",
"label": "Sentry DSN (Optional)",
"name": "SENTRY_DSN",
"description": "Optional, only needed if monitoring is used"
},
{
"default": "",
"label": "Google Client ID (Optional)",
"name": "CLIENT_ID_GOOGLE_LOGIN",
"description": "Optional, only needed if SSO is used"
},
{
"default": "",
"label": "Google Client Secret (Optional)",
"name": "CLIENT_SECRET_GOOGLE_LOGIN",
"description": "Optional, only needed if SSO is used"
},
{
"default": "",
"label": "GitHub Client ID (Optional)",
"name": "CLIENT_ID_GITHUB_LOGIN",
"description": "Optional, only needed if SSO is used"
},
{
"default": "",
"label": "GitHub Client Secret (Optional)",
"name": "CLIENT_SECRET_GITHUB_LOGIN",
"description": "Optional, only needed if SSO is used"
},
{
"default": "",
"label": "GitLab Client ID (Optional)",
"name": "CLIENT_ID_GITLAB_LOGIN",
"description": "Optional, only needed if SSO is used"
},
{
"default": "",
"label": "GitLab Client Secret (Optional)",
"name": "CLIENT_SECRET_GITLAB_LOGIN",
"description": "Optional, only needed if SSO is used"
},
{
"default": "",
"label": "Captcha Secret (Optional)",
"name": "CAPTCHA_SECRET",
"description": "Optional, only needed if captcha is used"
},
{
"default": "",
"label": "Captcha Site Key (Optional)",
"name": "NEXT_PUBLIC_CAPTCHA_SITE_KEY",
"description": "Optional, only needed if captcha is used"
},
{
"default": "",
"label": "Plain API Key (Optional)",
"name": "PLAIN_API_KEY",
"description": "Optional, only needed if Plain is used"
},
{
"default": "",
"label": "Plain Wish Label IDs (Optional)",
"name": "PLAIN_WISH_LABEL_IDS",
"description": "Optional, only needed if Plain is used"
}
],
"platform": "linux",
"repository": {
"stackfile": "stacks/infisical/compose.yml",
"url": "https://github.com/shmolf/portainer-templates"
},
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"category": [
"Video",
"Music",
"Other"
],
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/htpcmanager:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/htpcmanager-icon.png",
"platform": "linux",
"ports": [
"8085/tcp"
],
"title": "htpcmanager",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Tools"
],
"description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/jackett:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/jacket-icon.png",
"platform": "linux",
"ports": [
"9117/tcp"
],
"title": "jackett",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Books",
"Other"
],
"description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "booksonic"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/booksonic:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/booksonic.png",
"platform": "linux",
"ports": [
"4040/tcp"
],
"title": "booksonic",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/podcast"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Management"
],
"description": "Smokeping keeps track of your network latency.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/smokeping:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/smokeping-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "smokeping",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"DNS",
"Tools"
],
"description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence. First, go to duckdns site, register your subdomain and retrieve your token. Then run the docker create command above with your subdomain(s) and token. It will update your IP with the DuckDNS service every 5 minutes.",
"env": [
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": ""
},
{
"label": "TOKEN",
"name": "TOKEN",
"set": ""
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/duckdns:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/duckdns.png",
"platform": "linux",
"title": "duckdns",
"type": 1,
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders"
],
"description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.Optional postprocessors to add IMDb data, or to customize your xmltv listing.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/webgrabplus:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/webgrabplus.png",
"platform": "linux",
"title": "webgrabplus",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"HomeAutomation:",
"Management"
],
"description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
"devices": [
{
"path to device": ""
}
],
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/domoticz:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/logo.png",
"platform": "linux",
"ports": [
"1443/tcp",
"6144/tcp",
"8080/tcp"
],
"title": "domoticz",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders"
],
"description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, \u00ef\u00bf\u00bdTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/transmission:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/transmission-icon.png",
"platform": "linux",
"ports": [
"9091/tcp",
"51413/tcp",
"51413/udp"
],
"title": "transmission",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/watch"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Music"
],
"description": "Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room. /music = Location of music. /media = Location of other media. /podcasts = Location of podcasts. /playlists = Location for playlists storage. CONTEXT_PATH is for setting url-base in reverse proxy setups - (optional) Default user/pass is admin/admin",
"env": [
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": ""
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/libresonic:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/libresonic.png",
"platform": "linux",
"ports": [
"4040/tcp"
],
"title": "libresonic",
"type": 1,
"volumes": [
{
"container": "/music"
},
{
"container": "/playlists"
},
{
"container": "/podcasts"
},
{
"container": "/media"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Sickchill is an Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/sickchill:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sickchill.png",
"platform": "linux",
"ports": [
"8081/tcp"
],
"title": "sickchill",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/tv"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Music",
"Other",
"Tools"
],
"description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"env": [
{
"label": "BRAINZCODE",
"name": "BRAINZCODE",
"set": ""
},
{
"label": "WEBADDRESS",
"name": "WEBADDRESS",
"set": ""
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/musicbrainz:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/musicbrainz-icon.png",
"platform": "linux",
"ports": [
"5000/tcp"
],
"title": "musicbrainz",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Messenger"
],
"description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/quassel-core:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/quassel-core-icon.png",
"platform": "linux",
"ports": [
"4242/tcp"
],
"title": "quassel-core",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Photos"
],
"description": "A simple, easy way to turn a photo album into a webgallery",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/photoshow:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/photoshow-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "photoshow",
"type": 1,
"volumes": [
{
"container": "/Pictures"
},
{
"container": "/Thumbs"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Music"
],
"description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/daapd:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
"platform": "linux",
"title": "daapd",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/music"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Web",
"Books",
"Tools"
],
"description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
}
],
"image": "linuxserver/gazee:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/gazee-logo.png",
"platform": "linux",
"ports": [
"4242/tcp"
],
"title": "gazee",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/comics"
},
{
"container": "/mylar"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Productivity"
],
"description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/codiad:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/codiad-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "codiad",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Other"
],
"description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/oscam:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/oscam.png",
"platform": "linux",
"ports": [
"8888/tcp",
"10000/tcp"
],
"title": "oscam",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Video"
],
"description": "Headless installation of Kodi\u00ef\u00bf\u00bd (formerly known as XBMC\u00ef\u00bf\u00bd), to enable library updates.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/kodi-headless:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/kodi-icon.png",
"platform": "linux",
"ports": [
"8080/tcp",
"9777/udp"
],
"title": "kodi-headless",
"type": 1,
"volumes": [
{
"container": "/config/.kodi"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Cloud",
"Other"
],
"description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/pydio:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/pydio-icon.png",
"platform": "linux",
"ports": [
"443/tcp"
],
"title": "pydio",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders"
],
"description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/sabnzbd:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sabnzbd-icon.png",
"platform": "linux",
"ports": [
"8080/tcp",
"9090/tcp"
],
"title": "sabnzbd",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/incomplete-downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/medusa:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/medusa-icon.png",
"platform": "linux",
"ports": [
"8081/tcp"
],
"title": "medusa",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/tv"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Tools",
"Web",
"Other"
],
"description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/heimdall:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/heimdall-icon.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"title": "heimdall",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Backup:",
"Cloud",
"Other",
"Tools"
],
"description": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/syncthing:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/syncthing-icon.png",
"platform": "linux",
"ports": [
"8384/tcp",
"21027/udp",
"22000/tcp"
],
"title": "syncthing",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/sync"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Web",
"Proxy",
"Other",
"Tools"
],
"description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/muximux:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/muximux-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "muximux",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Music"
],
"description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/beets:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/beets-icon.png",
"platform": "linux",
"ports": [
"8337/tcp"
],
"title": "beets",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Messenger"
],
"description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/znc:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/znc-icon.png",
"platform": "linux",
"ports": [
"6501/tcp"
],
"title": "znc",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Cloud",
"Books"
],
"description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/cops:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/cops-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "cops",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Messenger"
],
"description": "A self-hosted web IRC client",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/thelounge:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
"platform": "linux",
"ports": [
"9000/tcp"
],
"title": "thelounge",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders"
],
"description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/nzbget:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nzbget-icon.png",
"platform": "linux",
"ports": [
"6789/tcp"
],
"title": "nzbget",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"description": "Ombi allows you to host your own Plex Request and user management system. ",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/ombi:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ombi.png",
"platform": "linux",
"ports": [
"3579/tcp"
],
"title": "ombi",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Cloud",
"Web",
"Management",
"Photos"
],
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/lychee:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lychee-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "lychee",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/pictures"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders"
],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "UMASK_SET",
"name": "UMASK_SET",
"set": "000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/deluge:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/deluge-icon.png",
"platform": "linux",
"title": "deluge",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Music"
],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/lidarr:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lidarr.png",
"platform": "linux",
"ports": [
"8686/tcp"
],
"title": "lidarr",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Management",
"Tools"
],
"description": "The Unifi-controller Controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/unifi-controller:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/unifi-icon.png",
"platform": "linux",
"ports": [
"3478/udp",
"10001/udp",
"8080/tcp",
"8081/tcp",
"8443/tcp",
"8843/tcp",
"8880/tcp",
"6789/tcp"
],
"title": "unifi-controller",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Cloud",
"Books"
],
"description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/calibre-web:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/calibre-web-icon.png",
"platform": "linux",
"ports": [
"8083/tcp"
],
"title": "calibre-web",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Video",
"Music",
"Photos"
],
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "VERSION",
"name": "VERSION",
"set": "latest"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/plex:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/plex-icon.png",
"platform": "linux",
"title": "plex",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Music"
],
"description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, \u00ef\u00bf\u00bdTorrent and Blackhole.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/headphones:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/headphones-icon.png",
"platform": "linux",
"ports": [
"8181/tcp"
],
"title": "headphones",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders"
],
"description": "The qBittorrent project aims to provide an open-source software alternative to \u00ef\u00bf\u00bdTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/qbittorrent:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/qbittorrent-icon.png",
"platform": "linux",
"ports": [
"6881/tcp",
"6881/udp",
"8080/tcp"
],
"title": "qbittorrent",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Video"
],
"description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/couchpotato:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/couchpotato-icon.png",
"platform": "linux",
"ports": [
"5050/tcp"
],
"title": "couchpotato",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/movies"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"FTP",
"Other",
"Tools"
],
"description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
}
],
"image": "linuxserver/davos:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/davos.png",
"platform": "linux",
"ports": [
"8080/tcp"
],
"title": "davos",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/download"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Other"
],
"description": "A free, self-hostable rss aggregator\u00ef\u00bf\u00bd",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/freshrss:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/freshrss-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "freshrss",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Other"
],
"description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
"env": [
{
"label": "INTERFACE",
"name": "INTERFACE",
"set": "eth0"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/openvpn-as:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/openvpn-as-icon.png",
"platform": "linux",
"ports": [
"943/tcp",
"9443/tcp",
"1194/udp"
],
"title": "openvpn-as",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Books"
],
"description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/mylar:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/mylar-icon.png",
"platform": "linux",
"ports": [
"8090/tcp"
],
"title": "mylar",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/comics"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Other",
"Tools"
],
"description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/hydra2:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/hydra-icon.png",
"platform": "linux",
"ports": [
"5076/tcp"
],
"title": "hydra2",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Cloud",
"Productivity",
"Tools",
"Other"
],
"description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/projectsend:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/projectsend-logo.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "projectsend",
"type": 1,
"volumes": [
{
"container": "/data"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Other"
],
"description": "Server version of minetest, a free, open source alternative to minecraft.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/minetest:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"platform": "linux",
"ports": [
"30000/udp"
],
"title": "minetest",
"type": 1,
"volumes": [
{
"container": "/config/.minetest"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Video",
"Other"
],
"description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT&gt;IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT&gt;IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/tvheadend:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tvheadend.png",
"platform": "linux",
"ports": [
"9981/tcp",
"9982/tcp"
],
"title": "tvheadend",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/recordings"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Backup:",
"Cloud",
"Other",
"Productivity",
"Tools"
],
"description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/duplicati:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/duplicati-icon.png",
"platform": "linux",
"ports": [
"8200/tcp"
],
"title": "duplicati",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/tmp"
},
{
"container": "/backups"
},
{
"container": "/source"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Backup:",
"Cloud",
"Other",
"Tools"
],
"description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/resilio-sync:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/resilio.png",
"platform": "linux",
"ports": [
"8888/tcp",
"55555/tcp"
],
"title": "resilio-sync",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/sync"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Radarr - A fork of Sonarr to work with movies \u00ef\u00bf\u00bd la Couchpotato.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/radarr:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/radarr.png",
"platform": "linux",
"ports": [
"7878/tcp"
],
"title": "radarr",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/movies"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Photos"
],
"description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/piwigo:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/piwigo-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "piwigo",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Cloud",
"Books"
],
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"env": [
{
"label": "MAXMEM",
"name": "MAXMEM",
"set": "512"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/ubooquity:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ubooquity-icon.png",
"platform": "linux",
"ports": [
"2202/tcp",
"2203/tcp"
],
"title": "ubooquity",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Books"
],
"description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/lazylibrarian:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lazylibrarian-icon.png",
"platform": "linux",
"ports": [
"5299/tcp"
],
"title": "lazylibrarian",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/books"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Music"
],
"description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "airsonic"
},
{
"label": "JAVA_OPTS",
"name": "JAVA_OPTS",
"set": "-Xms256m -Xmx512m"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/airsonic:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/airsonic-logo.png",
"platform": "linux",
"ports": [
"4040/tcp"
],
"title": "airsonic",
"type": 1,
"volumes": [
{
"container": "/music"
},
{
"container": "/playlists"
},
{
"container": "/podcasts"
},
{
"container": "/media"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Tools",
"Web"
],
"description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd &lt;username&gt;",
"env": [
{
"label": "EMAIL",
"name": "EMAIL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "URL",
"name": "URL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": "www,"
},
{
"label": "ONLY_SUBDOMAINS",
"name": "ONLY_SUBDOMAINS",
"set": "false"
},
{
"label": "DHLEVEL",
"name": "DHLEVEL",
"set": "2048"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "VALIDATION",
"name": "VALIDATION",
"set": "http"
},
{
"label": "DNSPLUGIN",
"name": "DNSPLUGIN",
"set": "http"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/letsencrypt:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/letsencrypt.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"title": "letsencrypt",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/sonarr:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sonarr-icon.png",
"platform": "linux",
"ports": [
"8989/tcp"
],
"title": "sonarr",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/dev/rtc"
},
{
"container": "/tv"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Other",
"Tools"
],
"description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/tautulli:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tautulli-icon.png",
"platform": "linux",
"ports": [
"8181/tcp"
],
"title": "tautulli",
"type": 1,
"volumes": [
{
"container": "/logs"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Downloaders"
],
"description": "Popular torrent client with a webui for ease of use.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/rutorrent:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
"platform": "linux",
"ports": [
"80/tcp",
"51413/tcp",
"6881/udp"
],
"title": "rutorrent",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Nextcloud is an open source, self-hosted file sync and communication app platform. Access and sync your files, contacts, calendars and communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/nextcloud:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nextcloud-icon.png",
"platform": "linux",
"ports": [
"443/tcp"
],
"title": "nextcloud",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Video",
"Other",
"Tools"
],
"description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/minisatip:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/minisatip-icon.png",
"platform": "linux",
"ports": [
"8875/tcp",
"554/tcp",
"1900/udp"
],
"title": "minisatip",
"type": 1,
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Other",
"Tools"
],
"description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "organizrtools/organizr:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/organizr-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Organizr",
"type": 1,
"volumes": [
{
"container": "/config"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"category": [
"Other",
"Tools",
"Photo"
],
"description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "CHEVERETO_DB_HOST",
"name": "CHEVERETO_DB_HOST",
"set": ""
},
{
"label": "CHEVERETO_DB_USERNAME",
"name": "CHEVERETO_DB_USERNAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PASSWORD",
"name": "CHEVERETO_DB_PASSWORD",
"set": ""
},
{
"label": "CHEVERETO_DB_NAME",
"name": "CHEVERETO_DB_NAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PREFIX",
"name": "CHEVERETO_DB_PREFIX",
"set": ""
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "nmtan/chevereto:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/Chevereto.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Chevereto",
"type": 1,
"volumes": [
{
"container": "/var/www/html/images"
}
],
"maintainer": " https://github.com/dnburgess/self-hosted-template/",
"categories": []
},
{
"categories": [
"Other"
],
"description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it\u2019ll cover ALL your home devices, and you don\u2019t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "adguard home"
}
],
"image": "adguard/adguardhome:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/adguard.png",
"name": "adguard",
"platform": "linux",
"ports": [
"53:53/tcp",
"53:53/udp",
"67:67/udp",
"68:68/tcp",
"68:68/udp",
"80:80/tcp",
"443:443/tcp",
"853:853/tcp",
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Adguard",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Adguard/Workdir",
"container": "/opt/adguardhome/work"
},
{
"bind": "/portainer/Files/AppData/Adguard/Conf",
"container": "/opt/adguardhome/conf"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools",
"Authentication"
],
"description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
"env": [
{
"label": "TZ",
"name": "TZ"
}
],
"image": "authelia/authelia:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png",
"name": "authelia",
"note": "Requires a configuration.yml file in order to work. Documentation is Available <a href='https://docs.authelia.com/deployment/deployment-ha'>here</a>.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Authelia",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Authelia",
"container": "/etc/authelia/"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Video",
"Music"
],
"description": "Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/bazarr:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bazarr.png",
"name": "Bazarr",
"platform": "linux",
"ports": [
"6767:6767/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bazarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bazarr",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
"image": "bitwardenrs/server:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bitwarden.png",
"name": "bitwardenrs",
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
"platform": "linux",
"ports": [
":80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bitwarden RS",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bitwarden-rs",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Wiki"
],
"description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bookstack2.png",
"note": "Default login is [email protected] with a password of password. The database created is called bookstackapp and the database user is called bookstack",
"platform": "linux",
"repository": {
"stackfile": "stacks/bookstack/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Bookstack",
"type": 2,
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
"image": "gregyankovoy/chowdown:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/chowdown.png",
"name": "Chowdown",
"platform": "linux",
"ports": [
"4000:4000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Chowdown",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Chowdown",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PUID",
"name": "GUID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "PASSWORD",
"name": "PASSWORD"
},
{
"label": "SUDO_PASSWORD",
"name": "SUDO_PASSWORD"
},
{
"default": "example.my.domain",
"label": "PROXY_DOMAIN",
"name": "PROXY_DOMAIN"
}
],
"image": "linuxserver/code-server:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/code-server.png",
"name": "code-server",
"platform": "linux",
"ports": [
"8443:8443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Code Server",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Code-Server",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Another application bookmark dashboard, with fun features.",
"image": "rmountjoy/dashmachine:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/dashmachine_logo.png",
"name": "dashmachine",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "DashMachine",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Dashmachine",
"container": "/dashmachine/dashmachine/user_data"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Music"
],
"description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
"image": "registry.gitlab.com/bockiii/deemix-docker",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/deemix.png",
"name": "deemix",
"note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to <a href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'>this page</a> for userToken details.",
"platform": "linux",
"ports": [
"9666:9666/tcp"
],
"restart_policy": "unless-stopped",
"title": "DeeMix",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/DeeMix",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Emby organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/emby:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/emby.png",
"name": "Emby",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Emby",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Emby",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.",
"image": "linuxserver/embystat:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/embystat.png",
"name": "EmbyStat",
"note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services.",
"platform": "linux",
"ports": [
"6555:6555/tcp"
],
"restart_policy": "unless-stopped",
"title": "EmbyStat",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/EmbyStat",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools",
"Finance"
],
"description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "Timezone",
"name": "TZ"
}
],
"image": "linuxserver/grocy:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/grocy_logo.png",
"name": "grocy",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Grocy",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Grocy",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "A clientless remote desktop gateway.",
"image": "oznu/guacamole:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/guacamole.png",
"name": "guacamole",
"note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Guacamole",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Guacamole",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
"image": "b4bz/homer:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/homer.png",
"name": "homer",
"note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
"platform": "linux",
"ports": [
"8902:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Homer",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Homer/assets",
"container": "/www/assets"
},
{
"bind": "/portainer/Files/AppData/Config/Homer",
"container": "/www/config.yml"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Create agents that monitor and act on your behalf.",
"image": "huginn/huginn:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/huginn.png",
"name": "huginn",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Huginn",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/huginn",
"container": "/var/lib/mysql"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Invoices, Expenses and Tasks built with Laravel and Flutter.",
"env": [
{
"default": "invoice.my.domain",
"label": "URL",
"name": "URL"
},
{
"label": "APP_KEY",
"name": "APP_KEY"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/invoice_ninja.png",
"name": "invoice_ninja",
"note": "The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation <a href='https://github.com/invoiceninja/dockerfiles'>here</a>. ",
"platform": "linux",
"repository": {
"stackfile": "stacks/invoice-ninja/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Invoice Ninja",
"type": 2,
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "IronFunctions API",
"description": "Open-source serverless computing platform",
"categories": [
"Serverless"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"image": "iron/functions:latest",
"ports": [
"8080/tcp"
],
"volumes": [
{
"container": "/app/data"
}
],
"privileged": true,
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "IronFunctions UI",
"description": "Open-source user interface for IronFunctions",
"categories": [
"Serverless"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"image": "iron/functions-ui:latest",
"ports": [
"4000/tcp"
],
"volumes": [
{
"container": "/app/data"
}
],
"env": [
{
"name": "API_URL",
"label": "API URL"
}
],
"privileged": true,
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/jellyfin:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/jellyfin.png",
"name": "jellyfin",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jellyfin",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Jelllyfin",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Tools",
"Web"
],
"description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd &lt;username&gt;",
"env": [
{
"label": "EMAIL",
"name": "EMAIL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "URL",
"name": "URL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": "www,"
},
{
"label": "ONLY_SUBDOMAINS",
"name": "ONLY_SUBDOMAINS",
"set": "false"
},
{
"label": "DHLEVEL",
"name": "DHLEVEL",
"set": "2048"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VALIDATION",
"name": "VALIDATION",
"set": "http"
},
{
"label": "DNSPLUGIN",
"name": "DNSPLUGIN",
"set": "http"
}
],
"image": "linuxserver/swag:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/letsencrypt.png",
"name": "letsencrypt / SWAG",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Let's Encrypt / SWAG",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "A Free and Open Source Speedtest for HTML5 and more.",
"image": "linuxserver/librespeed:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/speedtest.png",
"name": "librespeed",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "LibreSpeed",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LibreSpeed",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "Magento 2",
"description": "Open-source e-commerce platform",
"categories": [
"Cms"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/magento.png",
"image": "alankent/gsd:latest",
"ports": [
"80/tcp",
"3000/tcp",
"3001/tcp"
],
"volumes": [
{
"container": "/var/www/html/"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other"
],
"description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mcmyadmin2:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mcmyadmin-icon.png",
"name": "mcmyadmin2",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"25565:25565/tcp"
],
"restart_policy": "unless-stopped",
"title": "McMyAdmin 2",
"type": 1,
"volumes": [
{
"container": "/minecraft"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Music"
],
"description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..",
"image": "linuxserver/mstream:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mstream.png",
"name": "mstream",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mstream",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mstream",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/music"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Voice",
"Chat"
],
"description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "goofball222/murmur:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/Mumble-logo.png",
"name": "murmur",
"platform": "linux",
"ports": [
"64738:64738/tcp",
"64738:64738/udp"
],
"restart_policy": "unless-stopped",
"title": "Murmur",
"type": 1,
"volumes": [
{
"bind": "/etc/localtime:ro",
"container": "/etc/localtime"
},
{
"bind": "/portainer/Files/Config/Murmur",
"container": "/opt/murmur/config"
},
{
"bind": "/portainer/Files/Murmur/data",
"container": "/opt/murmur/data"
},
{
"bind": "/portainer/Files/Murmur/log",
"container": "/opt/murmur/log"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 2,
"title": "NextcloudStack",
"description": "Nextcloud setup with a MySQL database",
"note": "Deploys a Nextcloud instance connected to a MySQL database.",
"categories": [
"Cloud"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nextcloud-icon.png",
"repository": {
"url": "https://github.com/mikestraney/portainer-templates",
"stackfile": "stacks/nextcloud/docker-stack.yml"
},
"env": [
{
"label": "MYSQL_PASSWORD",
"name": "mypassword",
"description": "password for sql"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "myrpassword",
"description": "root password for sql"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Proxy",
"Tools"
],
"description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.",
"image": "jc21/nginx-proxy-manager",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/proxy_mgr.png",
"name": "nginx-proxy-manager",
"platform": "linux",
"env": [
{
"label": "DB_SQLITE_FILE",
"name": "DB_SQLITE_FILE",
"default": "/data/database.sqlite"
}
],
"ports": [
"80:8080/tcp",
"81:8181/tcp",
"443:4443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy/data",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy/letsencrypt",
"container": "/etc/letsencrypt"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Downloaders",
"Other",
"Tools"
],
"description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbhydra2:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/hydra-icon.png",
"name": "nzbhydra2",
"platform": "linux",
"ports": [
"5076:5076/tcp"
],
"restart_policy": "unless-stopped",
"title": "NZBHydra 2",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbhydra2",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "Odoo",
"description": "Open-source business apps",
"categories": [
"Projectmanagement"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png",
"image": "odoo:latest",
"env": [
{
"name": "HOST",
"label": "PostgreSQL database host",
"type": "container"
},
{
"name": "USER",
"label": "Database user"
},
{
"name": "PASSWORD",
"label": "Database password"
}
],
"ports": [
"8069/tcp"
],
"volumes": [
{
"container": "/var/lib/odoo"
},
{
"container": "/mnt/extra-addons"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other"
],
"description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
"env": [
{
"label": "INTERFACE",
"name": "INTERFACE",
"set": "eth0"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/openvpn-as:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/openvpn-as-icon.png",
"name": "openvpn-as",
"platform": "linux",
"ports": [
"943:943/tcp",
"9443:9443/tcp",
"1194:1194/udp"
],
"restart_policy": "unless-stopped",
"title": "OpenVPN Access Server",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.",
"image": "pihole/pihole:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/pihole.png",
"name": "pihole",
"note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article <a href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'>here</a> if you run into issues binding to port 53.",
"platform": "linux",
"ports": [
"53:53/tcp",
"53:53/udp",
"67:67/udp",
"1010:80/tcp",
"4443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pi-Hole",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiHole",
"container": "/etc/pihole"
},
{
"bind": "/portainer/Files/AppData/Config/PiHole/DNS",
"container": "/etc/dnsmasq.d"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "Plesk",
"description": "WebOps platform and hosting control panel",
"categories": [
"Cms"
],
"platform": "linux",
"note": "Default credentials: admin / changeme",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png",
"image": "plesk/plesk:latest",
"ports": [
"21/tcp",
"80/tcp",
"443/tcp",
"8880/tcp",
"8443/tcp",
"8447/tcp"
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"description": "Simple automated way for users to request new content for Plex.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "URL_BASE",
"name": "URL_BASE",
"set": ""
}
],
"image": "linuxserver/plexrequests:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png",
"name": "plexrequests",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Plex Requests",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PlexRequests",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Email",
"Productivity",
"Tools",
"Other"
],
"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
"image": "shenxn/protonmail-bridge:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/protonmail-bridge.png",
"name": "protonmail-bridge",
"note": "Please refer to the documentation <a href='https://hub.docker.com/r/shenxn/protonmail-bridge'/>here</a> to set this up.",
"platform": "linux",
"ports": [
"143/tcp",
"25/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProtonMail Bridge",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
"container": "/root"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Messenger"
],
"description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/quassel-core:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/quassel-core-icon.png",
"name": "quassel-core",
"platform": "linux",
"ports": [
"4242:4242/tcp"
],
"restart_policy": "unless-stopped",
"title": "Quassel IRC",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Quassel-core",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
"image": "amruthpillai/reactive-resume:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/reactiveresume.png",
"name": "reactive-resume",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Reactive-Resume",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ReactiveResume",
"container": "/usr/src/app"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.",
"image": "radhifadlillah/shiori:latest",
"logo": "https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png",
"name": "shiori",
"platform": "linux",
"ports": [
"8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Shiori",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Shiori",
"container": "/srv/shiori"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickgear:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/sickgear-icon.png",
"name": "sickgear",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickGear",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickGear",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted snippet manager.",
"image": "snowmean/snibox-sqlite:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/snibox.png",
"name": "Snibox",
"note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
"platform": "linux",
"ports": [
"3010:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Snibox",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snibox",
"container": "/app/db/database"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "A unique, non-linear notebook wiki.",
"image": "mazzolino/tiddlywiki:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/tiddlywiki.png",
"name": "tiddlywiki",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "TiddlyWiki",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TiddlyWiki",
"container": "/var/lib/tiddlywiki"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other"
],
"description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "lunik1/tt-rss:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/tt-rss-icon.png",
"name": "tt-rss",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tiny Tiny RSS",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/tt-rss",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Vpn",
"Tools"
],
"description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "MULLVAD",
"description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
"label": "OPENVPN_PROVIDER",
"name": "OPENVPN_PROVIDER"
},
{
"default": "",
"label": "OPENVPN_USERNAME",
"name": "OPENVPN_USERNAME"
},
{
"default": "",
"label": "OPENVPN_PASSWORD",
"name": "OPENVPN_PASSWORD"
},
{
"default": "192.168.0.0/24",
"label": "LOCAL_NETWORK",
"name": "LOCAL_NETWORK"
}
],
"image": "haugene/transmission-openvpn:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/transmission-icon.png",
"name": "transmission-openvpn",
"note": "List of supported providers available <a href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/>here</a>.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission-OpenVPN",
"type": 1,
"volumes": [
{
"bind": "/portainer/Downloads",
"container": "/data"
},
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "Urbackup",
"description": "Open-source network backup",
"categories": [
"Backup"
],
"platform": "linux",
"note": "This application web interface is exposed on the port 55414 inside the container.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png",
"image": "cfstras/urbackup",
"ports": [
"55413/tcp",
"55414/tcp",
"55415/tcp",
"35622/tcp"
],
"volumes": [
{
"container": "/var/urbackup"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools",
"Maintenance"
],
"description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
"image": "containrrr/watchtower:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/watchtower.png",
"name": "watchtower",
"note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Watchtower",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
"image": "benbusby/whoogle-search:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/whoogle.png",
"name": "whoogle",
"platform": "linux",
"ports": [
"5001:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Whoogle",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Whoogle",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.",
"image": "linuxserver/wikijs:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/wikijs.png",
"name": "Wikijs",
"platform": "linux",
"ports": [
"3100:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Wikijs",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Wikijs",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config/Wikijs/data",
"container": "/data"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "Wowza",
"description": "Streaming media server",
"categories": [
"Streaming"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png",
"image": "sameersbn/wowza:4.1.2-8",
"env": [
{
"name": "WOWZA_ACCEPT_LICENSE",
"label": "Agree to Wowza EULA",
"set": "yes"
},
{
"name": "WOWZA_KEY",
"label": "License key"
}
],
"ports": [
"1935/tcp",
"8086/tcp",
"8087/tcp",
"8088/tcp"
],
"volumes": [
{
"container": "/var/lib/wowza"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.",
"image": "selfhostedpro/yacht:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png",
"name": "yacht",
"platform": "linux",
"ports": [
"8001:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Yacht",
"type": 1,
"volumes": [
{
"bind": "yacht",
"container": "/config"
},
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other",
"Downloaders"
],
"description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.",
"image": "tzahi12345/youtubedl-material:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/ytdlm.png",
"name": "youtubedl-material",
"platform": "linux",
"ports": [
"17442:17442/tcp"
],
"restart_policy": "unless-stopped",
"title": "YouTubeDL-Material",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/YTDLM",
"container": "/app/appdata"
},
{
"bind": "/portainer/Files/AppData/Youtube/Video",
"container": "/app/video"
},
{
"bind": "/portainer/Files/AppData/Youtube/Subscriptions",
"container": "/app/subscriptions"
},
{
"bind": "/portainer/Files/AppData/Youtube/Users",
"container": "/app/users"
},
{
"bind": "/portainer/Files/AppData/Youtube/Audio",
"container": "/app/audio"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Authenticationserver"
],
"description": "Authentik is an open-source Identity Provider focused on flexibility and versatility",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/goauthentik.png",
"name": "Authentik",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/authentik.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Authentik",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"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": [
"Taskserver"
],
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"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",
"categories": [
"Taskserver"
],
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Familyappserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Managementutilityserver"
],
"description": "Remote Management Server",
"env": [
{
"default": "/portainer/Files/AppData/MeshCentral/Config",
"label": "Config Container Bind",
"name": "CONFIG"
},
{
"default": "/portainer/Files/AppData/MeshCentral/Files",
"label": "Files Container Bind",
"name": "FILES"
},
{
"default": "/portainer/Files/AppData/MeshCentral/Backup",
"label": "Backup Container Bind",
"name": "BACK"
},
{
"default": "443",
"label": "Container Port 443",
"name": "PORT4"
},
{
"default": "80",
"label": "Container Port 80",
"name": "PORT8"
}
],
"logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/meshc.png",
"note": "MeshCentral",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/mesh.yml",
"url": "https://github.com/mycroftwilde/portainer_templates"
},
"title": "MeshCentral",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Dashboardserver"
],
"description": "Freeboard is a turn-key HTML-based 'engine' for dashboards. Besides a nice looking layout engine, it provides a plugin architecture for creating datasources (which fetch data) and widgets (which display data)\u2014 freeboard then does all the work to connect the two together.",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/freeboard.jpg",
"name": "freeboard",
"repository": {
"stackfile": "Template/Stack/freeboard.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"platform": "linux",
"ports": [
"8000:80/tcp"
],
"restart_policy": "always",
"title": "Freeboard",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Financeserver"
],
"description": "Ghostfolio is an open source wealth management software built with web technology.",
"logo": "https://avatars.githubusercontent.com/u/82473144?s=200",
"name": "Ghostfolio",
"repository": {
"stackfile": "Template/Stack/ghostfolio.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"platform": "linux",
"ports": [
"3663:80/tcp"
],
"restart_policy": "always",
"title": "Ghostfolio",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Tools"
],
"description": "A self-hosted bookmark management tool.",
"logo": "https://github.com/beromir/Servas/raw/main/docs/images/home.png",
"name": "Servas",
"repository": {
"stackfile": "Template/Stack/servas.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"platform": "linux",
"ports": [
"8456:80/tcp"
],
"restart_policy": "always",
"title": "Servas",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Tools"
],
"description": "wallabag is a web application allowing you to save web pages for later reading. Click, save and read it when you want.",
"logo": "https://www.wallabag.org/user/themes/boxify/img/logo-wallabag.svg",
"name": "Wallabag",
"repository": {
"stackfile": "Template/Stack/wallabag.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"platform": "linux",
"ports": [
"8234:80/tcp"
],
"restart_policy": "always",
"title": "Wallabag",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Usenetserver"
],
"description": "Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "ghcr.io/linuxserver/prowlarr:develop",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/prowlarr.png",
"name": "prowlarr",
"platform": "linux",
"ports": [
"9696:9696/tcp"
],
"restart_policy": "unless-stopped",
"title": "Prowlarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Prowlarr",
"container": "/config"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Networkserver"
],
"description": "WIFI / LAN intruder detector",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "jokobsk/pi.alert",
"logo": "https://raw.githubusercontent.com/pucherot/Pi.Alert/main/docs/img/1_devices.jpg",
"name": "pi.alert",
"platform": "linux",
"ports": [
"20211:20211/udp"
],
"restart_policy": "always",
"title": "Pi.alert",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/pi.alert",
"container": "/config"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Notesserver"
],
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases",
"env": [
{
"default": "/home/node/trilium-data",
"label": "TRILIUM_DATA_DIR",
"name": "TRILIUM_DATA_DIR"
},
{
"label": "PORT",
"name": "PORT"
}
],
"image": "zadam/trilium:latest",
"logo": "https://www.saashub.com/images/app/service_logos/55/2901389fab77/large.png?1561117248",
"name": "trilium",
"platform": "linux",
"ports": [
"3388:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Trilium",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/trilium-data",
"container": "/home/node/trilium-data"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Smarthome"
],
"description": "A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.",
"logo": "https://raw.githubusercontent.com/blakeblackshear/frigate/master/docs/static/img/frigate.png",
"name": "frigatenvr",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/frigatenvr.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Frigate NVR",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Dashboardserver"
],
"description": "Fenrus is a Node application and requires NodeJS to run. Once NodeJS is installed you can run Fenrus",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://user-images.githubusercontent.com/958400/154829266-62206846-c6ef-4718-9910-2b83eb6aa41c.png",
"name": "Fenrus",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/fenrus.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Fenrus",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Libraryserver"
],
"description": "Audiobook Server",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image": "ghcr.io/advplyr/audiobookshelf:latest",
"logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/AudioBookshelfLogo.png",
"name": "Audiobookshelf",
"platform": "linux",
"ports": [
"13378:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Audiobookshelf",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Audiobookshelf",
"container": "/config"
},
{
"bind": "/path/to/audiobooks",
"container": "/audiobooks"
},
{
"bind": "/path/to/podcasts",
"container": "/podcasts"
},
{
"bind": "/path/to/Metadata",
"container": "/metadata"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Familyappserver"
],
"description": "Vikunja is a self hosted, open-source to-do list application",
"env": [
{
"default": "192.168.0.2",
"label": "IP",
"name": "IP"
},
{
"default": "80",
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/go-vikunja/frontend/main/public/images/icons/android-chrome-192x192.png",
"note": "Vikunja is a self hosted, open-source to-do list application",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/vikunja.yml",
"url": "https://github.com/mycroftwilde/portainer_templates"
},
"title": "Vikunja",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Mediaserver"
],
"description": "Helps you organize your *Ahem* ...more MATURE Media material....",
"env": [
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://dashy.to/img/dashy.png",
"name": "Stash",
"note": "## Keep configs, scrapers, and plugins here. </p><p> - /portainer/Files/AppData/Config/stash:/root/.stash </p><p> ## Point this at your collection. </p><p> - ./data:/data </p><p> ## This is where your stash's metadata lives </p><p> - /portainer/Files/AppData/Config/stashmeta:/metadata </p><p> ## Any other cache content. </p><p> - /portainer/Files/AppData/Config/stashcache:/cache </p><p> ## Where to store generated content (screenshots,previews,transcodes,sprites) </p><p> - /portainer/Files/AppData/Config/stashgenerated:/generated",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/stash.yml",
"url": "https://github.com/mycroftwilde/portainer_templates"
},
"title": "Stash",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Chatserver"
],
"description": "Rocket.Chat Server",
"logo": "https://raw.githubusercontent.com/portapps/rocketchat-portable/master/res/papp.png",
"note": "Rocket.Chat Server Container",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/rocketchat.yml",
"url": "https://github.com/mycroftwilde/portainer_templates"
},
"title": "Rocket Chat",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Notesserver"
],
"description": "Joplin is an open-source note-taking app",
"env": [
{
"default": "22300",
"label": "PORT",
"name": "PORT"
},
{
"default": "http://joplin.yourdomain.tld:22300",
"label": "URL",
"name": "URL"
}
],
"logo": "https://raw.githubusercontent.com/laurent22/joplin/master/Assets/SquareIcon512.png",
"note": "Joplin is an open-source note-taking app",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/joplin.yml",
"url": "https://github.com/mycroftwilde/portainer_templates"
},
"title": "Joplin",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Usenetserver"
],
"description": "Readarr usent server",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/readarr:nightly",
"logo": "https://raw.githubusercontent.com/Readarr/Readarr/develop/Logo/128.png",
"name": "Readerr",
"platform": "linux",
"ports": [
"8787:8787/tcp"
],
"restart_policy": "unless-stopped",
"title": "Readarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Readarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/books",
"container": "/books"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Libraryserver"
],
"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 is a powerful and easy to use e-book manager. Users say it\u2019s outstanding and a must-have. It\u2019ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It\u2019s also completely free and open source and great for both casual users and computer experts.",
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Smarthome"
],
"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 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. [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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Dashboardserver"
],
"description": "MagicMirror2 Server",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "karsten13/magicmirror:latest",
"logo": "https://github.com/MichMich/MagicMirror/raw/master/.github/header.png",
"name": "MagicMirror2",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"command": "/bin/bash -c \"npm run server\" && exit 777",
"title": "MagicMirror2",
"type": 1,
"volumes": [
{
"container": "/opt/magic_mirror/config"
},
{
"container": "/opt/magic_mirror/modules"
},
{
"container": "/opt/magic_mirror/css"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Libraryserver"
],
"description": "Koomga Manga, Comic and E-Book Server",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "gotson/komga:latest",
"logo": "https://raw.githubusercontent.com/gotson/komga/master/.github/readme-images/app-icon.png",
"name": "Komga",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Komga",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/manga"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Libraryserver"
],
"description": "Kavita Manga, Comic and E-Book Server",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "kizaing/kavita:latest",
"logo": "https://raw.githubusercontent.com/Kareadita/Kavita/main/UI/Web/src/assets/images/logo.png",
"name": "Kavita",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Kavita",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/manga"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Managementutilityserver"
],
"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 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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"name": "APP_URL",
"label": "APP_URL",
"default": "<hostname or ip>",
"description": "Hostname or IP and port if applicable IE <ip or hostname>:8080"
},
{
"name": "MYSQL_PORT_3306_TCP_ADDR",
"label": "MYSQL_PORT_3306_TCP_ADDR",
"default": "<mysql host>",
"description": "Mysql hostname or IP to use"
},
{
"name": "MYSQL_PORT_3306_TCP_PORT",
"label": "MYSQL_PORT_3306_TCP_PORT",
"default": "<mysql port>",
"description": "Mysql port to use"
},
{
"name": "MYSQL_DATABASE",
"label": "MYSQL_DATABASE",
"default": "<mysql database>",
"description": "Mysql database to use"
},
{
"name": "MYSQL_USER",
"label": "MYSQL_USER",
"default": "<mysql pass>",
"description": "Mysql user to use"
},
{
"name": "MYSQL_PASSWORD",
"label": "MYSQL_PASSWORD",
"default": "changeme",
"description": "Mysql password to use"
}
],
"ports": [
"8080:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/snipe-it/config"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Taskserver"
],
"description": "It is a self-hosted monitoring tool like Uptime Robot",
"image": "louislam/uptime-kuma:latest",
"logo": "https://images.opencollective.com/uptime-kuma/29c5113/logo/256.png",
"name": "uptime-kuma",
"platform": "linux",
"ports": [
"3001:3001/tcp"
],
"restart_policy": "always",
"title": "Uptime Kuma",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/UptimeKuma",
"container": "/app/data"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"title": "Grafana",
"description": "Metrics Graphing Tool",
"logo": "https://raw.githubusercontent.com/grafana/grafana/main/docs/logo-horizontal.png",
"platform": "linux",
"restart_policy": "unless-stopped",
"categories": [
"Dashboardserver"
],
"image": "grafana/grafana:latest",
"ports": [
"3000/tcp"
],
"network": "bridge",
"volumes": [
{
"container": "/etc/grafana/grafana.ini"
},
{
"container": "/var/lib/grafana"
},
{
"container": "/var/log/grafana"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Smarthome"
],
"description": "Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range of nodes in the palette.",
"image": "nodered/node-red",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/node-red-icon.svg",
"name": "nodered",
"platform": "linux",
"ports": [
"1880:1880/tcp"
],
"restart_policy": "always",
"title": "Nodered",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nodered",
"container": "/data"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Managementutilityserver"
],
"description": "draw.io (formerly Diagramly) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPMN online, as a circuit diagram maker, and more. draw.io can import .vsdx, Gliffy\u2122 and Lucidchart\u2122 files.",
"image": "jgraph/drawio:latest",
"logo": "https://raw.githubusercontent.com/qwerty00007/portainer_templates/master/Images/draw.io.png",
"name": "draw.io",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "draw.io",
"type": 1,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Dashboardserver"
],
"description": "Helps you organize your self-hosted services by making them accessible from a single place.",
"logo": "https://dashy.to/img/dashy.png",
"name": "Dashy",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/dashy.yml",
"url": "https://github.com/mycroftwilde/portainer_templates"
},
"title": "Dashy",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Musicserver"
],
"description": "Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://github.com/navidrome/navidrome/raw/master/resources/logo-192x192.png",
"name": "Navidrome",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/navidrome.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Navidrome",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Dashboardserver"
],
"description": "Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.",
"image": "pawelmalak/flame",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/flame.png",
"name": "flame-dashboard",
"platform": "linux",
"ports": [
"5005:5005/tcp"
],
"restart_policy": "unless-stopped",
"title": "Flame-Dashboard",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/flame-dashboard",
"container": "/app/data"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Tools"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Passwordserver"
],
"description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.",
"image": "vaultwarden/server:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bitwarden.png",
"name": "vaultwarden",
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
"platform": "linux",
"ports": [
":80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Vaultwarden",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Vaultwarden",
"container": "/config"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Mediaserver"
],
"description": "Overseerr is a free and open source software application for managing requests for your media library.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/overseerr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/overseerr-icon.png",
"name": "Overseerr",
"platform": "linux",
"ports": [
"5055:5055/tcp"
],
"restart_policy": "unless-stopped",
"title": "Overseerr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Overseerr",
"container": "/config"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Familyappserver"
],
"description": "ownCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily\u2014all under your control. ownCloud\u2019s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "OWNCLOUD_DOMAIN",
"name": "OWNCLOUD_DOMAIN"
},
{
"label": "DB_PASSWORD",
"name": "DB_PASSWORD"
},
{
"label": "ADMIN_USERNAME",
"name": "ADMIN_USERNAME"
},
{
"label": "ADMIN_PASSWORD",
"name": "ADMIN_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/docker-library/docs/9d36b4ed7cabc35dbd3849272ba2bd7abe482172/owncloud/logo.png",
"name": "Owncloud",
"note": "The database user is owncloud and the database is owncloud.",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/owncloud.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Owncloud",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Mediaserver"
],
"description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/petio-icon.png",
"name": "Petio",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/petio.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Petio",
"type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Tools"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Libraryserver"
],
"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 audibooks you own wherever you are. At the moment the platform consists of Booksonic Air - A server for streaming your audiobooks, successor to the original Booksonic server and based on Airsonic. Booksonic App - An DSub based Android app for connection to Booksonic-Air servers. .",
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Codeserver"
],
"title": "Cloud9",
"name": "Cloud9",
"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/cloud9/config<br>mkdir -p /volume1/docker/cloud9/code<br></p>",
"description": "[Cloud9](https://github.com/c9/core) Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png",
"image": "linuxserver/cloud9:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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-cloud9.git",
"description": "Specify a git repo to checkout on first startup"
},
{
"name": "USERNAME",
"label": "USERNAME",
"default": "",
"description": "Optionally specify a username for http auth"
},
{
"name": "PASSWORD",
"label": "PASSWORD",
"default": "",
"description": "Optionally specify a password for http auth (if USERNAME and PASSWORD are not set, there will be no http auth)"
}
],
"ports": [
"8000:8000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/cloud9/config"
},
{
"container": "/code",
"bind": "/volume1/docker/cloud9/code"
},
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Notesserver"
],
"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.",
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Gamingserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Tools"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Mediaserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Ftpserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Taskserver"
],
"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/up.png",
"image": "linuxserver/healthchecks:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"name": "SITE_ROOT",
"label": "SITE_ROOT",
"default": "<SITE_ROOT>",
"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": "<SITE_NAME>",
"description": "The site's name (e.g., 'Example Corp HealthChecks')"
},
{
"name": "DEFAULT_FROM_EMAIL",
"label": "DEFAULT_FROM_EMAIL",
"default": "<DEFAULT_FROM_EMAIL>",
"description": "From email for alerts"
},
{
"name": "EMAIL_HOST",
"label": "EMAIL_HOST",
"default": "<EMAIL_HOST>",
"description": "SMTP host"
},
{
"name": "EMAIL_PORT",
"label": "EMAIL_PORT",
"default": "<EMAIL_PORT>",
"description": "SMTP port"
},
{
"name": "EMAIL_HOST_USER",
"label": "EMAIL_HOST_USER",
"default": "<EMAIL_HOST_USER>",
"description": "SMTP user"
},
{
"name": "EMAIL_HOST_PASSWORD",
"label": "EMAIL_HOST_PASSWORD",
"default": "<EMAIL_HOST_PASSWORD>",
"description": "SMTP password"
},
{
"name": "EMAIL_USE_TLS",
"label": "EMAIL_USE_TLS",
"default": "<True or False>",
"description": "Use TLS for SMTP (`True` or `False`)"
},
{
"name": "ALLOWED_HOSTS",
"label": "ALLOWED_HOSTS",
"default": "<ALLOWED_HOSTS>",
"description": "array of valid hostnames for the server `['test.com','test2.com']` (default: `['*']`)"
},
{
"name": "SUPERUSER_EMAIL",
"label": "SUPERUSER_EMAIL",
"default": "<SUPERUSER_EMAIL>",
"description": "Superuser email"
},
{
"name": "SUPERUSER_PASSWORD",
"label": "SUPERUSER_PASSWORD",
"default": "<SUPERUSER_PASSWORD>",
"description": "Superuser password"
},
{
"name": "REGENERATE_SETTINGS",
"label": "REGENERATE_SETTINGS",
"default": "True/False",
"description": "Defaults to False. Set to true to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file."
},
{
"name": "SITE_LOGO_URL",
"label": "SITE_LOGO_URL",
"default": "<SITE_LOGO_URL>",
"description": "Custom site logo URL"
},
{
"name": "SECRET_KEY",
"label": "SECRET_KEY",
"default": "<SECRET_KEY>",
"description": "A secret key used for cryptographic signing. docker-healthchecks will generate a secure value if one does not exist"
},
{
"name": "APPRISE_ENABLED",
"label": "APPRISE_ENABLED",
"default": "True/False",
"description": "Defaults to False. A boolean that turns on/off the Apprise integration (https://github.com/caronc/apprise)"
}
],
"ports": [
"8000:8000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/healthchecks/config"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Smarthome"
],
"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.",
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Mediaserver"
],
"title": "Kanzi",
"name": "Kanzi",
"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/kanzi/config</p>",
"description": "[Kanzi](https://lexigr.am/), formerly titled Kodi-Alexa, this custom skill is the ultimate voice remote control for navigating Kodi. It can do anything you can think of (100+ intents). This container also contains lexigram-cli to setup Kanzi with an Amazon Developer Account and automatically deploy it to Amazon.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kanzi.png",
"image": "linuxserver/kanzi:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "INVOCATION_NAME",
"label": "INVOCATION_NAME",
"default": "kanzi",
"description": "Specify an invocation name for this skill, use either kanzi or kod."
},
{
"name": "URL_ENDPOINT",
"label": "URL_ENDPOINT",
"default": "https://server.com/kanzi/",
"description": "Specify the URL at which the webserver is reachable either `https://kanzi.server.com/` or `https://server.com/kanzi/` Note the trailing slash **MUST** be included."
}
],
"ports": [
"8000:8000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/kanzi/config"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Proxyserver"
],
"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\u2019s 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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Familyappserver"
],
"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.",
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Codeserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Tools"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Tools"
],
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Managementutilityserver"
],
"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.png",
"image": "linuxserver/netbox:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Managementutilityserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Familyappserver"
],
"title": "Paperless-ng",
"name": "Paperless-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/paperless-ng/config<br>mkdir -p /volume1/docker/paperless-ng/data</p>",
"description": "[Paperless-ng](https://github.com/jonaswinkler/paperless-ng) is an application by Daniel Quinn and contributors that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents.'",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/resources/logo/web/png/Color%20logo%20with%20background.png",
"image": "linuxserver/paperless-ng:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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/paperless-ng/config"
},
{
"container": "/data",
"bind": "/volume1/docker/paperless-ng/data"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Familyappserver"
],
"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/ciur/papermerge/master/artwork/logo.png",
"image": "linuxserver/papermerge:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Chatserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Managementutilityserver"
],
"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/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP.",
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rdesktop.png",
"image": "linuxserver/rdesktop:latest",
"privileged": true,
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Backupandsyncserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Familyappserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"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": [
"Managementutilityserver"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png",
"image": "linuxserver/webtop:latest",
"privileged": true,
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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/`"
}
],
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"categories": [
"Vpnserver"
],
"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\u00ae](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://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Logo_of_WireGuard.png/320px-Logo_of_WireGuard.png",
"image": "linuxserver/wireguard:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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."
}
],
"ports": [
"51820:51820/udp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/wireguard/config"
},
{
"container": "/lib/modules",
"bind": "/lib/modules"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Managementutilityserver"
],
"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\u2019s foremost and widely-used network protocol analyzer. It lets you see what\u2019s 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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"title": "Airsonic-advanced",
"name": "Airsonic-advanced",
"categories": [
"Musicserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"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": [
"Databaseserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
"title": "Pixapop",
"name": "Pixapop",
"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/pixapop/config<br>mkdir -p /volume1/docker/pixapop/photos</p>",
"description": "[Pixapop](https://github.com/bierdok/pixapop) is an open-source single page application to view your photos in the easiest way possible.",
"categories": [
"Photos"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png",
"image": "linuxserver/pixapop:latest",
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1024",
"description": "for GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
"name": "APP_USERNAME",
"label": "APP_USERNAME",
"default": "admin",
"description": "Specify a username to enable authentication."
},
{
"name": "APP_PASSWORD",
"label": "APP_PASSWORD",
"default": "admin",
"description": "Specify a password to enable authentication."
}
],
"ports": [
"80:80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/volume1/docker/pixapop/config"
},
{
"container": "/photos",
"bind": "/volume1/docker/pixapop/photos"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"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": [
"Taskserver"
],
"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 GroupID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"description": "for UserID"
},
{
"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",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
"Adblocking"
],
"description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it\u2019ll cover ALL your home devices, and you don\u2019t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your network.",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/adguard.png",
"name": "adguardhome",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/adguardhome.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Adguard Home",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Social",
"Forum"
],
"description": "Zusam is a free and open-source way to self-host private forums for groups of friends.",
"env": [
{
"default": "[email protected]",
"label": "INIT_USER",
"name": "INIT_USER"
},
{
"default": "initpass zusam",
"label": "INIT_PASSWORD",
"name": "INIT_PASSWORD"
}
],
"image": "zusam/zusam",
"logo": "https://github.com/zusam/zusam/raw/master/app/src/assets/zusam_logo.png",
"name": "Zusam",
"platform": "linux",
"ports": [
"4180:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Zus.am",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Zusam",
"container": "/zusam/data"
}
],
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Social"
],
"description": "Use Tiktok with an alternative frontend, inspired by Nitter.",
"name": "proxitok",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/proxitok.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "ProxiTok",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Feedreader"
],
"description": "Miniflux is a minimalist and opinionated feed reader.",
"logo": "",
"name": "miniflux",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/miniflux.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Miniflux",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Tools"
],
"description": "Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games..",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://user-images.githubusercontent.com/20560781/80213166-0e560e00-8639-11ea-944e-4f79fdbcef55.png",
"name": "Koillection",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/koillection.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Koillection",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Tools"
],
"description": "Eufy Security Web Socket. Edit container and add username & password.",
"env": [
{
"default": "InputUSER-email",
"label": "USERNAME",
"name": "USERNAME"
},
{
"default": "InputPWD",
"label": "PASSWORD",
"name": "PASSWORD"
}
],
"image": "bropat/eufy-security-ws:latest",
"logo": "https://github.com/bropat/eufy-security-ws/raw/master/docs/_media/eufy-security-ws.png",
"name": "eufy-security-ws",
"platform": "linux",
"ports": [
"3993:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Eufy Security WS",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/eufy-security-ws",
"container": "/data"
}
],
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Multimedia"
],
"description": "Tdarr is a popular conditional transcoding application for processing large (or small) media libraries.",
"logo": "https://tdarr.io/static/media/logo3.02a3f4a3.png",
"name": "tdarr",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/tdarr.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Tdarr",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Tools"
],
"description": "Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn\u2019t store any log files. It is for live monitoring of your container logs only.",
"image": "amir20/dozzle:latest",
"logo": "https://dozzle.dev/favicon.ico",
"name": "dozzle",
"platform": "linux",
"ports": [
"8888:8080/tcp"
],
"restart_policy": "always",
"title": "Dozzle",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
],
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Social"
],
"description": "Monica is a great open source personal relationship management system to organize the interactions with your loved ones.",
"logo": "https://raw.githubusercontent.com/docker-library/docs/b962028212dbd77c9531dbcf8d5a81db79d4a735/monica/logo.svg",
"name": "monica",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/monica.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Monica",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Tools"
],
"description": "Teleport allows engineers and security professionals to unify access for SSH servers, Kubernetes clusters, web applications, and databases across all environments.",
"logo": "https://bookface-images.s3.amazonaws.com/logos/386100350818400a035ac8e0caa84111de3316eb.png",
"name": "teleport",
"repository": {
"stackfile": "Template/Stack/teleport.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"platform": "linux",
"restart_policy": "always",
"title": "Teleport",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Dashboard",
"Crypto",
"Finance"
],
"description": "Cryptofolio is an open-source, and self-hosted solution for tracking your cryptocurrency holdings. It features a web interface, an Android mobile app, and a cross-platform desktop application for Windows, macOS, and Linux.",
"image": "xtrendence/cryptofolio:latest",
"logo": "https://i.imgur.com/5v8lzea.png",
"name": "cryptofolio",
"platform": "linux",
"ports": [
"7280:80/tcp"
],
"restart_policy": "always",
"title": "Cryptofolio",
"type": 1,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Network"
],
"description": "Self-hosted website change detection monitoring.",
"image": "dgtlmoon/changedetection.io",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/changedetection-custom.png",
"name": "changedetection",
"platform": "linux",
"restart_policy": "always",
"title": "Change Detection",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/changedetection",
"container": "/datastore"
}
],
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Presentation"
],
"description": "It is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free | Production Mode",
"image": "cloudogu/reveal.js",
"logo": "https://pbs.twimg.com/profile_images/1260911777929400325/_ClbHpsz_400x400.jpg",
"name": "revealjs",
"platform": "linux",
"ports": [
"6060:8080/tcp"
],
"restart_policy": "always",
"title": "Reveal.js",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/revealjs/docs/slides",
"container": "/reveal/docs/slides"
},
{
"bind": "/portainer/Files/AppData/Config/revealjs/scripts/test",
"container": "/resources"
}
],
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Network"
],
"description": "An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.",
"image": "statping/statping:latest",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/statping.png",
"name": "statping",
"platform": "linux",
"ports": [
"4040:8080/tcp"
],
"restart_policy": "always",
"title": "Statping",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/statping",
"container": "/app"
}
],
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Network"
],
"description": "Network UPS Tools server",
"image": "upshift/nut-upsd",
"logo": "",
"name": "nuts",
"platform": "linux",
"ports": [
"3493:3493/tcp"
],
"restart_policy": "always",
"title": "NUTS",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/nuts",
"container": "/app"
}
],
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Tools"
],
"description": "Your Budgets, Calendars, Meals, Inventory, Tasks, and so much more in one simple app.For everyone in your household.On all of your devices.In the cloud or self-hosted",
"logo": "https://homechart.app/images/homechart.min.776793e5e4334866f0799e8a84b8448efb1b06cb2762b2bb20f99068ac36136c.png",
"name": "homechart",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/homechart.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Homechart",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Messenger"
],
"description": "Ferdi is a messaging browser that allows you to combine your favourite messaging services into one application",
"logo": "https://raw.githubusercontent.com/getferdi/server/master/logo.png",
"name": "ferdi-server",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/ferdiserver.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Ferdi Server",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Messenger"
],
"description": "Ferdium is a messaging browser that allows you to combine your favourite messaging services into one application",
"logo": "https://github.com/ferdium/ferdium-server/raw/main/logo.png",
"name": "ferdium",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/ferdium.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Ferdium",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Other"
],
"description": "Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages.",
"logo": "",
"name": "snippet-box",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/snippetbox.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Snippet Box",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Social"
],
"description": "LittleLink is an open source DIY self-hosted alternative to services like Linktree and many.link. ",
"logo": "https://littlelink.io/images/[email protected]",
"name": "littlelink-server",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/littlelink.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"ports": [
"3000:3000/tcp"
],
"title": "Littlelink Server",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Social"
],
"description": "Self-hosted open-source Linktree alternative. LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface.",
"logo": "https://linkstack.org/wp-content/uploads/2023/04/logo-animated.svg",
"name": "linkstack",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/linkstack.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Linkstack",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Downloaders"
],
"description": "A perfect Aria2 Docker image. Out of the box, just add download tasks and don't need to think about anything else.",
"logo": "https://imgcdn.p3terx.com/post/20201113041845.jpg",
"name": "aria2-pro",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/aria2pro.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Aria2 Pro",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Downloaders"
],
"description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support.",
"logo": "https://hotio.dev/img/image-logos/flood.svg",
"name": "flood",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/flood.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Flood",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Photos",
"Ai"
],
"description": "PhotoPrism is an AI-powered app for browsing, organizing & sharing your photo collection. It makes use of the latest technologies to tag and find pictures automatically without getting in your way.| Copy as Custom stack and EDIT environment variables.",
"logo": "https://photoprism.app/static/img/logo.svg",
"name": "photoprism",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/photoprism.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Photoprism",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Photos",
"Ai"
],
"description": "Immich is a high performance self-hosted photo and video backup solution.",
"logo": "https://github.com/immich-app/immich/raw/main/design/immich-logo.svg",
"name": "immich",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/immich.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Immich",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Development"
],
"description": "netboot.xyz is a convenient place to boot into any type of operating system or utility disk without the need of having to go spend time retrieving the ISO just to run it",
"logo": "https://netboot.xyz/img/nbxyz-logo.svg",
"name": "netboot.xyz",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/netbootxyz.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Netboot.xyz",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Filebrowsers"
],
"description": "Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.",
"logo": "https://user-images.githubusercontent.com/58886915/166198400-c2134044-1198-4647-a8b6-da9c4a204c68.svg",
"name": "pingvin-share",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/pingvin.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Pingvin",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Pdftools",
"Productivity"
],
"description": "This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more.",
"logo": "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/docs/stirling.png",
"name": "stirling-pdf",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/stirling-pdf.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Stirling-PDF",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Network"
],
"description": "WIFI / LAN intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found.",
"logo": "https://avatars.githubusercontent.com/u/96159884?s=48&v=4",
"name": "NetAlertX",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/netalertx.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "NetAlertX",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Productivity",
"Timerelated"
],
"description": "Open source time-tracker with an interactive user experience and powerful reporting.",
"logo": "https://timetagger.app/timetagger_wl.svg",
"name": "TimeTagger",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/timetagger.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "TimeTagger",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Multimedia"
],
"description": "Invidious is an open source alternative front-end to YouTube.",
"logo": "https://invidious.io/invidious-colored-vector.svg",
"name": "Invidious",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/invidious.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Invidious",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Filebrowsers"
],
"description": "Chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.",
"logo": "https://chibisafe.moe/logo.svg",
"name": "chibisafe",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/chibisafe.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Chibisafe",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Offline"
],
"description": "Internet. Offline.Store any website on your mobile phone or computer, easily.",
"logo": "https://www.kiwix.org/wp-content/uploads/kiwix-logo-995x200-1.png",
"name": "kiwix",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/kiwix.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Kiwix",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Tools"
],
"description": "The recipe manager that allows you to manage your ever growing collection of digital recipes.",
"logo": "https://docs.tandoor.dev/logo_color.svg",
"name": "tandoor",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/tandoor.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Tandoor",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Social"
],
"description": "Webtrees is the web\u2019s leading online collaborative genealogy application. [GEDCOM files support]",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Logo_webtrees.svg/400px-Logo_webtrees.svg.png",
"name": "webtrees",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/webtrees.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Webtrees",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Metrics"
],
"description": "This is an exporter that exposes information gathered from Proxmox VE node for use by the Prometheus monitoring system.",
"logo": "",
"name": "pve-exporter",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/pve-exporter.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "pve-exporter",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Devops"
],
"description": "Modern UI for Ansible",
"logo": "https://res.cloudinary.com/canonical/image/fetch/f_auto,q_auto,fl_sanitize,w_60,h_60/https://dashboard.snapcraft.io/site_media/appmedia/2020/11/Screenshot_2020-11-21_at_02.05.22.png",
"name": "ansible-semaphore",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/ansible-semaphore.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Ansible-semaphore",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Audio",
"Multimedia"
],
"description": "A social platform to enjoy and share music.Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.",
"logo": "https://funkwhale.audio/img/with-text-500.4aff7861.png",
"name": "funkwhale",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/funkwhale.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Funkwhale",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Cloud"
],
"description": "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. It is similar to the discontinued\u00a0Firefox Send, with the difference that only the admin is allowed to upload files",
"logo": "https://noted.lol/content/images/2023/02/gokapi-self-hosted-main.png",
"name": "gokapi",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/gokapi.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Gokapi",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Timetracking"
],
"description": "Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.",
"logo": "https://traggo.net/images/favicon.png",
"name": "traggo",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/traggo.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Traggo",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Learning"
],
"description": "Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments.",
"logo": "https://download.moodle.org/theme/moodleorgcleaned/pix/moodle_logo_TM.svg",
"name": "moodle",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/moodle.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Moodle",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Helpdesk"
],
"description": "FreeScout\u00a0is the super lightweight free open source help desk and shared inbox written in PHP (Laravel framework) \u2013 self hosted clone of HelpScout.",
"logo": "https://raw.githubusercontent.com/freescout-helpdesk/freescout/master/public/img/logo-300.png",
"name": "freescout",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/freescout.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Freescout",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Fitness"
],
"description": "Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django",
"logo": "https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png",
"name": "wger",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/wger.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Wger",
"type": 3,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment