{ "version": "2", "templates": [ { "type": 1, "name": "baserow", "title": "Baserow", "description": " Open source no-code database and Airtable alternative ", "logo": "https://mediadepot.github.io/templates/img/baserow.png", "image": "baserow/baserow:1.22.3", "categories": [ "Downloaders", "Tools" ], "ports": [ "80/tcp" ], "volumes": [ { "container": "/baserow/data", "bind": "/opt/mediadepot/apps/baserow" } ], "env": [ { "name": "BASEROW_PUBLIC_URL", "label": "BASEROW_PUBLIC_URL", "preset": false } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.baserow.loadbalancer.server.port", "value": "80" }, { "name": "traefik.http.routers.baserow.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.baserow.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "cardigann", "title": "Cardigann", "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", "logo": "https://mediadepot.github.io/templates/img/cardigann.png", "image": "linuxserver/cardigann:latest", "categories": [ "Downloaders" ], "ports": [ "5060/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/cardigann" } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.cardigann.loadbalancer.server.port", "value": "5060" }, { "name": "traefik.http.routers.cardigann.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.cardigann.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "title": "Calibre Web", "name": "calibreweb", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/calibre-web/config
mkdir -p /volume1/docker/calibre-web/books
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/librespeed/config
", "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": "15000", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "15000", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles", "description": "Specify a timezone to use for example Europe/Amsterdam" }, { "name": "PASSWORD", "label": "PASSWORD", "default": "PASSWORD", "description": "Set the password for the results database." }, { "name": "CUSTOM_RESULTS", "label": "CUSTOM_RESULTS", "default": "false", "description": "(optional) set to `true` to enable custom results page in `/config/www/results/index.php`." }, { "name": "DB_TYPE", "label": "DB_TYPE", "default": "sqlite", "description": "Defaults to `sqlite`, can also be set to `mysql` or `postgresql`." }, { "name": "DB_NAME", "label": "DB_NAME", "default": "DB_NAME", "description": "Database name. Required for mysql and pgsql." }, { "name": "DB_HOSTNAME", "label": "DB_HOSTNAME", "default": "DB_HOSTNAME", "description": "Database address. Required for mysql and pgsql." }, { "name": "DB_USERNAME", "label": "DB_USERNAME", "default": "DB_USERNAME", "description": "Database username. Required for mysql and pgsql." }, { "name": "DB_PASSWORD", "label": "DB_PASSWORD", "default": "DB_PASSWORD", "description": "Database password. Required for mysql and pgsql." }, { "name": "DB_PORT", "label": "DB_PORT", "default": "DB_PORT", "description": "Database port. Required for mysql." } ], "ports": [ "80/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/librespeed/config" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.librespeed.loadbalancer.server.port", "value": "80" }, { "name": "traefik.http.routers.librespeed.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.librespeed.tls.certresolver", "value": "mydnschallenge" } ], "restart_policy": "unless-stopped", "maintainer": " https://github.com/mediadepot/templates/", "categories": [] }, { "type": 1, "name": "logzio-logs-collector", "title": "Logzio Logs Collector", "description": "Docker container that uses Filebeat to collect logs from other Docker containers and forward those logs to your Logz.io account.", "logo": "https://mediadepot.github.io/templates/img/logzio-icon.png", "image": "logzio/docker-collector-logs", "categories": [ "Tools" ], "ports": [], "privileged": true, "volumes": [ { "container": "/var/run/docker.sock", "bind": "/var/run/docker.sock", "readonly": true }, { "container": "/var/lib/docker/containers", "bind": "/var/lib/docker/containers" } ], "env": [ { "name": "LOGZIO_TOKEN", "label": "LOGZIO_TOKEN", "default": "REPLACE-LOGZIO-TOKEN-HERE" }, { "name": "LOGZIO_URL", "label": "LOGZIO_URL", "default": "listener.logz.io:5015" } ], "labels": [], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "logzio-metrics-collector", "title": "Logzio Metrics Collector", "description": "Docker Metrics Collector is a container that runs Metricbeat with the modules you enable at runtime.", "logo": "https://mediadepot.github.io/templates/img/logzio-icon.png", "image": "logzio/docker-collector-metrics", "categories": [ "Tools" ], "ports": [], "privileged": true, "volumes": [ { "container": "/var/run/docker.sock", "bind": "/var/run/docker.sock", "readonly": true }, { "container": "/hostfs/sys/fs/cgroup", "bind": "/sys/fs/cgroup", "readonly": true }, { "container": "/hostfs/proc", "bind": "/proc", "readonly": true }, { "container": "/hostfs", "bind": "/", "readonly": true } ], "env": [ { "name": "LOGZIO_TOKEN", "label": "LOGZIO_TOKEN", "default": "REPLACE-LOGZIO-TOKEN-HERE" }, { "name": "LOGZIO_MODULES", "label": "LOGZIO_MODULES", "default": "system,docker" } ], "labels": [], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 3, "name": "mayan", "title": "Mayan EDMS", "description": "Mayan EDMS is an electronic vault for your documents.", "logo": "https://mediadepot.github.io/templates/img/mayan-logo.png", "categories": [ "Documents", "Tools" ], "repository": { "url": "https://github.com/mediadepot/templates", "stackfile": "stacks/mayan/docker-compose.yml" }, "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "n8n", "title": "n8n", "description": "n8n allows you to build flexible workflows focused on deep data integration.", "logo": "https://mediadepot.github.io/templates/img/n8n.png", "image": "docker.n8n.io/n8nio/n8n:latest", "categories": [ "Networkother", "Tools" ], "ports": [ "5678/tcp" ], "volumes": [ { "container": "/home/node/.n8n", "bind": "/opt/mediadepot/apps/n8n" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "GENERIC_TIMEZONE", "label": "GENERIC_TIMEZONE", "default": "America/Los_Angeles", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.n8n.loadbalancer.server.port", "value": "5678" }, { "name": "traefik.http.routers.n8n.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.n8n.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "netbootxyz", "title": "Netboot.xyz", "description": "Netbootxyz 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", "logo": "https://mediadepot.github.io/templates/img/netbootxyz.jpg", "image": "linuxserver/netbootxyz:latest", "categories": [ "Downloaders", "Networkother", "Tools" ], "ports": [ "3000/tcp", "69/udp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/netbootxyz" }, { "container": "/assets", "bind": "/media/storage/software/netbootxyz" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.netbootxyz.loadbalancer.server.port", "value": "3000" }, { "name": "traefik.http.routers.netbootxyz.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.netbootxyz.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "ombi", "title": "Ombi", "description": "Ombi 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", "logo": "https://mediadepot.github.io/templates/img/ombi.png", "image": "linuxserver/ombi:latest", "categories": [ "Downloaders", "Networkother", "Mediaappvideo", "Tools" ], "ports": [ "3579/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/ombi" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.ombi.loadbalancer.server.port", "value": "3579" }, { "name": "traefik.http.routers.ombi.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.ombi.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "overseerr", "title": "Overseerr", "description": "Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.", "logo": "https://mediadepot.github.io/templates/img/overseerr.png", "image": "lscr.io/linuxserver/overseerr:latest", "categories": [ "Downloaders", "Networkother", "Mediaappvideo", "Tools" ], "ports": [ "5055/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/overseerr" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.overseerr.loadbalancer.server.port", "value": "5055" }, { "name": "traefik.http.routers.overseerr.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.overseerr.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "plex", "title": "Plex Media Server", "description": "Plex organizes your video, music, and photo collections and streams them to all of your screens.", "logo": "https://mediadepot.github.io/templates/img/plex-icon.png", "image": "linuxserver/plex:latest", "network": "host", "categories": [ "Mediaservervideo", "Mediaservermusic", "Mediaserverphotos" ], "privileged": true, "ports": [], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/plex" }, { "container": "/data/tvshows", "bind": "/media/storage/tvshows" }, { "container": "/data/movies", "bind": "/media/storage/movies" }, { "container": "/data/music", "bind": "/media/storage/music" }, { "container": "/transcode" } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles" }, { "name": "VERSION", "label": "VERSION", "default": "latest" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.plex.loadbalancer.server.port", "value": "32400" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 3, "name": "plextraktsync", "title": "PlexTraktSync", "description": "A python script that syncs the movies, shows and ratings between trakt and Plex", "logo": "https://mediadepot.github.io/templates/img/plex-icon.png", "categories": [ "Documents", "Tools" ], "repository": { "url": "https://github.com/mediadepot/templates", "stackfile": "stacks/plextraktsync/docker-compose.yml" }, "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "plexrequests", "title": "Plex Requests", "description": "Simple automated way for users to request new content for Plex.", "logo": "https://mediadepot.github.io/templates/img/plex-requests-logo.jpeg", "image": "linuxserver/plexrequests:latest", "categories": [ "Downloaders", "Networkother", "Mediaappvideo", "Tools" ], "ports": [ "3000/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/plexrequests" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.cardigann.plexrequests.server.port", "value": "3000" }, { "name": "traefik.http.routers.cardigann.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.cardigann.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "prowlarr", "title": "Prowlarr", "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. ", "logo": "https://mediadepot.github.io/templates/img/prowlarr-banner.png", "image": "ghcr.io/linuxserver/prowlarr:develop", "categories": [ "Downloaders", "Tools" ], "ports": [ "9696/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/prowlarr" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.prowlarr.loadbalancer.server.port", "value": "9696" }, { "name": "traefik.http.routers.prowlarr.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.prowlarr.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "pureftp", "title": "Pure-FTP Server", "description": "Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. ", "logo": "https://mediadepot.github.io/templates/img/pureftpd-icon.jpg", "image": "stilliard/pure-ftpd:hardened", "network": "host", "categories": [ "Networkother", "Utilities" ], "ports": [ "21/tcp", "30000/tcp", "30001/tcp", "30002/tcp", "30003/tcp", "30004/tcp", "30005/tcp", "30006/tcp", "30007/tcp", "30008/tcp", "30009/tcp" ], "volumes": [ { "container": "/etc/pure-ftpd/passwd", "bind": "/opt/mediadepot/apps/pureftp" }, { "container": "/data/tvshows", "bind": "/media/storage/tvshows" }, { "container": "/data/movies", "bind": "/media/storage/movies" }, { "container": "/data/music", "bind": "/media/storage/music" }, { "container": "/data/ebooks", "bind": "/media/storage/ebooks" }, { "container": "/data/photos", "bind": "/media/storage/photos" }, { "container": "/data/documents", "bind": "/media/storage/documents" }, { "container": "/data/downloads", "bind": "/media/storage/downloads" }, { "container": "/data/software", "bind": "/media/storage/software" }, { "container": "/data/blackhole", "bind": "/media/temp/blackhole" }, { "container": "/data/processing", "bind": "/media/temp/processing" } ], "env": [ { "name": "FTP_USER_NAME", "label": "FTP_USER_NAME", "default": "depot", "preset": true }, { "name": "FTP_USER_PASS", "label": "FTP_USER_PASS", "default": "badpass" }, { "name": "FTP_USER_HOME", "label": "FTP_USER_HOME", "default": "/data", "preset": true }, { "name": "FTP_USER_GID", "label": "FTP_USER_GID", "default": "15000", "preset": true }, { "name": "FTP_USER_UID", "label": "FTP_USER_UID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles" }, { "name": "PUBLICHOST", "label": "PUBLICHOST", "default": "localhost" } ], "labels": [], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "qdirstat", "title": "qdirstat", "description": "QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.", "logo": "https://mediadepot.github.io/templates/img/cardigann.png", "image": "jlesage/qdirstat:latest", "categories": [ "Utilities" ], "ports": [ "5800/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/qdirstat" }, { "container": "/storage/opt", "bind": "/opt" }, { "container": "/storage/mnt", "bind": "/mnt" } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.qdirstat.loadbalancer.server.port", "value": "5800" }, { "name": "traefik.http.routers.qdirstat.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.qdirstat.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "radarr", "title": "Radarr", "description": "Radarr - A fork of Sonarr to work with movies la Couchpotato.", "logo": "https://mediadepot.github.io/templates/img/radarr.png", "image": "linuxserver/radarr:latest", "categories": [ "Downloaders", "Mediaappvideo" ], "ports": [ "7878/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/radarr" }, { "container": "/downloads", "bind": "/media/storage/downloads/movies" }, { "container": "/movies", "bind": "/media/storage/movies" }, { "container": "/blackhole", "bind": "/media/temp/blackhole/movies" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.radarr.loadbalancer.server.port", "value": "7878" }, { "name": "traefik.http.routers.radarr.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.radarr.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "readarr", "title": "Readarr", "description": "Readarr - Book Manager and Automation (Sonarr for Ebooks)", "logo": "https://mediadepot.github.io/templates/img/readarr-logo.png", "image": "ghcr.io/linuxserver/readarr:nightly", "categories": [ "Downloaders", "Mediaappbooks" ], "ports": [ "8787/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/readarr" }, { "container": "/downloads", "bind": "/media/storage/downloads/ebooks" }, { "container": "/books", "bind": "/media/storage/ebooks" }, { "container": "/blackhole", "bind": "/media/temp/blackhole/ebooks" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.readarr.loadbalancer.server.port", "value": "8787" }, { "name": "traefik.http.routers.readarr.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.readarr.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "rclone", "title": "Rclone Config Backup", "description": "Rclone is a command line program to sync files and directories to and from cloud providers (Dropbox, GDrive, Box, etc)", "logo": "https://mediadepot.github.io/templates/img/rclone.png", "image": "mediadepot/rclone:latest", "categories": [ "Backup", "Cloud", "Networkother", "Tools" ], "ports": [], "volumes": [ { "container": "/srv/rclone/config", "bind": "/opt/mediadepot/apps/rclone" }, { "container": "/mnt/data", "bind": "/opt/mediadepot/apps" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "resilio", "title": "Resilio Sync", "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.", "logo": "https://mediadepot.github.io/templates/img/resilio.png", "image": "linuxserver/resilio-sync:latest", "categories": [ "Backup", "Cloud", "Networkother", "Tools" ], "ports": [ "8888/tcp", "55555/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/resilio" }, { "container": "/sync", "bind": "/media/storage" }, { "container": "/downloads", "bind": "/media/storage/downloads" } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.resilio.loadbalancer.server.port", "value": "8888" }, { "name": "traefik.http.routers.resilio.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.resilio.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "rutorrent", "title": "ruTorrent", "description": "ruTorrent is a quick and efficient BitTorrent client", "logo": "https://mediadepot.github.io/templates/img/rtorrent-icon.png", "image": "mediadepot/rutorrent", "categories": [ "Downloaders", "Networkother", "Tools" ], "ports": [ "80/tcp", "51413/tcp", "6881/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/rutorrent" }, { "container": "/processing", "bind": "/media/temp/processing" }, { "container": "/blackhole", "bind": "/media/temp/blackhole" }, { "container": "/downloads", "bind": "/media/storage/downloads" } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.rutorrent.loadbalancer.server.port", "value": "80" }, { "name": "traefik.http.routers.rutorrent.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.rutorrent.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "scrutiny", "title": "Scrutiny", "description": "WebUI for smartd S.M.A.R.T monitoring", "logo": "https://mediadepot.github.io/templates/img/scrutiny.png", "image": "analogj/scrutiny:latest", "categories": [ "Monitoring" ], "ports": [ "8080/tcp" ], "volumes": [ { "container": "/scrutiny/config/", "bind": "/opt/mediadepot/apps/scrutiny" }, { "container": "/run/udev", "bind": "/run/udev", "readonly": true } ], "env": [], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.scrutiny.loadbalancer.server.port", "value": "8080" }, { "name": "traefik.http.routers.scrutiny.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.scrutiny.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "sickrage", "title": "SickRage", "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", "logo": "https://mediadepot.github.io/templates/img/sickrage-icon.png", "image": "linuxserver/sickrage:latest", "categories": [ "Downloaders", "Mediaappvideo" ], "ports": [ "8081/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/sickrage" }, { "container": "/downloads", "bind": "/media/storage/downloads/tvshows" }, { "container": "/tv", "bind": "/media/storage/tvshows" }, { "container": "/blackhole", "bind": "/media/temp/blackhole/tvshows" } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.sickrage.loadbalancer.server.port", "value": "8081" }, { "name": "traefik.http.routers.sickrage.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.sickrage.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "sonarr", "title": "Sonarr", "description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.", "logo": "https://mediadepot.github.io/templates/img/sonarr-icon.png", "image": "linuxserver/sonarr:latest", "categories": [ "Downloaders", "Mediaappvideo" ], "ports": [ "8989/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/sonarr" }, { "container": "/downloads", "bind": "/media/storage/downloads/tvshows" }, { "container": "/tv", "bind": "/media/storage/tvshows" }, { "container": "/blackhole", "bind": "/media/temp/blackhole/tvshows" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.sonarr.loadbalancer.server.port", "value": "8989" }, { "name": "traefik.http.routers.sonarr.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.sonarr.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "syncserver", "title": "Mozilla Syncserver", "description": "Run-Your-Own Firefox Sync Server", "logo": "https://mediadepot.github.io/templates/img/firefox-logo.png", "image": "mozilla/syncserver:latest", "categories": [ "Tools" ], "ports": [ "5000/tcp" ], "volumes": [ { "container": "/data", "bind": "/opt/mediadepot/apps/syncserver" } ], "env": [ { "name": "SYNCSERVER_PUBLIC_URL", "label": "SYNCSERVER_PUBLIC_URL", "default": "https://syncserver.depot.lan" }, { "name": "SYNCSERVER_SECRET_FILE", "label": "SYNCSERVER_SECRET_FILE", "default": "/data/secret_key" }, { "name": "SYNCSERVER_SQLURI", "label": "SYNCSERVER_SQLURI", "default": "sqlite:////data/syncserver.db" }, { "name": "SYNCSERVER_BATCH_UPLOAD_ENABLED", "label": "SYNCSERVER_BATCH_UPLOAD_ENABLED", "default": "true" }, { "name": "SYNCSERVER_FORCE_WSGI_ENVIRON", "label": "SYNCSERVER_FORCE_WSGI_ENVIRON", "default": "false" }, { "name": "PORT", "label": "PORT", "default": "5000" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.syncservere.loadbalancer.server.port", "value": "5000" }, { "name": "traefik.http.routers.syncserver.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.syncserver.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "tautulli", "title": "Tautulli", "description": "A Python based monitoring and tracking tool for Plex Media Server.", "logo": "https://mediadepot.github.io/templates/img/tautulli-icon.png", "image": "linuxserver/tautulli:latest", "categories": [ "Mediaserverother", "Tools" ], "ports": [ "8181/tcp" ], "volumes": [ { "container": "/config", "bind": "/opt/mediadepot/apps/tautulli" } ], "env": [ { "name": "PGID", "label": "PGID", "default": "15000", "preset": true }, { "name": "PUID", "label": "PUID", "default": "15000", "preset": true }, { "name": "TZ", "label": "TZ", "default": "America/Los_Angeles" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.tautulli.loadbalancer.server.port", "value": "8181" }, { "name": "traefik.http.routers.tautulli.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.tautulli.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "urlwatch", "title": "UrlWatch", "description": "A tool for monitoring webpages for updates", "logo": "https://mediadepot.github.io/templates/img/urlwatch.png", "image": "mediadepot/urlwatch:master", "categories": [ "Tools" ], "ports": [ "8081/tcp" ], "volumes": [ { "container": "/srv/urlwatch/config", "bind": "/opt/mediadepot/apps/urlwatch" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.urlwatch.loadbalancer.server.port", "value": "8081" }, { "name": "traefik.http.routers.urlwatch.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.urlwatch.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "vsftpd", "title": "vsftpd FTP Server", "description": "Secure, fast FTP server for UNIX-like systems", "logo": "https://mediadepot.github.io/templates/img/pureftpd-icon.jpg", "image": "delfer/alpine-ftp-server", "network": "host", "categories": [ "Networkother", "Utilities" ], "ports": [ "21/tcp", "21000/tcp", "21001/tcp", "21002/tcp", "21003/tcp", "21004/tcp", "21005/tcp", "21006/tcp", "21007/tcp", "21008/tcp", "21009/tcp", "21010/tcp" ], "volumes": [ { "container": "/home/depot/tvshows", "bind": "/media/storage/tvshows" }, { "container": "/home/depot/movies", "bind": "/media/storage/movies" }, { "container": "/home/depot/music", "bind": "/media/storage/music" }, { "container": "/home/depot/ebooks", "bind": "/media/storage/ebooks" }, { "container": "/home/depot/photos", "bind": "/media/storage/photos" }, { "container": "/home/depot/documents", "bind": "/media/storage/documents" }, { "container": "/home/depot/downloads", "bind": "/media/storage/downloads" }, { "container": "/home/depot/software", "bind": "/media/storage/software" }, { "container": "/home/depot/blackhole", "bind": "/media/temp/blackhole" }, { "container": "/home/depot/processing", "bind": "/media/temp/processing" } ], "env": [ { "name": "ADDRESS", "label": "ADDRESS" }, { "name": "USERS", "label": "USERS", "default": "depot|badpass|/home/depot|15000" } ], "labels": [], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "watchtower", "title": "Watchtower", "description": "Automatically update running Docker containers", "logo": "https://mediadepot.github.io/templates/img/watchtower-logo.png", "image": "containrrr/watchtower:latest", "command": "--cleanup --label-enable", "categories": [ "Tools" ], "volumes": [ { "container": "/var/run/docker.sock", "bind": "/var/run/docker.sock" } ], "env": [], "maintainer": " https://github.com/mediadepot/templates/" }, { "type": 1, "name": "wizarr", "title": "Wizarr", "description": " Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc. ", "logo": "https://mediadepot.github.io/templates/img/wizarr-logo.png", "image": "ghcr.io/wizarrrr/wizarr", "categories": [ "Tools" ], "ports": [ "5690/tcp" ], "volumes": [ { "container": "/data/database", "bind": "/opt/mediadepot/apps/wizarr" }, { "container": "/etc/localtime", "bind": "/etc/localtime", "readonly": true } ], "env": [ { "name": "APP_URL", "label": "APP_URL", "default": "https://wizarr.domain.com" } ], "labels": [ { "name": "traefik.enable", "value": "true" }, { "name": "traefik.http.services.wizarr.loadbalancer.server.port", "value": "5690" }, { "name": "traefik.http.routers.wizarr.entrypoints", "value": "websecure" }, { "name": "traefik.http.routers.wizarr.tls.certresolver", "value": "mydnschallenge" } ], "maintainer": " https://github.com/mediadepot/templates/" }, { "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": [ "Music" ], "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "CONTEXT_PATH", "name": "CONTEXT_PATH", "set": "airsonic" }, { "label": "JAVA_OPTS", "name": "JAVA_OPTS", "set": "-Xms256m -Xmx512m" } ], "image": "linuxserver/airsonic:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/airsonic-logo.png", "name": "airsonic", "platform": "linux", "ports": [ "4040:4040/tcp" ], "restart_policy": "unless-stopped", "title": "Airsonic", "type": 1, "volumes": [ { "bind": "/portainer/Music", "container": "/music" }, { "bind": "/portainer/Files/AppData/Airsonic/Playlists", "container": "/playlists" }, { "bind": "/portainer/Podcasts", "container": "/podcasts" }, { "bind": "/portainer/Files/AppData/Airsonic/Media", "container": "/media" }, { "bind": "/portainer/Files/AppData/Config/Airsonic/", "container": "/config" } ], "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 here.", "platform": "linux", "ports": [ "9091:9091/tcp" ], "restart_policy": "unless-stopped", "title": "Authelia", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Authelia", "container": "/etc/authelia/" } ], "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": [ "Music" ], "description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/beets:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/beets-icon.png", "name": "beets", "platform": "linux", "ports": [ "8337:8337/tcp" ], "restart_policy": "unless-stopped", "title": "Beets", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Beets", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" }, { "bind": "/portainer/Music", "container": "/music" } ], "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": [ "Books", "Other" ], "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "default": "booksonic", "label": "CONTEXT_PATH", "name": "CONTEXT_PATH" } ], "image": "linuxserver/booksonic:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/booksonic.png", "name": "booksonic", "platform": "linux", "ports": [ "4040:4040/tcp" ], "restart_policy": "unless-stopped", "title": "Booksonic", "type": 1, "volumes": [ { "bind": "/portainer/Books", "container": "/books" }, { "bind": "/portainer/Files/Podcasts", "container": "/podcast" }, { "bind": "/portainer/Files/AppData/Config/Booksonic", "container": "/config" } ], "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 admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack", "platform": "linux", "repository": { "stackfile": "stacks/bookstack/docker-stack.yml", "url": "https://github.com/mikestraney/portainer-templates" }, "title": "Bookstack", "type": 2, "maintainer": " https://github.com/mikestraney/portainer-templates/" }, { "type": 1, "title": "Caddy", "description": "HTTP/2 web server with automatic HTTPS", "categories": [ "Webserver" ], "platform": "linux", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png", "image": "abiosoft/caddy:latest", "ports": [ "80/tcp", "443/tcp", "2015/tcp" ], "volumes": [ { "container": "/root/.caddy" } ], "maintainer": " https://github.com/mikestraney/portainer-templates/" }, { "categories": [ "Other", "Tools", "Photo" ], "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "CHEVERETO_DB_HOST", "name": "CHEVERETO_DB_HOST", "set": "" }, { "label": "CHEVERETO_DB_USERNAME", "name": "CHEVERETO_DB_USERNAME", "set": "" }, { "label": "CHEVERETO_DB_PASSWORD", "name": "CHEVERETO_DB_PASSWORD", "set": "" }, { "label": "CHEVERETO_DB_NAME", "name": "CHEVERETO_DB_NAME", "set": "" }, { "label": "CHEVERETO_DB_PREFIX", "name": "CHEVERETO_DB_PREFIX", "set": "" } ], "image": "nmtan/chevereto:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/Chevereto.png", "name": "Chevereto", "platform": "linux", "ports": [ "80/tcp" ], "restart_policy": "unless-stopped", "title": "Chevereto", "type": 1, "volumes": [ { "container": "/var/www/html/images" } ], "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/" }, { "type": 2, "title": "CockroachDB", "description": "CockroachDB cluster", "note": "Deploys an insecure CockroachDB cluster, please refer to CockroachDB documentation for production deployments.", "categories": [ "Database" ], "platform": "linux", "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png", "repository": { "url": "https://github.com/mikestraney/portainer-templates", "stackfile": "stacks/cockroachdb/docker-stack.yml" }, "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": [ "Productivity" ], "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/codiad:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/codiad-icon.png", "name": "codiad", "platform": "linux", "ports": [ "80/tcp" ], "restart_policy": "unless-stopped", "title": "Codiad", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Codiad", "container": "/config" } ], "maintainer": " https://github.com/mikestraney/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", "set": "lucee@4.5" } ], "ports": [ "8080/tcp", "8443/tcp" ], "maintainer": " https://github.com/mikestraney/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", "set": "true" }, { "name": "install", "set": "true" }, { "name": "CFENGINE", "set": "lucee@4.5" } ], "ports": [ "8080/tcp", "8443/tcp" ], "volumes": [ { "container": "/data/contentbox/db" }, { "container": "/app/includes/shared/media" } ], "maintainer": " https://github.com/mikestraney/portainer-templates/" }, { "categories": [ "Cloud", "Books" ], "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/cops:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/cops-icon.png", "name": "cops", "platform": "linux", "ports": [ "80/tcp" ], "restart_policy": "unless-stopped", "title": "COPS", "type": 1, "volumes": [ { "bind": "/portainer/Books", "container": "/books" }, { "bind": "/portainer/Files/AppData/Config/Cops", "container": "/config" } ], "maintainer": " https://github.com/mikestraney/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/mikestraney/portainer-templates/" }, { "categories": [ "Music" ], "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/daapd:latest", "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png", "name": "daapd", "platform": "linux", "restart_policy": "unless-stopped", "title": "Daapd", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Daapd", "container": "/config" }, { "bind": "/portainer/Music", "container": "/music" } ], "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/" }, { "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/mikestraney/portainer-templates/" }, { "categories": [ "Ftp", "Other", "Tools" ], "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/davos:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/davos.png", "name": "davos", "platform": "linux", "ports": [ "8080/tcp" ], "restart_policy": "unless-stopped", "title": "Davos", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Davos", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" } ], "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 this page 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": [ "Downloaders" ], "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "UMASK_SET", "name": "UMASK_SET", "set": "000" } ], "image": "linuxserver/deluge:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/deluge-icon.png", "namme": "deluge", "platform": "linux", "restart_policy": "unless-stopped", "title": "Deluge", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Deluge", "container": "/config" }, { "bind": "/portainer/Downloads", "container": "/downloads" } ], "maintainer": " https://github.com/mikestraney/portainer-templates/" }, { "categories": [ "Homeautomation", "Management" ], "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/domoticz:latest", "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png", "name": "domoticz", "platform": "linux", "ports": [ "1443:1443/tcp", "6144:6144/tcp", "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Domoticz", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Domoticz", "container": "/config" } ], "maintainer": " https://github.com/mikestraney/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/mikestraney/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": "elasticsearch:latest", "ports": [ "9200/tcp", "9300/tcp" ], "volumes": [ { "container": "/usr/share/elasticsearch/data" } ], "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" ], "description": "A free, self-hostable rss aggregator\u2026", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/freshrss:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/freshrss-icon.png", "name": "freshrss", "platform": "linux", "ports": [ "80/tcp" ], "restart_policy": "unless-stopped", "title": "FreshRSS", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/freshrss", "container": "/config" } ], "maintainer": " https://github.com/mikestraney/portainer-templates/" }, { "categories": [ "Web", "Books", "Tools" ], "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/gazee:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/gazee-logo.png", "name": "gazee", "platform": "linux", "restart_policy": "unless-stopped", "title": "Gazee", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Gazee", "container": "/config" }, { "bind": "/portainer/Comics", "container": "/comics" }, { "bind": "/portainer/Files/AppData/Gazee", "container": "/mylar" } ], "maintainer": " https://github.com/mikestraney/portainer-templates/" }, { "type": 1, "title": "Ghost", "description": "Free and open-source blogging platform", "categories": [ "Blog" ], "note": "Access the blog management interface under/ghost/
.",
"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/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "Gitlab CE",
"description": "Open-source end-to-end software development platform",
"note": "Default username is root. Check the Gitlab documentation 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/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": [
"Music"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/headphones:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/headphones-icon.png",
"name": "headphones",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Headphones",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Headphones",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/Downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
],
"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": [
"Video",
"Music",
"Other"
],
"description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/htpcmanager:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/htpcmanager-icon.png",
"name": "htpcmanager",
"platform": "linux",
"ports": [
"8085:8085/tcp"
],
"restart_policy": "unless-stopped",
"title": "HTPC Manager",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/HTPCmanager",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/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/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 here. ",
"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": 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/mikestraney/portainer-templates",
"stackfile": "stacks/ironfunctions/docker-stack.yml"
},
"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/"
},
{
"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",
"ports": [
"8080/tcp",
"50000/tcp"
],
"env": [
{
"name": "JENKINS_OPTS",
"label": "Jenkins options"
}
],
"volumes": [
{
"container": "/var/jenkins_home"
}
],
"maintainer": " https://github.com/mikestraney/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/mikestraney/portainer-templates/"
},
{
"categories": [
"Video"
],
"description": "Headless installation of Kodi\u2122 (formerly known as XBMC\u2122), to enable library updates.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/kodi-headless:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/kodi-icon.png",
"name": "kodi-headless",
"platform": "linux",
"ports": [
"8080/tcp",
"9777/udp"
],
"restart_policy": "unless-stopped",
"title": "Kodi Headless",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Kodi",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Books"
],
"description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lazylibrarian:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/lazylibrarian-icon.png",
"name": "lazylibrarian",
"platform": "linux",
"ports": [
"5299:5299/tcp"
],
"restart_policy": "unless-stopped",
"title": "LazyLibrarian",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/books"
}
],
"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 <username>",
"env": [
{
"label": "EMAIL",
"name": "EMAIL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "URL",
"name": "URL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": "www,"
},
{
"label": "ONLY_SUBDOMAINS",
"name": "ONLY_SUBDOMAINS",
"set": "false"
},
{
"label": "DHLEVEL",
"name": "DHLEVEL",
"set": "2048"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VALIDATION",
"name": "VALIDATION",
"set": "http"
},
{
"label": "DNSPLUGIN",
"name": "DNSPLUGIN",
"set": "http"
}
],
"image": "linuxserver/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": [
"Downloaders",
"Music"
],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lidarr:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/lidarr.png",
"name": "lidarr",
"platform": "linux",
"ports": [
"8686:8686/tcp"
],
"restart_policy": "unless-stopped",
"title": "lidarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lidarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Cloud",
"Web",
"Management",
"Photos"
],
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lychee:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/lychee-icon.png",
"name": "lychee",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Lychee",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lychee",
"container": "/config"
},
{
"bind": "/portainer/Pictures",
"container": "/pictures"
}
],
"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",
"Tools"
],
"description": "An Enhanced drop in replacement for Mysql",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD",
"set": ""
}
],
"image": "linuxserver/mariadb:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mariadb-icon.png",
"name": "mariadb",
"platform": "linux",
"ports": [
"3306:3306/tcp"
],
"restart_policy": "unless-stopped",
"title": "MariaDB",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mariadb",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/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/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": [
"Downloaders",
"Video"
],
"description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/medusa:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/medusa-icon.png",
"name": "medusa",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "Medusa",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Medusa",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"maintainer": " https://github.com/mikestraney/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/mikestraney/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/mikestraney/portainer-templates/"
},
{
"categories": [
"Other"
],
"description": "Server version of minetest, a free, open source alternative to minecraft.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minetest:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"name": "minetest",
"platform": "linux",
"ports": [
"30000:30000/udp"
],
"restart_policy": "unless-stopped",
"title": "Minetest",
"type": 1,
"volumes": [
{
"container": "/config/.minetest"
}
],
"maintainer": " https://github.com/mikestraney/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": "minio/minio:latest",
"ports": [
"9000/tcp"
],
"env": [
{
"name": "MINIO_ACCESS_KEY",
"label": "Minio access key"
},
{
"name": "MINIO_SECRET_KEY",
"label": "Minio secret key"
}
],
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
],
"command": "server /data",
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Video",
"Other",
"Tools"
],
"description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minisatip:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/minisatip-icon.png",
"name": "minisatip",
"platform": "linux",
"ports": [
"8875:8875/tcp",
"554:554/tcp",
"1900:1900/udp"
],
"restart_policy": "unless-stopped",
"title": "Minisatip",
"type": 1,
"maintainer": " https://github.com/mikestraney/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/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/"
},
{
"categories": [
"Music",
"Other",
"Tools"
],
"description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"env": [
{
"label": "BRAINZCODE",
"name": "BRAINZCODE",
"set": ""
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/musicbrainz:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/musicbrainz-icon.png",
"name": "musicbrainz",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "MusicBrainz",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/MusicBrainz",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/MusicBrainz",
"container": "/data"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Web",
"Proxy",
"Other",
"Tools"
],
"description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/muximux:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/muximux-icon.png",
"name": "muximux",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Muximux",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Muximux",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Downloaders",
"Books"
],
"description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mylar:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mylar-icon.png",
"name": "mylar",
"platform": "linux",
"ports": [
"8090:8090/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mylar",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mylar",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Comics",
"container": "/comics"
}
],
"maintainer": " https://github.com/mikestraney/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:latest",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nextcloud-icon.png",
"name": "nextcloud",
"note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
"platform": "linux",
"repository": {
"stackfile": "stacks/nextcloud/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Nextcloud",
"type": 2,
"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/"
},
{
"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/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"
],
"description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbget:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nzbget-icon.png",
"name": "nzbget",
"platform": "linux",
"ports": [
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "NZBGet",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbget",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"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/"
},
{
"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. Warning: 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/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": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "organizr/organizr:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/organizr-icon.png",
"name": "organizr-v2",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Organizr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Organizr",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Other"
],
"description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/oscam:latest",
"logo": "http://i.imgur.com/8LadrLg.png",
"name": "oscam",
"platform": "linux",
"ports": [
"8888:8888/tcp",
"10000:10000/tcp"
],
"restart_policy": "unless-stopped",
"title": "OScam",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OScam",
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Photos"
],
"description": "A simple, easy way to turn a photo album into a webgallery",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/photoshow:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/photoshow-icon.png",
"name": "photoshow",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "PhotoShow",
"type": 1,
"volumes": [
{
"bind": "/portainer/Pictures",
"container": "/Pictures"
},
{
"bind": "/portainer/Files/AppData/Photoshow/Thumbs",
"container": "/Thumbs"
},
{
"bind": "/portainer/Files/AppData/Config/PhotoShow",
"container": "/config"
}
],
"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 here 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/"
},
{
"categories": [
"Photos"
],
"description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/piwigo:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/piwigo-icon.png",
"name": "piwigo",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Piwigo",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiWigo",
"container": "/config"
}
],
"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": [
"Video",
"Music",
"Photos"
],
"description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VERSION",
"name": "VERSION",
"set": "latest"
}
],
"image": "linuxserver/plex:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/plex-icon.png",
"name": "plex",
"network": "host",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Plex",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Plex",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "Plone",
"description": "A free and open-source CMS built on top of Zope",
"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/mikestraney/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/mikestraney/portainer-templates",
"stackfile": "stacks/portainer-agent/docker-stack.yml"
},
"maintainer": " https://github.com/mikestraney/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/mikestraney/portainer-templates/"
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other"
],
"description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/projectsend:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/projectsend-logo.png",
"name": "projectsend",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProjectSend",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProjectSend",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/ProjectSend",
"container": "/config"
}
],
"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 here 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": [
"Cloud",
"Other"
],
"description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/pydio:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/pydio-icon.png",
"name": "pydio",
"platform": "linux",
"ports": [
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pydio",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Pydio",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Pydio",
"container": "/data"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Downloaders"
],
"description": "The qBittorrent project aims to provide an open-source software alternative to \u00b5Torrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/qbittorrent:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/qbittorrent-icon.png",
"name": "qbittorrent",
"platform": "linux",
"ports": [
"6881:6881/tcp",
"6881:6881/udp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "qBittorrent",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/qBittorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"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/"
},
{
"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/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/"
},
{
"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/mikestraney/portainer-templates/"
},
{
"type": 1,
"title": "Redmine",
"description": "Open-source project management tool",
"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/mikestraney/portainer-templates/"
},
{
"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/mikestraney/portainer-templates/"
},
{
"categories": [
"Downloaders"
],
"description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sabnzbd:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/sabnzbd-icon.png",
"name": "sabnzbd",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"9090:9090/tcp"
],
"restart_policy": "unless-stopped",
"title": "SABnzbd",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sabnzbd",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Downloads/incomplete",
"container": "/incomplete-downloads"
}
],
"maintainer": " https://github.com/mikestraney/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/mikestraney/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/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": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickchill:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/sickchill-icon.png",
"name": "sickchill",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickChill",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickChill",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/TV",
"container": "/tv"
}
],
"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": [
"Management"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/smokeping:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/smokeping-icon.png",
"name": "smokeping",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "SmokePing",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Smokeping",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Smokeping",
"container": "/data"
}
],
"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/"
},
{
"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/mikestraney/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": "microsoft/mssql-server-linux:2017-GA",
"ports": [
"1433/tcp"
],
"env": [
{
"name": "ACCEPT_EULA",
"set": "Y"
},
{
"name": "SA_PASSWORD",
"label": "SA password"
}
],
"maintainer": " https://github.com/mikestraney/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",
"set": "Y"
},
{
"name": "sa_password",
"label": "SA password"
}
],
"volumes": [
{
"container": "C:/temp/"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Backup",
"Cloud",
"Other",
"Tools"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/syncthing:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/syncthing-icon.png",
"name": "syncthing",
"platform": "linux",
"ports": [
"8384:8384/tcp",
"21027:21027/udp",
"22000:22000/tcp"
],
"restart_policy": "unless-stopped",
"title": "SyncThing",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Syncthing",
"container": "/config"
},
{
"container": "/sync"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Messenger"
],
"description": "A self-hosted web IRC client",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/thelounge:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
"name": "thelounge",
"platform": "linux",
"ports": [
"9000:9000/tcp"
],
"restart_policy": "unless-stopped",
"title": "TheLounge",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TheLounge",
"container": "/config"
}
],
"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": [
"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, \u00b5TP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/transmission:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/transmission-icon.png",
"name": "transmission",
"platform": "linux",
"ports": [
"9091:9091/tcp",
"51413:51413/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Transmission",
"container": "/config"
},
{
"bind": "/portainer/Files/Downloads",
"container": "/downloads"
},
{
"container": "/watch"
}
],
"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 here.",
"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/"
},
{
"categories": [
"Video",
"Other"
],
"description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/tvheadend:latest",
"logo": "http://i.imgur.com/zGSUAT4.png",
"name": "tvheadend",
"platform": "linux",
"ports": [
"9981:9981/tcp",
"9982:9982/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tvheadend",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TVHeadend",
"container": "/config"
},
{
"container": "/recordings"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Cloud",
"Books"
],
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"env": [
{
"label": "MAXMEM",
"name": "MAXMEM",
"set": "512"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/ubooquity:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/ubooquity-icon.png",
"name": "ubooquity",
"platform": "linux",
"ports": [
"2202:2202/tcp",
"2203:2203/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ubooquity",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/config"
}
],
"maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
"Management",
"Tools"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/unifi-controller:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/unifi-icon.png",
"name": "unifi-controller",
"platform": "linux",
"ports": [
"3478:3478/udp",
"10001:10001/udp",
"8080:8080/tcp",
"8081:8081/tcp",
"8443:8443/tcp",
"8843:8843/tcp",
"8880:8880/tcp",
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "UniFi Controller",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Unifi",
"container": "/config"
}
],
"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": [
"Downloaders"
],
"description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/webgrabplus:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/webgrabplus.png",
"name": "webgrabplus",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "WebGrab+Plus",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/WebGrabPlus",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/WebGrabPlus",
"container": "/data"
}
],
"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": 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/mikestraney/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/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": [
"Messenger"
],
"description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/znc:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/znc-icon.png",
"name": "znc",
"platform": "linux",
"ports": [
"6501:6501/tcp"
],
"restart_policy": "unless-stopped",
"title": "ZNC",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ZNC",
"container": "/config"
}
],
"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 <username>",
"env": [
{
"label": "EMAIL",
"name": "EMAIL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "URL",
"name": "URL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": "www,"
},
{
"label": "ONLY_SUBDOMAINS",
"name": "ONLY_SUBDOMAINS",
"set": "false"
},
{
"label": "DHLEVEL",
"name": "DHLEVEL",
"set": "2048"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VALIDATION",
"name": "VALIDATION",
"set": "http"
},
{
"label": "DNSPLUGIN",
"name": "DNSPLUGIN",
"set": "http"
}
],
"image": "linuxserver/letsencrypt:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png",
"name": "letsencrypt",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Let's Encrypt",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"container": "/config"
}
],
"maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "organizrtools/organizr-v2:php-fpm",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png",
"name": "organizr-v2",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Organizr v2",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Organizr",
"container": "/config"
}
],
"maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
"Vpn",
"Tools",
"Other",
"Web"
],
"description": "Pritunl container built on Alpine Linux. Supports IPv6 and running behind a reverse proxy. This container requires an external Mongo DB and should be run via Docker Compose or other orchestration.",
"env": [
{
"default": "false",
"label": "REVERSE_PROXY",
"name": "REVERSE_PROXY"
},
{
"label": "PRITUNL_OPTS",
"name": "PRITUNL_OPTS"
},
{
"default": "mongodb://mongo:27017/pritunl",
"label": "MONGODB_URI",
"name": "MONGODB_URI"
},
{
"default": "false",
"label": "WIREGUARD",
"name": "WIREGUARD"
}
],
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/pritunl/Images/pritunl.png",
"name": "pritunl",
"note": "Documentation on this containier can be found here: https://hub.docker.com/r/goofball222/pritunl",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/pritunl.yml",
"url": "https://github.com/SelfhostedPro/selfhosted_templates"
},
"title": "Pritunl",
"type": 3,
"maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
"Cctv"
],
"description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti\u2019s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature\u2011packed user interface with advanced features such as motion detection, auto\u2011discovery, user\u2011level security, storage management, reporting, and mobile device support.",
"env": [
{
"default": "99",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "002",
"label": "UMASK",
"name": "UMASK"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "UniFi Video"
}
],
"image": "pducharme/unifi-video-controller:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png",
"name": "UniFi Video",
"platform": "linux",
"ports": [
"1935:1935/tcp",
"7444:7444/tcp",
"7447:7447/tcp",
"6666:6666/tcp",
"7442:7442/tcp",
"7080:7080/tcp",
"7443:7443/tcp",
"7445:7445/tcp",
"7446:7446/tcp"
],
"restart_policy": "unless-stopped",
"title": "UniFi Video",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/",
"container": "/recordings"
},
{
"bind": "/portainer/Files/AppData/Config/UniFiVideo/",
"container": "/config"
}
],
"maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
"Other",
"Vpn",
"Tools"
],
"description": "This container contains OpenVPN and Deluge with a configuration where Deluge is running only when OpenVPN has an active tunnel. It bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
"default": "1001",
"label": "PUID",
"name": "PUID"
},
{
"default": "1001",
"label": "PGID",
"name": "PUID"
},
{
"default": "MULLVAD",
"description": "see https://github.com/sgtsquiggs/docker-deluge-openvpn",
"label": "OPENVPN_PROVIDER",
"name": "OPENVPN_PROVIDER"
},
{
"label": "OPENVPN_USERNAME",
"name": "OPENVPN_USERNAME"
},
{
"label": "OPENVPN_PASSWORD",
"name": "OPENVPN_PASSWORD"
}
],
"image": "sgtsquiggs/deluge-openvpn:latest",
"name": "deluge-openvpn",
"platform": "linux",
"ports": [
"8112:8112/tcp"
],
"restart_policy": "unless-stopped",
"title": "Deluge openvpn",
"type": 1,
"volumes": [
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Files/AppData/Config/DelugeOpenVPN/config",
"container": "/config"
}
],
"maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
"Security"
],
"description": "Dradis Framework: Collaboration and reporting for IT Security teams http://dradisframework.org",
"image": "raesene/dradis:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dradis-logo.png",
"name": "dradis",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Dradis",
"type": 1,
"maintainer": " https://github.com/SelfhostedPro/selfhosted_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": "Application documentation \ud83d\uddd7",
"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": "Application documentation \ud83d\uddd7. See documentation \ud83d\uddd7 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": "Application documentation \ud83d\uddd7",
"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 Official documentation \ud83d\uddd7, download your Tess Data from from another repo \ud83d\uddd7. /portainer/Files/AppData/Libraries/StirlingPDF/tessdata
tr -dc A-Za-z0-9 </dev/urandom | head -c 64; echo
",
"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 Technorabilia based on data provided by LinuxServer.io.This will bind to the following directory on the host filesystem:
/portainer/Files/AppData/Config/code-server
monitoring == true
one of your Swarm manager node before deploying this stack.",
"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": "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 + '/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 EULA.",
"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": 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": 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": 1,
"title": "Pwndrop",
"name": "Pwndrop",
"note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pwndrop/config
", "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/" }, { "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.- /portainer/Files/AppData/Config/stash:/root/.stash
## Point this at your collection.
- ./data:/data
## This is where your stash's metadata lives
- /portainer/Files/AppData/Config/stashmeta:/metadata
## Any other cache content.
- /portainer/Files/AppData/Config/stashcache:/cache
## Where to store generated content (screenshots,previews,transcodes,sprites)
- /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/" }, { "type": 1, "categories": [ "Libraryserver" ], "title": "Calibre", "name": "Calibre", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/calibre/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/habridge/config
", "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": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/snipe-it/config
", "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": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/foldingathome/config
", "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/" }, { "type": 1, "categories": [ "Tools" ], "title": "Audacity", "name": "Audacity", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/audacity/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/booksonic-air/config
mkdir -p /volume1/docker/booksonic-air/audiobooks
mkdir -p /volume1/docker/booksonic-air/podcasts
mkdir -p /volume1/docker/booksonic-air/othermedia
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/cloud9/config
mkdir -p /volume1/docker/cloud9/code
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/dokuwiki/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/emulatorjs/config
mkdir -p /volume1/docker/emulatorjs/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/endlessh/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/ffmpeg/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/filezilla/config
", "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": [ "Mediaserver" ], "title": "Kanzi", "name": "Kanzi", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/kanzi/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/libreoffice/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/limnoria/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/nano/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
", "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": "Openssh-server", "name": "Openssh-server", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/openssh-server/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/paperless-ng/config
mkdir -p /volume1/docker/paperless-ng/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/papermerge/config
mkdir -p /volume1/docker/papermerge/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pidgin/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/rdesktop/config
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/rsnapshot/config
mkdir -p /volume1/docker/rsnapshot/.snapshots
mkdir -p /volume1/docker/rsnapshot/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/snapdrop/config
", "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, "categories": [ "Vpnserver" ], "title": "Wireguard", "name": "Wireguard", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/wireguard/config
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/wireshark/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/airsonic-advanced/config
mkdir -p /volume1/docker/airsonic-advanced/music
mkdir -p /volume1/docker/airsonic-advanced/playlists
mkdir -p /volume1/docker/airsonic-advanced/podcasts
mkdir -p /volume1/docker/airsonic-advanced/media
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/phpmyadmin/config
", "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 Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pixapop/config
mkdir -p /volume1/docker/pixapop/photos
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/syslog-ng/config