From 086c6616cf89731f25f1edc49a23243d4d756c66 Mon Sep 17 00:00:00 2001
From: Oliver Gwyther
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": [] + }, + { + "id": 21, + "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/" + }, + { + "id": 22, + "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/" + }, + { + "id": 23, + "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/" + }, + { + "id": 24, + "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/" + }, + { + "id": 25, + "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/" + }, + { + "id": 26, + "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/" + }, + { + "id": 27, + "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/" + }, + { + "id": 28, + "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/" + }, + { + "id": 29, + "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/" + }, + { + "id": 30, + "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/" + }, + { + "id": 31, + "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/" + }, + { + "id": 32, + "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/" + }, + { + "id": 33, + "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/" + }, + { + "id": 34, + "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/" + }, + { + "id": 35, + "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/" + }, + { + "id": 36, + "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/" + }, + { + "id": 37, + "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/" + }, + { + "id": 38, + "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/" + }, + { + "id": 39, + "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/" + }, + { + "id": 40, + "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/" + }, + { + "id": 41, + "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/" + }, + { + "id": 42, + "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/" + }, + { + "id": 43, + "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/" + }, + { + "id": 44, + "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/" + }, + { + "id": 45, + "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/" + }, + { + "id": 46, + "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/" + }, + { + "id": 47, + "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/" + }, + { + "id": 48, + "categories": [ + "Productivity", + "Social" + ], + "description": "Open source collaborative knowledge base for modern teams", + "env": [ + { + "default": "production", + "label": "NODE_ENV", + "name": "NODE_ENV" + }, + { + "default": "", + "label": "SECRET_KEY", + "name": "SECRET_KEY" + }, + { + "default": "", + "label": "UTILS_SECRET", + "name": "UTILS_SECRET" + }, + { + "default": "", + "label": "DATABASE_URL", + "name": "DATABASE_URL" + }, + { + "default": "", + "label": "DATABASE_URL_TEST", + "name": "DATABASE_URL_TEST" + }, + { + "default": "", + "label": "DATABASE_CONNECTION_POOL_MIN", + "name": "DATABASE_CONNECTION_POOL_MIN" + }, + { + "default": "", + "label": "DATABASE_CONNECTION_POOL_MAX", + "name": "DATABASE_CONNECTION_POOL_MAX" + }, + { + "default": "", + "label": "REDIS_URL", + "name": "REDIS_URL" + }, + { + "default": "", + "label": "URL", + "name": "URL" + }, + { + "default": "3000", + "label": "PORT", + "name": "PORT" + }, + { + "default": "", + "label": "COLLABORATION_URL", + "name": "COLLABORATION_URL" + }, + { + "default": "", + "label": "GOOGLE_CLIENT_ID", + "name": "GOOGLE_CLIENT_ID" + }, + { + "default": "", + "label": "GOOGLE_CLIENT_SECRET", + "name": "GOOGLE_CLIENT_SECRET" + }, + { + "default": "", + "label": "SSL_KEY", + "name": "SSL_KEY" + }, + { + "default": "", + "label": "SSL_CERT", + "name": "SSL_CERT" + }, + { + "default": "true", + "label": "FORCE_HTTPS", + "name": "FORCE_HTTPS" + }, + { + "default": "true", + "label": "ENABLE_UPDATES", + "name": "ENABLE_UPDATES" + }, + { + "default": "1", + "label": "WEB_CONCURRENCY", + "name": "WEB_CONCURRENCY" + }, + { + "default": "5120000", + "label": "MAXIMUM_IMPORT_SIZE", + "name": "MAXIMUM_IMPORT_SIZE" + }, + { + "default": "http", + "label": "DEBUG", + "name": "DEBUG" + }, + { + "default": "info", + "label": "LOG_LEVEL", + "name": "LOG_LEVEL" + }, + { + "default": "", + "label": "GOOGLE_ANALYTICS_ID", + "name": "GOOGLE_ANALYTICS_ID" + }, + { + "default": "", + "label": "SENTRY_DSN", + "name": "SENTRY_DSN" + }, + { + "default": "", + "label": "SENTRY_TUNNEL", + "name": "SENTRY_TUNNEL" + }, + { + "default": "", + "label": "SMTP_HOST", + "name": "SMTP_HOST" + }, + { + "default": "", + "label": "SMTP_PORT", + "name": "SMTP_PORT" + }, + { + "default": "", + "label": "SMTP_USERNAME", + "name": "SMTP_USERNAME" + }, + { + "default": "", + "label": "SMTP_PASSWORD", + "name": "SMTP_PASSWORD" + }, + { + "default": "", + "label": "SMTP_FROM_EMAIL", + "name": "SMTP_FROM_EMAIL" + }, + { + "default": "", + "label": "SMTP_REPLY_EMAIL", + "name": "SMTP_REPLY_EMAIL" + }, + { + "default": "", + "label": "SMTP_TLS_CIPHERS", + "name": "SMTP_TLS_CIPHERS" + }, + { + "default": "true", + "label": "SMTP_SECURE", + "name": "SMTP_SECURE" + }, + { + "default": "en_US", + "label": "DEFAULT_LANGUAGE", + "name": "DEFAULT_LANGUAGE" + }, + { + "default": "true", + "label": "RATE_LIMITER_ENABLED", + "name": "RATE_LIMITER_ENABLED" + }, + { + "default": "1000", + "label": "RATE_LIMITER_REQUESTS", + "name": "RATE_LIMITER_REQUESTS" + }, + { + "default": "60", + "label": "RATE_LIMITER_DURATION_WINDOW", + "name": "RATE_LIMITER_DURATION_WINDOW" + } + ], + "logo": "https://avatars.githubusercontent.com/u/1765001", + "name": "outline", + "note": "Open source collaborative knowledge base for modern teams", + "platform": "linux", + "repository": { + "stackfile": "sources/stacks/outline.yml", + "url": "https://github.com/lissy93/portainer-templates" + }, + "restart_policy": "unless-stopped", + "title": "Outline", + "type": 3 + }, + { + "id": 49, + "categories": [ + "Authenticationserver" + ], + "description": "Authentik is an open-source Identity Provider focused on flexibility and versatility", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "1000", + "label": "PGID", + "name": "PGID" + }, + { + "label": "PORT", + "name": "PORT" + } + ], + "logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/goauthentik.png", + "name": "Authentik", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/authentik.yml", + "url": "https://github.com/xneo1/portainer_templates" + }, + "title": "Authentik", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 50, + "type": 1, + "title": "Apprise-api", + "name": "Apprise-api", + "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/apprise-api/config
", + "description": "[Apprise-api](https://github.com/caronc/apprise-api) Takes advantage of [Apprise](https://github.com/caronc/apprise) through your network with a user-friendly API. * Send notifications to more then 65+ services. * An incredibly lightweight gateway to Apprise. * A production ready micro-service at your disposal. Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.", + "categories": [ + "Taskserver" + ], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/caronc/apprise-api/master/apprise_api/static/logo.png", + "image": "linuxserver/apprise-api:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "Specify a timezone to use for example Europe/Amsterdam" + } + ], + "ports": [ + "8000:8000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/apprise-api/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 51, + "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/" + }, + { + "id": 52, + "type": 1, + "categories": [ + "Familyappserver" + ], + "title": "Firefox", + "name": "Firefox", + "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/firefox/config
", + "description": "[Firefox](https://www.mozilla.org/en-US/firefox/) Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/firefox-logo.png", + "image": "linuxserver/firefox:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for GroupID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for UserID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "Specify a timezone to use for example Europe/Amsterdam" + } + ], + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/firefox/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 53, + "categories": [ + "Managementutilityserver" + ], + "description": "Remote Management Server", + "env": [ + { + "default": "/portainer/Files/AppData/MeshCentral/Config", + "label": "Config Container Bind", + "name": "CONFIG" + }, + { + "default": "/portainer/Files/AppData/MeshCentral/Files", + "label": "Files Container Bind", + "name": "FILES" + }, + { + "default": "/portainer/Files/AppData/MeshCentral/Backup", + "label": "Backup Container Bind", + "name": "BACK" + }, + { + "default": "443", + "label": "Container Port 443", + "name": "PORT4" + }, + { + "default": "80", + "label": "Container Port 80", + "name": "PORT8" + } + ], + "logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/meshc.png", + "note": "MeshCentral", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/mesh.yml", + "url": "https://github.com/mycroftwilde/portainer_templates" + }, + "title": "MeshCentral", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 54, + "categories": [ + "Dashboardserver" + ], + "description": "Freeboard is a turn-key HTML-based 'engine' for dashboards. Besides a nice looking layout engine, it provides a plugin architecture for creating datasources (which fetch data) and widgets (which display data)— freeboard then does all the work to connect the two together.", + "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/freeboard.jpg", + "name": "freeboard", + "repository": { + "stackfile": "Template/Stack/freeboard.yml", + "url": "https://github.com/xneo1/portainer_templates" + }, + "platform": "linux", + "ports": [ + "8000:80/tcp" + ], + "restart_policy": "always", + "title": "Freeboard", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 55, + "categories": [ + "Financeserver" + ], + "description": "Ghostfolio is an open source wealth management software built with web technology.", + "logo": "https://avatars.githubusercontent.com/u/82473144?s=200", + "name": "Ghostfolio", + "repository": { + "stackfile": "Template/Stack/ghostfolio.yml", + "url": "https://github.com/xneo1/portainer_templates" + }, + "platform": "linux", + "ports": [ + "3663:80/tcp" + ], + "restart_policy": "always", + "title": "Ghostfolio", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 56, + "categories": [ + "Tools" + ], + "description": "A self-hosted bookmark management tool.", + "logo": "https://github.com/beromir/Servas/raw/main/docs/images/home.png", + "name": "Servas", + "repository": { + "stackfile": "Template/Stack/servas.yml", + "url": "https://github.com/xneo1/portainer_templates" + }, + "platform": "linux", + "ports": [ + "8456:80/tcp" + ], + "restart_policy": "always", + "title": "Servas", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 57, + "categories": [ + "Tools" + ], + "description": "wallabag is a web application allowing you to save web pages for later reading. Click, save and read it when you want.", + "logo": "https://www.wallabag.org/user/themes/boxify/img/logo-wallabag.svg", + "name": "Wallabag", + "repository": { + "stackfile": "Template/Stack/wallabag.yml", + "url": "https://github.com/xneo1/portainer_templates" + }, + "platform": "linux", + "ports": [ + "8234:80/tcp" + ], + "restart_policy": "always", + "title": "Wallabag", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 58, + "categories": [ + "Networkserver" + ], + "description": "WIFI / LAN intruder detector", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "jokobsk/pi.alert", + "logo": "https://raw.githubusercontent.com/pucherot/Pi.Alert/main/docs/img/1_devices.jpg", + "name": "pi.alert", + "platform": "linux", + "ports": [ + "20211:20211/udp" + ], + "restart_policy": "always", + "title": "Pi.alert", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/pi.alert", + "container": "/config" + } + ], + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 59, + "categories": [ + "Notesserver" + ], + "description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases", + "env": [ + { + "default": "/home/node/trilium-data", + "label": "TRILIUM_DATA_DIR", + "name": "TRILIUM_DATA_DIR" + }, + { + "label": "PORT", + "name": "PORT" + } + ], + "image": "zadam/trilium:latest", + "logo": "https://www.saashub.com/images/app/service_logos/55/2901389fab77/large.png?1561117248", + "name": "trilium", + "platform": "linux", + "ports": [ + "3388:8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Trilium", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/trilium-data", + "container": "/home/node/trilium-data" + } + ], + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 60, + "categories": [ + "Smarthome" + ], + "description": "A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.", + "logo": "https://raw.githubusercontent.com/blakeblackshear/frigate/master/docs/static/img/frigate.png", + "name": "frigatenvr", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/frigatenvr.yml", + "url": "https://github.com/xneo1/portainer_templates" + }, + "title": "Frigate NVR", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 61, + "categories": [ + "Dashboardserver" + ], + "description": "Fenrus is a Node application and requires NodeJS to run. Once NodeJS is installed you can run Fenrus", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "1000", + "label": "PGID", + "name": "PGID" + }, + { + "label": "PORT", + "name": "PORT" + } + ], + "logo": "https://user-images.githubusercontent.com/958400/154829266-62206846-c6ef-4718-9910-2b83eb6aa41c.png", + "name": "Fenrus", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/fenrus.yml", + "url": "https://github.com/xneo1/portainer_templates" + }, + "title": "Fenrus", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 62, + "categories": [ + "Libraryserver" + ], + "description": "Audiobook Server", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "1000", + "label": "PGID", + "name": "PGID" + } + ], + "image": "ghcr.io/advplyr/audiobookshelf:latest", + "logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/AudioBookshelfLogo.png", + "name": "Audiobookshelf", + "platform": "linux", + "ports": [ + "13378:80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Audiobookshelf", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Audiobookshelf", + "container": "/config" + }, + { + "bind": "/path/to/audiobooks", + "container": "/audiobooks" + }, + { + "bind": "/path/to/podcasts", + "container": "/podcasts" + }, + { + "bind": "/path/to/Metadata", + "container": "/metadata" + } + ], + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 63, + "categories": [ + "Familyappserver" + ], + "description": "Vikunja is a self hosted, open-source to-do list application", + "env": [ + { + "default": "192.168.0.2", + "label": "IP", + "name": "IP" + }, + { + "default": "80", + "label": "PORT", + "name": "PORT" + } + ], + "logo": "https://raw.githubusercontent.com/go-vikunja/frontend/main/public/images/icons/android-chrome-192x192.png", + "note": "Vikunja is a self hosted, open-source to-do list application", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/vikunja.yml", + "url": "https://github.com/mycroftwilde/portainer_templates" + }, + "title": "Vikunja", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 64, + "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/" + }, + { + "id": 65, + "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/" + }, + { + "id": 66, + "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/" + }, + { + "id": 67, + "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’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer experts.", + "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/" + }, + { + "id": 68, + "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/" + }, + { + "id": 81, + "categories": [ + "Authenticationserver" + ], + "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/Qballjos/portainer_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/mycroftwilde/portainer_templates/" + }, + { + "id": 82, + "categories": [ + "Usenetserver" + ], + "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": "hotio/bazarr:release", + "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 83, + "categories": [ + "Musicserver" + ], + "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/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 84, + "categories": [ + "Passwordserver" + ], + "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.", + "image": "vaultwarden/server:latest", + "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bitwarden.png", + "name": "vaultwarden", + "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", + "platform": "linux", + "ports": [ + ":80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Vaultwarden", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Vaultwarden", + "container": "/config" + } + ], + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 85, + "categories": [ + "Libraryserver" + ], + "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/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 86, + "categories": [ + "Notesserver" + ], + "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/Qballjos/portainer_templates/master/Images/bookstack2.png", + "note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack", + "platform": "linux", + "repository": { + "stackfile": "Template/Stack/bookstack.yml", + "url": "https://github.com/Qballjos/portainer_templates" + }, + "title": "Bookstack", + "type": 3, + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 87, + "categories": [ + "Libraryserver" + ], + "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/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 88, + "categories": [ + "Photos" + ], + "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + }, + { + "label": "CHEVERETO_DB_HOST", + "name": "CHEVERETO_DB_HOST", + "set": "" + }, + { + "label": "CHEVERETO_DB_USERNAME", + "name": "CHEVERETO_DB_USERNAME", + "set": "" + }, + { + "label": "CHEVERETO_DB_PASSWORD", + "name": "CHEVERETO_DB_PASSWORD", + "set": "" + }, + { + "label": "CHEVERETO_DB_NAME", + "name": "CHEVERETO_DB_NAME", + "set": "" + }, + { + "label": "CHEVERETO_DB_PREFIX", + "name": "CHEVERETO_DB_PREFIX", + "set": "" + } + ], + "image": "nmtan/chevereto:latest", + "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 89, + "categories": [ + "Familyappserver" + ], + "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/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 90, + "categories": [ + "Codeserver" + ], + "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/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 91, + "categories": [ + "Codeserver" + ], + "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/codiad:latest", + "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 92, + "categories": [ + "Musicserver" + ], + "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/mycroftwilde/portainer_templates/" + }, + { + "id": 93, + "categories": [ + "Dashboardserver" + ], + "description": "Another application bookmark dashboard, with fun features.", + "image": "rmountjoy/dashmachine:latest", + "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/" + }, + { + "id": 94, + "categories": [ + "Ftpserver" + ], + "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.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "linuxserver/davos:latest", + "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/davos.png", + "name": "davos", + "note": "Configurationdocker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>",
+ "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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 110,
+ "categories": [
+ "Usenetserver"
+ ],
+ "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": "hotio/lidarr:release",
+ "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 111,
+ "categories": [
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 112,
+ "categories": [
+ "Databaseserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 113,
+ "categories": [
+ "Musicserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 114,
+ "categories": [
+ "Chatserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 115,
+ "categories": [
+ "Musicserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 116,
+ "categories": [
+ "Dashboardserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 117,
+ "categories": [
+ "Usenetserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 118,
+ "categories": [
+ "Usenetserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 119,
+ "categories": [
+ "Proxyserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 120,
+ "categories": [
+ "Familyappserver"
+ ],
+ "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/Qballjos/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": "Template/Stack/nextcloud.yml",
+ "url": "https://github.com/Qballjos/portainer_templates"
+ },
+ "title": "Nextcloud",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 121,
+ "categories": [
+ "Proxyserver"
+ ],
+ "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/nginx:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nginx-icon.png",
+ "name": "nginx",
+ "platform": "linux",
+ "ports": [
+ "80/tcp",
+ "443/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Nginx",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Nginx",
+ "container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 122,
+ "categories": [
+ "Proxyserver"
+ ],
+ "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/Qballjos/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:80/tcp",
+ "81:81/tcp",
+ "443:443/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 123,
+ "categories": [
+ "Vpnserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 124,
+ "categories": [
+ "Dashboardserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 125,
+ "categories": [
+ "Familyappserver"
+ ],
+ "description": "ownCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ"
+ },
+ {
+ "label": "OWNCLOUD_DOMAIN",
+ "name": "OWNCLOUD_DOMAIN"
+ },
+ {
+ "label": "DB_PASSWORD",
+ "name": "DB_PASSWORD"
+ },
+ {
+ "label": "ADMIN_USERNAME",
+ "name": "ADMIN_USERNAME"
+ },
+ {
+ "label": "ADMIN_PASSWORD",
+ "name": "ADMIN_PASSWORD"
+ },
+ {
+ "label": "PORT",
+ "name": "PORT"
+ }
+ ],
+ "logo": "https://raw.githubusercontent.com/docker-library/docs/9d36b4ed7cabc35dbd3849272ba2bd7abe482172/owncloud/logo.png",
+ "name": "Owncloud",
+ "note": "The database user is owncloud and the database is owncloud.",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/owncloud.yml",
+ "url": "https://github.com/Qballjos/portainer_templates"
+ },
+ "title": "Owncloud",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 126,
+ "categories": [
+ "Mediaserver"
+ ],
+ "description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ"
+ },
+ {
+ "label": "PORT",
+ "name": "PORT"
+ }
+ ],
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/petio-icon.png",
+ "name": "Petio",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/petio.yml",
+ "url": "https://github.com/Qballjos/portainer_templates"
+ },
+ "title": "Petio",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 127,
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 128,
+ "categories": [
+ "Dns"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 129,
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 130,
+ "categories": [
+ "Mediaserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 131,
+ "categories": [
+ "Email"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 132,
+ "categories": [
+ "Torrentserver"
+ ],
+ "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/qbittorrent:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 133,
+ "categories": [
+ "Usenetserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 134,
+ "categories": [
+ "Familyappserver"
+ ],
+ "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/Qballjos/portainer_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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 135,
+ "categories": [
+ "Taskserver"
+ ],
+ "description": "SmokePing is a latency logging and graphing and alerting system. It consists of a daemon process which organizes the latency measurements and a CGI which presents the graphs.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/smokeping:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 136,
+ "categories": [
+ "Codeserver"
+ ],
+ "description": "Self-hosted snippet manager.",
+ "image": "snowmean/snibox-sqlite:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 137,
+ "categories": [
+ "Backupandsyncserver"
+ ],
+ "description": "Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/syncthing:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 138,
+ "categories": [
+ "Notesserver"
+ ],
+ "description": "A unique, non-linear notebook wiki.",
+ "image": "mazzolino/tiddlywiki:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 139,
+ "categories": [
+ "Smarthome"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 140,
+ "categories": [
+ "Torrentserver"
+ ],
+ "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/transmission:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 141,
+ "categories": [
+ "Torrentserver"
+ ],
+ "description": "This container contains OpenVPN and Transmission with a configuration where Transmission 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": "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 142,
+ "categories": [
+ "Libraryserver"
+ ],
+ "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/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 143,
+ "categories": [
+ "Smarthome"
+ ],
+ "description": "The Unifi-controller Controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/unifi-controller:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/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/mycroftwilde/portainer_templates/"
+ },
+ {
+ "id": 144,
+ "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.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/webgrabplus:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/webgrabplus.png",
+ "name": "webgrabplus",
+ "note": "Configuration 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/" + }, + { + "id": 149, + "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/" + }, + { + "id": 152, + "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/" + }, + { + "id": 154, + "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/" + }, + { + "id": 155, + "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/" + }, + { + "id": 156, + "type": 1, + "categories": [ + "Smarthome" + ], + "title": "Homeassistant", + "name": "Homeassistant", + "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/homeassistant/config
", + "description": "[Home Assistant Core](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.", + "platform": "linux", + "logo": "https://github.com/home-assistant/home-assistant.io/raw/next/source/images/favicon-192x192-full.png", + "image": "linuxserver/homeassistant:latest", + "network": "host", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for GroupID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for UserID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "Specify a timezone to use for example Europe/Amsterdam" + } + ], + "ports": [ + "8123:8123/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/homeassistant/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 157, + "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/" + }, + { + "id": 158, + "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’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).", + "platform": "linux", + "logo": "https://jumpcloud.com/wp-content/uploads/2016/12/LDAP_Logo-1420591101.jpg", + "image": "linuxserver/ldap-auth:latest", + "env": [ + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "Specify a timezone to use for example Europe/Amsterdam" + }, + { + "name": "FERNETKEY", + "label": "FERNETKEY", + "default": "", + "description": "Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications)" + }, + { + "name": "CERTFILE", + "label": "CERTFILE", + "default": "", + "description": "Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon" + }, + { + "name": "KEYFILE", + "label": "KEYFILE", + "default": "", + "description": "Point this to the private key file, matching the certificate file referred to in CERTFILE" + } + ], + "ports": [ + "8888:8888/tcp", + "9000:9000/tcp" + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/mycroftwilde/portainer_templates/" + }, + { + "id": 159, + "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/" + }, + { + "id": 160, + "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/" + }, + { + "id": 161, + "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/" + }, + { + "id": 162, + "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/" + }, + { + "id": 163, + "type": 1, + "categories": [ + "Managementutilityserver" + ], + "title": "Netbox", + "name": "Netbox", + "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/netbox/config
", + "description": "[Netbox](https://github.com/netbox-community/netbox) is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/netbox-community/netbox/develop/docs/netbox_logo.png", + "image": "linuxserver/netbox:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for GroupID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for UserID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "Specify a timezone to use for example Europe/Amsterdam" + }, + { + "name": "SUPERUSER_EMAIL", + "label": "SUPERUSER_EMAIL", + "default": "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/" + }, + { + "id": 165, + "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/" + }, + { + "id": 168, + "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/" + }, + { + "id": 171, + "type": 1, + "title": "Webtop", + "name": "Webtop", + "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/webtop/config
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’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png", + "image": "linuxserver/wireshark:latest", + "network": "host", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for 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/" + }, + { + "id": 174, + "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/" + }, + { + "id": 176, + "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
/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/"
+ },
+ {
+ "id": 433,
+ "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
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/adguardhome-sync/config
", + "description": "[Adguardhome-sync](https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/adguardhomesync-icon.png", + "image": "linuxserver/adguardhome-sync:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CONFIGFILE", + "label": "CONFIGFILE", + "default": "/config/adguardhome-sync.yaml", + "description": "Set a custom config file." + } + ], + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/adguardhome-sync/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 441, + "type": 1, + "title": "Altus", + "name": "Altus", + "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/altus/config
", + "description": "[Altus](https://github.com/amanharwara/altus) is an Electron-based WhatsApp client with themes and multiple account support.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/altus-logo.png", + "image": "linuxserver/altus:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/altus/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 442, + "type": 1, + "title": "Ardour", + "name": "Ardour", + "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/ardour/config
", + "description": "[Ardour](https://ardour.org/) is an open source, collaborative effort of a worldwide team including musicians, programmers, and professional recording engineers.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ardour-logo.png", + "image": "linuxserver/ardour:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "SUBFOLDER", + "label": "SUBFOLDER", + "default": "/", + "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`" + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/ardour/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 443, + "type": 1, + "title": "Babybuddy", + "name": "Babybuddy", + "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/babybuddy/config
", + "description": "[Babybuddy](https://github.com/babybuddy/babybuddy) is a buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.", + "platform": "linux", + "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/babybuddy-logo.png", + "image": "linuxserver/babybuddy:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CSRF_TRUSTED_ORIGINS", + "label": "CSRF_TRUSTED_ORIGINS", + "default": "http://127.0.0.1:8000,https://babybuddy.domain.com", + "description": "Add any address you'd like to access babybuddy at (comma separated, no spaces)" + } + ], + "ports": [ + "8000:8000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/babybuddy/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 444, + "type": 1, + "title": "Bambustudio", + "name": "Bambustudio", + "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/bambustudio/config
", + "description": "[Bambu Studio](https://bambulab.com/en/download/studio) Bambu Studio is an open-source, cutting-edge, feature-rich slicing software. It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphical interface, bringing users an incredibly smooth printing experience.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png", + "image": "linuxserver/bambustudio:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DARK_MODE", + "label": "DARK_MODE", + "default": "true", + "description": "Set this to true to enable dark mode for Bambu Studio." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/bambustudio/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 445, + "type": 1, + "title": "Blender", + "name": "Blender", + "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/blender/config
", + "description": "[Blender](https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/blender-logo.png", + "image": "linuxserver/blender:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "SUBFOLDER", + "label": "SUBFOLDER", + "default": "/", + "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`" + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/blender/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 446, + "type": 1, + "title": "Boinc", + "name": "Boinc", + "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/boinc/config
", + "description": "[BOINC](https://boinc.berkeley.edu/) is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.", + "categories": [ + "Research" + ], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/BOINC/boinc/master/doc/logo/boinc_logo_black.jpg", + "image": "linuxserver/boinc:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PASSWORD", + "label": "PASSWORD", + "default": "", + "description": "Optionally set a password for the gui." + } + ], + "ports": [ + "8080:8080/tcp", + "8181:8181/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/boinc/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/" + }, + { + "id": 447, + "type": 1, + "title": "Budge", + "name": "Budge", + "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/budge/config
", + "description": "[Budge](https://github.com/linuxserver/budge) is an open source 'budgeting with envelopes' personal finance app.", + "platform": "linux", + "logo": "", + "image": "linuxserver/budge:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp", + "443:443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/budge/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 448, + "type": 1, + "title": "Build-agent", + "name": "Build-agent", + "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/build-agent/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/build-agent for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/build-agent:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/build-agent/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 449, + "type": 1, + "title": "Calligra", + "name": "Calligra", + "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/calligra/config
", + "description": "[Calligra](https://calligra.org/) is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calligra-logo.png", + "image": "linuxserver/calligra:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/calligra/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 450, + "type": 1, + "title": "Changedetection.io", + "name": "Changedetection.io", + "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/changedetection.io/config
", + "description": "[Changedetection.io](https://github.com/dgtlmoon/changedetection.io) provides free, open-source web page monitoring, notification and change detection.", + "platform": "linux", + "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/changedetection-icon.png", + "image": "linuxserver/changedetection.io:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "BASE_URL", + "label": "BASE_URL", + "default": "", + "description": "Specify the full URL (including protocol) when running behind a reverse proxy" + }, + { + "name": "PLAYWRIGHT_DRIVER_URL", + "label": "PLAYWRIGHT_DRIVER_URL", + "default": "", + "description": "Specify the full URL to your chrome driver instance. See the [wiki](https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher) for details." + } + ], + "ports": [ + "5000:5000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/changedetection.io/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 451, + "type": 1, + "title": "Chromium", + "name": "Chromium", + "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/chromium/config
", + "description": "[Chromium](https://www.chromium.org/chromium-projects/) is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/chromium-logo.png", + "image": "linuxserver/chromium:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CHROME_CLI", + "label": "CHROME_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/chromium/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 452, + "type": 1, + "title": "Ci", + "name": "Ci", + "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/ci/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/ci for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/ci:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/ci/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 453, + "type": 1, + "title": "Cura", + "name": "Cura", + "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/cura/config
", + "description": "[UltiMaker Cura](https://ultimaker.com/software/ultimaker-cura/) is free, easy-to-use 3D printing software trusted by millions of users. Fine-tune your 3D model with 400+ settings for the best slicing and printing results.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cura-logo.png", + "image": "linuxserver/cura:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/cura/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 454, + "type": 1, + "title": "Darktable", + "name": "Darktable", + "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/darktable/config
", + "description": "[darktable](https://www.darktable.org/) is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.", + "categories": [ + "Productivity" + ], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/darktable-logo.png", + "image": "linuxserver/darktable:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/darktable/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/" + }, + { + "id": 455, + "type": 1, + "title": "Ddclient", + "name": "Ddclient", + "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/ddclient/config
", + "description": "[Ddclient](https://github.com/ddclient/ddclient) is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.", + "categories": [ + "Networking" + ], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png", + "image": "linuxserver/ddclient:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/ddclient/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/" + }, + { + "id": 456, + "type": 1, + "title": "Digikam", + "name": "Digikam", + "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/digikam/config
", + "description": "[digiKam](https://www.digikam.org/): Professional Photo Management with the Power of Open Source", + "categories": [ + "Photography" + ], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png", + "image": "linuxserver/digikam:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "SUBFOLDER", + "label": "SUBFOLDER", + "default": "/", + "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`" + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/digikam/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/" + }, + { + "id": 457, + "type": 1, + "title": "Diskover", + "name": "Diskover", + "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/diskover/config
mkdir -p /volume1/docker/diskover/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/doplarr/config
", + "description": "[Doplarr](https://github.com/kiranshila/Doplarr) is an *arr request bot for Discord.'", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doplarr-logo_title.png", + "image": "linuxserver/doplarr:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DISCORD__TOKEN", + "label": "DISCORD__TOKEN", + "default": "", + "description": "Specify your discord bot token." + }, + { + "name": "OVERSEERR__API", + "label": "OVERSEERR__API", + "default": "", + "description": "Specify your Overseerr API key. Leave blank if using Radarr/Sonarr." + }, + { + "name": "OVERSEERR__URL", + "label": "OVERSEERR__URL", + "default": "http://localhost:5055", + "description": "Specify your Overseerr URL. Leave blank if using Radarr/Sonarr." + }, + { + "name": "RADARR__API", + "label": "RADARR__API", + "default": "", + "description": "Specify your Radarr API key. Leave blank if using Overseerr." + }, + { + "name": "RADARR__URL", + "label": "RADARR__URL", + "default": "http://localhost:7878", + "description": "Specify your Radarr URL. Leave blank if using Overseerr." + }, + { + "name": "SONARR__API", + "label": "SONARR__API", + "default": "", + "description": "Specify your Sonarr API key. Leave blank if using Overseerr." + }, + { + "name": "SONARR__URL", + "label": "SONARR__URL", + "default": "http://localhost:8989", + "description": "Specify your Sonarr URL. Leave blank if using Overseerr." + }, + { + "name": "DISCORD__MAX_RESULTS", + "label": "DISCORD__MAX_RESULTS", + "default": "25", + "description": "Sets the maximum size of the search results selection" + }, + { + "name": "DISCORD__REQUESTED_MSG_STYLE", + "label": "DISCORD__REQUESTED_MSG_STYLE", + "default": ":plain", + "description": "Sets the style of the request alert message. One of `:plain` `:embed` `:none`" + }, + { + "name": "SONARR__QUALITY_PROFILE", + "label": "SONARR__QUALITY_PROFILE", + "default": "", + "description": "The name of the quality profile to use by default for Sonarr" + }, + { + "name": "RADARR__QUALITY_PROFILE", + "label": "RADARR__QUALITY_PROFILE", + "default": "", + "description": "The name of the quality profile to use by default for Radarr" + }, + { + "name": "SONARR__ROOTFOLDER", + "label": "SONARR__ROOTFOLDER", + "default": "", + "description": "The root folder to use by default for Sonarr" + }, + { + "name": "RADARR__ROOTFOLDER", + "label": "RADARR__ROOTFOLDER", + "default": "", + "description": "The root folder to use by default for Radarr" + }, + { + "name": "SONARR__LANGUAGE_PROFILE", + "label": "SONARR__LANGUAGE_PROFILE", + "default": "", + "description": "The name of the language profile to use by default for Sonarr" + }, + { + "name": "OVERSEERR__DEFAULT_ID", + "label": "OVERSEERR__DEFAULT_ID", + "default": "", + "description": "The Overseerr user id to use by default if there is no associated discord account for the requester" + }, + { + "name": "PARTIAL_SEASONS", + "label": "PARTIAL_SEASONS", + "default": "true", + "description": "Sets whether users can request partial seasons." + }, + { + "name": "LOG_LEVEL", + "label": "LOG_LEVEL", + "default": ":info", + "description": "The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report`" + }, + { + "name": "JAVA_OPTS", + "label": "JAVA_OPTS", + "default": "", + "description": "For passing additional java options." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/doplarr/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 459, + "type": 1, + "title": "Doublecommander", + "name": "Doublecommander", + "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/doublecommander/config
mkdir -p /volume1/docker/doublecommander/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/fail2ban/config
mkdir -p /volume1/docker/fail2ban/var/log:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/airsonic:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/apache2:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/authelia:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/emby:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/filebrowser:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/homeassistant:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/lighttpd:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/nextcloud:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/nginx:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/nzbget:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/overseerr:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/prowlarr:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/radarr:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/sabnzbd:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/sonarr:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/unificontroller:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/vaultwarden:ro
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/faster-whisper/config
", + "description": "[Faster-whisper](https://github.com/SYSTRAN/faster-whisper) is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/faster-whisper-logo.png", + "image": "linuxserver/faster-whisper:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "WHISPER_MODEL", + "label": "WHISPER_MODEL", + "default": "tiny-int8", + "description": "Whisper model that will be used for transcription. From `tiny`, `base`, `small` and `medium`, all with `-int8` compressed variants" + }, + { + "name": "WHISPER_BEAM", + "label": "WHISPER_BEAM", + "default": "1", + "description": "Number of candidates to consider simultaneously during transcription." + }, + { + "name": "WHISPER_LANG", + "label": "WHISPER_LANG", + "default": "en", + "description": "Language that you will speak to the add-on." + } + ], + "ports": [ + "10300:10300/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/faster-whisper/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 462, + "type": 1, + "title": "Feed2toot", + "name": "Feed2toot", + "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/feed2toot/config
", + "description": "[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/feed2toot-banner.png", + "image": "linuxserver/feed2toot:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "FEED_LIMIT", + "label": "FEED_LIMIT", + "default": "5", + "description": "Limit number of RSS entries published at each execution." + } + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/feed2toot/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 463, + "type": 1, + "title": "Fleet", + "name": "Fleet", + "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/fleet/config
", + "description": "[Fleet](https://github.com/linuxserver/fleet) provides an online web interface which displays a set of maintained images from one or more owned repositories.", + "platform": "linux", + "logo": "", + "image": "linuxserver/fleet:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "fleet_admin_authentication_type", + "label": "fleet_admin_authentication_type", + "default": "DATABASE", + "description": "A switch to define how Fleet manages user logins. If set to DATABASE, see the related optional params. Can be set to either DATABASE or PROPERTIES." + }, + { + "name": "fleet_database_url", + "label": "fleet_database_url", + "default": "jdbc:mariadb://Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/flexget/config
mkdir -p /volume1/docker/flexget/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/freecad/config
", + "description": "[FreeCAD](https://www.freecad.org/) is a general-purpose parametric 3D computer-aided design (CAD) modeler and a building information modeling (BIM) software application with finite element method (FEM) support.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freecad-logo.png", + "image": "linuxserver/freecad:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/freecad/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 466, + "type": 1, + "title": "Freetube", + "name": "Freetube", + "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/freetube/config
", + "description": "[FreeTube](https://freetubeapp.io/) is a feature-rich and user-friendly YouTube client with a focus on privacy.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freetube-logo.png", + "image": "linuxserver/freetube:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/freetube/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 467, + "type": 1, + "title": "Gimp", + "name": "Gimp", + "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/gimp/config
", + "description": "[GIMP](https://www.gimp.org/) is a free and open-source raster graphics editor used for image manipulation (retouching) and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. It is extensible by means of plugins, and scriptable.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/gimp-logo.png", + "image": "linuxserver/gimp:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/gimp/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 468, + "type": 1, + "title": "Github-desktop", + "name": "Github-desktop", + "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/github-desktop/config
", + "description": "[Github Desktop](https://desktop.github.com/) is an open source Electron-based GitHub app. It is written in TypeScript and uses React.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/github-desktop-icon.png", + "image": "linuxserver/github-desktop:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/github-desktop/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 469, + "type": 1, + "title": "Gitqlient", + "name": "Gitqlient", + "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/gitqlient/config
", + "description": "[GitQlient](https://github.com/francescmm/GitQlient) is a multi-platform Git client originally forked from QGit. Nowadays it goes beyond of just a fork and adds a lot of new functionality.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/gitqlient-icon.png", + "image": "linuxserver/gitqlient:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/gitqlient/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 470, + "type": 1, + "title": "Grav", + "name": "Grav", + "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/grav/config
", + "description": "[Grav](https://github.com/getgrav/grav/) is a Fast, Simple, and Flexible, file-based Web-platform.", + "categories": [ + "Webplatform" + ], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png", + "image": "linuxserver/grav:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/grav/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/" + }, + { + "id": 471, + "type": 1, + "title": "Hedgedoc", + "name": "Hedgedoc", + "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/hedgedoc/config
", + "description": "[HedgeDoc](https://hedgedoc.org/) gives you access to all your files wherever you are. HedgeDoc is a real-time, multi-platform collaborative markdown note editor. This means that you can write notes with other people on your desktop, tablet or even on the phone. You can sign-in via multiple auth providers like Facebook, Twitter, GitHub and many more on the homepage.", + "categories": [ + "Documentation" + ], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hedgedoc-banner.png", + "image": "linuxserver/hedgedoc:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DB_HOST", + "label": "DB_HOST", + "default": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/hishtory-server/config
", + "description": "[hiSHtory](https://github.com/ddworken/hishtory) is a better shell history. It stores your shell history in context (what directory you ran the command in, whether it succeeded or failed, how long it took, etc). This is all stored locally and end-to-end encrypted for syncing to to all your other computers.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hishtory-server-icon.png", + "image": "linuxserver/hishtory-server:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "HISHTORY_POSTGRES_DB", + "label": "HISHTORY_POSTGRES_DB", + "default": "postgresql://${HISHTORY_DB_USER}:${HISHTORY_DB_PASS}@hishtory-db:5432/hishtory?sslmode=disable", + "description": "Postgres DB [Connection URI](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING). Special characters must be [URL encoded](https://en.wikipedia.org/wiki/URL_encoding)." + }, + { + "name": "HISHTORY_SQLITE_DB", + "label": "HISHTORY_SQLITE_DB", + "default": "/config/hishtory.db", + "description": "SQLite database path. Needs to be a mounted volume for persistence. Don't set at the same time as HISHTORY_POSTGRES_DB." + } + ], + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/hishtory-server/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 473, + "type": 1, + "title": "Inkscape", + "name": "Inkscape", + "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/inkscape/config
", + "description": "[Inkscape](https://inkscape.org/) is professional quality vector graphics software which runs on Linux, Mac OS X and Windows desktop computers.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/inkscape-logo.png", + "image": "linuxserver/inkscape:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/inkscape/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 474, + "type": 1, + "title": "Jenkins-builder", + "name": "Jenkins-builder", + "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/jenkins-builder/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/jenkins-builder for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/jenkins-builder:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/jenkins-builder/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 475, + "type": 1, + "title": "Kali-linux", + "name": "Kali-linux", + "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/kali-linux/config
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/kasm/opt
mkdir -p /volume1/docker/kasm/profiles
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/kdenlive/config
", + "description": "[Kdenlive](https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kdenlive-logo.png", + "image": "linuxserver/kdenlive:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "SUBFOLDER", + "label": "SUBFOLDER", + "default": "/", + "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`" + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/kdenlive/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 478, + "type": 1, + "title": "Keepassxc", + "name": "Keepassxc", + "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/keepassxc/config
", + "description": "[KeePassXC](https://keepassxc.org/) is a free and open-source password manager. It started as a community fork of KeePassX (itself a cross-platform port of KeePass).", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/keepassxc-logo.png", + "image": "linuxserver/keepassxc:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/keepassxc/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 479, + "type": 1, + "title": "Kicad", + "name": "Kicad", + "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/kicad/config
", + "description": "[KiCad](https://www.kicad.org/) - A Cross Platform and Open Source Electronics Design Automation Suite.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kicad-logo.png", + "image": "linuxserver/kicad:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/kicad/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 480, + "type": 1, + "title": "Kimai", + "name": "Kimai", + "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/kimai/config
", + "description": "[Kimai](https://kimai.org/) is a professional grade time-tracking application, free and open-source. It handles use-cases of freelancers as well as companies with dozens or hundreds of users. Kimai was build to track your project times and ships with many advanced features, including but not limited to: JSON API, invoicing, data exports, multi-timer and punch-in punch-out mode, tagging, multi-user - multi-timezones - multi-language ([over 30 translations existing](https://hosted.weblate.org/projects/kimai/)!), authentication via SAML/LDAP/Database, two-factor authentication (2FA) with TOTP, customizable role and team permissions, responsive design, user/customer/project specific rates, advanced search & filtering, money and time budgets, advanced reporting, support for [plugins](https://www.kimai.org/store/) and so much more.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kimai-logo.png", + "image": "linuxserver/kimai:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DATABASE_URL", + "label": "DATABASE_URL", + "default": "mysql://your_db_user:your_db_pass@your_db_host:3306/your_db_name?charset=your_db_charset&serverVersion=your_db_version", + "description": "Configure your database connection, see Application Setup instructions." + } + ], + "ports": [ + "80:80/tcp", + "443:443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/kimai/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 481, + "type": 1, + "title": "Kometa", + "name": "Kometa", + "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/kometa/config
", + "description": "[Kometa](https://github.com/Kometa-Team/Kometa) is a powerful tool designed to give you complete control over your media libraries. With Kometa, you can take your customization to the next level, with granular control over metadata, collections, overlays, and much more.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kometa-banner.png", + "image": "linuxserver/kometa:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "KOMETA_CONFIG", + "label": "KOMETA_CONFIG", + "default": "/config/config.yml", + "description": "Specify a custom config file to use." + }, + { + "name": "KOMETA_TIME", + "label": "KOMETA_TIME", + "default": "03:00", + "description": "Comma-separated list of times to update each day. Format: `HH:MM`." + }, + { + "name": "KOMETA_RUN", + "label": "KOMETA_RUN", + "default": "False", + "description": "Set to `True` to run without the scheduler." + }, + { + "name": "KOMETA_TEST", + "label": "KOMETA_TEST", + "default": "False", + "description": "Set to `True` to run in debug mode with only collections that have `test: true`." + }, + { + "name": "KOMETA_NO_MISSING", + "label": "KOMETA_NO_MISSING", + "default": "False", + "description": "Set to `True` to run without any of the missing movie/show functions." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/kometa/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 482, + "type": 1, + "title": "Krita", + "name": "Krita", + "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/krita/config
", + "description": "[Krita](https://krita.org/en/) is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/krita-logo.png", + "image": "linuxserver/krita:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/krita/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 483, + "type": 1, + "title": "Librewolf", + "name": "Librewolf", + "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/librewolf/config
", + "description": "[LibreWolf](https://librewolf.net/) is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png", + "image": "linuxserver/librewolf:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "LIBREWOLF_CLI", + "label": "LIBREWOLF_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple LibreWolf CLI flags, this string will be passed to the application in full." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/librewolf/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 484, + "type": 1, + "title": "Lollypop", + "name": "Lollypop", + "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/lollypop/config
", + "description": "[Lollypop](https://wiki.gnome.org/Apps/Lollypop) is a lightweight modern music player designed to work excellently on the GNOME desktop environment.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lollypop-icon.png", + "image": "linuxserver/lollypop:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/lollypop/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 485, + "type": 1, + "title": "Manyfold", + "name": "Manyfold", + "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/manyfold/config
mkdir -p /volume1/docker/manyfold/libraries
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/mediaelch/config
", + "description": "[MediaElch](https://github.com/Komet/MediaElch) is a MediaManager for Kodi. Information about Movies, TV Shows, Concerts and Music are stored as nfo files. Fanarts are downloaded automatically from fanart.tv. Using the nfo generator, MediaElch can be used with other MediaCenters as well.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mediaelch-logo.png", + "image": "linuxserver/mediaelch:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/mediaelch/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 487, + "type": 1, + "title": "Msedge", + "name": "Msedge", + "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/msedge/config
", + "description": "[Microsoft Edge](https://www.microsoft.com/edge) is a cross-platform web browser developed by Microsoft and based on Chromium.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/edge-logo.png", + "image": "linuxserver/msedge:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "EDGE_CLI", + "label": "EDGE_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/msedge/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 488, + "type": 1, + "title": "Mullvad-browser", + "name": "Mullvad-browser", + "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/mullvad-browser/config
", + "description": "The [Mullvad Browser](https://mullvad.net/en/browser) is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. It’s designed to minimize tracking and fingerprinting. You could say it’s a Tor Browser to use without the Tor Network. Instead, you can use it with a trustworthy VPN.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mullvad-browser-logo.png", + "image": "linuxserver/mullvad-browser:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "LOCAL_NET", + "label": "LOCAL_NET", + "default": "192.168.0.0/16", + "description": "If using a VPN, set this to your local LAN IP range using CIDR notation. Without it you will be unable to access the web interface. If you have multiple ranges or a complex LAN setup you will need to manage this yourself in the wg0.conf, see the App Setup section for details." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/mullvad-browser/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 489, + "type": 1, + "title": "Mylar3", + "name": "Mylar3", + "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/mylar3/config
mkdir -p /volume1/docker/mylar3/comics
mkdir -p /volume1/docker/mylar3/downloads
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/mysql-workbench/config
", + "description": "[MySQL Workbench](https://www.mysql.com/products/workbench/) is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mysql-workbench-icon.png", + "image": "linuxserver/mysql-workbench:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/mysql-workbench/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 491, + "type": 1, + "title": "Ngircd", + "name": "Ngircd", + "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/ngircd/config
", + "description": "[Ngircd](https://ngircd.barton.de/) is a free, portable and lightweight Internet Relay Chat server for small or private networks, developed under the GNU General Public License (GPL). It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections as well as PAM for authentication. It is written from scratch and not based on the original IRCd.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ngircd-logo.png", + "image": "linuxserver/ngircd:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "6667:6667/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/ngircd/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 492, + "type": 1, + "title": "Obsidian", + "name": "Obsidian", + "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/obsidian/config
", + "description": "[Obsidian](https://obsidian.md) is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow. You can also publish your notes online, access them offline, and sync them securely with end-to-end encryption.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png", + "image": "linuxserver/obsidian:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/obsidian/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 493, + "type": 1, + "title": "Openvscode-server", + "name": "Openvscode-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/openvscode-server/config
", + "description": "[Openvscode-server](https://github.com/gitpod-io/openvscode-server) provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openvscode-server-logo.png", + "image": "linuxserver/openvscode-server:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CONNECTION_TOKEN", + "label": "CONNECTION_TOKEN", + "default": "", + "description": "Optional security token for accessing the Web UI (ie. `supersecrettoken`)." + }, + { + "name": "CONNECTION_SECRET", + "label": "CONNECTION_SECRET", + "default": "", + "description": "Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. `/path/to/file`). Overrides `CONNECTION_TOKEN`." + }, + { + "name": "SUDO_PASSWORD", + "label": "SUDO_PASSWORD", + "default": "password", + "description": "If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password." + }, + { + "name": "SUDO_PASSWORD_HASH", + "label": "SUDO_PASSWORD_HASH", + "default": "", + "description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`." + } + ], + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/openvscode-server/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 494, + "type": 1, + "title": "Opera", + "name": "Opera", + "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/opera/config
", + "description": "[Opera](https://www.opera.com/) is a multi-platform web browser developed by its namesake company Opera. The browser is based on Chromium, but distinguishes itself from other Chromium-based browsers (Chrome, Edge, etc.) through its user interface and other features.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/opera-icon.png", + "image": "linuxserver/opera:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "OPERA_CLI", + "label": "OPERA_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/opera/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 495, + "type": 1, + "title": "Orcaslicer", + "name": "Orcaslicer", + "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/orcaslicer/config
", + "description": "[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/orcaslicer-logo.png", + "image": "linuxserver/orcaslicer:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/orcaslicer/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 496, + "type": 1, + "title": "Pairdrop", + "name": "Pairdrop", + "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/pairdrop/config
", + "description": "[PairDrop](https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/schlagmichdoch/PairDrop/master/public/images/android-chrome-512x512.png", + "image": "linuxserver/pairdrop:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "RATE_LIMIT", + "label": "RATE_LIMIT", + "default": "false", + "description": "Set to `true` to limit clients to 100 requests per 5 min" + }, + { + "name": "WS_FALLBACK", + "label": "WS_FALLBACK", + "default": "false", + "description": "Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes)." + }, + { + "name": "RTC_CONFIG", + "label": "RTC_CONFIG", + "default": "", + "description": "Path to a json file containing custom STUN/TURN config (see App Setup notes)" + }, + { + "name": "DEBUG_MODE", + "label": "DEBUG_MODE", + "default": "false", + "description": "Set to `true` to debug the http server configuration by logging clients IP addresses used by PairDrop to STDOUT. [See here for more info](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#debug-mode). Do not use in production!" + } + ], + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/pairdrop/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 497, + "type": 1, + "title": "Piper", + "name": "Piper", + "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/piper/config
", + "description": "[Piper](https://github.com/rhasspy/piper/) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png", + "image": "linuxserver/piper:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PIPER_VOICE", + "label": "PIPER_VOICE", + "default": "en_US-lessac-medium", + "description": "The [Piper voice](https://huggingface.co/rhasspy/piper-voices/tree/main) to use, in the format `Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/planka/config
", + "description": "[Planka](https://github.com/plankanban/planka/) is an elegant open source project tracking tool.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/planka-logo.png", + "image": "linuxserver/planka:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "BASE_URL", + "label": "BASE_URL", + "default": "https://planka.example.com", + "description": "The URL you will use to access planka including protocol, and port if not 80/443." + }, + { + "name": "DATABASE_URL", + "label": "DATABASE_URL", + "default": "postgresql://user:password@planka-db:5432/planka", + "description": "Postgres database URL. Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)." + }, + { + "name": "DEFAULT_ADMIN_EMAIL", + "label": "DEFAULT_ADMIN_EMAIL", + "default": "demo@demo.demo", + "description": "Email address for default user." + }, + { + "name": "DEFAULT_ADMIN_USERNAME", + "label": "DEFAULT_ADMIN_USERNAME", + "default": "demo", + "description": "Username for default user." + }, + { + "name": "DEFAULT_ADMIN_PASSWORD", + "label": "DEFAULT_ADMIN_PASSWORD", + "default": "demo", + "description": "Password for default user." + }, + { + "name": "DEFAULT_ADMIN_NAME", + "label": "DEFAULT_ADMIN_NAME", + "default": "Demo User", + "description": "Display name for default user." + }, + { + "name": "SECRET_KEY", + "label": "SECRET_KEY", + "default": "notasecretkey", + "description": "Session encryption key, recommended 32-64 character alphanumeric." + }, + { + "name": "TRUST_PROXY", + "label": "TRUST_PROXY", + "default": "0", + "description": "Set to `1` to trust upstream proxies if reverse proxying." + } + ], + "ports": [ + "1337:1337/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/planka/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 499, + "type": 1, + "title": "Pydio-cells", + "name": "Pydio-cells", + "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/pydio-cells/config
", + "description": "[Pydio-cells](https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pydio-cells-icon.png", + "image": "linuxserver/pydio-cells:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "EXTERNALURL", + "label": "EXTERNALURL", + "default": "yourdomain.url", + "description": "The external url you would like to use to access Pydio Cells (Can be https://domain.url or https://IP:PORT)." + }, + { + "name": "SERVER_IP", + "label": "SERVER_IP", + "default": "0.0.0.0", + "description": "Enter the LAN IP of the docker server. Required for local access by IP, added to self signed cert as SAN (not required if accessing only through reverse proxy)." + } + ], + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/pydio-cells/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 500, + "type": 1, + "title": "Pyload-ng", + "name": "Pyload-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/pyload-ng/config
mkdir -p /volume1/docker/pyload-ng/downloads
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pylon/config
mkdir -p /volume1/docker/pylon/code
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/python/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/python for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/python:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/python/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 503, + "type": 1, + "title": "Qemu-static", + "name": "Qemu-static", + "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/qemu-static/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/qemu-static for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/qemu-static:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/qemu-static/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 504, + "type": 1, + "title": "Quassel-web", + "name": "Quassel-web", + "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/quassel-web/config
", + "description": "[Quassel-web](https://github.com/magne4000/quassel-webserver) is a web client for Quassel. Note that a Quassel-Core instance is required, we have a container available [here.](https://hub.docker.com/r/linuxserver/quassel-core/)", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png", + "image": "linuxserver/quassel-web:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "QUASSEL_CORE", + "label": "QUASSEL_CORE", + "default": "192.168.1.10", + "description": "specify the URL or IP address of your Quassel Core instance" + }, + { + "name": "QUASSEL_PORT", + "label": "QUASSEL_PORT", + "default": "4242", + "description": "specify the port of your Quassel Core instance" + }, + { + "name": "QUASSEL_HTTPS", + "label": "QUASSEL_HTTPS", + "default": "", + "description": "Set to `true` to have Quassel web serve over https on port 64443 instead of http on port 64080." + }, + { + "name": "URL_BASE", + "label": "URL_BASE", + "default": "/quassel", + "description": "Specify a url-base in reverse proxy setups ie. `/quassel`" + } + ], + "ports": [ + "64080:64080/tcp", + "64443:64443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/quassel-web/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 505, + "type": 1, + "title": "Raneto", + "name": "Raneto", + "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/raneto/config
", + "description": "[Raneto](http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/gilbitron/Raneto/master/logo/logo_readme.png", + "image": "linuxserver/raneto:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/raneto/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 506, + "type": 1, + "title": "Rawtherapee", + "name": "Rawtherapee", + "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/rawtherapee/config
", + "description": "[RawTherapee](https://rawtherapee.com/) is a free, cross-platform raw image processing program!", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rawtherapee-logo.png", + "image": "linuxserver/rawtherapee:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/rawtherapee/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 507, + "type": 1, + "title": "Readme-sync", + "name": "Readme-sync", + "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/readme-sync/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/readme-sync for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/readme-sync:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/readme-sync/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 508, + "type": 1, + "title": "Remmina", + "name": "Remmina", + "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/remmina/config
", + "description": "[Remmina](https://remmina.org/) is a remote desktop client written in GTK, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large or tiny screens. Remmina supports multiple network protocols, in an integrated and consistent user interface. Currently RDP, VNC, SPICE, SSH and EXEC are supported.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png", + "image": "linuxserver/remmina:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/remmina/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 509, + "type": 1, + "title": "Series-troxide", + "name": "Series-troxide", + "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/series-troxide/config
", + "description": "[Series Troxide](https://github.com/MaarifaMaarifa/series-troxide) a Simple and Modern Series Tracker", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/series-troxide-logo.png", + "image": "linuxserver/series-troxide:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/series-troxide/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 510, + "type": 1, + "title": "Shotcut", + "name": "Shotcut", + "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/shotcut/config
", + "description": "[Shotcut](https://www.shotcut.org/) is a free, open source, cross-platform video editor.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/shotcut-logo.png", + "image": "linuxserver/shotcut:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/shotcut/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 511, + "type": 1, + "title": "Socket-proxy", + "name": "Socket-proxy", + "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/socket-proxy/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/socket-proxy for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/socket-proxy:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/socket-proxy/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 512, + "type": 1, + "title": "Spotube", + "name": "Spotube", + "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/spotube/config
", + "description": "[Spotube](https://spotube.krtirtho.dev/) is an open source, cross-platform Spotify client compatible across multiple platforms utilizing Spotify's data API and YouTube, Piped.video or JioSaavn as an audio source, eliminating the need for Spotify Premium", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/spotube-logo.png", + "image": "linuxserver/spotube:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/spotube/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 513, + "type": 1, + "title": "Sqlitebrowser", + "name": "Sqlitebrowser", + "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/sqlitebrowser/config
", + "description": "[DB Browser for SQLite](https://sqlitebrowser.org/) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sqlitebrowser-banner.png", + "image": "linuxserver/sqlitebrowser:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/sqlitebrowser/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 514, + "type": 1, + "title": "Steamos", + "name": "Steamos", + "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/steamos/config
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/swag/config
", + "description": "SWAG - Secure Web Application Gateway (formerly known as letsencrypt, no relation to Let's Encrypt™) sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes (Let's Encrypt and ZeroSSL). It also contains fail2ban for intrusion prevention.", + "platform": "linux", + "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/swag.gif", + "image": "linuxserver/swag:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "URL", + "label": "URL", + "default": "yourdomain.url", + "description": "Top url you have control over (`customdomain.com` if you own it, or `customsubdomain.ddnsprovider.com` if dynamic dns)." + }, + { + "name": "VALIDATION", + "label": "VALIDATION", + "default": "http", + "description": "Certbot validation method to use, options are `http` or `dns` (`dns` method also requires `DNSPLUGIN` variable set)." + }, + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "default": "www,", + "description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this *exactly* to `wildcard` (wildcard cert is available via `dns` validation only)" + }, + { + "name": "CERTPROVIDER", + "label": "CERTPROVIDER", + "default": "", + "description": "Optionally define the cert provider. Set to `zerossl` for ZeroSSL certs (requires existing [ZeroSSL account](https://app.zerossl.com/signup) and the e-mail address entered in `EMAIL` env var). Otherwise defaults to Let's Encrypt." + }, + { + "name": "DNSPLUGIN", + "label": "DNSPLUGIN", + "default": "cloudflare", + "description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `bunny`, `cloudflare`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `dreamhost`, `duckdns`, `dynu`, `freedns`, `gandi`, `gehirn`, `glesys`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `namecheap`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`." + }, + { + "name": "PROPAGATION", + "label": "PROPAGATION", + "default": "", + "description": "Optionally override (in seconds) the default propagation time for the dns plugins." + }, + { + "name": "EMAIL", + "label": "EMAIL", + "default": "", + "description": "Optional e-mail address used for cert expiration notifications (Required for ZeroSSL)." + }, + { + "name": "ONLY_SUBDOMAINS", + "label": "ONLY_SUBDOMAINS", + "default": "false", + "description": "If you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to `true`" + }, + { + "name": "EXTRA_DOMAINS", + "label": "EXTRA_DOMAINS", + "default": "", + "description": "Additional fully qualified domain names (comma separated, no spaces) ie. `extradomain.com,subdomain.anotherdomain.org,*.anotherdomain.org`" + }, + { + "name": "STAGING", + "label": "STAGING", + "default": "false", + "description": "Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes." + } + ], + "ports": [ + "443:443/tcp", + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/swag/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 516, + "type": 1, + "title": "Synclounge", + "name": "Synclounge", + "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": "[Synclounge](https://github.com/samcm/synclounge) is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png", + "image": "linuxserver/synclounge:latest", + "env": [ + { + "name": "AUTH_LIST", + "label": "AUTH_LIST", + "default": "plexuser1,plexuser2,email1,machineid1", + "description": "If set, only the users defined here and the users of the plex servers defined here will be able to access the server. Use e-mails, plex usernames and/or plex server machine ids, comma separated, no spaces." + } + ], + "ports": [ + "8088:8088/tcp" + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 517, + "type": 1, + "title": "Tester", + "name": "Tester", + "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": "This internal tool is used as a desktop sandbox in our CI process to grab a screenshot of a hopefully functional endpoint", + "platform": "linux", + "logo": "https://avatars3.githubusercontent.com/u/12324908?s=200&v=4", + "image": "linuxserver/tester:latest", + "env": [ + { + "name": "URL", + "label": "URL", + "default": "http://google.com", + "description": "Specify an endpoint, the container will automatically determine the correct protocol and program to use" + } + ], + "ports": [ + "3000:3000/tcp" + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 518, + "type": 1, + "title": "Ungoogled-chromium", + "name": "Ungoogled-chromium", + "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/ungoogled-chromium/config
", + "description": "[Ungoogled Chromium](https://github.com/ungoogled-software/ungoogled-chromium) is Google Chromium, sans dependency on Google web services.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ungoogled-chromium-logo.png", + "image": "linuxserver/ungoogled-chromium:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CHROME_CLI", + "label": "CHROME_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/ungoogled-chromium/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 519, + "type": 1, + "title": "Unifi-network-application", + "name": "Unifi-network-application", + "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/unifi-network-application/config
", + "description": "The [Unifi-network-application](https://ui.com/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-banner.png", + "image": "linuxserver/unifi-network-application:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "MONGO_USER", + "label": "MONGO_USER", + "default": "unifi", + "description": "Mongodb Username. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**." + }, + { + "name": "MONGO_PASS", + "label": "MONGO_PASS", + "default": "", + "description": "Mongodb Password. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**." + }, + { + "name": "MONGO_HOST", + "label": "MONGO_HOST", + "default": "unifi-db", + "description": "Mongodb Hostname. Only evaluated on first run." + }, + { + "name": "MONGO_PORT", + "label": "MONGO_PORT", + "default": "27017", + "description": "Mongodb Port. Only evaluated on first run." + }, + { + "name": "MONGO_DBNAME", + "label": "MONGO_DBNAME", + "default": "unifi", + "description": "Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run." + }, + { + "name": "MONGO_AUTHSOURCE", + "label": "MONGO_AUTHSOURCE", + "default": "admin", + "description": "Mongodb [authSource](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.authSource). For Atlas set to `admin`. Only evaluated on first run." + }, + { + "name": "MEM_LIMIT", + "label": "MEM_LIMIT", + "default": "1024", + "description": "Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default" + }, + { + "name": "MEM_STARTUP", + "label": "MEM_STARTUP", + "default": "1024", + "description": "Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default" + }, + { + "name": "MONGO_TLS", + "label": "MONGO_TLS", + "default": "", + "description": "Mongodb enable [TLS](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.tls). Only evaluated on first run." + } + ], + "ports": [ + "8443:8443/tcp", + "3478:3478/udp", + "10001:10001/udp", + "8080:8080/tcp", + "1900:1900/udp", + "8843:8843/tcp", + "8880:8880/tcp", + "6789:6789/tcp", + "5514:5514/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/unifi-network-application/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 520, + "type": 1, + "title": "Unrar", + "name": "Unrar", + "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/unrar/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/unrar for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/unrar:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/unrar/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 521, + "type": 1, + "title": "Vscodium", + "name": "Vscodium", + "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/vscodium/config
", + "description": "[VSCodium](https://vscodium.com/) is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png", + "image": "linuxserver/vscodium:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/vscodium/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 522, + "type": 1, + "title": "Webcord", + "name": "Webcord", + "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/webcord/config
", + "description": "[WebCord](https://github.com/SpacingBat3/WebCord) can be summarized as a pack of security and privacy hardenings, Discord features reimplementations, Electron / Chromium / Discord bugs workarounds, stylesheets, internal pages and wrapped https://discord.com page, designed to conform with ToS as much as it is possible (or hide the changes that might violate it from Discord's eyes).", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webcord-icon.png", + "image": "linuxserver/webcord:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/webcord/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 523, + "type": 1, + "title": "Wps-office", + "name": "Wps-office", + "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/wps-office/config
", + "description": "[WPS Office](https://www.wps.com/) is a lightweight, feature-rich comprehensive office suite with high compatibility. As a handy and professional office software, WPS Office allows you to edit files in Writer, Presentation, Spreadsheet, and PDF to improve your work efficiency.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wps-office-icon.png", + "image": "linuxserver/wps-office:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/wps-office/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 524, + "type": 1, + "title": "Xbackbone", + "name": "Xbackbone", + "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/xbackbone/config
", + "description": "[Xbackbone](https://github.com/SergiX44/XBackBone) is a simple, self-hosted, lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, and file downloading and uploading. Also have a web UI with multi user management, past uploads history and search support.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/SergiX44/XBackBone/master/docs/img/xbackbone.png", + "image": "linuxserver/xbackbone:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp", + "443:443/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/xbackbone/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 525, + "type": 1, + "title": "Yaak", + "name": "Yaak", + "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/yaak/config
", + "description": "[Yaak](https://yaak.app/) is a desktop API client for organizing and executing REST, GraphQL, and gRPC requests. It's built using [Tauri](https://tauri.app/), [Rust](https://www.rust-lang.org/), and [ReactJS](https://react.dev/).", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/yaak-logo.png", + "image": "linuxserver/yaak:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/yaak/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 526, + "type": 1, + "title": "Yq", + "name": "Yq", + "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/yq/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/yq for details.", + "platform": "linux", + "logo": "", + "image": "linuxserver/yq:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "80:80/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/yq/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 527, + "type": 1, + "title": "Zotero", + "name": "Zotero", + "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/zotero/config
", + "description": "[Zotero](https://www.zotero.org/) is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.", + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/zotero-icon.png", + "image": "linuxserver/zotero:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1024", + "description": "for UserID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "description": "for GroupID" + }, + { + "name": "TZ", + "label": "TZ", + "default": "Europe/Amsterdam", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": [ + "3000:3000/tcp", + "3001:3001/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/volume1/docker/zotero/config" + } + ], + "restart_policy": "unless-stopped", + "maintainer": " https://github.com/technorabilia/portainer-templates/", + "categories": [] + }, + { + "id": 528, + "type": 1, + "title": "Registry (cache)", + "description": "Docker image registry configured as a DockerHub pull through cache", + "categories": [ + "Docker" + ], + "platform": "linux", + "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", + "image": "registry:latest", + "ports": [ + "5000/tcp" + ], + "volumes": [ + { + "container": "/var/lib/registry" + } + ], + "env": [ + { + "name": "REGISTRY_PROXY_REMOTEURL", + "default": "https://registry-1.docker.io", + "preset": true + } + ], + "maintainer": " https://github.com/portainer/templates/" + }, + { + "id": 529, + "type": 1, + "title": "Ubuntu", + "description": "Debian-based Linux operating system", + "categories": [ + "Operatingsystem" + ], + "platform": "linux", + "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png", + "image": "ubuntu:latest", + "interactive": true, + "command": "/bin/bash", + "maintainer": " https://github.com/portainer/templates/" + }, + { + "id": 530, + "type": 1, + "title": "NodeJS", + "description": "JavaScript-based platform for server-side and networking applications", + "categories": [ + "Development" + ], + "platform": "linux", + "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/node.png", + "image": "node:latest", + "interactive": true, + "command": "/bin/bash", + "maintainer": " https://github.com/portainer/templates/" + }, + { + "id": 531, + "type": 2, + "title": "Swarm monitoring", + "description": "Monitor your cluster performances with Prometheus & Grafana", + "note": "Requires Docker version 19.03.0+. Make sure to add themonitoring == 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/"
+ },
+ {
+ "id": 532,
+ "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/"
+ },
+ {
+ "id": 533,
+ "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/"
+ },
+ {
+ "id": 534,
+ "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/"
+ },
+ {
+ "id": 535,
+ "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/"
+ },
+ {
+ "id": 536,
+ "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/"
+ },
+ {
+ "id": 537,
+ "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/"
+ },
+ {
+ "id": 538,
+ "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/"
+ },
+ {
+ "id": 539,
+ "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/"
+ },
+ {
+ "id": 540,
+ "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/"
+ },
+ {
+ "id": 541,
+ "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/"
+ },
+ {
+ "id": 542,
+ "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": []
+ },
+ {
+ "id": 543,
+ "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/"
+ },
+ {
+ "id": 544,
+ "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/"
+ },
+ {
+ "id": 545,
+ "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/"
+ },
+ {
+ "id": 546,
+ "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": []
+ },
+ {
+ "id": 547,
+ "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": []
+ },
+ {
+ "id": 548,
+ "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": []
+ },
+ {
+ "id": 549,
+ "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": []
+ },
+ {
+ "id": 550,
+ "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": []
+ },
+ {
+ "id": 551,
+ "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/"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/templates.json b/templates.json
new file mode 100644
index 0000000..b3541b2
--- /dev/null
+++ b/templates.json
@@ -0,0 +1,10133 @@
+{
+ "version": "3",
+ "templates": [
+ {
+ "id": 1,
+ "type": 1,
+ "title": "Adguardhome-sync",
+ "name": "Adguardhome-sync",
+ "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/adguardhome-sync/config
", + "description": "[Adguardhome-sync](https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.", + "categories": ["Network", "DNS"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/adguardhomesync-icon.png", + "image": "linuxserver/adguardhome-sync:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CONFIGFILE", + "label": "CONFIGFILE", + "default": "/config/adguardhome-sync.yaml", + "description": "Set a custom config file. [OPTIONAL]" + } + ], + "ports": ["8080:8080/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/adguardhome-sync/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 2, + "type": 1, + "title": "Airsonic-advanced", + "name": "Airsonic-advanced", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/airsonic-advanced/config
mkdir -p /srv/lsio/airsonic-advanced/music
mkdir -p /srv/lsio/airsonic-advanced/playlists
mkdir -p /srv/lsio/airsonic-advanced/podcasts
mkdir -p /srv/lsio/airsonic-advanced/media
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/altus/config
", + "description": "[Altus](https://github.com/amanharwara/altus) is an Electron-based WhatsApp client with themes and multiple account support.", + "categories": ["Chat"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/altus-logo.png", + "image": "linuxserver/altus:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/altus/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 4, + "type": 1, + "title": "Apprise-api", + "name": "Apprise-api", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/apprise-api/config
mkdir -p /srv/lsio/apprise-api/attachments
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ardour/config
", + "description": "[Ardour](https://ardour.org/) is an open source, collaborative effort of a worldwide team including musicians, programmers, and professional recording engineers.", + "categories": ["Audio Processing"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ardour-logo.png", + "image": "linuxserver/ardour:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/ardour/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 6, + "type": 1, + "title": "Audacity", + "name": "Audacity", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["Audio Processing"], + "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": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/audacity/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 7, + "type": 1, + "title": "Azahar", + "name": "Azahar", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/azahar/config
", + "description": "[Azahar](https://azahar-emu.org/) is an open-source 3DS emulator based on Citra.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/azahar-logo.png", + "image": "linuxserver/azahar:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/azahar/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 8, + "type": 1, + "title": "Babybuddy", + "name": "Babybuddy", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/babybuddy/config
", + "description": "[Babybuddy](https://github.com/babybuddy/babybuddy) is a buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.", + "categories": ["Family"], + "platform": "linux", + "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/babybuddy-logo.png", + "image": "linuxserver/babybuddy:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CSRF_TRUSTED_ORIGINS", + "label": "CSRF_TRUSTED_ORIGINS", + "default": "http://127.0.0.1:8000,https://babybuddy.domain.com", + "description": "Add any address you'd like to access babybuddy at (comma separated, no spaces)" + } + ], + "ports": ["8000:8000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/babybuddy/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 9, + "type": 1, + "title": "Bambustudio", + "name": "Bambustudio", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/bambustudio/config
", + "description": "[Bambu Studio](https://bambulab.com/en/download/studio) is an open-source, cutting-edge, feature-rich slicing software. It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphical interface, bringing users an incredibly smooth printing experience.", + "categories": ["3D Printing"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png", + "image": "linuxserver/bambustudio:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DARK_MODE", + "label": "DARK_MODE", + "default": "true", + "description": "Set this to true to enable dark mode for Bambu Studio. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/bambustudio/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 10, + "type": 1, + "title": "Bazarr", + "name": "Bazarr", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/bazarr/config
mkdir -p /srv/lsio/bazarr/movies
mkdir -p /srv/lsio/bazarr/tv
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/beets/config
mkdir -p /srv/lsio/beets/music
mkdir -p /srv/lsio/beets/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/bitcoin-knots/config
", + "description": "[Bitcoin Knots](https://bitcoinknots.org/) can be used as a desktop client for regular payments or as a full node server utility for merchants and other payment services.", + "categories": ["Finance"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bitcoin-knots-logo.png", + "image": "linuxserver/bitcoin-knots:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp", "8333:8333/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/bitcoin-knots/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 13, + "type": 1, + "title": "Blender", + "name": "Blender", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/blender/config
", + "description": "[Blender](https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**", + "categories": ["3D Modeling"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/blender-logo.png", + "image": "linuxserver/blender:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/blender/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 14, + "type": 1, + "title": "Boinc", + "name": "Boinc", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/boinc/config
", + "description": "[BOINC](https://boinc.berkeley.edu/) is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.", + "categories": ["Science"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/BOINC/boinc/master/doc/logo/boinc_logo_black.jpg", + "image": "linuxserver/boinc:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PASSWORD", + "label": "PASSWORD", + "default": "", + "description": "Optionally set a password for the gui. [OPTIONAL]" + } + ], + "ports": ["8080:8080/tcp", "8181:8181/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/boinc/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 15, + "type": 1, + "title": "Bookstack", + "name": "Bookstack", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/bookstack/config
", + "description": "[Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com", + "categories": ["Content Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bookstack-logo.png", + "image": "linuxserver/bookstack:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "APP_URL", + "label": "APP_URL", + "default": "", + "description": "The protocol, IP/URL, and port that your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`" + }, + { + "name": "APP_KEY", + "label": "APP_KEY", + "default": "", + "description": "Session encryption key. You will need to generate this with `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey`" + }, + { + "name": "DB_HOST", + "label": "DB_HOST", + "default": "", + "description": "The database instance hostname" + }, + { + "name": "DB_PORT", + "label": "DB_PORT", + "default": "3306", + "description": "Database port" + }, + { + "name": "DB_USERNAME", + "label": "DB_USERNAME", + "default": "", + "description": "Database user" + }, + { + "name": "DB_PASSWORD", + "label": "DB_PASSWORD", + "default": "", + "description": "Database password (minimum 4 characters & non-alphanumeric passwords must be properly escaped.)" + }, + { + "name": "DB_DATABASE", + "label": "DB_DATABASE", + "default": "", + "description": "Database name" + }, + { + "name": "QUEUE_CONNECTION", + "label": "QUEUE_CONNECTION", + "default": "", + "description": "Set to `database` to enable async actions like sending email or triggering webhooks. See [documentation](https://www.bookstackapp.com/docs/admin/email-webhooks/#async-action-handling). [OPTIONAL]" + } + ], + "ports": ["6875:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/bookstack/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 16, + "type": 1, + "title": "Brave", + "name": "Brave", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/brave/config
", + "description": "[The Brave browser](https://brave.com/) is a fast, private and secure web browser for PC, Mac and mobile.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/brave-logo.png", + "image": "linuxserver/brave:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/brave/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 17, + "type": 1, + "title": "Budge", + "name": "Budge", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/budge/config
", + "description": "[Budge](https://github.com/linuxserver/budge) is an open source 'budgeting with envelopes' personal finance app.", + "categories": ["Finance"], + "platform": "linux", + "logo": "", + "image": "linuxserver/budge:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp", "443:443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/budge/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 18, + "type": 1, + "title": "Calibre", + "name": "Calibre", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/calibre/config
", + "description": "[Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book manager. Users say it's outstanding and a must-have. It'll allow you to do nearly everything and it takes things a step beyond normal e-book software. It's also completely free and open source and great for both casual users and computer experts.", + "categories": ["Books"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-logo.png", + "image": "linuxserver/calibre:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PASSWORD", + "label": "PASSWORD", + "default": "", + "description": "Optionally set a password for the gui. [OPTIONAL]" + }, + { + "name": "CLI_ARGS", + "label": "CLI_ARGS", + "default": "", + "description": "Optionally pass cli start arguments to calibre. [OPTIONAL]" + } + ], + "ports": ["8080:8080/tcp", "8181:8181/tcp", "8081:8081/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/calibre/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 19, + "type": 1, + "title": "Calibre-web", + "name": "Calibre-web", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/calibre-web/config
mkdir -p /srv/lsio/calibre-web/books
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/calligra/config
", + "description": "[Calligra](https://calligra.org/) is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases.", + "categories": ["Documents"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calligra-logo.png", + "image": "linuxserver/calligra:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/calligra/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 21, + "type": 1, + "title": "Changedetection.io", + "name": "Changedetection.io", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/changedetection.io/config
", + "description": "[Changedetection.io](https://github.com/dgtlmoon/changedetection.io) provides free, open-source web page monitoring, notification and change detection.", + "categories": ["Web Tools", "Automation"], + "platform": "linux", + "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/changedetection-icon.png", + "image": "linuxserver/changedetection.io:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "BASE_URL", + "label": "BASE_URL", + "default": "", + "description": "Specify the full URL (including protocol) when running behind a reverse proxy [OPTIONAL]" + }, + { + "name": "PLAYWRIGHT_DRIVER_URL", + "label": "PLAYWRIGHT_DRIVER_URL", + "default": "", + "description": "Specify the full URL to your chrome driver instance. See the [wiki](https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher) for details. [OPTIONAL]" + } + ], + "ports": ["5000:5000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/changedetection.io/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 22, + "type": 1, + "title": "Chrome", + "name": "Chrome", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/chrome/config
", + "description": "[Chrome](https://www.google.com/chrome/) is the official web browser from Google, built to be fast, secure, and customizable.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/chrome-logo.png", + "image": "linuxserver/chrome:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CHROME_CLI", + "label": "CHROME_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chrome CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/chrome/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 23, + "type": 1, + "title": "Chromium", + "name": "Chromium", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/chromium/config
", + "description": "[Chromium](https://www.chromium.org/chromium-projects/) is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/chromium-logo.png", + "image": "linuxserver/chromium:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CHROME_CLI", + "label": "CHROME_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/chromium/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 24, + "type": 1, + "title": "Citron", + "name": "Citron", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/citron/config
", + "description": "[Citron](https://citron-emu.org/) is a feature rich Switch 1 emulator for homebrew.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/citron-logo.png", + "image": "linuxserver/citron:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/citron/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 25, + "type": 1, + "title": "Code-server", + "name": "Code-server", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/code-server/config
", + "description": "[Code-server](https://coder.com) is VS Code running on a remote server, accessible through the browser. - Code on your Chromebook, tablet, and laptop with a consistent dev environment. - If you have a Windows or Mac workstation, more easily develop for Linux. - Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. - Preserve battery life when you're on the go. - All intensive computation runs on your server. - You're no longer running excess instances of Chrome.", + "categories": ["Programming"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/code-server-banner.png", + "image": "linuxserver/code-server:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PASSWORD", + "label": "PASSWORD", + "default": "password", + "description": "Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth. [OPTIONAL]" + }, + { + "name": "HASHED_PASSWORD", + "label": "HASHED_PASSWORD", + "default": "", + "description": "Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below. [OPTIONAL]" + }, + { + "name": "SUDO_PASSWORD", + "label": "SUDO_PASSWORD", + "default": "password", + "description": "If this optional variable is set, user will have sudo access in the code-server terminal with the specified password. [OPTIONAL]" + }, + { + "name": "SUDO_PASSWORD_HASH", + "label": "SUDO_PASSWORD_HASH", + "default": "", + "description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`. [OPTIONAL]" + }, + { + "name": "PROXY_DOMAIN", + "label": "PROXY_DOMAIN", + "default": "code-server.my.domain", + "description": "If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/coder/code-server/blob/main/docs/guide.md#using-a-subdomain) [OPTIONAL]" + }, + { + "name": "DEFAULT_WORKSPACE", + "label": "DEFAULT_WORKSPACE", + "default": "/config/workspace", + "description": "If this optional variable is set, code-server will open this directory by default [OPTIONAL]" + }, + { + "name": "PWA_APPNAME", + "label": "PWA_APPNAME", + "default": "code-server", + "description": "If this optional variable is set, the PWA app will the specified name. [OPTIONAL]" + } + ], + "ports": ["8443:8443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/code-server/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 26, + "type": 1, + "title": "Cops", + "name": "Cops", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/cops/config
mkdir -p /srv/lsio/cops/books
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/cura/config
", + "description": "[UltiMaker Cura](https://ultimaker.com/software/ultimaker-cura/) is free, easy-to-use 3D printing software trusted by millions of users. Fine-tune your 3D model with 400+ settings for the best slicing and printing results.", + "categories": ["3D Printing"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cura-logo.png", + "image": "linuxserver/cura:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/cura/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 28, + "type": 1, + "title": "Darktable", + "name": "Darktable", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/darktable/config
", + "description": "[darktable](https://www.darktable.org/) is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.", + "categories": ["Photos"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/darktable-logo.png", + "image": "linuxserver/darktable:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/darktable/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 29, + "type": 1, + "title": "Davos", + "name": "Davos", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/davos/config
mkdir -p /srv/lsio/davos/download
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ddclient/config
", + "description": "[Ddclient](https://github.com/ddclient/ddclient) is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.", + "categories": ["Network", "DNS"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png", + "image": "linuxserver/ddclient:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/ddclient/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 31, + "type": 1, + "title": "Deluge", + "name": "Deluge", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/deluge/config
mkdir -p /srv/lsio/deluge/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/digikam/config
", + "description": "[digiKam](https://www.digikam.org/): Professional Photo Management with the Power of Open Source", + "categories": ["Photos"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png", + "image": "linuxserver/digikam:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/digikam/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 33, + "type": 1, + "title": "Diskover", + "name": "Diskover", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/diskover/config
mkdir -p /srv/lsio/diskover/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/dogwalk/config
", + "description": "[DOGWALK](https://studio.blender.org/projects/dogwalk/) is Blender Studio's long awaited second game project, focused on creating a bite-sized interactive storytelling playground. Play as a big adorable dog and explore the winter woods with a little kid.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dogwalk-logo.png", + "image": "linuxserver/dogwalk:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/dogwalk/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 35, + "type": 1, + "title": "Dokuwiki", + "name": "Dokuwiki", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["Content Management"], + "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": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp", "443:443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/dokuwiki/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 36, + "type": 1, + "title": "Dolphin", + "name": "Dolphin", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/dolphin/config
", + "description": "[Dolphin Emulator](https://dolphin-emu.org/) lets you play GameCube and Wii games with various graphical enhancements and other features are available to improve your game experience.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dolphin-logo.png", + "image": "linuxserver/dolphin:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/dolphin/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 37, + "type": 1, + "title": "Doplarr", + "name": "Doplarr", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/doplarr/config
", + "description": "[Doplarr](https://github.com/kiranshila/Doplarr) is an *arr request bot for Discord.'", + "categories": ["Media Requesters"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doplarr-logo_title.png", + "image": "linuxserver/doplarr:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DISCORD__TOKEN", + "label": "DISCORD__TOKEN", + "default": "", + "description": "Specify your discord bot token." + }, + { + "name": "OVERSEERR__API", + "label": "OVERSEERR__API", + "default": "", + "description": "Specify your Overseerr API key. Leave blank if using Radarr/Sonarr." + }, + { + "name": "OVERSEERR__URL", + "label": "OVERSEERR__URL", + "default": "http://localhost:5055", + "description": "Specify your Overseerr URL. Leave blank if using Radarr/Sonarr." + }, + { + "name": "RADARR__API", + "label": "RADARR__API", + "default": "", + "description": "Specify your Radarr API key. Leave blank if using Overseerr." + }, + { + "name": "RADARR__URL", + "label": "RADARR__URL", + "default": "http://localhost:7878", + "description": "Specify your Radarr URL. Leave blank if using Overseerr." + }, + { + "name": "SONARR__API", + "label": "SONARR__API", + "default": "", + "description": "Specify your Sonarr API key. Leave blank if using Overseerr." + }, + { + "name": "SONARR__URL", + "label": "SONARR__URL", + "default": "http://localhost:8989", + "description": "Specify your Sonarr URL. Leave blank if using Overseerr." + }, + { + "name": "DISCORD__MAX_RESULTS", + "label": "DISCORD__MAX_RESULTS", + "default": "25", + "description": "Sets the maximum size of the search results selection [OPTIONAL]" + }, + { + "name": "DISCORD__REQUESTED_MSG_STYLE", + "label": "DISCORD__REQUESTED_MSG_STYLE", + "default": ":plain", + "description": "Sets the style of the request alert message. One of `:plain` `:embed` `:none` [OPTIONAL]" + }, + { + "name": "SONARR__QUALITY_PROFILE", + "label": "SONARR__QUALITY_PROFILE", + "default": "", + "description": "The name of the quality profile to use by default for Sonarr [OPTIONAL]" + }, + { + "name": "RADARR__QUALITY_PROFILE", + "label": "RADARR__QUALITY_PROFILE", + "default": "", + "description": "The name of the quality profile to use by default for Radarr [OPTIONAL]" + }, + { + "name": "SONARR__ROOTFOLDER", + "label": "SONARR__ROOTFOLDER", + "default": "", + "description": "The root folder to use by default for Sonarr [OPTIONAL]" + }, + { + "name": "RADARR__ROOTFOLDER", + "label": "RADARR__ROOTFOLDER", + "default": "", + "description": "The root folder to use by default for Radarr [OPTIONAL]" + }, + { + "name": "SONARR__LANGUAGE_PROFILE", + "label": "SONARR__LANGUAGE_PROFILE", + "default": "", + "description": "The name of the language profile to use by default for Sonarr [OPTIONAL]" + }, + { + "name": "OVERSEERR__DEFAULT_ID", + "label": "OVERSEERR__DEFAULT_ID", + "default": "", + "description": "The Overseerr user id to use by default if there is no associated discord account for the requester [OPTIONAL]" + }, + { + "name": "PARTIAL_SEASONS", + "label": "PARTIAL_SEASONS", + "default": "true", + "description": "Sets whether users can request partial seasons. [OPTIONAL]" + }, + { + "name": "LOG_LEVEL", + "label": "LOG_LEVEL", + "default": ":info", + "description": "The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report` [OPTIONAL]" + }, + { + "name": "JAVA_OPTS", + "label": "JAVA_OPTS", + "default": "", + "description": "For passing additional java options. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/doplarr/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 38, + "type": 1, + "title": "Dosbox-staging", + "name": "Dosbox-staging", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/dosbox-staging/config
", + "description": "[DOSBox Staging](https://www.dosbox-staging.org/) is a modern continuation of DOSBox a free and open-source emulator that enables the execution of MS-DOS software, especially video games.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dosbox-logo.png", + "image": "linuxserver/dosbox-staging:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/dosbox-staging/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 39, + "type": 1, + "title": "Doublecommander", + "name": "Doublecommander", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/doublecommander/config
mkdir -p /srv/lsio/doublecommander/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/duckdns/config
mkdir -p /srv/lsio/duckdns/config
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/duckstation/config
", + "description": "[DuckStation](https://duckstation.org/) is a PS1 Emulator aiming for the best accuracy and game support.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duckstation-logo.png", + "image": "linuxserver/duckstation:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/duckstation/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 42, + "type": 1, + "title": "Duplicati", + "name": "Duplicati", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/duplicati/config
mkdir -p /srv/lsio/duplicati/backups
mkdir -p /srv/lsio/duplicati/source
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/emby/config
mkdir -p /srv/lsio/emby/data/tvshows
mkdir -p /srv/lsio/emby/data/movies
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/fail2ban/config
mkdir -p /srv/lsio/fail2ban/var/log:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/airsonic:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/apache2:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/authelia:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/emby:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/filebrowser:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/homeassistant:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/lighttpd:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/nextcloud:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/nginx:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/nzbget:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/overseerr:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/prowlarr:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/radarr:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/sabnzbd:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/sonarr:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/unificontroller:ro
mkdir -p /srv/lsio/fail2ban/remotelogs/vaultwarden:ro
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/faster-whisper/config
", + "description": "[Faster-whisper](https://github.com/SYSTRAN/faster-whisper) is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper.", + "categories": ["Machine Learning"], + "platform": "linux", + "logo": "", + "image": "linuxserver/faster-whisper:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "WHISPER_MODEL", + "label": "WHISPER_MODEL", + "default": "tiny-int8", + "description": "Whisper model that will be used for transcription. From [here](https://github.com/SYSTRAN/faster-whisper/blob/master/faster_whisper/utils.py#L12-L31), all with `-int8` compressed variants" + }, + { + "name": "LOCAL_ONLY", + "label": "LOCAL_ONLY", + "default": "", + "description": "If set to `true`, or any other value, the container will not attempt to download models from HuggingFace and will only use locally-provided models. [OPTIONAL]" + }, + { + "name": "WHISPER_BEAM", + "label": "WHISPER_BEAM", + "default": "1", + "description": "Number of candidates to consider simultaneously during transcription. [OPTIONAL]" + }, + { + "name": "WHISPER_LANG", + "label": "WHISPER_LANG", + "default": "en", + "description": "Language that you will speak to the add-on. [OPTIONAL]" + } + ], + "ports": ["10300:10300/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/faster-whisper/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 46, + "type": 1, + "title": "Ferdium", + "name": "Ferdium", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ferdium/config
", + "description": "[Ferdium](https://ferdium.org/) is a desktop app that helps you organize how you use your favourite apps by combining them into one application.", + "categories": ["Chat", "Social"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ferdium-logo.png", + "image": "linuxserver/ferdium:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/ferdium/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 47, + "type": 1, + "title": "Ffmpeg", + "name": "Ffmpeg", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ffmpeg/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/ffmpeg for details.", + "categories": ["Media Tools"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ffmpeg.png", + "image": "linuxserver/ffmpeg:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/ffmpeg/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 48, + "type": 1, + "title": "Filezilla", + "name": "Filezilla", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["FTP"], + "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": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/filezilla/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 49, + "type": 1, + "title": "Firefox", + "name": "Firefox", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/firefox/config
", + "description": "[Firefox](https://www.mozilla.org/en-US/firefox/) Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/firefox-logo.png", + "image": "linuxserver/firefox:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "FIREFOX_CLI", + "label": "FIREFOX_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Firefox CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/firefox/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 50, + "type": 1, + "title": "Flexget", + "name": "Flexget", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/flexget/config
mkdir -p /srv/lsio/flexget/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/flycast/config
", + "description": "[Flycast](https://github.com/flyinghead/flycast) is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave emulator derived from reicast.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/flycast-logo.png", + "image": "linuxserver/flycast:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/flycast/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 52, + "type": 1, + "title": "Foldingathome", + "name": "Foldingathome", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["Science"], + "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": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "ACCOUNT_TOKEN", + "label": "ACCOUNT_TOKEN", + "default": "", + "description": "Register for an account on `https://app.foldingathome.org` and retrieve account token in settings. Required on first start." + }, + { + "name": "MACHINE_NAME", + "label": "MACHINE_NAME", + "default": "", + "description": "Assign a friendly name to this instance (no spaces). Required on first start." + }, + { + "name": "CLI_ARGS", + "label": "CLI_ARGS", + "default": "", + "description": "Optionally pass additional cli arguments to `fah-client` on container start. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp", "7396:7396/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/foldingathome/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 53, + "type": 1, + "title": "Freecad", + "name": "Freecad", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/freecad/config
", + "description": "[FreeCAD](https://www.freecad.org/) is a general-purpose parametric 3D computer-aided design (CAD) modeler and a building information modeling (BIM) software application with finite element method (FEM) support.", + "categories": ["3D Modeling"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freecad-logo.png", + "image": "linuxserver/freecad:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/freecad/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 54, + "type": 1, + "title": "Freshrss", + "name": "Freshrss", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/freshrss/config
", + "description": "[Freshrss](https://freshrss.org/) is a free, self-hostable aggregator for rss feeds.", + "categories": ["RSS"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freshrss-banner.png", + "image": "linuxserver/freshrss:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/freshrss/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 55, + "type": 1, + "title": "Gimp", + "name": "Gimp", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/gimp/config
", + "description": "[GIMP](https://www.gimp.org/) is a free and open-source raster graphics editor used for image manipulation (retouching) and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. It is extensible by means of plugins, and scriptable.", + "categories": ["Image Editor"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/gimp-logo.png", + "image": "linuxserver/gimp:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/gimp/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 56, + "type": 1, + "title": "Github-desktop", + "name": "Github-desktop", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/github-desktop/config
", + "description": "[Github Desktop](https://desktop.github.com/) is an open source Electron-based GitHub app. It is written in TypeScript and uses React.", + "categories": ["Programming"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/github-desktop-icon.png", + "image": "linuxserver/github-desktop:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/github-desktop/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 57, + "type": 1, + "title": "Gitqlient", + "name": "Gitqlient", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/gitqlient/config
", + "description": "[GitQlient](https://github.com/francescmm/GitQlient) is a multi-platform Git client originally forked from QGit. Nowadays it goes beyond of just a fork and adds a lot of new functionality.", + "categories": ["Programming"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/gitqlient-icon.png", + "image": "linuxserver/gitqlient:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/gitqlient/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 58, + "type": 1, + "title": "Grav", + "name": "Grav", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/grav/config
", + "description": "[Grav](https://github.com/getgrav/grav/) is a Fast, Simple, and Flexible, file-based Web-platform.", + "categories": ["Content Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png", + "image": "linuxserver/grav:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/grav/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 59, + "type": 1, + "title": "Grocy", + "name": "Grocy", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/grocy/config
", + "description": "[Grocy](https://github.com/grocy/grocy) is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility. Keep track of your purchases, how much food you are wasting, what chores need doing and what batteries need charging with this proudly Open Source tool For more information on grocy visit their website and check it out: https://grocy.info", + "categories": ["Recipes"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grocy-logo.png", + "image": "linuxserver/grocy:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["9283:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/grocy/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 60, + "type": 1, + "title": "Gzdoom", + "name": "Gzdoom", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/gzdoom/config
", + "description": "[GZDoom](https://gzdoom.app/) is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/gzdoom-logo.png", + "image": "linuxserver/gzdoom:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/gzdoom/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 61, + "type": 1, + "title": "Habridge", + "name": "Habridge", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/habridge/config
", + "description": "[Habridge](https://github.com/bwssytems/ha-bridge/) emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot Gen 1 (gen 2 has issues discovering ha-bridge) or other systems that support Philips Hue. The Bridge handles basic commands such as On, Off and brightness commands of the hue protocol. This bridge can control most devices that have a distinct API.", + "categories": ["Home Automation"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/habridge-logo.png", + "image": "linuxserver/habridge:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "SEC_KEY", + "label": "SEC_KEY", + "default": "", + "description": "Key used to secure communication." + } + ], + "ports": ["8080:8080/tcp", "50000:50000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/habridge/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 62, + "type": 1, + "title": "Handbrake", + "name": "Handbrake", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/handbrake/config
", + "description": "[HandBrake](https://handbrake.fr/) is an open-source tool, built by volunteers, for converting video from nearly any format to a selection of modern, widely supported codecs.", + "categories": ["Media Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/handbrake-logo.png", + "image": "linuxserver/handbrake:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/handbrake/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 63, + "type": 1, + "title": "Healthchecks", + "name": "Healthchecks", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/healthchecks/config
", + "description": "[Healthchecks](https://github.com/healthchecks/healthchecks) is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface.", + "categories": ["Monitoring"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/healthchecks-logo.png", + "image": "linuxserver/healthchecks:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "SITE_ROOT", + "label": "SITE_ROOT", + "default": "", + "description": "The site's top-level URL and the port it listens to if different than 80 or 443 (e.g., https://healthchecks.example.com:8000)." + }, + { + "name": "SITE_NAME", + "label": "SITE_NAME", + "default": "", + "description": "The site's name (e.g., 'Example Corp HealthChecks')." + }, + { + "name": "SUPERUSER_EMAIL", + "label": "SUPERUSER_EMAIL", + "default": "", + "description": "Superuser email." + }, + { + "name": "SUPERUSER_PASSWORD", + "label": "SUPERUSER_PASSWORD", + "default": "", + "description": "Superuser password." + }, + { + "name": "ALLOWED_HOSTS", + "label": "ALLOWED_HOSTS", + "default": "", + "description": "A comma-separated list of valid hostnames for the server. Default is the domain portion of `SITE_ROOT`. [OPTIONAL]" + }, + { + "name": "APPRISE_ENABLED", + "label": "APPRISE_ENABLED", + "default": "False", + "description": "Set to `True` to enable the Apprise integration (https://github.com/caronc/apprise). [OPTIONAL]" + }, + { + "name": "CSRF_TRUSTED_ORIGINS", + "label": "CSRF_TRUSTED_ORIGINS", + "default": "", + "description": "A [list](https://docs.python.org/3/tutorial/introduction.html#lists) of trusted origins for unsafe requests (e.g. POST). Defaults to the value of `SITE_ROOT`. [OPTIONAL]" + }, + { + "name": "DEBUG", + "label": "DEBUG", + "default": "True", + "description": "Set to `False` to disable. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security. [OPTIONAL]" + }, + { + "name": "DEFAULT_FROM_EMAIL", + "label": "DEFAULT_FROM_EMAIL", + "default": "", + "description": "From email for alerts. [OPTIONAL]" + }, + { + "name": "EMAIL_HOST", + "label": "EMAIL_HOST", + "default": "", + "description": "SMTP host. [OPTIONAL]" + }, + { + "name": "EMAIL_PORT", + "label": "EMAIL_PORT", + "default": "", + "description": "SMTP port. [OPTIONAL]" + }, + { + "name": "EMAIL_HOST_USER", + "label": "EMAIL_HOST_USER", + "default": "", + "description": "SMTP user. [OPTIONAL]" + }, + { + "name": "EMAIL_HOST_PASSWORD", + "label": "EMAIL_HOST_PASSWORD", + "default": "", + "description": "SMTP password. [OPTIONAL]" + }, + { + "name": "EMAIL_USE_TLS", + "label": "EMAIL_USE_TLS", + "default": "", + "description": "Use TLS for SMTP (`True` or `False`). [OPTIONAL]" + }, + { + "name": "INTEGRATIONS_ALLOW_PRIVATE_IPS", + "label": "INTEGRATIONS_ALLOW_PRIVATE_IPS", + "default": "", + "description": "Defaults to False. Set to True to allow integrations to connect to private IP addresses. [OPTIONAL]" + }, + { + "name": "PING_EMAIL_DOMAIN", + "label": "PING_EMAIL_DOMAIN", + "default": "", + "description": "The domain to use for generating ping email addresses. Defaults to `localhost`. [OPTIONAL]" + }, + { + "name": "RP_ID", + "label": "RP_ID", + "default": "", + "description": "If using webauthn for 2FA set this to match your Healthchecks domain. Webauthn will only work over https. [OPTIONAL]" + }, + { + "name": "SECRET_KEY", + "label": "SECRET_KEY", + "default": "", + "description": "A secret key used for cryptographic signing. Will generate a random value if one is not supplied and save it to `/config/local_settings.py`. [OPTIONAL]" + }, + { + "name": "SITE_LOGO_URL", + "label": "SITE_LOGO_URL", + "default": "", + "description": "Full URL to custom site logo. [OPTIONAL]" + } + ], + "ports": ["8000:8000/tcp", "2525:2525/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/healthchecks/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 64, + "type": 1, + "title": "Hedgedoc", + "name": "Hedgedoc", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/hedgedoc/config
", + "description": "[HedgeDoc](https://hedgedoc.org/) gives you access to all your files wherever you are. HedgeDoc is a real-time, multi-platform collaborative markdown note editor. This means that you can write notes with other people on your desktop, tablet or even on the phone. You can sign-in via multiple auth providers like Facebook, Twitter, GitHub and many more on the homepage.", + "categories": ["Content Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hedgedoc-banner.png", + "image": "linuxserver/hedgedoc:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DB_HOST", + "label": "DB_HOST", + "default": "Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/heimdall/config
", + "description": "[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.", + "categories": ["Dashboard"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-banner.png", + "image": "linuxserver/heimdall:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "ALLOW_INTERNAL_REQUESTS", + "label": "ALLOW_INTERNAL_REQUESTS", + "default": "false", + "description": "By default, Heimdall blocks lookup requests to private or reserved IP addresses, if your instance is not exposed to the internet, or is behind some level of authentication, you can set this to `true` to allow requests to private IP addresses. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp", "443:443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/heimdall/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 66, + "type": 1, + "title": "Hishtory-server", + "name": "Hishtory-server", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/hishtory-server/config
", + "description": "[hiSHtory](https://github.com/ddworken/hishtory) is a better shell history. It stores your shell history in context (what directory you ran the command in, whether it succeeded or failed, how long it took, etc). This is all stored locally and end-to-end encrypted for syncing to to all your other computers.", + "categories": ["Administration"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hishtory-server-icon.png", + "image": "linuxserver/hishtory-server:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "HISHTORY_POSTGRES_DB", + "label": "HISHTORY_POSTGRES_DB", + "default": "postgresql://${HISHTORY_DB_USER}:${HISHTORY_DB_PASS}@hishtory-db:5432/hishtory?sslmode=disable", + "description": "Postgres DB [Connection URI](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING). Special characters must be [URL encoded](https://en.wikipedia.org/wiki/URL_encoding). [OPTIONAL]" + }, + { + "name": "HISHTORY_SQLITE_DB", + "label": "HISHTORY_SQLITE_DB", + "default": "/config/hishtory.db", + "description": "SQLite database path. Needs to be a mounted volume for persistence. Don't set at the same time as HISHTORY_POSTGRES_DB. [OPTIONAL]" + } + ], + "ports": ["8080:8080/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/hishtory-server/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 67, + "type": 1, + "title": "Homeassistant", + "name": "Homeassistant", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/homeassistant/config
", + "description": "[Home Assistant Core](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server", + "categories": ["Home Automation"], + "platform": "linux", + "logo": "https://github.com/home-assistant/home-assistant.io/raw/next/source/images/favicon-192x192-full.png", + "image": "linuxserver/homeassistant:latest", + "network": "host", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["8123:8123/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/homeassistant/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 68, + "type": 1, + "title": "Htpcmanager", + "name": "Htpcmanager", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/htpcmanager/config
", + "description": "[Htpcmanager](https://github.com/HTPC-Manager/HTPC-Manager) is a front end for many htpc related applications.", + "categories": ["Media Tools"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/htpcmanager-icon.png", + "image": "linuxserver/htpcmanager:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["8085:8085/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/htpcmanager/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 69, + "type": 1, + "title": "Inkscape", + "name": "Inkscape", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/inkscape/config
", + "description": "[Inkscape](https://inkscape.org/) is professional quality vector graphics software which runs on Linux, Mac OS X and Windows desktop computers.", + "categories": ["3D Modeling"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/inkscape-logo.png", + "image": "linuxserver/inkscape:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/inkscape/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 70, + "type": 1, + "title": "Intellij-idea", + "name": "Intellij-idea", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/intellij-idea/config
", + "description": "[IntelliJ IDEA](https://www.jetbrains.com/idea/) helps you write code faster with tools that eliminate tedious tasks and let you focus on what matters – building great software.", + "categories": ["Programming"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/intellij-idea-logo.png", + "image": "linuxserver/intellij-idea:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/intellij-idea/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 71, + "type": 1, + "title": "Jackett", + "name": "Jackett", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/jackett/config
mkdir -p /srv/lsio/jackett/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/jellyfin/config
mkdir -p /srv/lsio/jellyfin/data/tvshows
mkdir -p /srv/lsio/jellyfin/data/movies
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/joplin/config
", + "description": "[Joplin](https://joplinapp.org/) is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks.", + "categories": ["Content Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/joplin-logo.png", + "image": "linuxserver/joplin:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/joplin/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 74, + "type": 1, + "title": "Kali-linux", + "name": "Kali-linux", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/kali-linux/config
", + "description": "[Kali-linux](https://github.com/linuxserver/docker-kali-linux) - is an Advanced Penetration Testing Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments. KALI LINUX ™ is a trademark of OffSec.", + "categories": ["Remote Desktop", "Security"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kali-logo.png", + "image": "linuxserver/kali-linux:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/kali-linux/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 75, + "type": 1, + "title": "Kasm", + "name": "Kasm", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/kasm/opt
mkdir -p /srv/lsio/kasm/profiles
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/kavita/config
mkdir -p /srv/lsio/kavita/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/kdenlive/config
", + "description": "[Kdenlive](https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.", + "categories": ["Video Editor"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kdenlive-logo.png", + "image": "linuxserver/kdenlive:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/kdenlive/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 78, + "type": 1, + "title": "Keepassxc", + "name": "Keepassxc", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/keepassxc/config
", + "description": "[KeePassXC](https://keepassxc.org/) is a free and open-source password manager. It started as a community fork of KeePassX (itself a cross-platform port of KeePass).", + "categories": ["Password Manager"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/keepassxc-logo.png", + "image": "linuxserver/keepassxc:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/keepassxc/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 79, + "type": 1, + "title": "Kicad", + "name": "Kicad", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/kicad/config
", + "description": "[KiCad](https://www.kicad.org/) - A Cross Platform and Open Source Electronics Design Automation Suite.", + "categories": ["3D Modeling"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kicad-logo.png", + "image": "linuxserver/kicad:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/kicad/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 80, + "type": 1, + "title": "Kimai", + "name": "Kimai", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/kimai/config
", + "description": "[Kimai](https://kimai.org/) is a professional grade time-tracking application, free and open-source. It handles use-cases of freelancers as well as companies with dozens or hundreds of users. Kimai was build to track your project times and ships with many advanced features, including but not limited to: JSON API, invoicing, data exports, multi-timer and punch-in punch-out mode, tagging, multi-user - multi-timezones - multi-language ([over 30 translations existing](https://hosted.weblate.org/projects/kimai/)!), authentication via SAML/LDAP/Database, two-factor authentication (2FA) with TOTP, customizable role and team permissions, responsive design, user/customer/project specific rates, advanced search & filtering, money and time budgets, advanced reporting, support for [plugins](https://www.kimai.org/store/) and so much more.", + "categories": ["Finance", "Business"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kimai-logo.png", + "image": "linuxserver/kimai:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DATABASE_URL", + "label": "DATABASE_URL", + "default": "mysql://your_db_user:your_db_pass@your_db_host:3306/your_db_name?charset=your_db_charset&serverVersion=your_db_version", + "description": "Configure your database connection, see Application Setup instructions." + }, + { + "name": "TRUSTED_PROXIES", + "label": "TRUSTED_PROXIES", + "default": "127.0.0.1/32", + "description": "If behind a reverse proxy set this to its IP or network CIDR so that Kimai trusts its headers. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp", "443:443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/kimai/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 81, + "type": 1, + "title": "Kometa", + "name": "Kometa", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/kometa/config
", + "description": "[Kometa](https://github.com/Kometa-Team/Kometa) is a powerful tool designed to give you complete control over your media libraries. With Kometa, you can take your customization to the next level, with granular control over metadata, collections, overlays, and much more.", + "categories": ["Media Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kometa-banner.png", + "image": "linuxserver/kometa:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "KOMETA_CONFIG", + "label": "KOMETA_CONFIG", + "default": "/config/config.yml", + "description": "Specify a custom config file to use. [OPTIONAL]" + }, + { + "name": "KOMETA_TIMES", + "label": "KOMETA_TIMES", + "default": "03:00", + "description": "Comma-separated list of times to update each day. Format: `HH:MM`. [OPTIONAL]" + }, + { + "name": "KOMETA_RUN", + "label": "KOMETA_RUN", + "default": "False", + "description": "Set to `True` to run without the scheduler. [OPTIONAL]" + }, + { + "name": "KOMETA_TESTS", + "label": "KOMETA_TESTS", + "default": "False", + "description": "Set to `True` to run in debug mode with only collections that have `test: true`. [OPTIONAL]" + }, + { + "name": "KOMETA_NO_MISSING", + "label": "KOMETA_NO_MISSING", + "default": "False", + "description": "Set to `True` to run without any of the missing movie/show functions. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/kometa/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 82, + "type": 1, + "title": "Krita", + "name": "Krita", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/krita/config
", + "description": "[Krita](https://krita.org/en/) is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.", + "categories": ["Image Editor"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/krita-logo.png", + "image": "linuxserver/krita:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/krita/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 83, + "type": 1, + "title": "Lazylibrarian", + "name": "Lazylibrarian", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/lazylibrarian/config
mkdir -p /srv/lsio/lazylibrarian/downloads
mkdir -p /srv/lsio/lazylibrarian/books
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ldap-auth/config
", + "description": "[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).", + "categories": ["Administration", "Security"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ldap-auth-logo.png", + "image": "linuxserver/ldap-auth:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "FERNETKEY", + "label": "FERNETKEY", + "default": "", + "description": "Optionally define a custom valid fernet key (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) [OPTIONAL]" + }, + { + "name": "CERTFILE", + "label": "CERTFILE", + "default": "", + "description": "Optionally point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon [OPTIONAL]" + }, + { + "name": "KEYFILE", + "label": "KEYFILE", + "default": "", + "description": "Optionally point this to the private key file, matching the certificate file referred to in CERTFILE [OPTIONAL]" + } + ], + "ports": ["8888:8888/tcp", "9000:9000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/ldap-auth/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 85, + "type": 1, + "title": "Libreoffice", + "name": "Libreoffice", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["Documents"], + "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": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/libreoffice/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 86, + "type": 1, + "title": "Librespeed", + "name": "Librespeed", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["Monitoring"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/librespeed/speedtest/master/.logo/logo3.png", + "image": "linuxserver/librespeed:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PASSWORD", + "label": "PASSWORD", + "default": "PASSWORD", + "description": "Set the password for the results database." + }, + { + "name": "CUSTOM_RESULTS", + "label": "CUSTOM_RESULTS", + "default": "false", + "description": "(optional) set to `true` to enable custom results page in `/config/www/results/index.php`. [OPTIONAL]" + }, + { + "name": "DB_TYPE", + "label": "DB_TYPE", + "default": "sqlite", + "description": "Defaults to `sqlite`, can also be set to `mysql` or `postgresql`. [OPTIONAL]" + }, + { + "name": "DB_NAME", + "label": "DB_NAME", + "default": "DB_NAME", + "description": "Database name. Required for mysql and pgsql. [OPTIONAL]" + }, + { + "name": "DB_HOSTNAME", + "label": "DB_HOSTNAME", + "default": "DB_HOSTNAME", + "description": "Database address. Required for mysql and pgsql. [OPTIONAL]" + }, + { + "name": "DB_USERNAME", + "label": "DB_USERNAME", + "default": "DB_USERNAME", + "description": "Database username. Required for mysql and pgsql. [OPTIONAL]" + }, + { + "name": "DB_PASSWORD", + "label": "DB_PASSWORD", + "default": "DB_PASSWORD", + "description": "Database password. Required for mysql and pgsql. [OPTIONAL]" + }, + { + "name": "DB_PORT", + "label": "DB_PORT", + "default": "DB_PORT", + "description": "Database port. Required for mysql. [OPTIONAL]" + }, + { + "name": "IPINFO_APIKEY", + "label": "IPINFO_APIKEY", + "default": "ACCESS_TOKEN", + "description": "Access token from ipinfo.io. Required for detailed IP information. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/librespeed/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 87, + "type": 1, + "title": "Librewolf", + "name": "Librewolf", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/librewolf/config
", + "description": "[LibreWolf](https://librewolf.net/) is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png", + "image": "linuxserver/librewolf:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "LIBREWOLF_CLI", + "label": "LIBREWOLF_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple LibreWolf CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/librewolf/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 88, + "type": 1, + "title": "Lidarr", + "name": "Lidarr", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/lidarr/config
mkdir -p /srv/lsio/lidarr/music
mkdir -p /srv/lsio/lidarr/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["IRC"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/limnoria-icon.png", + "image": "linuxserver/limnoria:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["8080:8080/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/limnoria/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 90, + "type": 1, + "title": "Lollypop", + "name": "Lollypop", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/lollypop/config
", + "description": "[Lollypop](https://wiki.gnome.org/Apps/Lollypop) is a lightweight modern music player designed to work excellently on the GNOME desktop environment.", + "categories": ["Music"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lollypop-icon.png", + "image": "linuxserver/lollypop:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/lollypop/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 91, + "type": 1, + "title": "Luanti", + "name": "Luanti", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/luanti/config/.minetest
", + "description": "[Luanti](https://www.luanti.org/) (formerly Minetest) is an open source voxel game-creation platform with easy modding and game creation", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/minetest-icon.png", + "image": "linuxserver/luanti:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CLI_ARGS", + "label": "CLI_ARGS", + "default": "--gameid devtest", + "description": "Optionally specify any [CLI variables](https://wiki.luanti.net/Command_line) you want to launch the app with [OPTIONAL]" + } + ], + "ports": ["30000:30000/udp"], + "volumes": [ + { + "container": "/config/.minetest", + "bind": "/srv/lsio/luanti/config/.minetest" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 92, + "type": 1, + "title": "Lychee", + "name": "Lychee", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/lychee/config
mkdir -p /srv/lsio/lychee/pictures
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/mame/config
mkdir -p /srv/lsio/mame/mame:ro
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/manyfold/config
mkdir -p /srv/lsio/manyfold/libraries
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/mariadb/config
", + "description": "[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.", + "categories": ["Databases"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mariadb-git.png", + "image": "linuxserver/mariadb:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "MYSQL_ROOT_PASSWORD", + "label": "MYSQL_ROOT_PASSWORD", + "default": "ROOT_ACCESS_PASSWORD", + "description": "Set this to root password for installation (minimum 4 characters & non-alphanumeric passwords must be properly escaped). (valid only for first run)" + }, + { + "name": "MYSQL_DATABASE", + "label": "MYSQL_DATABASE", + "default": "USER_DB_NAME", + "description": "Specify the name of a database to be created. (valid only for first run) [OPTIONAL]" + }, + { + "name": "MYSQL_USER", + "label": "MYSQL_USER", + "default": "MYSQL_USER", + "description": "This user will have superuser access to the database specified by MYSQL_DATABASE (do not use root here). (valid only for first run) [OPTIONAL]" + }, + { + "name": "MYSQL_PASSWORD", + "label": "MYSQL_PASSWORD", + "default": "DATABASE_PASSWORD", + "description": "Set this to the password you want to use for you MYSQL_USER (minimum 4 characters & non-alphanumeric passwords must be properly escaped). (valid only for first run) [OPTIONAL]" + }, + { + "name": "REMOTE_SQL", + "label": "REMOTE_SQL", + "default": "http://URL1/your.sql,https://URL2/your.sql", + "description": "Set this to ingest sql files from an http/https endpoint (comma seperated array). [OPTIONAL]" + } + ], + "ports": ["3306:3306/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/mariadb/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 96, + "type": 1, + "title": "Mastodon", + "name": "Mastodon", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/mastodon/config
", + "description": "[Mastodon](https://github.com/mastodon/mastodon/) is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones..", + "categories": ["Social"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mastodon-banner.png", + "image": "linuxserver/mastodon:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "LOCAL_DOMAIN", + "label": "LOCAL_DOMAIN", + "default": "example.com", + "description": "This is the unique identifier of your server in the network. It cannot be safely changed later." + }, + { + "name": "REDIS_HOST", + "label": "REDIS_HOST", + "default": "redis", + "description": "Redis server hostname" + }, + { + "name": "REDIS_PORT", + "label": "REDIS_PORT", + "default": "6379", + "description": "Redis port" + }, + { + "name": "DB_HOST", + "label": "DB_HOST", + "default": "db", + "description": "Postgres database hostname" + }, + { + "name": "DB_USER", + "label": "DB_USER", + "default": "mastodon", + "description": "Postgres username" + }, + { + "name": "DB_NAME", + "label": "DB_NAME", + "default": "mastodon", + "description": "Postgres db name" + }, + { + "name": "DB_PASS", + "label": "DB_PASS", + "default": "mastodon", + "description": "Postgres password" + }, + { + "name": "DB_PORT", + "label": "DB_PORT", + "default": "5432", + "description": "Postgres port" + }, + { + "name": "ES_ENABLED", + "label": "ES_ENABLED", + "default": "false", + "description": "Enable or disable Elasticsearch (requires a separate ES instance)" + }, + { + "name": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY", + "label": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY", + "default": "", + "description": "Primary key for [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)." + }, + { + "name": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY", + "label": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY", + "default": "", + "description": "Deterministic key for [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)." + }, + { + "name": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT", + "label": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT", + "default": "", + "description": "Derivation salt for [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)." + }, + { + "name": "SECRET_KEY_BASE", + "label": "SECRET_KEY_BASE", + "default": "", + "description": "Browser session secret. Changing it will break all active browser sessions." + }, + { + "name": "OTP_SECRET", + "label": "OTP_SECRET", + "default": "", + "description": "MFA secret. Changing it after initial setup will break two-factor authentication." + }, + { + "name": "VAPID_PRIVATE_KEY", + "label": "VAPID_PRIVATE_KEY", + "default": "", + "description": "Push notification private key. Changing it after initial setup will break push notifications." + }, + { + "name": "VAPID_PUBLIC_KEY", + "label": "VAPID_PUBLIC_KEY", + "default": "", + "description": "Push notification public key. Changing it after initial setup will break push notifications." + }, + { + "name": "SMTP_SERVER", + "label": "SMTP_SERVER", + "default": "mail.example.com", + "description": "SMTP server for email notifications" + }, + { + "name": "SMTP_PORT", + "label": "SMTP_PORT", + "default": "25", + "description": "SMTP server port" + }, + { + "name": "SMTP_LOGIN", + "label": "SMTP_LOGIN", + "default": "", + "description": "SMTP username" + }, + { + "name": "SMTP_PASSWORD", + "label": "SMTP_PASSWORD", + "default": "", + "description": "SMTP password" + }, + { + "name": "SMTP_FROM_ADDRESS", + "label": "SMTP_FROM_ADDRESS", + "default": "notifications@example.com", + "description": "From address for emails send from Mastodon" + }, + { + "name": "S3_ENABLED", + "label": "S3_ENABLED", + "default": "false", + "description": "Enable or disable S3 storage of uploaded files" + }, + { + "name": "WEB_DOMAIN", + "label": "WEB_DOMAIN", + "default": "mastodon.example.com", + "description": "This can be set if you want your server identifier to be different to the subdomain hosting Mastodon. See [https://docs.joinmastodon.org/admin/config/#basic](https://docs.joinmastodon.org/admin/config/#basic) [OPTIONAL]" + }, + { + "name": "ES_HOST", + "label": "ES_HOST", + "default": "es", + "description": "Elasticsearch server hostname [OPTIONAL]" + }, + { + "name": "ES_PORT", + "label": "ES_PORT", + "default": "9200", + "description": "Elasticsearch port [OPTIONAL]" + }, + { + "name": "ES_USER", + "label": "ES_USER", + "default": "elastic", + "description": "Elasticsearch username [OPTIONAL]" + }, + { + "name": "ES_PASS", + "label": "ES_PASS", + "default": "elastic", + "description": "Elasticsearch password [OPTIONAL]" + }, + { + "name": "S3_BUCKET", + "label": "S3_BUCKET", + "default": "", + "description": "S3 bucket hostname [OPTIONAL]" + }, + { + "name": "AWS_ACCESS_KEY_ID", + "label": "AWS_ACCESS_KEY_ID", + "default": "", + "description": "S3 bucket access key ID [OPTIONAL]" + }, + { + "name": "AWS_SECRET_ACCESS_KEY", + "label": "AWS_SECRET_ACCESS_KEY", + "default": "", + "description": "S3 bucket secret access key [OPTIONAL]" + }, + { + "name": "S3_ALIAS_HOST", + "label": "S3_ALIAS_HOST", + "default": "", + "description": "Alternate hostname for object fetching if you are front the S3 connections. [OPTIONAL]" + }, + { + "name": "SIDEKIQ_ONLY", + "label": "SIDEKIQ_ONLY", + "default": "false", + "description": "Only run the sidekiq service in this container instance. For large scale instances that need better queue handling. [OPTIONAL]" + }, + { + "name": "SIDEKIQ_QUEUE", + "label": "SIDEKIQ_QUEUE", + "default": "", + "description": "The name of the sidekiq queue to run in this container. See [notes](https://docs.joinmastodon.org/admin/scaling/#sidekiq-queues). [OPTIONAL]" + }, + { + "name": "SIDEKIQ_DEFAULT", + "label": "SIDEKIQ_DEFAULT", + "default": "false", + "description": "Set to `true` on the main container if you're running additional sidekiq instances. It will run the `default` queue. [OPTIONAL]" + }, + { + "name": "SIDEKIQ_THREADS", + "label": "SIDEKIQ_THREADS", + "default": "5", + "description": "The number of threads for sidekiq to use. See [notes](https://docs.joinmastodon.org/admin/scaling/#sidekiq-threads). [OPTIONAL]" + }, + { + "name": "DB_POOL", + "label": "DB_POOL", + "default": "5", + "description": "The size of the DB connection pool, must be *at least* the same as `SIDEKIQ_THREADS`. See [notes](https://docs.joinmastodon.org/admin/scaling/#sidekiq-threads). [OPTIONAL]" + }, + { + "name": "NO_CHOWN", + "label": "NO_CHOWN", + "default": "", + "description": "Set to `true` to skip chown of /config on init. *READ THE APPLICATION NOTES BEFORE SETTING THIS*. [OPTIONAL]" + }, + { + "name": "MASTODON_PROMETHEUS_EXPORTER_ENABLED", + "label": "MASTODON_PROMETHEUS_EXPORTER_ENABLED", + "default": "", + "description": "If set to `true`, Mastodon’s Ruby processes (web & Sidekiq) will enable the Prometheus instrumentation. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp", "443:443/tcp", "9394:9394/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/mastodon/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 97, + "type": 1, + "title": "Mediaelch", + "name": "Mediaelch", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/mediaelch/config
", + "description": "[MediaElch](https://github.com/Komet/MediaElch) is a MediaManager for Kodi. Information about Movies, TV Shows, Concerts and Music are stored as nfo files. Fanarts are downloaded automatically from fanart.tv. Using the nfo generator, MediaElch can be used with other MediaCenters as well.", + "categories": ["Media Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mediaelch-logo.png", + "image": "linuxserver/mediaelch:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/mediaelch/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 98, + "type": 1, + "title": "Medusa", + "name": "Medusa", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/medusa/config
mkdir -p /srv/lsio/medusa/downloads
mkdir -p /srv/lsio/medusa/tv
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/melonds/config
", + "description": "[melonDS](https://melonds.kuribo64.net/) aims at providing fast and accurate Nintendo DS emulation.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/melonds-logo.png", + "image": "linuxserver/melonds:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/melonds/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 100, + "type": 1, + "title": "Minisatip", + "name": "Minisatip", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/minisatip/config
", + "description": "[Minisatip](https://github.com/catalinii/minisatip) is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.", + "categories": ["Media Tools"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/minisatip-icon.png", + "image": "linuxserver/minisatip:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "RUN_OPTS", + "label": "RUN_OPTS", + "default": "", + "description": "Specify specific run params for minisatip" + } + ], + "ports": ["8875:8875/tcp", "554:554/tcp", "1900:1900/udp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/minisatip/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 101, + "type": 1, + "title": "Modmanager", + "name": "Modmanager", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/modmanager/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/modmanager for details.", + "categories": ["Docker"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png", + "image": "linuxserver/modmanager:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/modmanager/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 102, + "type": 1, + "title": "Modrinth", + "name": "Modrinth", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/modrinth/config
", + "description": "[Modrinth App](https://modrinth.com/) is a unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/modrinth-logo.png", + "image": "linuxserver/modrinth:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/modrinth/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 103, + "type": 1, + "title": "Monica", + "name": "Monica", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/monica/config
", + "description": "[Monica](https://github.com/monicahq/monica) is an open source personal relationship management system, that lets you document your life.", + "categories": ["Content Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/monica-logo.png", + "image": "linuxserver/monica:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "DB_HOST", + "label": "DB_HOST", + "default": "", + "description": "Mariadb DB server hostname." + }, + { + "name": "DB_PORT", + "label": "DB_PORT", + "default": "", + "description": "Mariadb DB server port." + }, + { + "name": "DB_USERNAME", + "label": "DB_USERNAME", + "default": "", + "description": "Mariadb DB user." + }, + { + "name": "DB_PASSWORD", + "label": "DB_PASSWORD", + "default": "", + "description": "Mariadb DB password." + }, + { + "name": "DB_DATABASE", + "label": "DB_DATABASE", + "default": "", + "description": "Mariadb DB name." + }, + { + "name": "APP_URL", + "label": "APP_URL", + "default": "http://localhost:80", + "description": "The URL you will use to access Monica including protocol, and port where appropriate. [OPTIONAL]" + }, + { + "name": "TRUSTED_PROXIES", + "label": "TRUSTED_PROXIES", + "default": "", + "description": "Set to the IP or netmask covering your reverse proxy, if running behind one. Set to `*` to trust all IPs (**do not** use `*` if exposed to the internet`). [OPTIONAL]" + }, + { + "name": "APP_ENV", + "label": "APP_ENV", + "default": "local", + "description": "Set to `production` when exposing the container to anyone else; this also makes https mandatory. [OPTIONAL]" + }, + { + "name": "APP_DISABLE_SIGNUP", + "label": "APP_DISABLE_SIGNUP", + "default": "true", + "description": "Set to `false` to enable new account sign-ups. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp", "443:443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/monica/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 104, + "type": 1, + "title": "Msedge", + "name": "Msedge", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/msedge/config
", + "description": "[Microsoft Edge](https://www.microsoft.com/edge) is a cross-platform web browser developed by Microsoft and based on Chromium.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/edge-logo.png", + "image": "linuxserver/msedge:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "EDGE_CLI", + "label": "EDGE_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/msedge/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 105, + "type": 1, + "title": "Mstream", + "name": "Mstream", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/mstream/config
mkdir -p /srv/lsio/mstream/music
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/mullvad-browser/config
", + "description": "The [Mullvad Browser](https://mullvad.net/en/browser) is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. It’s designed to minimize tracking and fingerprinting. You could say it’s a Tor Browser to use without the Tor Network. Instead, you can use it with a trustworthy VPN.", + "categories": ["Web Browser", "VPN"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mullvad-browser-logo.png", + "image": "linuxserver/mullvad-browser:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "LOCAL_NET", + "label": "LOCAL_NET", + "default": "192.168.0.0/16", + "description": "If using a VPN, set this to your local LAN IP range using CIDR notation. Without it you will be unable to access the web interface. If you have multiple ranges or a complex LAN setup you will need to manage this yourself in the wg0.conf, see the App Setup section for details. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/mullvad-browser/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 107, + "type": 1, + "title": "Mylar3", + "name": "Mylar3", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/mylar3/config
mkdir -p /srv/lsio/mylar3/comics
mkdir -p /srv/lsio/mylar3/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/mysql-workbench/config
", + "description": "[MySQL Workbench](https://www.mysql.com/products/workbench/) is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.", + "categories": ["Databases"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mysql-workbench-icon.png", + "image": "linuxserver/mysql-workbench:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/mysql-workbench/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 109, + "type": 1, + "title": "Netbox", + "name": "Netbox", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/netbox/config
", + "description": "[Netbox](https://github.com/netbox-community/netbox) is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.", + "categories": ["Administration", "Business"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/netbox-logo.png", + "image": "linuxserver/netbox:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "SUPERUSER_EMAIL", + "label": "SUPERUSER_EMAIL", + "default": "", + "description": "Email address for `admin` account" + }, + { + "name": "SUPERUSER_PASSWORD", + "label": "SUPERUSER_PASSWORD", + "default": "", + "description": "Password for `admin` account" + }, + { + "name": "ALLOWED_HOST", + "label": "ALLOWED_HOST", + "default": "", + "description": "The hostname you will use to access the app (i.e., netbox.example.com)" + }, + { + "name": "DB_NAME", + "label": "DB_NAME", + "default": "", + "description": "Database name (default: netbox)" + }, + { + "name": "DB_USER", + "label": "DB_USER", + "default": "", + "description": "Database user" + }, + { + "name": "DB_PASSWORD", + "label": "DB_PASSWORD", + "default": "", + "description": "Database password" + }, + { + "name": "DB_HOST", + "label": "DB_HOST", + "default": "", + "description": "Database host (default: postgres)" + }, + { + "name": "DB_PORT", + "label": "DB_PORT", + "default": "", + "description": "Database port (default: 5432)" + }, + { + "name": "REDIS_HOST", + "label": "REDIS_HOST", + "default": "", + "description": "Redis host (default: redis)" + }, + { + "name": "REDIS_PORT", + "label": "REDIS_PORT", + "default": "", + "description": "Redis port number (default: 6379)" + }, + { + "name": "REDIS_PASSWORD", + "label": "REDIS_PASSWORD", + "default": "", + "description": "Redis password (default: none)" + }, + { + "name": "REDIS_DB_TASK", + "label": "REDIS_DB_TASK", + "default": "", + "description": "Redis database ID for tasks (default: 0)" + }, + { + "name": "REDIS_DB_CACHE", + "label": "REDIS_DB_CACHE", + "default": "", + "description": "Redis database ID for caching (default: 1)" + }, + { + "name": "BASE_PATH", + "label": "BASE_PATH", + "default": "", + "description": "The path you will use to access the app (i.e., /netbox, optional, default: none) [OPTIONAL]" + }, + { + "name": "REMOTE_AUTH_ENABLED", + "label": "REMOTE_AUTH_ENABLED", + "default": "", + "description": "Enable remote authentication (optional, default: False) [OPTIONAL]" + }, + { + "name": "REMOTE_AUTH_BACKEND", + "label": "REMOTE_AUTH_BACKEND", + "default": "", + "description": "Python path to the custom Django authentication backend to use for external user authentication (optional, default: netbox.authentication.RemoteUserBackend) [OPTIONAL]" + }, + { + "name": "REMOTE_AUTH_HEADER", + "label": "REMOTE_AUTH_HEADER", + "default": "", + "description": "Name of the HTTP header which informs NetBox of the currently authenticated user. (optional, default: HTTP_REMOTE_USER) [OPTIONAL]" + }, + { + "name": "REMOTE_AUTH_AUTO_CREATE_USER", + "label": "REMOTE_AUTH_AUTO_CREATE_USER", + "default": "", + "description": "If true, NetBox will automatically create local accounts for users authenticated via a remote service (optional, default: False) [OPTIONAL]" + }, + { + "name": "REMOTE_AUTH_DEFAULT_GROUPS", + "label": "REMOTE_AUTH_DEFAULT_GROUPS", + "default": "", + "description": "The list of groups to assign a new user account when created using remote authentication (optional, default: []) [OPTIONAL]" + }, + { + "name": "REMOTE_AUTH_DEFAULT_PERMISSIONS", + "label": "REMOTE_AUTH_DEFAULT_PERMISSIONS", + "default": "", + "description": "A mapping of permissions to assign a new user account when created using remote authentication (optional, default: {}) [OPTIONAL]" + } + ], + "ports": ["8000:8000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/netbox/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 110, + "type": 1, + "title": "Nextcloud", + "name": "Nextcloud", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/nextcloud/config
mkdir -p /srv/lsio/nextcloud/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/nginx/config
", + "description": "[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in `/config` for easy user customization.", + "categories": ["Reverse Proxy"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-banner.png", + "image": "linuxserver/nginx:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "NGINX_AUTORELOAD", + "label": "NGINX_AUTORELOAD", + "default": "", + "description": "Set to `true` to enable automatic reloading of confs on change without stopping/restarting nginx. Your filesystem must support inotify. This functionality was previously offered [via mod](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload). [OPTIONAL]" + }, + { + "name": "NGINX_AUTORELOAD_WATCHLIST", + "label": "NGINX_AUTORELOAD_WATCHLIST", + "default": "", + "description": "A [pipe](https://en.wikipedia.org/wiki/Vertical_bar)-separated list of additional folders for auto reload to watch in addition to `/config/nginx` [OPTIONAL]" + } + ], + "ports": ["80:80/tcp", "443:443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/nginx/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 112, + "type": 1, + "title": "Ngircd", + "name": "Ngircd", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ngircd/config
", + "description": "[Ngircd](https://ngircd.barton.de/) is a free, portable and lightweight Internet Relay Chat server for small or private networks, developed under the GNU General Public License (GPL). It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections as well as PAM for authentication. It is written from scratch and not based on the original IRCd.", + "categories": ["IRC"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ngircd-logo.png", + "image": "linuxserver/ngircd:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["6667:6667/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/ngircd/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 113, + "type": 1, + "title": "Nzbget", + "name": "Nzbget", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/nzbget/config
mkdir -p /srv/lsio/nzbget/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/nzbhydra2/config
mkdir -p /srv/lsio/nzbhydra2/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/obsidian/config
", + "description": "[Obsidian](https://obsidian.md) is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow. You can also publish your notes online, access them offline, and sync them securely with end-to-end encryption.", + "categories": ["Content Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png", + "image": "linuxserver/obsidian:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/obsidian/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 116, + "type": 1, + "title": "Ombi", + "name": "Ombi", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ombi/config
", + "description": "[Ombi](https://ombi.io) allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. Even automatically send them weekly newsletters of new content that has been added to your Plex server!", + "categories": ["Media Requesters"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ombi.png", + "image": "linuxserver/ombi:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "BASE_URL", + "label": "BASE_URL", + "default": "/", + "description": "Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable. [OPTIONAL]" + } + ], + "ports": ["3579:3579/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/ombi/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 117, + "type": 1, + "title": "Onlyoffice", + "name": "Onlyoffice", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/onlyoffice/config
", + "description": "[ONLYOFFICE](https://www.onlyoffice.com/) provides a full range of tools to create, edit and collaborate on text documents, spreadsheets, presentations, PDF forms and regular PDF files on web, desktop and mobile platforms.", + "categories": ["Documents"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/onlyoffice-logo.png", + "image": "linuxserver/onlyoffice:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/onlyoffice/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 118, + "type": 1, + "title": "Openshot", + "name": "Openshot", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/openshot/config
", + "description": "[OpenShot](https://openshot.org/) Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world.", + "categories": ["Video Editor"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openshot-logo.png", + "image": "linuxserver/openshot:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/openshot/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 119, + "type": 1, + "title": "Openssh-server", + "name": "Openssh-server", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["Administration"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openssh-server-logo.png", + "image": "linuxserver/openssh-server:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PUBLIC_KEY", + "label": "PUBLIC_KEY", + "default": "yourpublickey", + "description": "Optional ssh public key, which will automatically be added to authorized_keys. [OPTIONAL]" + }, + { + "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). [OPTIONAL]" + }, + { + "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). [OPTIONAL]" + }, + { + "name": "PUBLIC_KEY_URL", + "label": "PUBLIC_KEY_URL", + "default": "https://github.com/username.keys", + "description": "Optionally specify a URL containing the public key. [OPTIONAL]" + }, + { + "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. [OPTIONAL]" + }, + { + "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. [OPTIONAL]" + }, + { + "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. [OPTIONAL]" + }, + { + "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). [OPTIONAL]" + }, + { + "name": "USER_NAME", + "label": "USER_NAME", + "default": "linuxserver.io", + "description": "Optionally specify a user name (Default:`linuxserver.io`) [OPTIONAL]" + }, + { + "name": "LOG_STDOUT", + "label": "LOG_STDOUT", + "default": "", + "description": "Set to `true` to log to stdout instead of file. [OPTIONAL]" + } + ], + "ports": ["2222:2222/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/openssh-server/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 120, + "type": 1, + "title": "Openvscode-server", + "name": "Openvscode-server", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/openvscode-server/config
", + "description": "[Openvscode-server](https://github.com/gitpod-io/openvscode-server) provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser.", + "categories": ["Programming"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openvscode-server-logo.png", + "image": "linuxserver/openvscode-server:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CONNECTION_TOKEN", + "label": "CONNECTION_TOKEN", + "default": "", + "description": "Optional security token for accessing the Web UI (ie. `supersecrettoken`). [OPTIONAL]" + }, + { + "name": "CONNECTION_SECRET", + "label": "CONNECTION_SECRET", + "default": "", + "description": "Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. `/path/to/file`). Overrides `CONNECTION_TOKEN`. [OPTIONAL]" + }, + { + "name": "SUDO_PASSWORD", + "label": "SUDO_PASSWORD", + "default": "password", + "description": "If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password. [OPTIONAL]" + }, + { + "name": "SUDO_PASSWORD_HASH", + "label": "SUDO_PASSWORD_HASH", + "default": "", + "description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/openvscode-server/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 121, + "type": 1, + "title": "Opera", + "name": "Opera", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/opera/config
", + "description": "[Opera](https://www.opera.com/) is a multi-platform web browser developed by its namesake company Opera. The browser is based on Chromium, but distinguishes itself from other Chromium-based browsers (Chrome, Edge, etc.) through its user interface and other features.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/opera-icon.png", + "image": "linuxserver/opera:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "OPERA_CLI", + "label": "OPERA_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/opera/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 122, + "type": 1, + "title": "Orcaslicer", + "name": "Orcaslicer", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/orcaslicer/config
", + "description": "[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community", + "categories": ["3D Printing"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/orcaslicer-logo.png", + "image": "linuxserver/orcaslicer:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/orcaslicer/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 123, + "type": 1, + "title": "Oscam", + "name": "Oscam", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/oscam/config
", + "description": "[Oscam](https://git.streamboard.tv/common/oscam) is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.", + "categories": ["Media Tools"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png", + "image": "linuxserver/oscam:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["8888:8888/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/oscam/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 124, + "type": 1, + "title": "Overseerr", + "name": "Overseerr", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/overseerr/config
", + "description": "[Overseerr](https://overseerr.dev/) is a request management and media discovery tool built to work with your existing Plex ecosystem.", + "categories": ["Media Requesters"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/overseerr.png", + "image": "linuxserver/overseerr:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["5055:5055/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/overseerr/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 125, + "type": 1, + "title": "Pairdrop", + "name": "Pairdrop", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/pairdrop/config
", + "description": "[PairDrop](https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.", + "categories": ["File Sharing"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/schlagmichdoch/PairDrop/master/public/images/android-chrome-512x512.png", + "image": "linuxserver/pairdrop:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "RATE_LIMIT", + "label": "RATE_LIMIT", + "default": "false", + "description": "Set to `true` to limit clients to 100 requests per 5 min [OPTIONAL]" + }, + { + "name": "WS_FALLBACK", + "label": "WS_FALLBACK", + "default": "false", + "description": "Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes). [OPTIONAL]" + }, + { + "name": "RTC_CONFIG", + "label": "RTC_CONFIG", + "default": "", + "description": "Path to a json file containing custom STUN/TURN config (see App Setup notes) [OPTIONAL]" + }, + { + "name": "DEBUG_MODE", + "label": "DEBUG_MODE", + "default": "false", + "description": "Set to `true` to debug the http server configuration by logging clients IP addresses used by PairDrop to STDOUT. [See here for more info](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#debug-mode). Do not use in production! [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/pairdrop/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 126, + "type": 1, + "title": "Pcsx2", + "name": "Pcsx2", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/pcsx2/config
", + "description": "[PCSX2](https://pcsx2.net/) is an open source PS2 Emulator.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pcsx2-logo.png", + "image": "linuxserver/pcsx2:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/pcsx2/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 127, + "type": 1, + "title": "Phpmyadmin", + "name": "Phpmyadmin", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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": ["Databases"], + "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": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PMA_ARBITRARY", + "label": "PMA_ARBITRARY", + "default": "1", + "description": "Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup) [OPTIONAL]" + }, + { + "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 [OPTIONAL]" + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/phpmyadmin/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 128, + "type": 1, + "title": "Pidgin", + "name": "Pidgin", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["IRC", "Chat"], + "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": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/pidgin/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 129, + "type": 1, + "title": "Piper", + "name": "Piper", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/piper/config
", + "description": "[Piper](https://github.com/rhasspy/wyoming-piper) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.", + "categories": ["Machine Learning"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png", + "image": "linuxserver/piper:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "PIPER_VOICE", + "label": "PIPER_VOICE", + "default": "en_US-lessac-medium", + "description": "The [Piper voice](https://huggingface.co/rhasspy/piper-voices/tree/main) to use, in the format `Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/piwigo/config
mkdir -p /srv/lsio/piwigo/gallery
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/planka/config
", + "description": "[Planka](https://github.com/plankanban/planka/) is an elegant open source project tracking tool.", + "categories": ["Content Management", "Business"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/planka-logo.png", + "image": "linuxserver/planka:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "BASE_URL", + "label": "BASE_URL", + "default": "https://planka.example.com", + "description": "The URL you will use to access planka including protocol, and port if not 80/443." + }, + { + "name": "DATABASE_URL", + "label": "DATABASE_URL", + "default": "postgresql://user:password@planka-db:5432/planka", + "description": "Postgres database URL. Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)." + }, + { + "name": "DEFAULT_ADMIN_EMAIL", + "label": "DEFAULT_ADMIN_EMAIL", + "default": "demo@demo.demo", + "description": "Email address for default user." + }, + { + "name": "DEFAULT_ADMIN_USERNAME", + "label": "DEFAULT_ADMIN_USERNAME", + "default": "demo", + "description": "Username for default user." + }, + { + "name": "DEFAULT_ADMIN_PASSWORD", + "label": "DEFAULT_ADMIN_PASSWORD", + "default": "demo", + "description": "Password for default user." + }, + { + "name": "DEFAULT_ADMIN_NAME", + "label": "DEFAULT_ADMIN_NAME", + "default": "Demo User", + "description": "Display name for default user." + }, + { + "name": "SECRET_KEY", + "label": "SECRET_KEY", + "default": "notasecretkey", + "description": "Session encryption key, recommended 32-64 character alphanumeric." + }, + { + "name": "TRUST_PROXY", + "label": "TRUST_PROXY", + "default": "0", + "description": "Set to `1` to trust upstream proxies if reverse proxying." + } + ], + "ports": ["1337:1337/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/planka/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 132, + "type": 1, + "title": "Plex", + "name": "Plex", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/plex/config
mkdir -p /srv/lsio/plex/tv
mkdir -p /srv/lsio/plex/movies
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/projectsend/config
mkdir -p /srv/lsio/projectsend/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/prowlarr/config
", + "description": "[Prowlarr](https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).", + "categories": ["Indexers"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/prowlarr-banner.png", + "image": "linuxserver/prowlarr:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["9696:9696/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/prowlarr/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 135, + "type": 1, + "title": "Pwndrop", + "name": "Pwndrop", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/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.", + "categories": ["File Sharing", "Security"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/kgretzky/pwndrop/master/media/pwndrop-logo-512.png", + "image": "linuxserver/pwndrop:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "SECRET_PATH", + "label": "SECRET_PATH", + "default": "/pwndrop", + "description": "Secret path for admin access. Defaults to `/pwndrop`. This parameter only takes effect during initial install; it can later be changed in the web gui. [OPTIONAL]" + } + ], + "ports": ["8080:8080/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/pwndrop/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 136, + "type": 1, + "title": "Pycharm", + "name": "Pycharm", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/pycharm/config
", + "description": "[PyCharm](https://www.jetbrains.com/pycharm/) offers out-of-the-box support for Python, databases, Jupyter, Git, Conda, PyTorch, TensorFlow, Hugging Face, Django, Flask, FastAPI, and more.", + "categories": ["Programming"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pycharm-logo.png", + "image": "linuxserver/pycharm:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/pycharm/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 137, + "type": 1, + "title": "Pydio-cells", + "name": "Pydio-cells", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/pydio-cells/config
", + "description": "[Pydio-cells](https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture.", + "categories": ["File Sharing"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pydio-cells-icon.png", + "image": "linuxserver/pydio-cells:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "EXTERNALURL", + "label": "EXTERNALURL", + "default": "yourdomain.url", + "description": "The external url you would like to use to access Pydio Cells (Can be https://domain.url or https://IP:PORT)." + }, + { + "name": "SERVER_IP", + "label": "SERVER_IP", + "default": "0.0.0.0", + "description": "Enter the LAN IP of the docker server. Required for local access by IP, added to self signed cert as SAN (not required if accessing only through reverse proxy). [OPTIONAL]" + } + ], + "ports": ["8080:8080/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/pydio-cells/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 138, + "type": 1, + "title": "Pyload-ng", + "name": "Pyload-ng", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/pyload-ng/config
mkdir -p /srv/lsio/pyload-ng/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/qbittorrent/config
mkdir -p /srv/lsio/qbittorrent/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/qdirstat/config
mkdir -p /srv/lsio/qdirstat/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/qemu-static/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/qemu-static for details.", + "categories": ["Docker"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qemu-logo.png", + "image": "linuxserver/qemu-static:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/qemu-static/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 142, + "type": 1, + "title": "Radarr", + "name": "Radarr", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/radarr/config
mkdir -p /srv/lsio/radarr/movies
mkdir -p /srv/lsio/radarr/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/raneto/config
", + "description": "[Raneto](http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.", + "categories": ["Content Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/raneto-logo.png", + "image": "linuxserver/raneto:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/raneto/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 144, + "type": 1, + "title": "Rawtherapee", + "name": "Rawtherapee", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/rawtherapee/config
", + "description": "[RawTherapee](https://rawtherapee.com/) is a free, cross-platform raw image processing program!", + "categories": ["Image Editor"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rawtherapee-logo.png", + "image": "linuxserver/rawtherapee:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/rawtherapee/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 145, + "type": 1, + "title": "Remmina", + "name": "Remmina", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/remmina/config
", + "description": "[Remmina](https://remmina.org/) is a remote desktop client written in GTK, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large or tiny screens. Remmina supports multiple network protocols, in an integrated and consistent user interface. Currently RDP, VNC, SPICE, SSH and EXEC are supported.", + "categories": ["Remote Desktop"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png", + "image": "linuxserver/remmina:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/remmina/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 146, + "type": 1, + "title": "Resilio-sync", + "name": "Resilio-sync", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/resilio-sync/config
mkdir -p /srv/lsio/resilio-sync/downloads
mkdir -p /srv/lsio/resilio-sync/sync
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/retroarch/config
", + "description": "[RetroArch](https://retroarch.com/) is a frontend for emulators, game engines and media players. It enables you to run classic games on a wide range of computers and consoles through its slick graphical interface.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/retroarch-logo.png", + "image": "linuxserver/retroarch:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/retroarch/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 148, + "type": 1, + "title": "Rpcs3", + "name": "Rpcs3", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/rpcs3/config
", + "description": "[RPCS3](https://rpcs3.net/) is a multi-platform open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows, Linux, macOS and FreeBSD.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rpcs3-logo.png", + "image": "linuxserver/rpcs3:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/rpcs3/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 149, + "type": 1, + "title": "Rsnapshot", + "name": "Rsnapshot", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/rsnapshot/config
mkdir -p /srv/lsio/rsnapshot/.snapshots
mkdir -p /srv/lsio/rsnapshot/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/rustdesk/config
", + "description": "[RustDesk](https://rustdesk.com/) is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.", + "categories": ["Remote Desktop"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rustdesk-logo.png", + "image": "linuxserver/rustdesk:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/rustdesk/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 151, + "type": 1, + "title": "Sabnzbd", + "name": "Sabnzbd", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/sabnzbd/config
mkdir -p /srv/lsio/sabnzbd/incomplete-downloads
mkdir -p /srv/lsio/sabnzbd/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/scummvm/config
", + "description": "[ScummVM](https://www.scummvm.org/) is a program which allows you to run certain classic graphical adventure and role-playing games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! ScummVM is a complete rewrite of these games' executables and is not an emulator.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/scummvm-logo.png", + "image": "linuxserver/scummvm:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/scummvm/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 153, + "type": 1, + "title": "Sealskin", + "name": "Sealskin", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/sealskin/config
mkdir -p /srv/lsio/sealskin/storage
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/shotcut/config
", + "description": "[Shotcut](https://www.shotcut.org/) is a free, open source, cross-platform video editor.", + "categories": ["Video Editor"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/shotcut-logo.png", + "image": "linuxserver/shotcut:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/shotcut/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 155, + "type": 1, + "title": "Sickgear", + "name": "Sickgear", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/sickgear/config
mkdir -p /srv/lsio/sickgear/tv
mkdir -p /srv/lsio/sickgear/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/signal/config
", + "description": "[Signal](https://signal.org/) is a messaging app with privacy at its core. It is free and easy to use, with strong end-to-end encryption that keeps your communication completely private.", + "categories": ["Chat"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/signal-logo.png", + "image": "linuxserver/signal:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/signal/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 157, + "type": 1, + "title": "Smokeping", + "name": "Smokeping", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/smokeping/config
mkdir -p /srv/lsio/smokeping/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/socket-proxy/config
", + "description": "# This container needs special attention. Please check https://hub.docker.com/r/linuxserver/socket-proxy for details.", + "categories": ["Docker"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/docker-logo.png", + "image": "linuxserver/socket-proxy:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/socket-proxy/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 159, + "type": 1, + "title": "Sonarr", + "name": "Sonarr", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/sonarr/config
mkdir -p /srv/lsio/sonarr/tv
mkdir -p /srv/lsio/sonarr/downloads
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/speedtest-tracker/config
", + "description": "[Speedtest-tracker](https://github.com/alexjustesen/speedtest-tracker) is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.", + "categories": ["Monitoring"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/speedtest-tracker-logo.png", + "image": "linuxserver/speedtest-tracker:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "APP_KEY", + "label": "APP_KEY", + "default": "", + "description": "App key used for encrypting stored data. You can generate a key as per [https://speedtest-tracker.dev](https://docs.speedtest-tracker.dev/getting-started/installation/using-docker-compose#install-with-docker-compose)" + }, + { + "name": "APP_URL", + "label": "APP_URL", + "default": "", + "description": "The IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`" + }, + { + "name": "DB_CONNECTION", + "label": "DB_CONNECTION", + "default": "sqlite", + "description": "Set the database type to use. `sqlite`, `pgsql`, or `mysql`" + }, + { + "name": "SPEEDTEST_SCHEDULE", + "label": "SPEEDTEST_SCHEDULE", + "default": "", + "description": "Set the test schedule in cron format. e.g. `0 */6 * * *`" + }, + { + "name": "SPEEDTEST_SERVERS", + "label": "SPEEDTEST_SERVERS", + "default": "", + "description": "A comma-separated list of server IDs to test against. Run `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/speedtest-tracker:latest list-servers` to get a list of nearby servers." + }, + { + "name": "DB_HOST", + "label": "DB_HOST", + "default": "", + "description": "Database hostname (postgres/mysql). [OPTIONAL]" + }, + { + "name": "DB_PORT", + "label": "DB_PORT", + "default": "", + "description": "Database port (postgres/mysql). [OPTIONAL]" + }, + { + "name": "DB_DATABASE", + "label": "DB_DATABASE", + "default": "", + "description": "Database name (postgres/mysql). [OPTIONAL]" + }, + { + "name": "DB_USERNAME", + "label": "DB_USERNAME", + "default": "", + "description": "Database username (postgres/mysql). [OPTIONAL]" + }, + { + "name": "DB_PASSWORD", + "label": "DB_PASSWORD", + "default": "", + "description": "Database password (postgres/mysql). [OPTIONAL]" + }, + { + "name": "DISPLAY_TIMEZONE", + "label": "DISPLAY_TIMEZONE", + "default": "Etc/UTC", + "description": "Timezone for the UI. [OPTIONAL]" + }, + { + "name": "PRUNE_RESULTS_OLDER_THAN", + "label": "PRUNE_RESULTS_OLDER_THAN", + "default": "0", + "description": "Days to keep test results. [OPTIONAL]" + } + ], + "ports": ["80:80/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/speedtest-tracker/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 161, + "type": 1, + "title": "Spotube", + "name": "Spotube", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/spotube/config
", + "description": "[Spotube](https://spotube.krtirtho.dev/) is an open source, cross-platform Spotify client compatible across multiple platforms utilizing Spotify's data API and YouTube, Piped.video or JioSaavn as an audio source, eliminating the need for Spotify Premium", + "categories": ["Music"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/spotube-logo.png", + "image": "linuxserver/spotube:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/spotube/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 162, + "type": 1, + "title": "Sqlitebrowser", + "name": "Sqlitebrowser", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/sqlitebrowser/config
", + "description": "[DB Browser for SQLite](https://sqlitebrowser.org/) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.", + "categories": ["Databases"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sqlitebrowser-banner.png", + "image": "linuxserver/sqlitebrowser:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/sqlitebrowser/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 163, + "type": 1, + "title": "Swag", + "name": "Swag", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/swag/config
", + "description": "SWAG - Secure Web Application Gateway (formerly known as letsencrypt, no relation to Let's Encrypt™) sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes (Let's Encrypt and ZeroSSL). It also contains fail2ban for intrusion prevention.", + "categories": ["Reverse Proxy"], + "platform": "linux", + "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/swag.gif", + "image": "linuxserver/swag:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "URL", + "label": "URL", + "default": "example.com", + "description": "Top url you have control over (e.g. `example.com` if you own it, or `customsubdomain.example.com` if dynamic dns)." + }, + { + "name": "VALIDATION", + "label": "VALIDATION", + "default": "http", + "description": "Certbot validation method to use, options are `http` or `dns` (`dns` method also requires `DNSPLUGIN` variable set)." + }, + { + "name": "SUBDOMAINS", + "label": "SUBDOMAINS", + "default": "www,", + "description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this *exactly* to `wildcard` (wildcard cert is available via `dns` validation only) [OPTIONAL]" + }, + { + "name": "CERTPROVIDER", + "label": "CERTPROVIDER", + "default": "", + "description": "Optionally define the cert provider. Set to `zerossl` for ZeroSSL certs (requires existing [ZeroSSL account](https://app.zerossl.com/signup) and the e-mail address entered in `EMAIL` env var). Otherwise defaults to Let's Encrypt. [OPTIONAL]" + }, + { + "name": "DNSPLUGIN", + "label": "DNSPLUGIN", + "default": "cloudflare", + "description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `bunny`, `cloudflare`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `dreamhost`, `duckdns`, `dynu`, `freedns`, `gandi`, `gehirn`, `glesys`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `namecheap`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`. [OPTIONAL]" + }, + { + "name": "PROPAGATION", + "label": "PROPAGATION", + "default": "", + "description": "Optionally override (in seconds) the default propagation time for the dns plugins. [OPTIONAL]" + }, + { + "name": "EMAIL", + "label": "EMAIL", + "default": "", + "description": "Optional e-mail address used for cert expiration notifications (Required for ZeroSSL). [OPTIONAL]" + }, + { + "name": "ONLY_SUBDOMAINS", + "label": "ONLY_SUBDOMAINS", + "default": "false", + "description": "If you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to `true` [OPTIONAL]" + }, + { + "name": "EXTRA_DOMAINS", + "label": "EXTRA_DOMAINS", + "default": "", + "description": "Additional fully qualified domain names (comma separated, no spaces) ie. `example.net,subdomain.example.net,*.example.org` [OPTIONAL]" + }, + { + "name": "STAGING", + "label": "STAGING", + "default": "false", + "description": "Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes. [OPTIONAL]" + }, + { + "name": "DISABLE_F2B", + "label": "DISABLE_F2B", + "default": "", + "description": "Set to `true` to disable the Fail2ban service in the container, if you're already running it elsewhere or using a different IPS. [OPTIONAL]" + }, + { + "name": "SWAG_AUTORELOAD", + "label": "SWAG_AUTORELOAD", + "default": "", + "description": "Set to `true` to enable automatic reloading of confs on change without stopping/restarting nginx. Your filesystem must support inotify. This functionality was previously offered [via mod](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload). [OPTIONAL]" + }, + { + "name": "SWAG_AUTORELOAD_WATCHLIST", + "label": "SWAG_AUTORELOAD_WATCHLIST", + "default": "", + "description": "A [pipe](https://en.wikipedia.org/wiki/Vertical_bar)-separated list of additional folders for auto reload to watch in addition to `/config/nginx` [OPTIONAL]" + } + ], + "ports": ["443:443/tcp", "80:80/tcp", "443:443/udp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/swag/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 164, + "type": 1, + "title": "Synclounge", + "name": "Synclounge", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/synclounge/config
", + "description": "[Synclounge](https://github.com/samcm/synclounge) is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.", + "categories": ["Media Tools"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png", + "image": "linuxserver/synclounge:latest", + "env": [ + { + "name": "AUTH_LIST", + "label": "AUTH_LIST", + "default": "plexuser1,plexuser2,email1,machineid1", + "description": "If set, only the users defined here and the users of the plex servers defined here will be able to access the server. Use e-mails, plex usernames and/or plex server machine ids, comma separated, no spaces. [OPTIONAL]" + } + ], + "ports": ["8088:8088/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/synclounge/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 165, + "type": 1, + "title": "Syncthing", + "name": "Syncthing", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/syncthing/config
mkdir -p /srv/lsio/syncthing/data1
mkdir -p /srv/lsio/syncthing/data2
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/syslog-ng/config
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/tautulli/config
", + "description": "[Tautulli](http://tautulli.com) is a python based web application for monitoring, analytics and notifications for Plex Media Server.", + "categories": ["Media Tools"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png", + "image": "linuxserver/tautulli:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["8181:8181/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/tautulli/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 168, + "type": 1, + "title": "Telegram", + "name": "Telegram", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/telegram/config
", + "description": "[Telegram](https://telegram.org/) is a cloud-based mobile and desktop messaging app.", + "categories": ["Chat"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/telegram-logo.png", + "image": "linuxserver/telegram:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/telegram/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 169, + "type": 1, + "title": "Thelounge", + "name": "Thelounge", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/thelounge/config
", + "description": "[Thelounge](https://thelounge.github.io/) (a fork of shoutIRC) is a web IRC client that you host on your own server.", + "categories": ["IRC", "Chat"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/thelounge/thelounge/master/client/img/logo-vertical-transparent-bg.svg?sanitize=true", + "image": "linuxserver/thelounge:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["9000:9000/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/thelounge/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 170, + "type": 1, + "title": "Thunderbird", + "name": "Thunderbird", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/thunderbird/config
", + "description": "[Thunderbird](https://www.thunderbird.net/) is a free and open-source personal information manager primarily used as an e-mail client with a calendar and contactbook, as well as an RSS feed reader, chat client, and news client.", + "categories": ["Email"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/thunderbird-logo.png", + "image": "linuxserver/thunderbird:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/thunderbird/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 171, + "type": 1, + "title": "Transmission", + "name": "Transmission", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/transmission/config
mkdir -p /srv/lsio/transmission/downloads
mkdir -p /srv/lsio/transmission/watch
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/tvheadend/config
mkdir -p /srv/lsio/tvheadend/recordings
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ubooquity/config
mkdir -p /srv/lsio/ubooquity/books
mkdir -p /srv/lsio/ubooquity/comics
mkdir -p /srv/lsio/ubooquity/files
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/ungoogled-chromium/config
", + "description": "[Ungoogled Chromium](https://github.com/ungoogled-software/ungoogled-chromium) is Google Chromium, sans dependency on Google web services.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ungoogled-chromium-logo.png", + "image": "linuxserver/ungoogled-chromium:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "CHROME_CLI", + "label": "CHROME_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/ungoogled-chromium/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 175, + "type": 1, + "title": "Unifi-network-application", + "name": "Unifi-network-application", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/unifi-network-application/config
", + "description": "The [Unifi-network-application](https://ui.com/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.", + "categories": ["Network"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-banner.png", + "image": "linuxserver/unifi-network-application:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "MONGO_USER", + "label": "MONGO_USER", + "default": "unifi", + "description": "Mongodb Username. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**." + }, + { + "name": "MONGO_PASS", + "label": "MONGO_PASS", + "default": "", + "description": "Mongodb Password. Only evaluated on first run. **Special characters must be [url encoded](https://en.wikipedia.org/wiki/Percent-encoding)**." + }, + { + "name": "MONGO_HOST", + "label": "MONGO_HOST", + "default": "unifi-db", + "description": "Mongodb Hostname. Only evaluated on first run." + }, + { + "name": "MONGO_PORT", + "label": "MONGO_PORT", + "default": "27017", + "description": "Mongodb Port. Only evaluated on first run." + }, + { + "name": "MONGO_DBNAME", + "label": "MONGO_DBNAME", + "default": "unifi", + "description": "Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run." + }, + { + "name": "MONGO_AUTHSOURCE", + "label": "MONGO_AUTHSOURCE", + "default": "admin", + "description": "Mongodb [authSource](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.authSource). For Atlas set to `admin`. Only evaluated on first run." + }, + { + "name": "MEM_LIMIT", + "label": "MEM_LIMIT", + "default": "1024", + "description": "Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default [OPTIONAL]" + }, + { + "name": "MEM_STARTUP", + "label": "MEM_STARTUP", + "default": "1024", + "description": "Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default [OPTIONAL]" + }, + { + "name": "MONGO_TLS", + "label": "MONGO_TLS", + "default": "", + "description": "Mongodb enable [TLS](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.tls). Only evaluated on first run. [OPTIONAL]" + } + ], + "ports": [ + "8443:8443/tcp", + "3478:3478/udp", + "10001:10001/udp", + "8080:8080/tcp", + "1900:1900/udp", + "8843:8843/tcp", + "8880:8880/tcp", + "6789:6789/tcp", + "5514:5514/udp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/unifi-network-application/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 176, + "type": 1, + "title": "Vivaldi", + "name": "Vivaldi", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/vivaldi/config
", + "description": "[Vivaldi](https://vivaldi.com/) is a Norwegian freeware, cross-platform web browser with a built-in email client developed by Vivaldi Technologies.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vivaldi-logo.png", + "image": "linuxserver/vivaldi:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "VIVALDI_CLI", + "label": "VIVALDI_CLI", + "default": "https://www.linuxserver.io/", + "description": "Specify one or multiple Vivaldi CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/vivaldi/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 177, + "type": 1, + "title": "Vlc", + "name": "Vlc", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/vlc/config
", + "description": "[VLC Media Player](https://www.videolan.org/vlc/) is a free and open source cross-platform multimedia player and framework that delivers dependable performance across multiple devices.", + "categories": ["Media Management"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vlc-logo.png", + "image": "linuxserver/vlc:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "VLC_CLI", + "label": "VLC_CLI", + "default": "--no-qt-minimal-view", + "description": "Specify one or multiple VLC CLI flags, this string will be passed to the application in full. [OPTIONAL]" + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/vlc/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 178, + "type": 1, + "title": "Vscodium", + "name": "Vscodium", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/vscodium/config
", + "description": "[VSCodium](https://vscodium.com/) is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.", + "categories": ["Programming"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png", + "image": "linuxserver/vscodium:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/vscodium/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 179, + "type": 1, + "title": "Webcord", + "name": "Webcord", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/webcord/config
", + "description": "[WebCord](https://github.com/SpacingBat3/WebCord) can be summarized as a pack of security and privacy hardenings, Discord features reimplementations, Electron / Chromium / Discord bugs workarounds, stylesheets, internal pages and wrapped https://discord.com page, designed to conform with ToS as much as it is possible (or hide the changes that might violate it from Discord's eyes).", + "categories": ["Chat"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webcord-icon.png", + "image": "linuxserver/webcord:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/webcord/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 180, + "type": 1, + "title": "Webgrabplus", + "name": "Webgrabplus", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/webgrabplus/config
mkdir -p /srv/lsio/webgrabplus/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/webtop/config
", + "description": "[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.", + "categories": ["Remote Desktop"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png", + "image": "linuxserver/webtop:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/webtop/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 182, + "type": 1, + "title": "Weixin", + "name": "Weixin", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/weixin/config
", + "description": "[Weixin](https://weixin.qq.com/) (WeChat) is an instant messaging, social media, and mobile payment app developed by Tencent.", + "categories": ["Chat"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/weixin-logo.png", + "image": "linuxserver/weixin:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/weixin/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 183, + "type": 1, + "title": "Wikijs", + "name": "Wikijs", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/wikijs/config
mkdir -p /srv/lsio/wikijs/data
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/wireguard/config
Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/wireshark/config
", + "description": "[Wireshark](https://www.wireshark.org/) is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.", + "categories": ["Network"], + "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": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp", "3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/wireshark/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 186, + "type": 1, + "title": "Wps-office", + "name": "Wps-office", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/wps-office/config
", + "description": "[WPS Office](https://www.wps.com/) is a lightweight, feature-rich comprehensive office suite with high compatibility. As a handy and professional office software, WPS Office allows you to edit files in Writer, Presentation, Spreadsheet, and PDF to improve your work efficiency.", + "categories": ["Documents"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wps-office-icon.png", + "image": "linuxserver/wps-office:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/wps-office/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 187, + "type": 1, + "title": "Xbackbone", + "name": "Xbackbone", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/xbackbone/config
", + "description": "[Xbackbone](https://github.com/SergiX44/XBackBone) is a simple, self-hosted, lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, and file downloading and uploading. Also have a web UI with multi user management, past uploads history and search support.", + "categories": ["File Sharing"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/SergiX44/XBackBone/master/docs/img/xbackbone.png", + "image": "linuxserver/xbackbone:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["80:80/tcp", "443:443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/xbackbone/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 188, + "type": 1, + "title": "Xemu", + "name": "Xemu", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/xemu/config
", + "description": "[xemu](https://xemu.app/) is a free and open-source application that emulates the original Microsoft Xbox game console, enabling people to play their original Xbox games on Windows, macOS, and Linux systems.", + "categories": ["Games"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/xemu-logo.png", + "image": "linuxserver/xemu:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/xemu/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 189, + "type": 1, + "title": "Yaak", + "name": "Yaak", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/yaak/config
", + "description": "[Yaak](https://yaak.app/) is a desktop API client for organizing and executing REST, GraphQL, and gRPC requests. It's built using [Tauri](https://tauri.app/), [Rust](https://www.rust-lang.org/), and [ReactJS](https://react.dev/).", + "categories": ["Programming"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/yaak-logo.png", + "image": "linuxserver/yaak:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/yaak/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 190, + "type": 1, + "title": "Your_spotify", + "name": "Your_spotify", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/your_spotify/config
", + "description": "[Your_spotify](https://github.com/Yooooomi/your_spotify) is a self-hosted application that tracks what you listen and offers you a dashboard to explore statistics about it! It's composed of a web server which polls the Spotify API every now and then and a web application on which you can explore your statistics.", + "categories": ["Music"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/your_spotify-logo.png", + "image": "linuxserver/your_spotify:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + }, + { + "name": "APP_URL", + "label": "APP_URL", + "default": "http://localhost", + "description": "The protocol and hostname where the app will be accessed." + }, + { + "name": "SPOTIFY_PUBLIC", + "label": "SPOTIFY_PUBLIC", + "default": "", + "description": "Your Spotify application client ID." + }, + { + "name": "SPOTIFY_SECRET", + "label": "SPOTIFY_SECRET", + "default": "", + "description": "Your Spotify application secret." + }, + { + "name": "CORS", + "label": "CORS", + "default": "http://localhost:80,https://localhost:443", + "description": "Allowed CORS sources, set to `all` to allow any source." + }, + { + "name": "MONGO_ENDPOINT", + "label": "MONGO_ENDPOINT", + "default": "mongodb://mongo:27017/your_spotify", + "description": "Set mongodb endpoint address/port." + } + ], + "ports": ["80:80/tcp", "443:443/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/your_spotify/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 191, + "type": 1, + "title": "Zen", + "name": "Zen", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/zen/config
", + "description": "[Zen Browser](https://zen-browser.app/) is a free and open-source fork of Mozilla Firefox with a focus on privacy, customizability and design.", + "categories": ["Web Browser"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/zen-logo.png", + "image": "linuxserver/zen:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/zen/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 192, + "type": 1, + "title": "Znc", + "name": "Znc", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/znc/config
", + "description": "[Znc](http://wiki.znc.in/ZNC) is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.", + "categories": ["IRC"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/znc-logo.png", + "image": "linuxserver/znc:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["6501:6501/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/znc/config" + } + ], + "restart_policy": "unless-stopped" + }, + { + "id": 193, + "type": 1, + "title": "Zotero", + "name": "Zotero", + "note": "Portainer App Templates by Technorabilia, based on data provided by LinuxServer.io.Ensure to create the following volume directories on the host file system, or modify the paths in the volume mapping section under the advanced options below, as needed.
mkdir -p /srv/lsio/zotero/config
", + "description": "[Zotero](https://www.zotero.org/) is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.", + "categories": ["Documents"], + "platform": "linux", + "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/zotero-icon.png", + "image": "linuxserver/zotero:latest", + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the UID to use here." + }, + { + "name": "PGID", + "label": "PGID", + "default": "1000", + "description": "Run 'id [USER]' for the owner of the host volume directories to get the GID to use here." + }, + { + "name": "TZ", + "label": "TZ", + "default": "Etc/UTC", + "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." + } + ], + "ports": ["3000:3000/tcp", "3001:3001/tcp"], + "volumes": [ + { + "container": "/config", + "bind": "/srv/lsio/zotero/config" + } + ], + "restart_policy": "unless-stopped" + } + ] +}