diff --git a/templates.json b/templates.json
index 94e5646..fde2d0b 100644
--- a/templates.json
+++ b/templates.json
@@ -2,1203 +2,799 @@
"version": "2",
"templates": [
{
- "type": 1,
- "name": "baserow",
- "title": "Baserow",
- "description": " Open source no-code database and Airtable alternative ",
- "logo": "https://mediadepot.github.io/templates/img/baserow.png",
- "image": "baserow/baserow:1.22.3",
"categories": [
- "Downloaders",
- "Tools"
- ],
- "ports": [
- "80/tcp"
- ],
- "volumes": [
- {
- "container": "/baserow/data",
- "bind": "/opt/mediadepot/apps/baserow"
- }
+ "Productivity",
+ "Social"
],
+ "description": "Open source collaborative knowledge base for modern teams",
"env": [
{
- "name": "BASEROW_PUBLIC_URL",
- "label": "BASEROW_PUBLIC_URL",
- "preset": false
- }
- ],
- "labels": [
+ "default": "production",
+ "label": "NODE_ENV",
+ "name": "NODE_ENV"
+ },
{
- "name": "traefik.enable",
- "value": "true"
+ "default": "",
+ "label": "SECRET_KEY",
+ "name": "SECRET_KEY"
},
{
- "name": "traefik.http.services.baserow.loadbalancer.server.port",
- "value": "80"
+ "default": "",
+ "label": "UTILS_SECRET",
+ "name": "UTILS_SECRET"
},
{
- "name": "traefik.http.routers.baserow.entrypoints",
- "value": "websecure"
+ "default": "",
+ "label": "DATABASE_URL",
+ "name": "DATABASE_URL"
},
{
- "name": "traefik.http.routers.baserow.tls.certresolver",
- "value": "mydnschallenge"
- }
- ],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "name": "cardigann",
- "title": "Cardigann",
- "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.",
- "logo": "https://mediadepot.github.io/templates/img/cardigann.png",
- "image": "linuxserver/cardigann:latest",
- "categories": [
- "Downloaders"
- ],
- "ports": [
- "5060/tcp"
- ],
- "volumes": [
+ "default": "",
+ "label": "DATABASE_URL_TEST",
+ "name": "DATABASE_URL_TEST"
+ },
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/cardigann"
- }
- ],
- "env": [
+ "default": "",
+ "label": "DATABASE_CONNECTION_POOL_MIN",
+ "name": "DATABASE_CONNECTION_POOL_MIN"
+ },
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
+ "default": "",
+ "label": "DATABASE_CONNECTION_POOL_MAX",
+ "name": "DATABASE_CONNECTION_POOL_MAX"
},
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
- }
- ],
- "labels": [
+ "default": "",
+ "label": "REDIS_URL",
+ "name": "REDIS_URL"
+ },
{
- "name": "traefik.enable",
- "value": "true"
+ "default": "",
+ "label": "URL",
+ "name": "URL"
},
{
- "name": "traefik.http.services.cardigann.loadbalancer.server.port",
- "value": "5060"
+ "default": "3000",
+ "label": "PORT",
+ "name": "PORT"
},
{
- "name": "traefik.http.routers.cardigann.entrypoints",
- "value": "websecure"
+ "default": "",
+ "label": "COLLABORATION_URL",
+ "name": "COLLABORATION_URL"
},
{
- "name": "traefik.http.routers.cardigann.tls.certresolver",
- "value": "mydnschallenge"
- }
- ],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "title": "Calibre Web",
- "name": "calibreweb",
- "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/calibre-web/config
mkdir -p /volume1/docker/calibre-web/books
",
- "description": "[Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License.",
- "categories": [
- "Books"
- ],
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png",
- "image": "linuxserver/calibre-web:latest",
- "env": [
+ "default": "",
+ "label": "GOOGLE_CLIENT_ID",
+ "name": "GOOGLE_CLIENT_ID"
+ },
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "description": "for UserID"
+ "default": "",
+ "label": "GOOGLE_CLIENT_SECRET",
+ "name": "GOOGLE_CLIENT_SECRET"
},
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "description": "for GroupID"
+ "default": "",
+ "label": "SSL_KEY",
+ "name": "SSL_KEY"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "default": "",
+ "label": "SSL_CERT",
+ "name": "SSL_CERT"
},
{
- "name": "DOCKER_MODS",
- "label": "DOCKER_MODS",
- "default": "linuxserver/mods:universal-calibre",
- "description": "#optional & **x86-64 only** Adds the ability to perform ebook conversion"
+ "default": "true",
+ "label": "FORCE_HTTPS",
+ "name": "FORCE_HTTPS"
+ },
+ {
+ "default": "true",
+ "label": "ENABLE_UPDATES",
+ "name": "ENABLE_UPDATES"
},
{
- "name": "OAUTHLIB_RELAX_TOKEN_SCOPE",
- "label": "OAUTHLIB_RELAX_TOKEN_SCOPE",
"default": "1",
- "description": "Optionally set this to allow Google OAUTH to work"
- }
- ],
- "ports": [
- "8083/tcp"
- ],
- "volumes": [
+ "label": "WEB_CONCURRENCY",
+ "name": "WEB_CONCURRENCY"
+ },
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/calibre-web/config"
+ "default": "5120000",
+ "label": "MAXIMUM_IMPORT_SIZE",
+ "name": "MAXIMUM_IMPORT_SIZE"
},
{
- "container": "/books",
- "bind": "/media/storage/ebooks"
- }
- ],
- "restart_policy": "unless-stopped",
- "labels": [
+ "default": "http",
+ "label": "DEBUG",
+ "name": "DEBUG"
+ },
{
- "name": "traefik.enable",
- "value": "true"
+ "default": "info",
+ "label": "LOG_LEVEL",
+ "name": "LOG_LEVEL"
},
{
- "name": "traefik.http.services.calibreweb.loadbalancer.server.port",
- "value": "8083"
+ "default": "",
+ "label": "GOOGLE_ANALYTICS_ID",
+ "name": "GOOGLE_ANALYTICS_ID"
},
{
- "name": "traefik.http.routers.calibreweb.entrypoints",
- "value": "websecure"
+ "default": "",
+ "label": "SENTRY_DSN",
+ "name": "SENTRY_DSN"
},
{
- "name": "traefik.http.routers.calibreweb.tls.certresolver",
- "value": "mydnschallenge"
- }
- ],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "name": "changedetection",
- "title": "ChangeDetection",
- "description": "changedetection.io - The best and simplest self-hosted open source website change detection monitoring and notification service. An alternative to Visualping, Watchtower",
- "logo": "https://mediadepot.github.io/templates/img/changedetection.jpg",
- "image": "ghcr.io/dgtlmoon/changedetection.io:latest",
- "categories": [
- "Documents",
- "Networkother",
- "Tools"
- ],
- "ports": [
- "5000/tcp"
- ],
- "volumes": [
+ "default": "",
+ "label": "SENTRY_TUNNEL",
+ "name": "SENTRY_TUNNEL"
+ },
{
- "container": "/datastore",
- "bind": "/opt/mediadepot/apps/changedetection"
- }
- ],
- "env": [],
- "labels": [
+ "default": "",
+ "label": "SMTP_HOST",
+ "name": "SMTP_HOST"
+ },
{
- "name": "traefik.enable",
- "value": "true"
+ "default": "",
+ "label": "SMTP_PORT",
+ "name": "SMTP_PORT"
},
{
- "name": "traefik.http.services.changedetection.loadbalancer.server.port",
- "value": "5000"
+ "default": "",
+ "label": "SMTP_USERNAME",
+ "name": "SMTP_USERNAME"
},
{
- "name": "traefik.http.routers.changedetection.entrypoints",
- "value": "websecure"
+ "default": "",
+ "label": "SMTP_PASSWORD",
+ "name": "SMTP_PASSWORD"
},
{
- "name": "traefik.http.routers.changedetection.tls.certresolver",
- "value": "mydnschallenge"
- }
- ],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "name": "cloudcmd",
- "title": "Cloud Commander",
- "description": "Cloud Commander a file manager for the web with console and editor.",
- "logo": "https://mediadepot.github.io/templates/img/cloudcmd-logo.png",
- "image": "coderaiser/cloudcmd",
- "categories": [
- "Documents",
- "Networkother",
- "Tools"
- ],
- "ports": [
- "8000/tcp"
- ],
- "volumes": [
+ "default": "",
+ "label": "SMTP_FROM_EMAIL",
+ "name": "SMTP_FROM_EMAIL"
+ },
{
- "container": "/media/host/opt/mediadepot",
- "bind": "/opt/mediadepot/apps"
+ "default": "",
+ "label": "SMTP_REPLY_EMAIL",
+ "name": "SMTP_REPLY_EMAIL"
},
{
- "container": "/media/host/media/storage",
- "bind": "/media/storage"
+ "default": "",
+ "label": "SMTP_TLS_CIPHERS",
+ "name": "SMTP_TLS_CIPHERS"
},
{
- "container": "/media/host/media/temp",
- "bind": "/media/temp"
- }
- ],
- "env": [],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.cloudcmd.loadbalancer.server.port",
- "value": "8000"
- },
- {
- "name": "traefik.http.routers.cloudcmd.entrypoints",
- "value": "websecure"
+ "default": "true",
+ "label": "SMTP_SECURE",
+ "name": "SMTP_SECURE"
},
{
- "name": "traefik.http.routers.cloudcmd.tls.certresolver",
- "value": "mydnschallenge"
+ "default": "en_US",
+ "label": "DEFAULT_LANGUAGE",
+ "name": "DEFAULT_LANGUAGE"
},
{
- "name": "traefik.http.routers.cloudcmd.middlewares",
- "value": "authme"
+ "default": "true",
+ "label": "RATE_LIMITER_ENABLED",
+ "name": "RATE_LIMITER_ENABLED"
},
{
- "name": "traefik.http.middlewares.authme.forwardauth.address",
- "value": "http://authelia:9091/api/verify?rd=https://login.${DEPOT_DOMAIN_NAME}/"
+ "default": "1000",
+ "label": "RATE_LIMITER_REQUESTS",
+ "name": "RATE_LIMITER_REQUESTS"
},
{
- "name": "traefik.http.middlewares.authme.forwardauth.trustforwardheader",
- "value": "true"
+ "default": "60",
+ "label": "RATE_LIMITER_DURATION_WINDOW",
+ "name": "RATE_LIMITER_DURATION_WINDOW"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "logo": "https://avatars.githubusercontent.com/u/1765001",
+ "name": "outline",
+ "note": "Open source collaborative knowledge base for modern teams",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "sources/stacks/outline.yml",
+ "url": "https://github.com/lissy93/portainer-templates"
+ },
+ "restart_policy": "unless-stopped",
+ "title": "Outline",
+ "type": 3
},
{
"type": 1,
- "name": "couchpotato",
- "title": "Couchpotato",
- "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
- "logo": "https://mediadepot.github.io/templates/img/couchpotato-icon.png",
- "image": "linuxserver/couchpotato:latest",
+ "title": "Registry",
+ "description": "Docker image registry",
"categories": [
- "Downloaders",
- "Mediaappvideo"
+ "Docker"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
+ "image": "registry:latest",
"ports": [
- "5050/tcp"
+ "5000/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/couchpotato"
- },
- {
- "container": "/downloads",
- "bind": "/media/storage/downloads/movies"
- },
- {
- "container": "/movies",
- "bind": "/media/storage/movies"
- },
+ "container": "/var/lib/registry"
+ }
+ ],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Registry (cache)",
+ "description": "Docker image registry configured as a DockerHub pull through cache",
+ "categories": [
+ "Docker"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
+ "image": "registry:latest",
+ "ports": [
+ "5000/tcp"
+ ],
+ "volumes": [
{
- "container": "/blackhole",
- "bind": "/media/temp/blackhole/movies"
+ "container": "/var/lib/registry"
}
],
"env": [
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
+ "name": "REGISTRY_PROXY_REMOTEURL",
+ "default": "https://registry-1.docker.io",
"preset": true
- },
- {
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.couchpotato.loadbalancer.server.port",
- "value": "5050"
- },
- {
- "name": "traefik.http.routers.couchpotato.entrypoints",
- "value": "websecure"
- },
- {
- "name": "traefik.http.routers.couchpotato.tls.certresolver",
- "value": "mydnschallenge"
- }
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Ubuntu",
+ "description": "Debian-based Linux operating system",
+ "categories": [
+ "Operatingsystem"
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
+ "image": "ubuntu:latest",
+ "interactive": true,
+ "command": "/bin/bash",
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "duckdns",
- "title": "DuckDNS",
- "description": "Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.",
- "logo": "https://mediadepot.github.io/templates/img/duckdns.png",
- "image": "linuxserver/duckdns:latest",
+ "title": "NodeJS",
+ "description": "JavaScript-based platform for server-side and networking applications",
"categories": [
- "Networkdns",
- "Tools"
+ "Development"
],
- "volumes": [],
- "env": [
- {
- "name": "SUBDOMAINS",
- "label": "SUBDOMAINS"
- },
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/node.png",
+ "image": "node:latest",
+ "interactive": true,
+ "command": "/bin/bash",
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Nginx",
+ "description": "High performance web server",
+ "categories": [
+ "Webserver"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png",
+ "image": "nginx:latest",
+ "ports": [
+ "80/tcp",
+ "443/tcp"
+ ],
+ "volumes": [
{
- "name": "TOKEN",
- "label": "TOKEN"
+ "container": "/etc/nginx"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "container": "/usr/share/nginx/html"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "duplicati",
- "title": "Duplicati",
- "description": "Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.",
- "logo": "https://mediadepot.github.io/templates/img/duplicati-icon.png",
- "image": "linuxserver/duplicati:latest",
+ "title": "Httpd",
+ "description": "Open-source HTTP server",
"categories": [
- "Utilitybackup"
+ "Webserver"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
+ "image": "httpd:latest",
"ports": [
- "8200/tcp"
+ "80/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/duplicati"
- },
- {
- "container": "/source",
- "bind": "/opt/mediadepot/apps/"
+ "container": "/usr/local/apache2/htdocs/"
}
],
- "env": [
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Caddy",
+ "description": "Open-source web server with automatic HTTPS written in Go",
+ "categories": [
+ "Webserver"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
+ "image": "caddy:latest",
+ "ports": [
+ "80/tcp"
+ ],
+ "volumes": [
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "container": "/data"
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "MySQL",
+ "description": "The most popular open-source database",
+ "categories": [
+ "Database"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
+ "image": "mysql/mysql-server:5.7",
+ "env": [
{
- "name": "traefik.http.services.duplicati.loadbalancer.server.port",
- "value": "8200"
+ "name": "MYSQL_ROOT_PASSWORD",
+ "label": "Root password"
},
{
- "name": "traefik.http.routers.duplicati.entrypoints",
- "value": "websecure"
- },
+ "name": "MYSQL_ROOT_HOST",
+ "default": "%",
+ "preset": true
+ }
+ ],
+ "ports": [
+ "3306/tcp"
+ ],
+ "volumes": [
{
- "name": "traefik.http.routers.duplicati.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/var/lib/mysql"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "duplicacy",
- "title": "Duplicacy",
- "description": "Duplicacy backs up your files to many cloud storages with client-side encryption and the highest level of deduplication",
- "logo": "https://mediadepot.github.io/templates/img/duplicacy-icon.png",
- "image": "mediadepot/duplicacy:latest",
+ "title": "MariaDB",
+ "description": "Performance beyond MySQL",
"categories": [
- "Utilitybackup"
+ "Database"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
+ "image": "mariadb:latest",
+ "env": [
+ {
+ "name": "MYSQL_ROOT_PASSWORD",
+ "label": "Root password"
+ }
],
"ports": [
- "3875/tcp"
+ "3306/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/duplicacy/config"
- },
- {
- "container": "/logs",
- "bind": "/opt/mediadepot/apps/duplicacy/logs"
- },
- {
- "container": "/cache",
- "bind": "/opt/mediadepot/apps/duplicacy/cache"
- },
+ "container": "/var/lib/mysql"
+ }
+ ],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "PostgreSQL",
+ "description": "The most advanced open-source database",
+ "categories": [
+ "Database"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
+ "image": "postgres:latest",
+ "env": [
{
- "container": "/source/apps",
- "bind": "/opt/mediadepot/apps/"
+ "name": "POSTGRES_USER",
+ "label": "Superuser"
},
{
- "container": "/source/storage",
- "bind": "/media/storage/"
+ "name": "POSTGRES_PASSWORD",
+ "label": "Superuser password"
}
],
- "env": [
+ "ports": [
+ "5432/tcp"
+ ],
+ "volumes": [
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "container": "/var/lib/postgresql/data"
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.duplicacy.loadbalancer.server.port",
- "value": "3875"
- },
- {
- "name": "traefik.http.routers.duplicacy.entrypoints",
- "value": "websecure"
- },
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Mongo",
+ "description": "Open-source document-oriented database",
+ "categories": [
+ "Database"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
+ "image": "mongo:latest",
+ "ports": [
+ "27017/tcp"
+ ],
+ "volumes": [
{
- "name": "traefik.http.routers.duplicacy.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/data/db"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "dozzle",
- "title": "Dozzle",
- "description": " Realtime log viewer for docker containers. ",
- "logo": "https://mediadepot.github.io/templates/img/dozzle.png",
- "image": "amir20/dozzle:latest",
+ "title": "CrateDB",
+ "description": "An open-source distributed SQL database",
"categories": [
- "Tools"
+ "Database"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
+ "image": "crate:latest",
"ports": [
- "8080/tcp"
+ "4200/tcp",
+ "4300/tcp"
],
- "privileged": true,
"volumes": [
{
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock",
- "readonly": true
+ "container": "/data"
}
],
- "command": "--no-analytics",
- "env": [],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.dozzle.loadbalancer.server.port",
- "value": "8080"
- },
- {
- "name": "traefik.http.routers.dozzle.entrypoints",
- "value": "websecure"
- },
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Elasticsearch",
+ "description": "Open-source search and analytics engine",
+ "categories": [
+ "Database"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
+ "image": "docker.elastic.co/elasticsearch/elasticsearch:7.15.1",
+ "ports": [
+ "9200/tcp",
+ "9300/tcp"
+ ],
+ "volumes": [
{
- "name": "traefik.http.routers.dozzle.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/usr/share/elasticsearch/data"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "droppy",
- "title": "Droppy",
- "description": "Droppy is a self-hosted file storage server",
- "logo": "https://mediadepot.github.io/templates/img/filebrowser-icon.png",
- "image": "silverwind/droppy:latest",
+ "title": "GitLab CE",
+ "description": "Open-source end-to-end software development platform",
+ "note": "Default username is root. Check the GitLab documentation to get started.",
"categories": [
- "Tools",
- "Networkweb",
- "Networkother"
+ "Development",
+ "Projectmanagement"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
+ "image": "gitlab/gitlab-ce:latest",
"ports": [
- "8989/tcp"
+ "80/tcp",
+ "443/tcp",
+ "22/tcp"
],
"volumes": [
{
- "container": "/files/tvshows",
- "bind": "/media/storage/tvshows"
- },
- {
- "container": "/files/movies",
- "bind": "/media/storage/movies"
- },
- {
- "container": "/files/music",
- "bind": "/media/storage/music"
- },
- {
- "container": "/files/photos",
- "bind": "/media/storage/photos"
- },
- {
- "container": "/files/ebooks",
- "bind": "/media/storage/ebooks"
- },
- {
- "container": "/files/documents",
- "bind": "/media/storage/documents"
- },
- {
- "container": "/files/software",
- "bind": "/media/storage/software"
- },
- {
- "container": "/files/downloads",
- "bind": "/media/storage/downloads"
- },
- {
- "container": "/files/blackhole",
- "bind": "/media/temp/blackhole"
+ "container": "/etc/gitlab"
},
{
- "container": "/files/processing",
- "bind": "/media/temp/processing"
+ "container": "/var/log/gitlab"
},
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/droppy"
+ "container": "/var/opt/gitlab"
}
],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Minio",
+ "description": "A distributed object storage server built for cloud applications and devops",
+ "categories": [
+ "Storage"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
+ "image": "quay.io/minio/minio:latest",
+ "ports": [
+ "9000/tcp",
+ "9001/tcp"
+ ],
"env": [
{
- "name": "GID",
- "label": "GID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "UID",
- "label": "UID",
- "default": "15000",
- "preset": true
+ "name": "MINIO_ROOT_USER",
+ "label": "Root user"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "name": "MINIO_ROOT_PASSWORD",
+ "label": "Root password"
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.droppy.loadbalancer.server.port",
- "value": "8989"
- },
+ "volumes": [
{
- "name": "traefik.http.routers.droppy.entrypoints",
- "value": "websecure"
+ "container": "/data"
},
{
- "name": "traefik.http.routers.droppy.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/root/.minio"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "command": "server /data --console-address ':9001'",
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "filebrowser",
- "title": "Filebrowser",
- "description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files.",
- "logo": "https://mediadepot.github.io/templates/img/filebrowser-icon.png",
- "image": "mediadepot/filebrowser:latest",
+ "title": "Scality S3",
+ "description": "Standalone AWS S3 protocol server",
"categories": [
- "Tools",
- "Networkweb",
- "Networkother"
+ "Storage"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
+ "image": "scality/s3server",
"ports": [
- "8080/tcp"
+ "8000/tcp"
],
- "command": "-d /config/filebrowser.db -p 8080",
- "volumes": [
- {
- "container": "/srv/tvshows",
- "bind": "/media/storage/tvshows"
- },
- {
- "container": "/srv/movies",
- "bind": "/media/storage/movies"
- },
+ "env": [
{
- "container": "/srv/music",
- "bind": "/media/storage/music"
+ "name": "SCALITY_ACCESS_KEY",
+ "label": "Scality S3 access key"
},
{
- "container": "/srv/photos",
- "bind": "/media/storage/photos"
- },
+ "name": "SCALITY_SECRET_KEY",
+ "label": "Scality S3 secret key"
+ }
+ ],
+ "volumes": [
{
- "container": "/srv/ebooks",
- "bind": "/media/storage/ebooks"
+ "container": "/usr/src/app/localData"
},
{
- "container": "/srv/documents",
- "bind": "/media/storage/documents"
- },
- {
- "container": "/srv/software",
- "bind": "/media/storage/software"
- },
- {
- "container": "/srv/downloads",
- "bind": "/media/storage/downloads"
- },
- {
- "container": "/srv/blackhole",
- "bind": "/media/temp/blackhole"
- },
- {
- "container": "/srv/processing",
- "bind": "/media/temp/processing"
- },
- {
- "container": "/config",
- "bind": "/opt/mediadepot/apps/filebrowser"
- }
- ],
- "env": [
- {
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
- }
- ],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.filebrowser.loadbalancer.server.port",
- "value": "8080"
- },
- {
- "name": "traefik.http.routers.filebrowser.entrypoints",
- "value": "websecure"
- },
- {
- "name": "traefik.http.routers.filebrowser.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/usr/src/app/localMetadata"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 3,
- "name": "filerun",
- "title": "Filerun",
- "description": "access your files anywhere through self-hosted secure cloud storage, file backup and sharing for your photos, videos, files and more.",
- "logo": "https://mediadepot.github.io/templates/img/filerun-logo.png",
- "categories": [
- "Documents",
- "Networkother",
- "Tools"
- ],
- "env": [],
- "repository": {
- "url": "https://github.com/mediadepot/templates",
- "stackfile": "stacks/filerun/docker-compose.yml"
- },
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "gaps",
- "title": "Gaps",
- "description": "Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.",
- "logo": "https://mediadepot.github.io/templates/img/plex-icon.png",
- "image": "housewrecker/gaps:latest",
+ "title": "SQL Server",
+ "description": "Microsoft SQL Server on Linux",
"categories": [
- "Tools",
- "Networkweb",
- "Networkother"
+ "Database"
],
+ "platform": "linux",
+ "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
+ "image": "mcr.microsoft.com/mssql/server:2019-latest",
"ports": [
- "8484/tcp"
+ "1433/tcp"
],
- "volumes": [],
"env": [
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
- }
- ],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.gaps.loadbalancer.server.port",
- "value": "8484"
- },
- {
- "name": "traefik.http.routers.gaps.entrypoints",
- "value": "websecure"
+ "name": "ACCEPT_EULA",
+ "default": "Y",
+ "preset": true
},
{
- "name": "traefik.http.routers.gaps.tls.certresolver",
- "value": "mydnschallenge"
+ "name": "SA_PASSWORD",
+ "label": "SA password"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "healthchecks",
- "title": "Healthchecks",
- "description": "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.",
- "logo": "https://mediadepot.github.io/templates/img/healthchecks-logo.png",
- "image": "linuxserver/healthchecks",
+ "title": "SQL Server Express",
+ "description": "Microsoft SQL Server Express for Windows containers",
"categories": [
- "Tools",
- "Networkweb",
- "Networkother",
- "Statusstable"
+ "Database"
],
+ "platform": "windows",
+ "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
+ "image": "microsoft/mssql-server-windows-express:latest",
"ports": [
- "8000/tcp"
- ],
- "volumes": [
- {
- "container": "/config",
- "bind": "/opt/mediadepot/apps/healthchecks"
- }
+ "1433/tcp"
],
"env": [
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
+ "name": "ACCEPT_EULA",
+ "default": "Y",
"preset": true
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
- },
- {
- "name": "SITE_ROOT",
- "label": "SITE_ROOT",
- "default": "healthchecks.depot.lan"
- },
- {
- "name": "SITE_NAME",
- "label": "SITE_NAME",
- "default": "healthchecks"
- },
- {
- "name": "DEFAULT_FROM_EMAIL",
- "label": "DEFAULT_FROM_EMAIL",
- "default": "healthchecks@depot.lan"
- },
- {
- "name": "EMAIL_HOST",
- "label": "EMAIL_HOST",
- "default": ""
- },
- {
- "name": "EMAIL_PORT",
- "label": "EMAIL_PORT",
- "default": ""
- },
- {
- "name": "EMAIL_HOST_USER",
- "label": "EMAIL_HOST_USER",
- "default": ""
- },
- {
- "name": "EMAIL_HOST_PASSWORD",
- "label": "EMAIL_HOST_PASSWORD",
- "default": ""
- },
- {
- "name": "EMAIL_USE_TLS",
- "label": "EMAIL_USE_TLS",
- "default": ""
+ "name": "sa_password",
+ "label": "SA password"
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.healthchecks.loadbalancer.server.port",
- "value": "8000"
- },
- {
- "name": "traefik.http.routers.healthchecks.entrypoints",
- "value": "websecure"
- },
+ "volumes": [
{
- "name": "traefik.http.routers.healthchecks.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "C:/temp/"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "heimdall",
- "title": "Heimdall",
- "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
- "logo": "https://mediadepot.github.io/templates/img/heimdall-icon.png",
- "image": "linuxserver/heimdall:latest",
+ "title": "Solr",
+ "description": "Open-source enterprise search platform",
"categories": [
- "Tools",
- "Networkweb",
- "Networkother",
- "Statusstable"
+ "Searchengine"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
+ "image": "solr:latest",
"ports": [
- "80/tcp",
- "443/tcp"
+ "8983/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/heimdall"
- }
- ],
- "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.heimdall.loadbalancer.server.port",
- "value": "80"
- },
- {
- "name": "traefik.http.routers.heimdall.entrypoints",
- "value": "websecure"
- },
- {
- "name": "traefik.http.routers.heimdall.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/opt/solr/mydata"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "homepage",
- "title": "Homepage",
- "description": "A modern (fully static, fast), secure (fully proxied), highly customizable application dashboard with integrations for more than 25 services and translations for over 15 languages. Easily configured via YAML files (or discovery via docker labels).",
- "logo": "https://mediadepot.github.io/templates/img/homepage.png",
- "image": "ghcr.io/benphelps/homepage:latest",
+ "title": "Redis",
+ "description": "Open-source in-memory data structure store",
"categories": [
- "Tools",
- "Networkweb",
- "Networkother",
- "Statusstable"
+ "Database"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
+ "image": "redis:latest",
"ports": [
- "3000/tcp"
+ "6379/tcp"
],
"volumes": [
{
- "container": "/app/config",
- "bind": "/opt/mediadepot/apps/homepage"
- },
- {
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
+ "container": "/data"
}
],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 2,
+ "title": "Swarm monitoring",
+ "description": "Monitor your cluster performances with Prometheus & Grafana",
+ "note": "Requires Docker version 19.03.0+. Make sure to add the monitoring == true
one of your Swarm manager node before deploying this stack.",
+ "categories": [
+ "Monitoring"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "swarm/monitoring/docker-compose.yml"
+ },
"env": [
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
+ "name": "GRAFANA_USER",
+ "label": "Grafana admin user",
+ "default": "admin"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "name": "GRAFANA_PASSWORD",
+ "label": "Grafana admin password"
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.homepage.loadbalancer.server.port",
- "value": "3000"
- },
- {
- "name": "traefik.http.routers.homepage.entrypoints",
- "value": "websecure"
- },
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 2,
+ "title": "Redis Cluster",
+ "description": "Open-source in-memory data structure store - Cluster mode",
+ "categories": [
+ "Database"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "stacks/redis-cluster/docker-stack.yaml"
+ },
+ "env": [
{
- "name": "traefik.http.routers.homepage.tls.certresolver",
- "value": "mydnschallenge"
+ "name": "REDIS_PASSWD",
+ "label": "Redis password"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "jackett",
- "title": "Jackett",
- "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.",
- "logo": "https://mediadepot.github.io/templates/img/jacket-icon.png",
- "image": "linuxserver/jackett:latest",
+ "title": "RabbitMQ",
+ "description": "Highly reliable enterprise messaging system",
"categories": [
- "Downloaders",
- "Tools"
+ "Messaging"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
+ "image": "rabbitmq:latest",
"ports": [
- "9117/tcp"
+ "5671/tcp",
+ "5672/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/jackett"
- },
- {
- "container": "/downloads",
- "bind": "/media/storage/downloads"
- },
- {
- "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.jackett.loadbalancer.server.port",
- "value": "9117"
- },
- {
- "name": "traefik.http.routers.jackett.entrypoints",
- "value": "websecure"
- },
- {
- "name": "traefik.http.routers.jackett.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/var/lib/rabbitmq"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
- "type": 3,
- "name": "klaxon",
- "title": "Klaxon",
- "description": "Klaxon is a free, quick to set up and easy to use robot that checks websites regularly so you don't have to.",
- "logo": "https://mediadepot.github.io/templates/img/klaxon-logo.png",
+ "type": 1,
+ "title": "Ghost",
+ "description": "Free and open-source blogging platform",
"categories": [
- "Documents",
- "Networkother",
- "Tools"
+ "Blog"
],
- "env": [
- {
- "name": "SMTP_PROVIDER",
- "label": "SMTP_PROVIDER",
- "default": "SENDGRID"
- },
- {
- "name": "SENDGRID_USERNAME",
- "label": "SENDGRID_USERNAME",
- "default": ""
- },
- {
- "name": "SENDGRID_PASSWORD",
- "label": "SENDGRID_PASSWORD",
- "default": ""
- },
+ "note": "Access the blog management interface under /ghost/
.",
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png",
+ "image": "ghost:latest",
+ "ports": [
+ "2368/tcp"
+ ],
+ "volumes": [
{
- "name": "ADMIN_EMAILS",
- "label": "ADMIN_EMAILS",
- "default": ""
+ "container": "/var/lib/ghost/content"
}
],
- "repository": {
- "url": "https://github.com/mediadepot/templates",
- "stackfile": "stacks/klaxon/docker-compose.yml"
- },
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "title": "Librespeed",
- "name": "librespeed",
- "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/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.",
+ "title": "Joomla",
+ "description": "Another free and open-source CMS",
+ "categories": [
+ "Cms"
+ ],
"platform": "linux",
- "logo": "https://raw.githubusercontent.com/librespeed/speedtest/master/.logo/logo3.png",
- "image": "linuxserver/librespeed:latest",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
+ "image": "joomla: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": "JOOMLA_DB_HOST",
+ "label": "MySQL database host",
+ "type": "container"
},
{
- "name": "DB_PORT",
- "label": "DB_PORT",
- "default": "DB_PORT",
- "description": "Database port. Required for mysql."
+ "name": "JOOMLA_DB_PASSWORD",
+ "label": "Database password"
}
],
"ports": [
@@ -1206,82 +802,99 @@
],
"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"
+ "container": "/var/www/html"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mediadepot/templates/",
- "categories": []
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"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",
+ "title": "Drupal",
+ "description": "Open-source content management framework",
"categories": [
- "Tools"
+ "Cms"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
+ "image": "drupal:latest",
+ "ports": [
+ "80/tcp"
],
- "ports": [],
- "privileged": true,
"volumes": [
{
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock",
- "readonly": true
- },
+ "container": "/var/www/html"
+ }
+ ],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Plone",
+ "description": "A free and open-source CMS built on top of Zope",
+ "note": "Default user and password are admin/admin",
+ "categories": [
+ "Cms"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
+ "image": "plone:latest",
+ "ports": [
+ "8080/tcp"
+ ],
+ "volumes": [
{
- "container": "/var/lib/docker/containers",
- "bind": "/var/lib/docker/containers"
+ "container": "/data"
}
],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Sematext Docker Agent",
+ "description": "Collect logs, metrics and docker events",
+ "categories": [
+ "Logmanagement",
+ "Monitoring"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
+ "image": "sematext/sematext-agent-docker:latest",
+ "name": "sematext-agent",
+ "privileged": true,
"env": [
{
- "name": "LOGZIO_TOKEN",
- "label": "LOGZIO_TOKEN",
- "default": "REPLACE-LOGZIO-TOKEN-HERE"
+ "name": "LOGSENE_TOKEN",
+ "label": "Logs token"
},
{
- "name": "LOGZIO_URL",
- "label": "LOGZIO_URL",
- "default": "listener.logz.io:5015"
+ "name": "SPM_TOKEN",
+ "label": "SPM monitoring token"
}
],
- "labels": [],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "volumes": [
+ {
+ "container": "/var/run/docker.sock",
+ "bind": "/var/run/docker.sock"
+ }
+ ],
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "logzio-metrics-collector",
- "title": "Logzio Metrics Collector",
- "description": "Docker Metrics Collector is a container that runs Metricbeat with the modules you enable at runtime.",
- "logo": "https://mediadepot.github.io/templates/img/logzio-icon.png",
- "image": "logzio/docker-collector-metrics",
+ "title": "Datadog agent",
+ "description": "Collect events and metrics",
"categories": [
- "Tools"
+ "Monitoring"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
+ "image": "datadog/agent:latest",
+ "env": [
+ {
+ "name": "DD_API_KEY",
+ "label": "Datadog API key"
+ }
],
- "ports": [],
- "privileged": true,
"volumes": [
{
"container": "/var/run/docker.sock",
@@ -1289,3828 +902,3209 @@
"readonly": true
},
{
- "container": "/hostfs/sys/fs/cgroup",
+ "container": "/host/sys/fs/cgroup",
"bind": "/sys/fs/cgroup",
"readonly": true
},
{
- "container": "/hostfs/proc",
+ "container": "/host/proc",
"bind": "/proc",
"readonly": true
- },
- {
- "container": "/hostfs",
- "bind": "/",
- "readonly": true
}
],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Mautic",
+ "description": "Open-source marketing automation platform",
+ "categories": [
+ "Marketing"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
+ "image": "mautic/mautic:latest",
"env": [
{
- "name": "LOGZIO_TOKEN",
- "label": "LOGZIO_TOKEN",
- "default": "REPLACE-LOGZIO-TOKEN-HERE"
+ "name": "MAUTIC_DB_HOST",
+ "label": "MySQL database host",
+ "type": "container"
},
{
- "name": "LOGZIO_MODULES",
- "label": "LOGZIO_MODULES",
- "default": "system,docker"
+ "name": "MAUTIC_DB_PASSWORD",
+ "label": "Database password"
}
],
- "labels": [],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 3,
- "name": "mayan",
- "title": "Mayan EDMS",
- "description": "Mayan EDMS is an electronic vault for your documents.",
- "logo": "https://mediadepot.github.io/templates/img/mayan-logo.png",
- "categories": [
- "Documents",
- "Tools"
+ "ports": [
+ "80/tcp"
],
- "repository": {
- "url": "https://github.com/mediadepot/templates",
- "stackfile": "stacks/mayan/docker-compose.yml"
- },
- "maintainer": " https://github.com/mediadepot/templates/"
+ "volumes": [
+ {
+ "container": "/var/www/html"
+ }
+ ],
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "n8n",
- "title": "n8n",
- "description": "n8n allows you to build flexible workflows focused on deep data integration.",
- "logo": "https://mediadepot.github.io/templates/img/n8n.png",
- "image": "docker.n8n.io/n8nio/n8n:latest",
+ "title": "Jenkins",
+ "description": "Open-source continuous integration tool",
"categories": [
- "Networkother",
- "Tools"
+ "Continuousintegration"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
+ "image": "jenkins/jenkins:lts-jdk11",
"ports": [
- "5678/tcp"
+ "8080/tcp",
+ "50000/tcp"
],
"volumes": [
{
- "container": "/home/node/.n8n",
- "bind": "/opt/mediadepot/apps/n8n"
- },
- {
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
+ "container": "/var/jenkins_home"
}
],
- "env": [
- {
- "name": "GENERIC_TIMEZONE",
- "label": "GENERIC_TIMEZONE",
- "default": "America/Los_Angeles",
- "preset": true
- },
- {
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles",
- "preset": true
- }
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "Redmine",
+ "description": "Open-source project management tool",
+ "note": "Default user and password are admin/admin",
+ "categories": [
+ "Projectmanagement"
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.n8n.loadbalancer.server.port",
- "value": "5678"
- },
- {
- "name": "traefik.http.routers.n8n.entrypoints",
- "value": "websecure"
- },
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
+ "image": "redmine:latest",
+ "ports": [
+ "3000/tcp"
+ ],
+ "volumes": [
{
- "name": "traefik.http.routers.n8n.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/usr/src/redmine/files"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "netbootxyz",
- "title": "Netboot.xyz",
- "description": "Netbootxyz is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool",
- "logo": "https://mediadepot.github.io/templates/img/netbootxyz.jpg",
- "image": "linuxserver/netbootxyz:latest",
+ "title": "File browser",
+ "description": "A web file manager",
+ "note": "Default credentials: admin/admin",
"categories": [
- "Downloaders",
- "Networkother",
- "Tools"
+ "Filesystem",
+ "Storage"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png",
+ "image": "filebrowser/filebrowser:latest",
"ports": [
- "3000/tcp",
- "69/udp"
+ "80/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/netbootxyz"
- },
- {
- "container": "/assets",
- "bind": "/media/storage/software/netbootxyz"
+ "container": "/data"
},
{
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
+ "container": "/srv"
}
],
+ "command": "--port 80 --database /data/database.db --root /srv",
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "CommandBox",
+ "description": "ColdFusion (CFML) CLI",
+ "categories": [
+ "Development"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
+ "image": "ortussolutions/commandbox:latest",
"env": [
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
+ "name": "CFENGINE",
+ "default": "lucee@4.5",
"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"
- }
+ "ports": [
+ "8080/tcp",
+ "8443/tcp"
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "ombi",
- "title": "Ombi",
- "description": "Ombi allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface",
- "logo": "https://mediadepot.github.io/templates/img/ombi.png",
- "image": "linuxserver/ombi:latest",
+ "title": "ContentBox",
+ "description": "Open-source modular CMS",
"categories": [
- "Downloaders",
- "Networkother",
- "Mediaappvideo",
- "Tools"
- ],
- "ports": [
- "3579/tcp"
+ "Cms"
],
- "volumes": [
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
+ "image": "ortussolutions/contentbox:latest",
+ "env": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/ombi"
+ "name": "express",
+ "default": "true",
+ "preset": true
},
{
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
- }
- ],
- "env": [
- {
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
+ "name": "install",
+ "default": "true",
"preset": true
},
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
+ "name": "CFENGINE",
+ "default": "lucee@4.5",
"preset": true
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.ombi.loadbalancer.server.port",
- "value": "3579"
- },
+ "ports": [
+ "8080/tcp",
+ "8443/tcp"
+ ],
+ "volumes": [
{
- "name": "traefik.http.routers.ombi.entrypoints",
- "value": "websecure"
+ "container": "/data/contentbox/db"
},
{
- "name": "traefik.http.routers.ombi.tls.certresolver",
- "value": "mydnschallenge"
+ "container": "/app/includes/shared/media"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "overseerr",
- "title": "Overseerr",
- "description": "Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.",
- "logo": "https://mediadepot.github.io/templates/img/overseerr.png",
- "image": "lscr.io/linuxserver/overseerr:latest",
+ "title": "Dokku",
+ "description": "Dokku setup as a container",
"categories": [
- "Downloaders",
- "Networkother",
- "Mediaappvideo",
- "Tools"
+ "Paas"
],
+ "platform": "linux",
+ "logo": "",
+ "image": "dokku/dokku",
"ports": [
- "5055/tcp"
+ "22/tcp",
+ "80/tcp",
+ "443/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/overseerr"
+ "container": "/mnt/dokku",
+ "bind": "/var/lib/dokku"
},
{
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
+ "container": "/var/run/docker.sock",
+ "bind": "/var/run/docker.sock"
}
],
"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": "DOKKU_HOSTNAME",
+ "label": "Dokku hostname",
+ "description": "Global hostname to be registered by Dokku"
},
{
- "name": "traefik.http.routers.overseerr.tls.certresolver",
- "value": "mydnschallenge"
+ "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/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "plex",
- "title": "Plex Media Server",
- "description": "Plex organizes your video, music, and photo collections and streams them to all of your screens.",
- "logo": "https://mediadepot.github.io/templates/img/plex-icon.png",
- "image": "linuxserver/plex:latest",
- "network": "host",
+ "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": [
- "Mediaservervideo",
- "Mediaservermusic",
- "Mediaserverphotos"
+ "Edge"
],
- "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"
- }
+ "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": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
+ "name": "INITIAL_USERNAME",
+ "label": "Initial Admin User user"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "name": "INITIAL_PASSWORD",
+ "label": "Inital Admin User Password"
},
{
- "name": "VERSION",
- "label": "VERSION",
- "default": "latest"
+ "name": "OR_I_ACCEPT_EULA",
+ "label": "Accept EULA",
+ "select": [
+ {
+ "text": "Yes, I accept",
+ "value": "true",
+ "default": true
+ }
+ ]
}
],
- "labels": [
+ "volumes": [
{
- "name": "traefik.enable",
- "value": "true"
+ "container": "/data/database"
},
{
- "name": "traefik.http.services.plex.loadbalancer.server.port",
- "value": "32400"
+ "container": "/inray"
+ },
+ {
+ "container": "/var/log/opcrouter"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 3,
- "name": "plextraktsync",
- "title": "PlexTraktSync",
- "description": "A python script that syncs the movies, shows and ratings between trakt and Plex",
- "logo": "https://mediadepot.github.io/templates/img/plex-icon.png",
- "categories": [
- "Documents",
- "Tools"
- ],
- "repository": {
- "url": "https://github.com/mediadepot/templates",
- "stackfile": "stacks/plextraktsync/docker-compose.yml"
- },
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "plexrequests",
- "title": "Plex Requests",
- "description": "Simple automated way for users to request new content for Plex.",
- "logo": "https://mediadepot.github.io/templates/img/plex-requests-logo.jpeg",
- "image": "linuxserver/plexrequests:latest",
+ "title": "Floating License Server",
+ "description": "License Server for Softing edgeConnector products",
"categories": [
- "Downloaders",
- "Networkother",
- "Mediaappvideo",
- "Tools"
+ "Edge"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
+ "image": "softingindustrial/floating-license-server:latest",
"ports": [
- "3000/tcp"
+ "6200/tcp"
],
+ "interactive": true,
"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"
+ "container": "/licsrv/licenses"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "prowlarr",
- "title": "Prowlarr",
- "description": "Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. ",
- "logo": "https://mediadepot.github.io/templates/img/prowlarr-banner.png",
- "image": "ghcr.io/linuxserver/prowlarr:develop",
+ "title": "EdgeConnector Modbus",
+ "description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"categories": [
- "Downloaders",
- "Tools"
+ "Edge"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
+ "image": "softingindustrial/edgeconnector-modbus:latest",
"ports": [
- "9696/tcp"
+ "443/tcp",
+ "8099/tcp",
+ "4897/tcp"
],
- "volumes": [
- {
- "container": "/config",
- "bind": "/opt/mediadepot/apps/prowlarr"
- },
- {
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
- }
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "EdgeConnector 840D",
+ "description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
+ "categories": [
+ "Edge"
],
- "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
- }
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
+ "image": "softingindustrial/edgeconnector-840d",
+ "ports": [
+ "443/tcp",
+ "8099/tcp",
+ "4897/tcp"
],
- "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/portainer/templates/"
+ },
+ {
+ "type": 1,
+ "title": "EdgeConnector Siemens",
+ "description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
+ "categories": [
+ "Edge"
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
+ "image": "softingindustrial/edgeconnector-siemens",
+ "ports": [
+ "443/tcp",
+ "8099/tcp",
+ "4897/tcp"
+ ],
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "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",
+ "title": "EdgeConnector FANUC CNC",
+ "description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
"categories": [
- "Networkother",
- "Utilities"
+ "Edge"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
+ "image": "softingindustrial/edgeconnector-fanuc-cnc",
"ports": [
- "21/tcp",
- "30000/tcp",
- "30001/tcp",
- "30002/tcp",
- "30003/tcp",
- "30004/tcp",
- "30005/tcp",
- "30006/tcp",
- "30007/tcp",
- "30008/tcp",
- "30009/tcp"
+ "443/tcp",
+ "8099/tcp",
+ "4897/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"
- },
+ "env": [
{
- "container": "/data/processing",
- "bind": "/media/temp/processing"
+ "name": "TZ",
+ "label": "TZ"
}
],
- "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
- },
+ "volumes": [
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "container": "/config"
},
{
- "name": "PUBLICHOST",
- "label": "PUBLICHOST",
- "default": "localhost"
+ "container": "/mqtt"
}
],
- "labels": [],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
"type": 1,
- "name": "qdirstat",
- "title": "qdirstat",
- "description": "QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.",
- "logo": "https://mediadepot.github.io/templates/img/cardigann.png",
- "image": "jlesage/qdirstat:latest",
+ "title": "EdgeConnector Aggregator",
+ "description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
"categories": [
- "Utilities"
+ "Edge"
],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
+ "image": "softingindustrial/edgeaggregator",
"ports": [
- "5800/tcp"
+ "443/tcp",
+ "8099/tcp",
+ "4897/tcp"
],
- "volumes": [
- {
- "container": "/config",
- "bind": "/opt/mediadepot/apps/qdirstat"
- },
- {
- "container": "/storage/opt",
- "bind": "/opt"
- },
+ "env": [
{
- "container": "/storage/mnt",
- "bind": "/mnt"
+ "name": "TZ",
+ "label": "TZ"
}
],
- "env": [
+ "volumes": [
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
+ "container": "/config"
},
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
+ "container": "/mqtt"
}
],
- "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/portainer/templates/"
+ },
+ {
+ "type": 2,
+ "title": "Portainer Agent",
+ "description": "Manage all the resources in your Swarm cluster",
+ "note": "The agent will be deployed globally inside your cluster and available on port 9001.",
+ "categories": [
+ "Portainer"
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "stacks/portainer-agent/docker-stack.yml"
+ },
+ "maintainer": " https://github.com/portainer/templates/"
},
{
- "type": 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",
+ "type": 2,
+ "title": "OpenFaaS",
+ "name": "func",
+ "description": "Serverless functions made simple",
+ "note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. Warning: the name of the stack must be 'func'.",
"categories": [
- "Downloaders",
- "Mediaappvideo"
+ "Serverless"
],
- "ports": [
- "7878/tcp"
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
+ "repository": {
+ "url": "https://github.com/openfaas/faas",
+ "stackfile": "docker-compose.yml"
+ },
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 2,
+ "title": "IronFunctions",
+ "description": "Open-source serverless computing platform",
+ "note": "Deploys the IronFunctions API and UI.",
+ "categories": [
+ "Serverless"
],
- "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
- }
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "stacks/ironfunctions/docker-stack.yml"
+ },
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 2,
+ "title": "CockroachDB",
+ "description": "CockroachDB cluster",
+ "note": "Deploys an insecure CockroachDB cluster, please refer to CockroachDB documentation for production deployments.",
+ "categories": [
+ "Database"
],
- "env": [
- {
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
- }
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "stacks/cockroachdb/docker-stack.yml"
+ },
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 2,
+ "title": "WordPress",
+ "description": "WordPress setup with a MySQL database",
+ "note": "Deploys a WordPress instance connected to a MySQL database.",
+ "categories": [
+ "Cms"
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.radarr.loadbalancer.server.port",
- "value": "7878"
- },
- {
- "name": "traefik.http.routers.radarr.entrypoints",
- "value": "websecure"
- },
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "stacks/wordpress/docker-stack.yml"
+ },
+ "env": [
{
- "name": "traefik.http.routers.radarr.tls.certresolver",
- "value": "mydnschallenge"
+ "name": "MYSQL_DATABASE_PASSWORD",
+ "label": "Database root password",
+ "description": "Password used by the MySQL root user."
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
- "type": 1,
- "name": "readarr",
- "title": "Readarr",
- "description": "Readarr - Book Manager and Automation (Sonarr for Ebooks)",
- "logo": "https://mediadepot.github.io/templates/img/readarr-logo.png",
- "image": "ghcr.io/linuxserver/readarr:nightly",
+ "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": [
- "Downloaders",
- "Mediaappbooks"
- ],
- "ports": [
- "8787/tcp"
+ "Cloud"
],
- "volumes": [
+ "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": [
{
- "container": "/config",
- "bind": "/opt/mediadepot/apps/readarr"
+ "name": "POSTGRES_USER",
+ "label": "Database user"
},
{
- "container": "/downloads",
- "bind": "/media/storage/downloads/ebooks"
+ "name": "POSTGRES_PASSWORD",
+ "label": "Database password"
},
{
- "container": "/books",
- "bind": "/media/storage/ebooks"
+ "name": "MPS_USER",
+ "label": "MPS user"
},
{
- "container": "/blackhole",
- "bind": "/media/temp/blackhole/ebooks"
+ "name": "MPS_PASSWORD",
+ "label": "MPS password"
},
{
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
- }
- ],
- "env": [
- {
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
+ "name": "MPS_COMMON_NAME",
+ "label": "MPS URL",
+ "description": "Used to connect to the MPS API."
},
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
+ "name": "MPS_SECRET",
+ "label": "MPS Secret",
+ "description": "Strong secret key used to log into MPS."
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "name": "VAULT_SECRET",
+ "label": "Vault secret",
+ "description": "Secret token used to log into Vault (don't include '.' character)."
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.readarr.loadbalancer.server.port",
- "value": "8787"
- },
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 2,
+ "title": "Microsoft OMS Agent",
+ "description": "Microsoft Operations Management Suite Linux agent.",
+ "categories": [
+ "Ops"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "stacks/microsoft-oms/docker-stack.yml"
+ },
+ "env": [
{
- "name": "traefik.http.routers.readarr.entrypoints",
- "value": "websecure"
+ "name": "AZURE_WORKSPACE_ID",
+ "label": "Workspace ID",
+ "description": "Azure Workspace ID"
},
{
- "name": "traefik.http.routers.readarr.tls.certresolver",
- "value": "mydnschallenge"
+ "name": "AZURE_PRIMARY_KEY",
+ "label": "Primary key",
+ "description": "Azure primary key"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
- "type": 1,
- "name": "rclone",
- "title": "Rclone Config Backup",
- "description": "Rclone is a command line program to sync files and directories to and from cloud providers (Dropbox, GDrive, Box, etc)",
- "logo": "https://mediadepot.github.io/templates/img/rclone.png",
- "image": "mediadepot/rclone:latest",
- "categories": [
- "Backup",
- "Cloud",
- "Networkother",
- "Tools"
- ],
- "ports": [],
- "volumes": [
+ "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": [
{
- "container": "/srv/rclone/config",
- "bind": "/opt/mediadepot/apps/rclone"
+ "name": "owner_api_user",
+ "label": "API Username"
},
{
- "container": "/mnt/data",
- "bind": "/opt/mediadepot/apps"
+ "name": "owner_api_password",
+ "label": "API Password"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/",
+ "categories": []
},
{
- "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"
+ "type": 2,
+ "title": "LiveSwitch",
+ "description": "A basic LiveSwitch stack with gateway, caching, database and media server",
+ "categories": [
+ "Media"
],
- "volumes": [
- {
- "container": "/config",
- "bind": "/opt/mediadepot/apps/resilio"
- },
- {
- "container": "/sync",
- "bind": "/media/storage"
- },
+ "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": [
{
- "container": "/downloads",
- "bind": "/media/storage/downloads"
+ "name": "POSTGRES_PASSWORD",
+ "label": "Postgres password"
}
],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 3,
+ "title": "TOSIBOX Lock for Container",
+ "description": "Lock for Container brings secure connectivity inside your industrial IoT devices",
+ "categories": [
+ "Edge"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/tosibox.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "stacks/tosibox/docker-compose.yml"
+ },
"env": [
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
- },
- {
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "name": "LICENSE_KEY",
+ "label": "License key"
}
],
- "labels": [
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 3,
+ "title": "Pro Mosquitto with Management Center",
+ "description": "Commercial-grade Mosquitto MQTT broker with Management Center",
+ "note": "The Mosquitto broker password must be at least 12 characters.",
+ "categories": [
+ "Edge"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cedalo.png",
+ "repository": {
+ "url": "https://github.com/portainer/templates",
+ "stackfile": "edge/cedalo-mosquitto-mc/docker-compose.yml"
+ },
+ "env": [
{
- "name": "traefik.enable",
- "value": "true"
+ "name": "CEDALO_LICENSE_KEY",
+ "label": "License key"
},
{
- "name": "traefik.http.services.resilio.loadbalancer.server.port",
- "value": "8888"
+ "name": "CEDALO_MOSQUITTO_PASSWORD",
+ "label": "Mosquitto password"
},
{
- "name": "traefik.http.routers.resilio.entrypoints",
- "value": "websecure"
+ "name": "CEDALO_MC_USER",
+ "label": "Management Center username",
+ "default": "cedalo"
},
{
- "name": "traefik.http.routers.resilio.tls.certresolver",
- "value": "mydnschallenge"
+ "name": "CEDALO_MC_PASSWORD",
+ "label": "Management Center password"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/portainer/templates/"
},
{
- "type": 1,
- "name": "rutorrent",
- "title": "ruTorrent",
- "description": "ruTorrent is a quick and efficient BitTorrent client",
- "logo": "https://mediadepot.github.io/templates/img/rtorrent-icon.png",
- "image": "mediadepot/rutorrent",
+ "type": 4,
+ "title": "Softing EdgeConnector modbus",
+ "description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
+ "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-modbus/docker-compose.yml",
+ "maintainer": " https://github.com/portainer/templates/",
+ "categories": []
+ },
+ {
+ "type": 4,
+ "title": "Softing EdgeConnector 840D",
+ "description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
+ "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-840d/docker-compose.yml",
+ "maintainer": " https://github.com/portainer/templates/",
+ "categories": []
+ },
+ {
+ "type": 4,
+ "title": "Softing EdgeConnector Siemens",
+ "description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
+ "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-siemens/docker-compose.yml",
+ "maintainer": " https://github.com/portainer/templates/",
+ "categories": []
+ },
+ {
+ "type": 4,
+ "title": "Softing EdgeConnector FANUC CNC",
+ "description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
+ "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-fanuc-cnc/docker-compose.yml",
+ "maintainer": " https://github.com/portainer/templates/",
+ "categories": []
+ },
+ {
+ "type": 4,
+ "title": "Softing EdgeConnector Aggregator",
+ "description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
+ "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-aggregator/docker-compose.yml",
+ "maintainer": " https://github.com/portainer/templates/",
+ "categories": []
+ },
+ {
+ "type": 3,
+ "title": "Manubes Edge Node",
+ "description": "High-performance cloud platform for industrial production management. Manubes is a no-code solution that is used to structure, monitor and control production data, systems and processes in the cloud.",
"categories": [
- "Downloaders",
- "Networkother",
- "Tools"
- ],
- "ports": [
- "80/tcp",
- "51413/tcp",
- "6881/tcp"
+ "Edge"
],
- "volumes": [
- {
- "container": "/config",
- "bind": "/opt/mediadepot/apps/rutorrent"
- },
- {
- "container": "/processing",
- "bind": "/media/temp/processing"
- },
+ "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": [
{
- "container": "/blackhole",
- "bind": "/media/temp/blackhole"
+ "name": "MANUBES_SECRET",
+ "label": "manubes secret"
},
{
- "container": "/downloads",
- "bind": "/media/storage/downloads"
+ "name": "ACCEPT_EULA",
+ "label": "Accept EULA",
+ "select": [
+ {
+ "text": "Yes, I accept",
+ "value": "true",
+ "default": true
+ }
+ ]
}
],
+ "maintainer": " https://github.com/portainer/templates/"
+ },
+ {
+ "type": 3,
+ "title": "Immich {shmolf}",
+ "name": "immich",
+ "categories": [
+ "Photos",
+ "Backup"
+ ],
+ "description": "Self-hosted backup solution for photos and videos on mobile device.",
+ "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/immich-logo.svg",
+ "note": "Application documentation \ud83d\uddd7",
"env": [
{
- "name": "PGID",
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
"label": "PGID",
- "default": "15000",
- "preset": true
+ "name": "PGID",
+ "default": "1000"
},
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
+ "label": "Immich version",
+ "name": "IMMICH_VERSION",
+ "default": "release",
+ "description": "To want to lock to a specific tag, provide a value such as 'v1.71.0'"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
- }
- ],
- "labels": [
+ "label": "Database username",
+ "name": "DB_USERNAME",
+ "default": "postgres"
+ },
{
- "name": "traefik.enable",
- "value": "true"
+ "label": "Database password",
+ "name": "DB_PASSWORD",
+ "default": "please-change-this-to-a-random-secret",
+ "description": "This should be changed to a random secret"
+ },
+ {
+ "label": "Database name",
+ "name": "DB_DATABASE_NAME",
+ "default": "immich"
},
{
- "name": "traefik.http.services.rutorrent.loadbalancer.server.port",
- "value": "80"
+ "label": "Database hostname",
+ "name": "DB_HOSTNAME",
+ "default": "immich_postgres",
+ "description": "The default value references a service within the stack"
},
{
- "name": "traefik.http.routers.rutorrent.entrypoints",
- "value": "websecure"
+ "label": "File backup location",
+ "name": "UPLOAD_LOCATION",
+ "default": "/portainer/Files/AppData/Immich/upload",
+ "description": "You can leave this path as-is, and the system will auto-create the needed folders. Feel free to change if you desire an alternative location."
},
{
- "name": "traefik.http.routers.rutorrent.tls.certresolver",
- "value": "mydnschallenge"
+ "label": "Redis hostname",
+ "name": "REDIS_HOSTNAME",
+ "default": "immich_redis",
+ "description": "The default value references a service within the stack"
+ },
+ {
+ "default": "2283",
+ "label": "Http Port",
+ "name": "PORT"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "platform": "linux",
+ "repository": {
+ "stackfile": "stacks/immich/docker-compose.yml",
+ "url": "https://github.com/shmolf/portainer-templates"
+ },
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
- "type": 1,
- "name": "scrutiny",
- "title": "Scrutiny",
- "description": "WebUI for smartd S.M.A.R.T monitoring",
- "logo": "https://mediadepot.github.io/templates/img/scrutiny.png",
- "image": "analogj/scrutiny:latest",
+ "type": 3,
+ "title": "Penpot (http) {shmolf}",
+ "name": "penpot-http",
"categories": [
- "Monitoring"
- ],
- "ports": [
- "8080/tcp"
+ "Graphicdesign"
],
- "volumes": [
+ "description": "Penpot is the first Open Source design and prototyping platform meant for cross-domain teams.",
+ "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/penpot-logo.svg",
+ "note": "Application documentation \ud83d\uddd7. See documentation \ud83d\uddd7 for more details regarding the flags.",
+ "env": [
{
- "container": "/scrutiny/config/",
- "bind": "/opt/mediadepot/apps/scrutiny"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "container": "/run/udev",
- "bind": "/run/udev",
- "readonly": true
- }
- ],
- "env": [],
- "labels": [
+ "label": "PGID",
+ "name": "PGID",
+ "default": "1000"
+ },
{
- "name": "traefik.enable",
- "value": "true"
+ "label": "Frontend Flags",
+ "name": "PENPOT_FLAGS_FE",
+ "default": "enable-registration disable-secure-session-cookies enable-insecure-register enable-login-with-password"
},
{
- "name": "traefik.http.services.scrutiny.loadbalancer.server.port",
- "value": "8080"
+ "label": "Backend Flags",
+ "name": "PENPOT_FLAGS_BE",
+ "default": "enable-registration disable-secure-session-cookies enable-insecure-register disable-email-verification"
},
{
- "name": "traefik.http.routers.scrutiny.entrypoints",
- "value": "websecure"
+ "label": "Public URI",
+ "name": "PUBLIC_URI",
+ "default": "http://192.168.1.1:8624",
+ "description": "Public URI. If you are going to expose this instance to the internet and use it under different domain than 'localhost', you will need to adjust it to the final domain."
},
{
- "name": "traefik.http.routers.scrutiny.tls.certresolver",
- "value": "mydnschallenge"
+ "label": "Penpot Telemetry Enabled?",
+ "name": "TELEMETRY_ENABLED",
+ "select": [
+ {
+ "text": "Yes, enable telemetry",
+ "value": "true",
+ "default": true
+ },
+ {
+ "text": "No, disable telemetry",
+ "value": "false"
+ }
+ ],
+ "description": "When enabled, a periodical process will send anonymous data about this instance."
+ },
+ {
+ "default": "8624",
+ "label": "Http Port",
+ "name": "PORT",
+ "description": "This should match the port specified in the Public URI, or 80/443 if using standard ports."
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "platform": "linux",
+ "repository": {
+ "stackfile": "stacks/penpot/docker-compose-http.yml",
+ "url": "https://github.com/shmolf/portainer-templates"
+ },
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 1,
- "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",
+ "title": "Watchtower {shmolf}",
+ "name": "watchtower",
"categories": [
- "Downloaders",
- "Mediaappvideo"
+ "Docker"
],
+ "description": "A container-based solution for automating Docker container base image updates",
+ "note": "Application documentation \ud83d\uddd7",
+ "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/watchtower-logo.png",
+ "platform": "linux",
+ "image": "containrrr/watchtower",
"ports": [
- "8081/tcp"
+ "9001/tcp"
],
+ "restart_policy": "always",
"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"
+ "container": "/var/run/docker.sock",
+ "bind": "/var/run/docker.sock"
}
],
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
+ },
+ {
+ "type": 1,
+ "title": "Stirling PDF {shmolf}",
+ "name": "stirling-pdf",
+ "categories": [
+ "Tools",
+ "Pdf"
+ ],
+ "description": "Your locally hosted one-stop-shop for all your PDF needs.",
+ "note": "To support multiple languages for OCR, per the Official documentation \ud83d\uddd7, download your Tess Data from from another repo \ud83d\uddd7.
Then, place said 'traineddata' files into /portainer/Files/AppData/Libraries/StirlingPDF/tessdata
For more information about login, read the official documentation \ud83d\uddd7.",
+ "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/stirling-pdf.svg",
+ "platform": "linux",
+ "image": "frooodle/s-pdf:0.18.1",
+ "ports": [
+ "5417:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
"env": [
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
+ "label": "PUID",
+ "name": "PUID",
+ "default": "1000"
},
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
+ "label": "PGID",
+ "name": "PGID",
+ "default": "1000"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
+ "label": "Enable Login",
+ "name": "DOCKER_ENABLE_SECURITY",
+ "select": [
+ {
+ "text": "Yes, enable login",
+ "value": "true"
+ },
+ {
+ "text": "No, disable login",
+ "value": "false",
+ "default": true
+ }
+ ],
+ "description": "If you want to enable the login, you'll also need to enable login through the Config's settings.yml"
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.sickrage.loadbalancer.server.port",
- "value": "8081"
- },
+ "volumes": [
{
- "name": "traefik.http.routers.sickrage.entrypoints",
- "value": "websecure"
+ "bind": "/portainer/Files/AppData/Config/StirlingPDF",
+ "container": "/configs"
},
{
- "name": "traefik.http.routers.sickrage.tls.certresolver",
- "value": "mydnschallenge"
+ "bind": "/portainer/Files/AppData/Libraries/StirlingPDF/tessdata",
+ "container": "/usr/share/tesseract-ocr/5/tessdata"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 1,
- "name": "sonarr",
- "title": "Sonarr",
- "description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
- "logo": "https://mediadepot.github.io/templates/img/sonarr-icon.png",
- "image": "linuxserver/sonarr:latest",
+ "title": "Terraria Server {shmolf}",
+ "name": "terraria-server",
"categories": [
- "Downloaders",
- "Mediaappvideo"
+ "Games"
],
+ "description": "Docker container for a Terraria dedicated server.",
+ "note": "Link to Official documentation \ud83d\uddd7 for setting up the server.",
+ "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/terraria-server.png",
+ "platform": "linux",
+ "image": "passivelemon/terraria-docker:latest",
"ports": [
- "8989/tcp"
+ "7777:7777/tcp"
],
- "volumes": [
- {
- "container": "/config",
- "bind": "/opt/mediadepot/apps/sonarr"
- },
- {
- "container": "/downloads",
- "bind": "/media/storage/downloads/tvshows"
- },
- {
- "container": "/tv",
- "bind": "/media/storage/tvshows"
- },
+ "restart_policy": "unless-stopped",
+ "env": [
{
- "container": "/blackhole",
- "bind": "/media/temp/blackhole/tvshows"
+ "label": "PUID",
+ "name": "PUID",
+ "default": "1000"
},
{
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
- }
- ],
- "env": [
- {
- "name": "PGID",
"label": "PGID",
- "default": "15000",
- "preset": true
+ "name": "PGID",
+ "default": "1000"
},
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
+ "label": "World name",
+ "name": "WORLD",
+ "default": "dockerworld"
}
],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
- },
- {
- "name": "traefik.http.services.sonarr.loadbalancer.server.port",
- "value": "8989"
- },
- {
- "name": "traefik.http.routers.sonarr.entrypoints",
- "value": "websecure"
- },
+ "volumes": [
{
- "name": "traefik.http.routers.sonarr.tls.certresolver",
- "value": "mydnschallenge"
+ "bind": "/portainer/Files/AppData/Libraries/StirlingPDF/tessdata",
+ "container": "/usr/share/tesseract-ocr/5/tessdata"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
"type": 1,
- "name": "syncserver",
- "title": "Mozilla Syncserver",
- "description": "Run-Your-Own Firefox Sync Server",
- "logo": "https://mediadepot.github.io/templates/img/firefox-logo.png",
- "image": "mozilla/syncserver:latest",
+ "title": "Cockpit {shmolf}",
+ "name": "cockpit-cms",
"categories": [
- "Tools"
+ "Cms"
],
+ "description": "Cockpit is a headless CMS with an API-first approach that puts content first.",
+ "note": "Link to Official documentation \ud83d\uddd7.
After deployment, continue to setup by visiting http://localhost:8088/install",
+ "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/cockpit.svg",
+ "platform": "linux",
+ "image": "agentejo/cockpit:latest",
"ports": [
- "5000/tcp"
+ "8088:80/tcp"
],
- "volumes": [
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
+ },
+ {
+ "type": 3,
+ "title": "Asciinema {shmolf}",
+ "name": "asciinema",
+ "categories": [
+ "Tools"
+ ],
+ "description": "Self-hosted terminal recording and playback",
+ "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/asciinema.svg",
+ "note": "Application documentation \ud83d\uddd7
For the application secret key, you can use the terminal command tr -dc A-Za-z0-9 </dev/urandom | head -c 64; echo
",
+ "env": [
{
- "container": "/data",
- "bind": "/opt/mediadepot/apps/syncserver"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "label": "PGID",
+ "name": "PGID",
+ "default": "1000"
+ },
+ {
+ "label": "Hostname",
+ "name": "HOST_NAME",
+ "default": "localhost",
+ "description": "Localhost for use within the application runtime"
+ },
+ {
+ "label": "Host Port",
+ "name": "HOST_PORT",
+ "default": "3033",
+ "description": "Published port for use within the application runtime"
+ },
+ {
+ "label": "Secret Application Key",
+ "name": "SECRET_KEY",
+ "default": "please-change-this-to-a-random-secret"
}
],
+ "platform": "linux",
+ "repository": {
+ "stackfile": "stacks/asciinema/docker-compose.yml",
+ "url": "https://github.com/shmolf/portainer-templates"
+ },
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
+ },
+ {
+ "type": 1,
+ "title": "Code-server {shmolf}",
+ "name": "code-server",
+ "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.This will bind to the following directory on the host filesystem:
/portainer/Files/AppData/Config/code-server
",
+ "description": "Code-server (https://coder.com) is VS Code running on a remote server, accessible through the browser. - Code on your Chromebook, tablet, and laptop with a consistent dev environment. - If you have a Windows or Mac workstation, more easily develop for Linux. - Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. - Preserve battery life when you're on the go. - All intensive computation runs on your server. - You're no longer running excess instances of Chrome.",
+ "categories": [
+ "Development"
+ ],
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/code-server-banner.png",
+ "image": "linuxserver/code-server:latest",
"env": [
{
- "name": "SYNCSERVER_PUBLIC_URL",
- "label": "SYNCSERVER_PUBLIC_URL",
- "default": "https://syncserver.depot.lan"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1000",
+ "description": "for UserID"
},
{
- "name": "SYNCSERVER_SECRET_FILE",
- "label": "SYNCSERVER_SECRET_FILE",
- "default": "/data/secret_key"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "1000",
+ "description": "for GroupID"
},
{
- "name": "SYNCSERVER_SQLURI",
- "label": "SYNCSERVER_SQLURI",
- "default": "sqlite:////data/syncserver.db"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "specify a timezone to use"
},
{
- "name": "SYNCSERVER_BATCH_UPLOAD_ENABLED",
- "label": "SYNCSERVER_BATCH_UPLOAD_ENABLED",
- "default": "true"
+ "name": "PASSWORD",
+ "label": "PASSWORD",
+ "default": "password",
+ "description": "Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth."
},
{
- "name": "SYNCSERVER_FORCE_WSGI_ENVIRON",
- "label": "SYNCSERVER_FORCE_WSGI_ENVIRON",
- "default": "false"
+ "name": "HASHED_PASSWORD",
+ "label": "HASHED_PASSWORD",
+ "default": "",
+ "description": "Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below."
},
{
- "name": "PORT",
- "label": "PORT",
- "default": "5000"
- }
- ],
- "labels": [
- {
- "name": "traefik.enable",
- "value": "true"
+ "name": "SUDO_PASSWORD",
+ "label": "SUDO_PASSWORD",
+ "default": "password",
+ "description": "If this optional variable is set, user will have sudo access in the code-server terminal with the specified password."
},
{
- "name": "traefik.http.services.syncservere.loadbalancer.server.port",
- "value": "5000"
+ "name": "SUDO_PASSWORD_HASH",
+ "label": "SUDO_PASSWORD_HASH",
+ "default": "",
+ "description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`."
},
{
- "name": "traefik.http.routers.syncserver.entrypoints",
- "value": "websecure"
+ "name": "PROXY_DOMAIN",
+ "label": "PROXY_DOMAIN",
+ "default": "code-server.my.domain",
+ "description": "If this optional variable is set, this domain will be proxied for subdomain proxying."
},
{
- "name": "traefik.http.routers.syncserver.tls.certresolver",
- "value": "mydnschallenge"
+ "name": "DEFAULT_WORKSPACE",
+ "label": "DEFAULT_WORKSPACE",
+ "default": "/config/workspace",
+ "description": "If this optional variable is set, code-server will open this directory by default"
}
],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "name": "tautulli",
- "title": "Tautulli",
- "description": "A Python based monitoring and tracking tool for Plex Media Server.",
- "logo": "https://mediadepot.github.io/templates/img/tautulli-icon.png",
- "image": "linuxserver/tautulli:latest",
- "categories": [
- "Mediaserverother",
- "Tools"
- ],
"ports": [
- "8181/tcp"
+ "8443:8443/tcp"
],
"volumes": [
{
"container": "/config",
- "bind": "/opt/mediadepot/apps/tautulli"
+ "bind": "/portainer/Files/AppData/Config/code-server"
}
],
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
+ },
+ {
+ "type": 3,
+ "title": "Infisical {shmolf}",
+ "name": "infisical",
+ "categories": [
+ "Secrets",
+ "Management"
+ ],
+ "description": "The open-source secret management platform: Sync secrets/configs across your team/infrastructure and prevent secret leaks.",
+ "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/infisical-black.webp",
+ "note": "Application documentation \ud83d\uddd7",
"env": [
{
- "name": "PGID",
- "label": "PGID",
- "default": "15000",
- "preset": true
+ "default": "8078",
+ "label": "Http Port",
+ "name": "PORT"
},
{
- "name": "PUID",
- "label": "PUID",
- "default": "15000",
- "preset": true
+ "default": "c6606cd2daad581c4de96531427aae0d",
+ "label": "Encryption Key",
+ "name": "ENCRYPTION_KEY",
+ "description": "Required key for platform encryption/decryption ops. 32 character hex string"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "America/Los_Angeles"
- }
- ],
- "labels": [
+ "default": "5lrMXKKWCVocS/uerPsl7V+TX/aaUaI7iDkgl3tSmLE=",
+ "label": "JWT Key",
+ "name": "AUTH_SECRET",
+ "description": "Required secrets to sign JWT tokens"
+ },
{
- "name": "traefik.enable",
- "value": "true"
+ "default": "postgres_password",
+ "label": "Postgres Password",
+ "name": "POSTGRES_PASSWORD"
},
{
- "name": "traefik.http.services.tautulli.loadbalancer.server.port",
- "value": "8181"
+ "default": "infisical",
+ "label": "Postgres User",
+ "name": "POSTGRES_USER"
},
{
- "name": "traefik.http.routers.tautulli.entrypoints",
- "value": "websecure"
+ "default": "infisical",
+ "label": "Postgres Database",
+ "name": "POSTGRES_DB"
},
{
- "name": "traefik.http.routers.tautulli.tls.certresolver",
- "value": "mydnschallenge"
- }
- ],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "name": "urlwatch",
- "title": "UrlWatch",
- "description": "A tool for monitoring webpages for updates",
- "logo": "https://mediadepot.github.io/templates/img/urlwatch.png",
- "image": "mediadepot/urlwatch:master",
- "categories": [
- "Tools"
- ],
- "ports": [
- "8081/tcp"
- ],
- "volumes": [
+ "default": "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}",
+ "label": "DB Connection URI",
+ "name": "DB_CONNECTION_URI"
+ },
{
- "container": "/srv/urlwatch/config",
- "bind": "/opt/mediadepot/apps/urlwatch"
+ "default": "http://localhost:8078",
+ "label": "Website URL",
+ "name": "SITE_URL"
},
{
- "container": "/etc/localtime",
- "bind": "/etc/localtime",
- "readonly": true
- }
- ],
- "env": [],
- "labels": [
+ "default": "redis://redis:6379",
+ "label": "Redis URL",
+ "name": "REDIS_URL"
+ },
{
- "name": "traefik.enable",
- "value": "true"
+ "default": "",
+ "label": "Email Host (Optional)",
+ "name": "SMTP_HOST"
},
{
- "name": "traefik.http.services.urlwatch.loadbalancer.server.port",
- "value": "8081"
+ "default": "",
+ "label": "Email Port (Optional)",
+ "name": "SMTP_PORT"
},
{
- "name": "traefik.http.routers.urlwatch.entrypoints",
- "value": "websecure"
+ "default": "",
+ "label": "Email Name (Optional)",
+ "name": "SMTP_NAME"
},
{
- "name": "traefik.http.routers.urlwatch.tls.certresolver",
- "value": "mydnschallenge"
- }
- ],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "name": "vsftpd",
- "title": "vsftpd FTP Server",
- "description": "Secure, fast FTP server for UNIX-like systems",
- "logo": "https://mediadepot.github.io/templates/img/pureftpd-icon.jpg",
- "image": "delfer/alpine-ftp-server",
- "network": "host",
- "categories": [
- "Networkother",
- "Utilities"
- ],
- "ports": [
- "21/tcp",
- "21000/tcp",
- "21001/tcp",
- "21002/tcp",
- "21003/tcp",
- "21004/tcp",
- "21005/tcp",
- "21006/tcp",
- "21007/tcp",
- "21008/tcp",
- "21009/tcp",
- "21010/tcp"
- ],
- "volumes": [
- {
- "container": "/home/depot/tvshows",
- "bind": "/media/storage/tvshows"
- },
- {
- "container": "/home/depot/movies",
- "bind": "/media/storage/movies"
- },
- {
- "container": "/home/depot/music",
- "bind": "/media/storage/music"
+ "default": "",
+ "label": "Email Username (Optional)",
+ "name": "SMTP_USERNAME"
},
{
- "container": "/home/depot/ebooks",
- "bind": "/media/storage/ebooks"
+ "default": "",
+ "label": "Email Password (Optional)",
+ "name": "SMTP_PASSWORD"
},
{
- "container": "/home/depot/photos",
- "bind": "/media/storage/photos"
+ "default": "",
+ "label": "Heroku Client ID (Optional)",
+ "name": "CLIENT_ID_HEROKU",
+ "description": "Optional, only needed if integration is used"
},
{
- "container": "/home/depot/documents",
- "bind": "/media/storage/documents"
+ "default": "",
+ "label": "Heroku Client Secret (Optional)",
+ "name": "CLIENT_SECRET_HEROKU",
+ "description": "Optional, only needed if integration is used"
},
{
- "container": "/home/depot/downloads",
- "bind": "/media/storage/downloads"
+ "default": "",
+ "label": "Vercel Client ID (Optional)",
+ "name": "CLIENT_ID_VERCEL",
+ "description": "Optional, only needed if integration is used"
},
{
- "container": "/home/depot/software",
- "bind": "/media/storage/software"
+ "default": "",
+ "label": "Vercel Client Secret (Optional)",
+ "name": "CLIENT_SECRET_VERCEL",
+ "description": "Optional, only needed if integration is used"
},
{
- "container": "/home/depot/blackhole",
- "bind": "/media/temp/blackhole"
+ "default": "",
+ "label": "Vercel Client Slug (Optional)",
+ "name": "CLIENT_SLUG_VERCEL",
+ "description": "Optional, only needed if integration is used"
},
{
- "container": "/home/depot/processing",
- "bind": "/media/temp/processing"
- }
- ],
- "env": [
- {
- "name": "ADDRESS",
- "label": "ADDRESS"
+ "default": "",
+ "label": "Netlify Client ID (Optional)",
+ "name": "CLIENT_ID_NETLIFY",
+ "description": "Optional, only needed if integration is used"
},
{
- "name": "USERS",
- "label": "USERS",
- "default": "depot|badpass|/home/depot|15000"
- }
- ],
- "labels": [],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "name": "watchtower",
- "title": "Watchtower",
- "description": "Automatically update running Docker containers",
- "logo": "https://mediadepot.github.io/templates/img/watchtower-logo.png",
- "image": "containrrr/watchtower:latest",
- "command": "--cleanup --label-enable",
- "categories": [
- "Tools"
- ],
- "volumes": [
- {
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock"
- }
- ],
- "env": [],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "type": 1,
- "name": "wizarr",
- "title": "Wizarr",
- "description": " Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc. ",
- "logo": "https://mediadepot.github.io/templates/img/wizarr-logo.png",
- "image": "ghcr.io/wizarrrr/wizarr",
- "categories": [
- "Tools"
- ],
- "ports": [
- "5690/tcp"
- ],
- "volumes": [
- {
- "container": "/data/database",
- "bind": "/opt/mediadepot/apps/wizarr"
+ "default": "",
+ "label": "Netlify Client Secret (Optional)",
+ "name": "CLIENT_SECRET_NETLIFY",
+ "description": "Optional, only needed if integration is used"
},
{
- "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"
+ "default": "",
+ "label": "GitHub Client ID (Optional)",
+ "name": "CLIENT_ID_GITHUB",
+ "description": "Optional, only needed if integration is used"
},
{
- "name": "traefik.http.services.wizarr.loadbalancer.server.port",
- "value": "5690"
+ "default": "",
+ "label": "GitHub Client Secret (Optional)",
+ "name": "CLIENT_SECRET_GITHUB",
+ "description": "Optional, only needed if integration is used"
},
{
- "name": "traefik.http.routers.wizarr.entrypoints",
- "value": "websecure"
+ "default": "",
+ "label": "GitLab Client ID (Optional)",
+ "name": "CLIENT_ID_GITLAB",
+ "description": "Optional, only needed if integration is used"
},
{
- "name": "traefik.http.routers.wizarr.tls.certresolver",
- "value": "mydnschallenge"
- }
- ],
- "maintainer": " https://github.com/mediadepot/templates/"
- },
- {
- "categories": [
- "Productivity",
- "Social"
- ],
- "description": "Open source collaborative knowledge base for modern teams",
- "env": [
- {
- "default": "production",
- "label": "NODE_ENV",
- "name": "NODE_ENV"
+ "default": "",
+ "label": "GitLab Client Secret (Optional)",
+ "name": "CLIENT_SECRET_GITLAB",
+ "description": "Optional, only needed if integration is used"
},
{
"default": "",
- "label": "SECRET_KEY",
- "name": "SECRET_KEY"
+ "label": "Bitbucket Client ID (Optional)",
+ "name": "CLIENT_ID_BITBUCKET",
+ "description": "Optional, only needed if integration is used"
},
{
"default": "",
- "label": "UTILS_SECRET",
- "name": "UTILS_SECRET"
+ "label": "Bitbucket Client Secret (Optional)",
+ "name": "CLIENT_SECRET_BITBUCKET",
+ "description": "Optional, only needed if integration is used"
},
{
"default": "",
- "label": "DATABASE_URL",
- "name": "DATABASE_URL"
+ "label": "Sentry DSN (Optional)",
+ "name": "SENTRY_DSN",
+ "description": "Optional, only needed if monitoring is used"
},
{
"default": "",
- "label": "DATABASE_URL_TEST",
- "name": "DATABASE_URL_TEST"
+ "label": "Google Client ID (Optional)",
+ "name": "CLIENT_ID_GOOGLE_LOGIN",
+ "description": "Optional, only needed if SSO is used"
},
{
"default": "",
- "label": "DATABASE_CONNECTION_POOL_MIN",
- "name": "DATABASE_CONNECTION_POOL_MIN"
+ "label": "Google Client Secret (Optional)",
+ "name": "CLIENT_SECRET_GOOGLE_LOGIN",
+ "description": "Optional, only needed if SSO is used"
},
{
"default": "",
- "label": "DATABASE_CONNECTION_POOL_MAX",
- "name": "DATABASE_CONNECTION_POOL_MAX"
+ "label": "GitHub Client ID (Optional)",
+ "name": "CLIENT_ID_GITHUB_LOGIN",
+ "description": "Optional, only needed if SSO is used"
},
{
"default": "",
- "label": "REDIS_URL",
- "name": "REDIS_URL"
+ "label": "GitHub Client Secret (Optional)",
+ "name": "CLIENT_SECRET_GITHUB_LOGIN",
+ "description": "Optional, only needed if SSO is used"
},
{
"default": "",
- "label": "URL",
- "name": "URL"
+ "label": "GitLab Client ID (Optional)",
+ "name": "CLIENT_ID_GITLAB_LOGIN",
+ "description": "Optional, only needed if SSO is used"
},
{
- "default": "3000",
- "label": "PORT",
- "name": "PORT"
+ "default": "",
+ "label": "GitLab Client Secret (Optional)",
+ "name": "CLIENT_SECRET_GITLAB_LOGIN",
+ "description": "Optional, only needed if SSO is used"
},
{
"default": "",
- "label": "COLLABORATION_URL",
- "name": "COLLABORATION_URL"
+ "label": "Captcha Secret (Optional)",
+ "name": "CAPTCHA_SECRET",
+ "description": "Optional, only needed if captcha is used"
},
{
"default": "",
- "label": "GOOGLE_CLIENT_ID",
- "name": "GOOGLE_CLIENT_ID"
+ "label": "Captcha Site Key (Optional)",
+ "name": "NEXT_PUBLIC_CAPTCHA_SITE_KEY",
+ "description": "Optional, only needed if captcha is used"
},
{
"default": "",
- "label": "GOOGLE_CLIENT_SECRET",
- "name": "GOOGLE_CLIENT_SECRET"
+ "label": "Plain API Key (Optional)",
+ "name": "PLAIN_API_KEY",
+ "description": "Optional, only needed if Plain is used"
},
{
"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"
+ "label": "Plain Wish Label IDs (Optional)",
+ "name": "PLAIN_WISH_LABEL_IDS",
+ "description": "Optional, only needed if Plain is used"
}
],
- "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"
+ "stackfile": "stacks/infisical/compose.yml",
+ "url": "https://github.com/shmolf/portainer-templates"
},
"restart_policy": "unless-stopped",
- "title": "Outline",
- "type": 3
+ "maintainer": " https://github.com/shmolf/portainer-templates/"
},
{
- "categories": [
- "Authenticationserver"
+ "category": [
+ "Video",
+ "Music",
+ "Other"
],
- "description": "Authentik is an open-source Identity Provider focused on flexibility and versatility",
+ "description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
"env": [
{
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "label": "PORT",
- "name": "PORT"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/goauthentik.png",
- "name": "Authentik",
+ "image": "linuxserver/htpcmanager:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/htpcmanager-icon.png",
"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/"
+ "ports": [
+ "8085/tcp"
+ ],
+ "title": "htpcmanager",
+ "type": 1,
+ "volumes": [
+ {
+ "container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "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"
+ "category": [
+ "Downloaders",
+ "Tools"
],
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/caronc/apprise-api/master/apprise_api/static/logo.png",
- "image": "linuxserver/apprise-api:latest",
+ "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[",
"env": [
{
- "name": "PUID",
"label": "PUID",
- "default": "1024",
- "description": "for UserID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "name": "PGID",
"label": "PGID",
- "default": "100",
- "description": "for GroupID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "name": "TZ",
"label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
+ "image": "linuxserver/jackett:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/jacket-icon.png",
+ "platform": "linux",
"ports": [
- "8000:8000/tcp"
+ "9117/tcp"
],
+ "title": "jackett",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/apprise-api/config"
+ "container": "/config"
+ },
+ {
+ "container": "/downloads"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "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"
+ "category": [
+ "Books",
+ "Other"
],
+ "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
"env": [
{
- "name": "PUID",
"label": "PUID",
- "default": "1024",
- "description": "for UserID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "name": "PGID",
"label": "PGID",
- "default": "100",
- "description": "for GroupID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "label": "CONTEXT_PATH",
+ "name": "CONTEXT_PATH",
+ "set": "booksonic"
},
{
- "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."
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
+ "image": "linuxserver/booksonic:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/booksonic.png",
+ "platform": "linux",
"ports": [
- "8080:8080/tcp"
+ "4040/tcp"
],
+ "title": "booksonic",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/pwndrop/config"
- }
- ],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "container": "/books"
+ },
+ {
+ "container": "/podcast"
+ },
+ {
+ "container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "type": 1,
- "categories": [
- "Familyappserver"
+ "category": [
+ "Management"
],
- "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",
+ "description": "Smokeping keeps track of your network latency.",
"env": [
{
- "name": "PUID",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "name": "PGID",
"label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "name": "TZ",
"label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
+ "image": "linuxserver/smokeping:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/smokeping-icon.png",
+ "platform": "linux",
"ports": [
- "3000:3000/tcp"
+ "80/tcp"
],
+ "title": "smokeping",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/firefox/config"
+ "container": "/config"
+ },
+ {
+ "container": "/data"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Managementutilityserver"
+ "category": [
+ "DNS",
+ "Tools"
],
- "description": "Remote Management Server",
+ "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence. First, go to duckdns site, register your subdomain and retrieve your token. Then run the docker create command above with your subdomain(s) and token. It will update your IP with the DuckDNS service every 5 minutes.",
"env": [
{
- "default": "/portainer/Files/AppData/MeshCentral/Config",
- "label": "Config Container Bind",
- "name": "CONFIG"
+ "label": "SUBDOMAINS",
+ "name": "SUBDOMAINS",
+ "set": ""
},
{
- "default": "/portainer/Files/AppData/MeshCentral/Files",
- "label": "Files Container Bind",
- "name": "FILES"
+ "label": "TOKEN",
+ "name": "TOKEN",
+ "set": ""
},
{
- "default": "/portainer/Files/AppData/MeshCentral/Backup",
- "label": "Backup Container Bind",
- "name": "BACK"
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "443",
- "label": "Container Port 443",
- "name": "PORT4"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
- "default": "80",
- "label": "Container Port 80",
- "name": "PORT8"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/meshc.png",
- "note": "MeshCentral",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/mesh.yml",
- "url": "https://github.com/mycroftwilde/portainer_templates"
- },
- "title": "MeshCentral",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Dashboardserver"
- ],
- "description": "Freeboard is a turn-key HTML-based 'engine' for dashboards. Besides a nice looking layout engine, it provides a plugin architecture for creating datasources (which fetch data) and widgets (which display data)\u2014 freeboard then does all the work to connect the two together.",
- "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/freeboard.jpg",
- "name": "freeboard",
- "repository": {
- "stackfile": "Template/Stack/freeboard.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "platform": "linux",
- "ports": [
- "8000:80/tcp"
- ],
- "restart_policy": "always",
- "title": "Freeboard",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Financeserver"
- ],
- "description": "Ghostfolio is an open source wealth management software built with web technology.",
- "logo": "https://avatars.githubusercontent.com/u/82473144?s=200",
- "name": "Ghostfolio",
- "repository": {
- "stackfile": "Template/Stack/ghostfolio.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "platform": "linux",
- "ports": [
- "3663:80/tcp"
- ],
- "restart_policy": "always",
- "title": "Ghostfolio",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Tools"
- ],
- "description": "A self-hosted bookmark management tool.",
- "logo": "https://github.com/beromir/Servas/raw/main/docs/images/home.png",
- "name": "Servas",
- "repository": {
- "stackfile": "Template/Stack/servas.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "platform": "linux",
- "ports": [
- "8456:80/tcp"
- ],
- "restart_policy": "always",
- "title": "Servas",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Tools"
- ],
- "description": "wallabag is a web application allowing you to save web pages for later reading. Click, save and read it when you want.",
- "logo": "https://www.wallabag.org/user/themes/boxify/img/logo-wallabag.svg",
- "name": "Wallabag",
- "repository": {
- "stackfile": "Template/Stack/wallabag.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
+ "image": "linuxserver/duckdns:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/duckdns.png",
"platform": "linux",
- "ports": [
- "8234:80/tcp"
- ],
- "restart_policy": "always",
- "title": "Wallabag",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "title": "duckdns",
+ "type": 1,
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Networkserver"
+ "category": [
+ "Downloaders"
],
- "description": "WIFI / LAN intruder detector",
+ "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.Optional postprocessors to add IMDb data, or to customize your xmltv listing.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "jokobsk/pi.alert",
- "logo": "https://raw.githubusercontent.com/pucherot/Pi.Alert/main/docs/img/1_devices.jpg",
- "name": "pi.alert",
+ "image": "linuxserver/webgrabplus:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/webgrabplus.png",
"platform": "linux",
- "ports": [
- "20211:20211/udp"
- ],
- "restart_policy": "always",
- "title": "Pi.alert",
+ "title": "webgrabplus",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/pi.alert",
"container": "/config"
+ },
+ {
+ "container": "/data"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Notesserver"
+ "category": [
+ "HomeAutomation:",
+ "Management"
+ ],
+ "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
+ "devices": [
+ {
+ "path to device": ""
+ }
],
- "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": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "label": "PORT",
- "name": "PORT"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "zadam/trilium:latest",
- "logo": "https://www.saashub.com/images/app/service_logos/55/2901389fab77/large.png?1561117248",
- "name": "trilium",
+ "image": "linuxserver/domoticz:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/logo.png",
"platform": "linux",
"ports": [
- "3388:8080/tcp"
+ "1443/tcp",
+ "6144/tcp",
+ "8080/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Trilium",
+ "title": "domoticz",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/trilium-data",
- "container": "/home/node/trilium-data"
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Smarthome"
+ "category": [
+ "Downloaders"
],
- "description": "A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.",
- "logo": "https://raw.githubusercontent.com/blakeblackshear/frigate/master/docs/static/img/frigate.png",
- "name": "frigatenvr",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/frigatenvr.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Frigate NVR",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Dashboardserver"
- ],
- "description": "Fenrus is a Node application and requires NodeJS to run. Once NodeJS is installed you can run Fenrus",
+ "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, \u00ef\u00bf\u00bdTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "1000",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "label": "PORT",
- "name": "PORT"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "logo": "https://user-images.githubusercontent.com/958400/154829266-62206846-c6ef-4718-9910-2b83eb6aa41c.png",
- "name": "Fenrus",
+ "image": "linuxserver/transmission:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/transmission-icon.png",
"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/"
+ "ports": [
+ "9091/tcp",
+ "51413/tcp",
+ "51413/udp"
+ ],
+ "title": "transmission",
+ "type": 1,
+ "volumes": [
+ {
+ "container": "/config"
+ },
+ {
+ "container": "/downloads"
+ },
+ {
+ "container": "/watch"
+ }
+ ],
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Libraryserver"
+ "category": [
+ "Music"
],
- "description": "Audiobook Server",
+ "description": "Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room. /music = Location of music. /media = Location of other media. /podcasts = Location of podcasts. /playlists = Location for playlists storage. CONTEXT_PATH is for setting url-base in reverse proxy setups - (optional) Default user/pass is admin/admin",
"env": [
{
- "default": "1000",
+ "label": "CONTEXT_PATH",
+ "name": "CONTEXT_PATH",
+ "set": ""
+ },
+ {
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "1000",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "ghcr.io/advplyr/audiobookshelf:latest",
- "logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/AudioBookshelfLogo.png",
- "name": "Audiobookshelf",
+ "image": "linuxserver/libresonic:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/libresonic.png",
"platform": "linux",
"ports": [
- "13378:80/tcp"
+ "4040/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Audiobookshelf",
+ "title": "libresonic",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Audiobookshelf",
- "container": "/config"
+ "container": "/music"
},
{
- "bind": "/path/to/audiobooks",
- "container": "/audiobooks"
+ "container": "/playlists"
},
{
- "bind": "/path/to/podcasts",
"container": "/podcasts"
},
{
- "bind": "/path/to/Metadata",
- "container": "/metadata"
+ "container": "/media"
+ },
+ {
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Familyappserver"
+ "category": [
+ "Downloaders",
+ "Video"
],
- "description": "Vikunja is a self hosted, open-source to-do list application",
+ "description": "Sickchill is an Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
- "default": "192.168.0.2",
- "label": "IP",
- "name": "IP"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
- "default": "80",
- "label": "PORT",
- "name": "PORT"
- }
- ],
- "logo": "https://raw.githubusercontent.com/go-vikunja/frontend/main/public/images/icons/android-chrome-192x192.png",
- "note": "Vikunja is a self hosted, open-source to-do list application",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/vikunja.yml",
- "url": "https://github.com/mycroftwilde/portainer_templates"
- },
- "title": "Vikunja",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Mediaserver"
- ],
- "description": "Helps you organize your *Ahem* ...more MATURE Media material....",
- "env": [
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
+ },
{
- "label": "PORT",
- "name": "PORT"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "logo": "https://dashy.to/img/dashy.png",
- "name": "Stash",
- "note": "## Keep configs, scrapers, and plugins here. - /portainer/Files/AppData/Config/stash:/root/.stash
## Point this at your collection.
- ./data:/data
## This is where your stash's metadata lives
- /portainer/Files/AppData/Config/stashmeta:/metadata
## Any other cache content.
- /portainer/Files/AppData/Config/stashcache:/cache
## Where to store generated content (screenshots,previews,transcodes,sprites)
- /portainer/Files/AppData/Config/stashgenerated:/generated",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/stash.yml",
- "url": "https://github.com/mycroftwilde/portainer_templates"
- },
- "title": "Stash",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Chatserver"
- ],
- "description": "Rocket.Chat Server",
- "logo": "https://raw.githubusercontent.com/portapps/rocketchat-portable/master/res/papp.png",
- "note": "Rocket.Chat Server Container",
+ "image": "linuxserver/sickchill:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sickchill.png",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/rocketchat.yml",
- "url": "https://github.com/mycroftwilde/portainer_templates"
- },
- "title": "Rocket Chat",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Notesserver"
+ "ports": [
+ "8081/tcp"
],
- "description": "Joplin is an open-source note-taking app",
- "env": [
+ "title": "sickchill",
+ "type": 1,
+ "volumes": [
{
- "default": "22300",
- "label": "PORT",
- "name": "PORT"
+ "container": "/config"
},
{
- "default": "http://joplin.yourdomain.tld:22300",
- "label": "URL",
- "name": "URL"
+ "container": "/downloads"
+ },
+ {
+ "container": "/tv"
}
],
- "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/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "type": 1,
- "categories": [
- "Libraryserver"
+ "category": [
+ "Music",
+ "Other",
+ "Tools"
],
- "title": "Calibre",
- "name": "Calibre",
- "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/calibre/config
",
- "description": "Calibre is a powerful and easy to use e-book manager. Users say it\u2019s outstanding and a must-have. It\u2019ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It\u2019s also completely free and open source and great for both casual users and computer experts.",
- "platform": "linux",
- "logo": "https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png",
- "image": "linuxserver/calibre:latest",
+ "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"env": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "label": "BRAINZCODE",
+ "name": "BRAINZCODE",
+ "set": ""
},
{
- "name": "PGID",
- "label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "label": "WEBADDRESS",
+ "name": "WEBADDRESS",
+ "set": ""
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
- "name": "PASSWORD",
- "label": "PASSWORD",
- "default": "",
- "description": "Optionally set a password for the gui."
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "name": "CLI_ARGS",
- "label": "CLI_ARGS",
- "default": "",
- "description": "Optionally pass cli start arguments to calibre."
- }
- ],
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
+ }
+ ],
+ "image": "linuxserver/musicbrainz:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/musicbrainz-icon.png",
+ "platform": "linux",
"ports": [
- "8080:8080/tcp",
- "8081:8081/tcp"
+ "5000/tcp"
],
+ "title": "musicbrainz",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/calibre/config"
+ "container": "/config"
+ },
+ {
+ "container": "/data"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "type": 1,
- "categories": [
- "Smarthome"
+ "category": [
+ "Messenger"
],
- "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",
+ "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
"env": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
- },
- {
- "name": "PGID",
"label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "name": "SEC_KEY",
- "label": "SEC_KEY",
- "default": "",
- "description": "Key used to secure communication."
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "name": "TZ",
"label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
+ "image": "linuxserver/quassel-core:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/quassel-core-icon.png",
+ "platform": "linux",
"ports": [
- "8080:8080/tcp",
- "50000:50000/tcp"
+ "4242/tcp"
],
+ "title": "quassel-core",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/habridge/config"
+ "container": "/config"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Dashboardserver"
+ "category": [
+ "Photos"
],
- "description": "MagicMirror2 Server",
+ "description": "A simple, easy way to turn a photo album into a webgallery",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "karsten13/magicmirror:latest",
- "logo": "https://github.com/MichMich/MagicMirror/raw/master/.github/header.png",
- "name": "MagicMirror2",
+ "image": "linuxserver/photoshow:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/photoshow-icon.png",
"platform": "linux",
"ports": [
- "8080:8080/tcp"
+ "80/tcp"
],
- "restart_policy": "unless-stopped",
- "command": "/bin/bash -c \"npm run server\" && exit 777",
- "title": "MagicMirror2",
+ "title": "photoshow",
"type": 1,
"volumes": [
{
- "container": "/opt/magic_mirror/config"
+ "container": "/Pictures"
},
{
- "container": "/opt/magic_mirror/modules"
+ "container": "/Thumbs"
},
{
- "container": "/opt/magic_mirror/css"
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Libraryserver"
+ "category": [
+ "Music"
],
- "description": "Koomga Manga, Comic and E-Book Server",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "gotson/komga:latest",
- "logo": "https://raw.githubusercontent.com/gotson/komga/master/.github/readme-images/app-icon.png",
- "name": "Komga",
+ "image": "linuxserver/daapd:latest",
+ "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
"platform": "linux",
- "ports": [
- "8080:8080/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Komga",
+ "title": "daapd",
"type": 1,
"volumes": [
{
- "container": "/books"
- },
- {
- "container": "/comics"
- },
- {
- "container": "/manga"
+ "container": "/config"
},
{
- "container": "/config"
+ "container": "/music"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Libraryserver"
+ "category": [
+ "Web",
+ "Books",
+ "Tools"
],
- "description": "Kavita Manga, Comic and E-Book Server",
+ "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
}
],
- "image": "kizaing/kavita:latest",
- "logo": "https://raw.githubusercontent.com/Kareadita/Kavita/main/UI/Web/src/assets/images/logo.png",
- "name": "Kavita",
+ "image": "linuxserver/gazee:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/gazee-logo.png",
"platform": "linux",
"ports": [
- "5000:5000/tcp"
+ "4242/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Kavita",
+ "title": "gazee",
"type": 1,
"volumes": [
{
- "container": "/books"
+ "container": "/config"
},
{
"container": "/comics"
},
{
- "container": "/manga"
- },
- {
- "container": "/config"
+ "container": "/mylar"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "type": 1,
- "categories": [
- "Managementutilityserver"
+ "category": [
+ "Productivity"
],
- "title": "Snipe-it",
- "name": "Snipe-it",
- "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/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",
+ "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
"env": [
{
- "name": "PUID",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "name": "PGID",
"label": "PGID",
- "default": "100",
- "description": "for UserID"
- },
- {
- "name": "APP_URL",
- "label": "APP_URL",
- "default": "",
- "description": "Hostname or IP and port if applicable IE :8080"
- },
- {
- "name": "MYSQL_PORT_3306_TCP_ADDR",
- "label": "MYSQL_PORT_3306_TCP_ADDR",
- "default": "",
- "description": "Mysql hostname or IP to use"
- },
- {
- "name": "MYSQL_PORT_3306_TCP_PORT",
- "label": "MYSQL_PORT_3306_TCP_PORT",
- "default": "",
- "description": "Mysql port to use"
- },
- {
- "name": "MYSQL_DATABASE",
- "label": "MYSQL_DATABASE",
- "default": "",
- "description": "Mysql database to use"
- },
- {
- "name": "MYSQL_USER",
- "label": "MYSQL_USER",
- "default": "",
- "description": "Mysql user to use"
+ "name": "PGID",
+ "set": "1000"
},
{
- "name": "MYSQL_PASSWORD",
- "label": "MYSQL_PASSWORD",
- "default": "changeme",
- "description": "Mysql password to use"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
+ "image": "linuxserver/codiad:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/codiad-icon.png",
+ "platform": "linux",
"ports": [
- "8080:80/tcp"
+ "80/tcp"
],
+ "title": "codiad",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/snipe-it/config"
+ "container": "/config"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Taskserver"
- ],
- "description": "It is a self-hosted monitoring tool like Uptime Robot",
- "image": "louislam/uptime-kuma:latest",
- "logo": "https://images.opencollective.com/uptime-kuma/29c5113/logo/256.png",
- "name": "uptime-kuma",
- "platform": "linux",
- "ports": [
- "3001:3001/tcp"
- ],
- "restart_policy": "always",
- "title": "Uptime Kuma",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/UptimeKuma",
- "container": "/app/data"
- }
- ],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "type": 1,
- "title": "Grafana",
- "description": "Metrics Graphing Tool",
- "logo": "https://raw.githubusercontent.com/grafana/grafana/main/docs/logo-horizontal.png",
- "platform": "linux",
- "restart_policy": "unless-stopped",
- "categories": [
- "Dashboardserver"
- ],
- "image": "grafana/grafana:latest",
- "ports": [
- "3000/tcp"
+ "category": [
+ "Other"
],
- "network": "bridge",
- "volumes": [
+ "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
+ "env": [
{
- "container": "/etc/grafana/grafana.ini"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
- "container": "/var/lib/grafana"
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "container": "/var/log/grafana"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Smarthome"
- ],
- "description": "Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range of nodes in the palette.",
- "image": "nodered/node-red",
- "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/node-red-icon.svg",
- "name": "nodered",
+ "image": "linuxserver/oscam:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/oscam.png",
"platform": "linux",
"ports": [
- "1880:1880/tcp"
+ "8888/tcp",
+ "10000/tcp"
],
- "restart_policy": "always",
- "title": "Nodered",
+ "title": "oscam",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Nodered",
- "container": "/data"
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Managementutilityserver"
- ],
- "description": "draw.io (formerly Diagramly) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPMN online, as a circuit diagram maker, and more. draw.io can import .vsdx, Gliffy\u2122 and Lucidchart\u2122 files.",
- "image": "jgraph/drawio:latest",
- "logo": "https://raw.githubusercontent.com/qwerty00007/portainer_templates/master/Images/draw.io.png",
- "name": "draw.io",
- "platform": "linux",
- "ports": [
- "8080:8080/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "draw.io",
- "type": 1,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Dashboardserver"
- ],
- "description": "Helps you organize your self-hosted services by making them accessible from a single place.",
- "logo": "https://dashy.to/img/dashy.png",
- "name": "Dashy",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/dashy.yml",
- "url": "https://github.com/mycroftwilde/portainer_templates"
- },
- "title": "Dashy",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Musicserver"
+ "category": [
+ "Video"
],
- "description": "Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!",
+ "description": "Headless installation of Kodi\u00ef\u00bf\u00bd (formerly known as XBMC\u00ef\u00bf\u00bd), to enable library updates.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "1000",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "label": "PORT",
- "name": "PORT"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "logo": "https://github.com/navidrome/navidrome/raw/master/resources/logo-192x192.png",
- "name": "Navidrome",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/navidrome.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Navidrome",
- "type": 3,
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Dashboardserver"
- ],
- "description": "Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.",
- "image": "pawelmalak/flame",
- "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/flame.png",
- "name": "flame-dashboard",
+ "image": "linuxserver/kodi-headless:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/kodi-icon.png",
"platform": "linux",
"ports": [
- "5005:5005/tcp"
+ "8080/tcp",
+ "9777/udp"
],
- "restart_policy": "unless-stopped",
- "title": "Flame-Dashboard",
+ "title": "kodi-headless",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/flame-dashboard",
- "container": "/app/data"
+ "container": "/config/.kodi"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "type": 1,
- "categories": [
- "Tools"
+ "category": [
+ "Cloud",
+ "Other"
],
- "title": "Foldingathome",
- "name": "Foldingathome",
- "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/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",
+ "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"env": [
{
- "name": "PUID",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "name": "PGID",
"label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "name": "TZ",
"label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
+ "image": "linuxserver/pydio:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/pydio-icon.png",
+ "platform": "linux",
"ports": [
- "7396:7396/tcp",
- "36330:36330/tcp"
+ "443/tcp"
],
+ "title": "pydio",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/foldingathome/config"
+ "container": "/config"
+ },
+ {
+ "container": "/data"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Authenticationserver"
+ "category": [
+ "Downloaders"
],
- "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
+ "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"env": [
+ {
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
+ },
+ {
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
+ },
{
"label": "TZ",
- "name": "TZ"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "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.",
+ "image": "linuxserver/sabnzbd:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sabnzbd-icon.png",
"platform": "linux",
"ports": [
- "9091:9091/tcp"
+ "8080/tcp",
+ "9090/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Authelia",
+ "title": "sabnzbd",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Authelia",
- "container": "/etc/authelia/"
+ "container": "/config"
+ },
+ {
+ "container": "/downloads"
+ },
+ {
+ "container": "/incomplete-downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Usenetserver"
+ "category": [
+ "Downloaders",
+ "Video"
],
- "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.",
+ "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "TZ",
- "name": "TZ"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "hotio/bazarr:release",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bazarr.png",
- "name": "Bazarr",
+ "image": "linuxserver/medusa:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/medusa-icon.png",
"platform": "linux",
"ports": [
- "6767:6767/tcp"
+ "8081/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Bazarr",
+ "title": "medusa",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Bazarr",
"container": "/config"
},
{
- "bind": "/portainer/TV",
"container": "/tv"
},
{
- "bind": "/portainer/Movies",
- "container": "/movies"
+ "container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Musicserver"
+ "category": [
+ "Tools",
+ "Web",
+ "Other"
],
- "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.",
+ "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/beets:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/beets-icon.png",
- "name": "beets",
+ "image": "linuxserver/heimdall:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/heimdall-icon.png",
"platform": "linux",
"ports": [
- "8337:8337/tcp"
+ "80/tcp",
+ "443/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Beets",
+ "title": "heimdall",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Beets",
"container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
+ },
+ {
+ "category": [
+ "Backup:",
+ "Cloud",
+ "Other",
+ "Tools"
+ ],
+ "description": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.",
+ "env": [
+ {
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
- "bind": "/portainer/Music",
- "container": "/music"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Passwordserver"
- ],
- "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.",
- "image": "vaultwarden/server:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bitwarden.png",
- "name": "vaultwarden",
- "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
+ "image": "linuxserver/syncthing:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/syncthing-icon.png",
"platform": "linux",
"ports": [
- ":80/tcp"
+ "8384/tcp",
+ "21027/udp",
+ "22000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Vaultwarden",
+ "title": "syncthing",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Vaultwarden",
"container": "/config"
+ },
+ {
+ "container": "/sync"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Libraryserver"
+ "category": [
+ "Web",
+ "Proxy",
+ "Other",
+ "Tools"
],
- "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.",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "default": "booksonic",
- "label": "CONTEXT_PATH",
- "name": "CONTEXT_PATH"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/booksonic:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/booksonic.png",
- "name": "booksonic",
+ "image": "linuxserver/muximux:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/muximux-icon.png",
"platform": "linux",
"ports": [
- "4040:4040/tcp"
+ "80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Booksonic",
+ "title": "muximux",
"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/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Notesserver"
+ "category": [
+ "Music"
],
- "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.",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "TZ",
- "name": "TZ"
- },
+ "name": "TZ",
+ "set": "America/Chicago"
+ }
+ ],
+ "image": "linuxserver/beets:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/beets-icon.png",
+ "platform": "linux",
+ "ports": [
+ "8337/tcp"
+ ],
+ "title": "beets",
+ "type": 1,
+ "volumes": [
{
- "label": "DATABASE_PASSWORD",
- "name": "DATABASE_PASSWORD"
+ "container": "/config"
},
{
- "label": "MYSQL_ROOT_PASSWORD",
- "name": "MYSQL_ROOT_PASSWORD"
+ "container": "/downloads"
},
{
- "label": "PORT",
- "name": "PORT"
+ "container": "/music"
}
],
- "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/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Libraryserver"
+ "category": [
+ "Messenger"
],
- "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.",
+ "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"env": [
{
- "default": "1000",
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
- "label": "PGID",
- "name": "PGID"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/cops:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/cops-icon.png",
- "name": "cops",
+ "image": "linuxserver/znc:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/znc-icon.png",
"platform": "linux",
"ports": [
- "80/tcp"
+ "6501/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "COPS",
+ "title": "znc",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Books",
- "container": "/books"
- },
- {
- "bind": "/portainer/Files/AppData/Config/Cops",
"container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Photos"
+ "category": [
+ "Cloud",
+ "Books"
],
- "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.",
+ "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"
- },
- {
- "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": ""
+ "name": "PGID",
+ "set": "1000"
},
{
- "label": "CHEVERETO_DB_NAME",
- "name": "CHEVERETO_DB_NAME",
- "set": ""
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "label": "CHEVERETO_DB_PREFIX",
- "name": "CHEVERETO_DB_PREFIX",
- "set": ""
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "nmtan/chevereto:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/Chevereto.png",
- "name": "Chevereto",
+ "image": "linuxserver/cops:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/cops-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Chevereto",
+ "title": "cops",
"type": 1,
"volumes": [
{
- "container": "/var/www/html/images"
+ "container": "/books"
+ },
+ {
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Familyappserver"
+ "category": [
+ "Messenger"
],
- "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/"
- },
- {
- "categories": [
- "Codeserver"
- ],
- "description": "Code-server is VS Code running on a remote server, accessible through the browser.",
+ "description": "A self-hosted web IRC client",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "1000",
- "label": "PUID",
- "name": "GUID"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "TZ",
- "name": "TZ"
- },
- {
- "label": "PASSWORD",
- "name": "PASSWORD"
- },
- {
- "label": "SUDO_PASSWORD",
- "name": "SUDO_PASSWORD"
- },
- {
- "default": "example.my.domain",
- "label": "PROXY_DOMAIN",
- "name": "PROXY_DOMAIN"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/code-server:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/code-server.png",
- "name": "code-server",
+ "image": "linuxserver/thelounge:latest",
+ "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
"platform": "linux",
"ports": [
- "8443:8443/tcp"
+ "9000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Code Server",
+ "title": "thelounge",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Code-Server",
"container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Codeserver"
+ "category": [
+ "Downloaders"
],
- "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/codiad:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/codiad-icon.png",
- "name": "codiad",
+ "image": "linuxserver/nzbget:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nzbget-icon.png",
"platform": "linux",
"ports": [
- "80/tcp"
+ "6789/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Codiad",
+ "title": "nzbget",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Codiad",
"container": "/config"
+ },
+ {
+ "container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Musicserver"
+ "category": [
+ "Downloaders",
+ "Other",
+ "Video",
+ "Tools"
],
- "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
+ "description": "Ombi allows you to host your own Plex Request and user management system. ",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "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"
+ "name": "PGID",
+ "set": "1000"
},
{
- "bind": "/portainer/Music",
- "container": "/music"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "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",
+ "image": "linuxserver/ombi:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ombi.png",
"platform": "linux",
"ports": [
- "5000:5000/tcp"
+ "3579/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "DashMachine",
+ "title": "ombi",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Dashmachine",
- "container": "/dashmachine/dashmachine/user_data"
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Ftpserver"
+ "category": [
+ "Cloud",
+ "Web",
+ "Management",
+ "Photos"
],
- "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.",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/davos:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/davos.png",
- "name": "davos",
- "note": "Configuration - /config - AppData Location
- /downloads - File Download Location
",
+ "image": "linuxserver/lychee:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lychee-icon.png",
"platform": "linux",
"ports": [
- "8080/tcp"
+ "80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Davos",
+ "title": "lychee",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Davos",
"container": "/config"
},
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "container": "/pictures"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Torrentserver"
+ "category": [
+ "Downloaders"
],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "UMASK_SET",
"name": "UMASK_SET",
"set": "000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
"image": "linuxserver/deluge:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/deluge-icon.png",
- "name": "deluge",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/deluge-icon.png",
"platform": "linux",
- "restart_policy": "unless-stopped",
- "title": "Deluge",
+ "title": "deluge",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Deluge",
"container": "/config"
},
{
- "bind": "/portainer/Downloads",
"container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Smarthome"
+ "category": [
+ "Downloaders",
+ "Music"
],
- "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.",
+ "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/domoticz:latest",
- "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
- "name": "domoticz",
+ "image": "linuxserver/lidarr:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lidarr.png",
"platform": "linux",
"ports": [
- "1443:1443/tcp",
- "6144:6144/tcp",
- "8080:8080/tcp"
+ "8686/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Domoticz",
+ "title": "lidarr",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Domoticz",
"container": "/config"
+ },
+ {
+ "container": "/downloads"
+ },
+ {
+ "container": "/music"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Mediaserver"
+ "category": [
+ "Management",
+ "Tools"
],
- "description": "Emby organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "TZ",
- "name": "TZ"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/emby:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/emby.png",
- "name": "Emby",
+ "image": "linuxserver/unifi-controller:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/unifi-icon.png",
"platform": "linux",
"ports": [
- "8096:8096/tcp",
- "8920:8920/tcp"
+ "3478/udp",
+ "10001/udp",
+ "8080/tcp",
+ "8081/tcp",
+ "8443/tcp",
+ "8843/tcp",
+ "8880/tcp",
+ "6789/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Emby",
+ "title": "unifi-controller",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Emby",
"container": "/config"
- },
- {
- "bind": "/portainer/TV",
- "container": "/data/tvshows"
- },
- {
- "bind": "/portainer/Movies",
- "container": "/data/movies"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Mediaserver"
- ],
- "description": "Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.",
- "image": "linuxserver/embystat:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/embystat.png",
- "name": "EmbyStat",
- "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services.",
- "platform": "linux",
- "ports": [
- "6555:6555/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "EmbyStat",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/EmbyStat",
- "container": "/config"
- }
- ],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Smarthome"
+ "category": [
+ "Cloud",
+ "Books"
],
- "description": "A free, self-hostable rss aggregator.",
+ "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/freshrss:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/freshrss-icon.png",
- "name": "freshrss",
+ "image": "linuxserver/calibre-web:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/calibre-web-icon.png",
"platform": "linux",
"ports": [
- "80/tcp"
+ "8083/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "FreshRSS",
+ "title": "calibre-web",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/freshrss",
+ "container": "/books"
+ },
+ {
"container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Libraryserver"
+ "category": [
+ "Video",
+ "Music",
+ "Photos"
],
- "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser.",
+ "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "VERSION",
+ "name": "VERSION",
+ "set": "latest"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/gazee:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/gazee-logo.png",
- "name": "gazee",
+ "image": "linuxserver/plex:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/plex-icon.png",
"platform": "linux",
- "restart_policy": "unless-stopped",
- "title": "Gazee",
+ "title": "plex",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Gazee",
"container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
+ },
+ {
+ "category": [
+ "Music"
+ ],
+ "description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, \u00ef\u00bf\u00bdTorrent and Blackhole.",
+ "env": [
+ {
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "bind": "/portainer/Comics",
- "container": "/comics"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
- "bind": "/portainer/Files/AppData/Gazee",
- "container": "/mylar"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Managementutilityserver"
- ],
- "description": "A clientless remote desktop gateway.",
- "image": "oznu/guacamole:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/guacamole.png",
- "name": "guacamole",
- "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
+ "image": "linuxserver/headphones:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/headphones-icon.png",
"platform": "linux",
"ports": [
- "8080:8080/tcp"
+ "8181/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Guacamole",
+ "title": "headphones",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Guacamole",
"container": "/config"
+ },
+ {
+ "container": "/downloads"
+ },
+ {
+ "container": "/music"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Familyappserver"
+ "category": [
+ "Downloaders"
],
- "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility.",
+ "description": "The qBittorrent project aims to provide an open-source software alternative to \u00ef\u00bf\u00bdTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "label": "Timezone",
- "name": "TZ"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/grocy:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/grocy_logo.png",
- "name": "grocy",
+ "image": "linuxserver/qbittorrent:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/qbittorrent-icon.png",
"platform": "linux",
"ports": [
- "80/tcp"
+ "6881/tcp",
+ "6881/udp",
+ "8080/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Grocy",
+ "title": "qbittorrent",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Grocy",
"container": "/config"
+ },
+ {
+ "container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Usenetserver"
+ "category": [
+ "Downloaders",
+ "Video"
],
- "description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, \u00b5Torrent and Blackhole.",
+ "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/headphones:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/headphones-icon.png",
- "name": "headphones",
+ "image": "linuxserver/couchpotato:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/couchpotato-icon.png",
"platform": "linux",
"ports": [
- "8181:8181/tcp"
+ "5050/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Headphones",
+ "title": "couchpotato",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Headphones",
"container": "/config"
},
{
- "bind": "/portainer/Downloads",
- "container": "/Downloads"
+ "container": "/downloads"
},
{
- "bind": "/portainer/Music",
- "container": "/music"
+ "container": "/movies"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Dashboardserver"
- ],
- "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
- "image": "b4bz/homer:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/homer.png",
- "name": "homer",
- "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
- "platform": "linux",
- "ports": [
- "8902:8080/tcp"
+ "category": [
+ "FTP",
+ "Other",
+ "Tools"
],
- "restart_policy": "unless-stopped",
- "title": "Homer",
- "type": 1,
- "volumes": [
+ "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
+ "env": [
{
- "bind": "/portainer/Files/AppData/Config/Homer/assets",
- "container": "/www/assets"
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "bind": "/portainer/Files/AppData/Config/Homer",
- "container": "/www/config.yml"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "categories": [
- "Taskserver"
- ],
- "description": "Create agents that monitor and act on your behalf.",
- "image": "huginn/huginn:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/huginn.png",
- "name": "huginn",
+ "image": "linuxserver/davos:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/davos.png",
"platform": "linux",
"ports": [
- "3000:3000/tcp"
+ "8080/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Huginn",
+ "title": "davos",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/huginn",
- "container": "/var/lib/mysql"
+ "container": "/config"
+ },
+ {
+ "container": "/download"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Mediaserver"
+ "category": [
+ "Other"
],
- "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
+ "description": "A free, self-hostable rss aggregator\u00ef\u00bf\u00bd",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "TZ",
- "name": "TZ"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/jellyfin:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jellyfin.png",
- "name": "jellyfin",
+ "image": "linuxserver/freshrss:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/freshrss-icon.png",
"platform": "linux",
"ports": [
- "8096:8096/tcp",
- "8920:8920/tcp"
+ "80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Jellyfin",
+ "title": "freshrss",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Jellyfin",
"container": "/config"
- },
- {
- "bind": "/portainer/TV",
- "container": "/data/tvshows"
- },
- {
- "bind": "/portainer/Movies",
- "container": "/data/movies"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Mediaserver"
+ "category": [
+ "Other"
],
- "description": "Headless installation of Kodi\u2122 (formerly known as XBMC\u2122), to enable library updates.",
+ "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": [
{
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
+ "label": "INTERFACE",
+ "name": "INTERFACE",
+ "set": "eth0"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/kodi-headless:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/kodi-icon.png",
- "name": "kodi-headless",
+ "image": "linuxserver/openvpn-as:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/openvpn-as-icon.png",
"platform": "linux",
"ports": [
- "8080/tcp",
- "9777/udp"
+ "943/tcp",
+ "9443/tcp",
+ "1194/udp"
],
- "restart_policy": "unless-stopped",
- "title": "Kodi Headless",
+ "title": "openvpn-as",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Kodi",
"container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Libraryserver"
+ "category": [
+ "Downloaders",
+ "Books"
],
- "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
+ "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/lazylibrarian:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lazylibrarian-icon.png",
- "name": "lazylibrarian",
+ "image": "linuxserver/mylar:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/mylar-icon.png",
"platform": "linux",
"ports": [
- "5299:5299/tcp"
+ "8090/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "LazyLibrarian",
+ "title": "mylar",
"type": 1,
"volumes": [
{
@@ -5120,882 +4114,916 @@
"container": "/downloads"
},
{
- "container": "/books"
+ "container": "/comics"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Proxyserver"
+ "category": [
+ "Downloaders",
+ "Other",
+ "Tools"
],
- "description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.",
+ "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
"env": [
{
- "label": "EMAIL",
- "name": "EMAIL",
- "set": "-Xms256m -Xmx512m"
- },
- {
- "label": "URL",
- "name": "URL",
- "set": "-Xms256m -Xmx512m"
- },
- {
- "label": "SUBDOMAINS",
- "name": "SUBDOMAINS",
- "set": "www,"
- },
- {
- "label": "ONLY_SUBDOMAINS",
- "name": "ONLY_SUBDOMAINS",
- "set": "false"
- },
- {
- "label": "DHLEVEL",
- "name": "DHLEVEL",
- "set": "2048"
- },
- {
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
- },
- {
- "label": "VALIDATION",
- "name": "VALIDATION",
- "set": "http"
+ "name": "PGID",
+ "set": "1000"
},
{
- "label": "DNSPLUGIN",
- "name": "DNSPLUGIN",
- "set": "http"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/swag:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/letsencrypt.png",
- "name": "letsencrypt / SWAG",
- "note": "Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.- - Port 443 on the internet side of the router should be forwarded to this container's port 443.
- - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud
- - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start.
- - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.
- - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file
docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>
",
+ "image": "linuxserver/hydra2:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/hydra-icon.png",
"platform": "linux",
"ports": [
- "80/tcp",
- "443/tcp"
+ "5076/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Let's Encrypt / SWAG",
+ "title": "hydra2",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"container": "/config"
+ },
+ {
+ "container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Usenetserver"
+ "category": [
+ "Cloud",
+ "Productivity",
+ "Tools",
+ "Other"
],
- "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
+ "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "hotio/lidarr:release",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lidarr.png",
- "name": "lidarr",
+ "image": "linuxserver/projectsend:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/projectsend-logo.png",
"platform": "linux",
"ports": [
- "8686:8686/tcp"
+ "80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Lidarr",
+ "title": "projectsend",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Lidarr",
- "container": "/config"
- },
- {
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "container": "/data"
},
{
- "bind": "/portainer/Music",
- "container": "/music"
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Photos"
+ "category": [
+ "Other"
],
- "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.",
+ "description": "Server version of minetest, a free, open source alternative to minecraft.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/lychee:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lychee-icon.png",
- "name": "lychee",
+ "image": "linuxserver/minetest:latest",
+ "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"platform": "linux",
"ports": [
- "80/tcp"
+ "30000/udp"
],
- "restart_policy": "unless-stopped",
- "title": "Lychee",
+ "title": "minetest",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Lychee",
- "container": "/config"
- },
- {
- "bind": "/portainer/Pictures",
- "container": "/pictures"
+ "container": "/config/.minetest"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Databaseserver"
+ "category": [
+ "Video",
+ "Other"
],
- "description": "An Enhanced drop in replacement for Mysql.",
+ "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"env": [
{
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
},
{
- "default": "100",
- "label": "PGID",
- "name": "PGID"
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
},
{
- "label": "MYSQL_ROOT_PASSWORD",
- "name": "MYSQL_ROOT_PASSWORD",
- "set": ""
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/mariadb:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mariadb-icon.png",
- "name": "mariadb",
+ "image": "linuxserver/tvheadend:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tvheadend.png",
"platform": "linux",
"ports": [
- "3306:3306/tcp"
+ "9981/tcp",
+ "9982/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "MariaDB",
+ "title": "tvheadend",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Mariadb",
"container": "/config"
+ },
+ {
+ "container": "/recordings"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "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/"
- },
- {
- "categories": [
- "Chatserver"
+ "category": [
+ "Backup:",
+ "Cloud",
+ "Other",
+ "Productivity",
+ "Tools"
],
- "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
+ "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "TZ",
- "name": "TZ"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "goofball222/murmur:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/Mumble-logo.png",
- "name": "murmur",
+ "image": "linuxserver/duplicati:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/duplicati-icon.png",
"platform": "linux",
"ports": [
- "64738:64738/tcp",
- "64738:64738/udp"
+ "8200/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Murmur",
+ "title": "duplicati",
"type": 1,
"volumes": [
{
- "bind": "/etc/localtime:ro",
- "container": "/etc/localtime"
+ "container": "/config"
},
{
- "bind": "/portainer/Files/Config/Murmur",
- "container": "/opt/murmur/config"
+ "container": "/tmp"
},
{
- "bind": "/portainer/Files/Murmur/data",
- "container": "/opt/murmur/data"
+ "container": "/backups"
},
{
- "bind": "/portainer/Files/Murmur/log",
- "container": "/opt/murmur/log"
+ "container": "/source"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Musicserver"
+ "category": [
+ "Backup:",
+ "Cloud",
+ "Other",
+ "Tools"
],
- "description": "MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
+ "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.",
"env": [
{
- "label": "BRAINZCODE",
- "name": "BRAINZCODE",
- "set": ""
- },
- {
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/musicbrainz:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/musicbrainz-icon.png",
- "name": "musicbrainz",
+ "image": "linuxserver/resilio-sync:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/resilio.png",
"platform": "linux",
"ports": [
- "5000:5000/tcp"
+ "8888/tcp",
+ "55555/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "MusicBrainz",
+ "title": "resilio-sync",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/MusicBrainz",
"container": "/config"
},
{
- "bind": "/portainer/Files/AppData/MusicBrainz",
- "container": "/data"
+ "container": "/sync"
+ },
+ {
+ "container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Dashboardserver"
+ "category": [
+ "Downloaders",
+ "Video"
],
- "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.",
+ "description": "Radarr - A fork of Sonarr to work with movies \u00ef\u00bf\u00bd la Couchpotato.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/muximux:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/muximux-icon.png",
- "name": "muximux",
+ "image": "linuxserver/radarr:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/radarr.png",
"platform": "linux",
"ports": [
- "80/tcp"
+ "7878/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Muximux",
+ "title": "radarr",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Muximux",
"container": "/config"
+ },
+ {
+ "container": "/downloads"
+ },
+ {
+ "container": "/movies"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Usenetserver"
+ "category": [
+ "Photos"
],
- "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/mylar:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mylar-icon.png",
- "name": "mylar",
+ "image": "linuxserver/piwigo:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/piwigo-icon.png",
"platform": "linux",
"ports": [
- "8090:8090/tcp"
+ "80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Mylar",
+ "title": "piwigo",
"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/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Usenetserver"
+ "category": [
+ "Cloud",
+ "Books"
],
- "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.",
+ "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": [
{
- "default": "1000",
+ "label": "MAXMEM",
+ "name": "MAXMEM",
+ "set": "512"
+ },
+ {
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/nzbget:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nzbget-icon.png",
- "name": "nzbget",
+ "image": "linuxserver/ubooquity:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ubooquity-icon.png",
"platform": "linux",
"ports": [
- "6789:6789/tcp"
+ "2202/tcp",
+ "2203/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "NZBGet",
+ "title": "ubooquity",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Nzbget",
- "container": "/config"
+ "container": "/books"
},
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "container": "/comics"
+ },
+ {
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Proxyserver"
+ "category": [
+ "Books"
],
- "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.",
+ "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/nzbhydra2:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/hydra-icon.png",
- "name": "nzbhydra2",
+ "image": "linuxserver/lazylibrarian:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lazylibrarian-icon.png",
"platform": "linux",
"ports": [
- "5076:5076/tcp"
+ "5299/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "NZBHydra 2",
+ "title": "lazylibrarian",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Nzbhydra2",
"container": "/config"
},
{
- "bind": "/portainer/Downloads",
"container": "/downloads"
+ },
+ {
+ "container": "/books"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Familyappserver"
+ "category": [
+ "Music"
],
- "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.",
+ "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
- "label": "TZ",
- "name": "TZ"
+ "label": "CONTEXT_PATH",
+ "name": "CONTEXT_PATH",
+ "set": "airsonic"
},
{
- "label": "DATABASE_PASSWORD",
- "name": "DATABASE_PASSWORD"
+ "label": "JAVA_OPTS",
+ "name": "JAVA_OPTS",
+ "set": "-Xms256m -Xmx512m"
},
{
- "label": "MYSQL_ROOT_PASSWORD",
- "name": "MYSQL_ROOT_PASSWORD"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
+ }
+ ],
+ "image": "linuxserver/airsonic:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/airsonic-logo.png",
+ "platform": "linux",
+ "ports": [
+ "4040/tcp"
+ ],
+ "title": "airsonic",
+ "type": 1,
+ "volumes": [
+ {
+ "container": "/music"
},
{
- "label": "PORT",
- "name": "PORT"
+ "container": "/playlists"
+ },
+ {
+ "container": "/podcasts"
+ },
+ {
+ "container": "/media"
+ },
+ {
+ "container": "/config"
}
],
- "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/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Proxyserver"
+ "category": [
+ "Tools",
+ "Web"
],
- "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.",
+ "description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>",
"env": [
{
- "default": "1000",
+ "label": "EMAIL",
+ "name": "EMAIL",
+ "set": "-Xms256m -Xmx512m"
+ },
+ {
+ "label": "URL",
+ "name": "URL",
+ "set": "-Xms256m -Xmx512m"
+ },
+ {
+ "label": "SUBDOMAINS",
+ "name": "SUBDOMAINS",
+ "set": "www,"
+ },
+ {
+ "label": "ONLY_SUBDOMAINS",
+ "name": "ONLY_SUBDOMAINS",
+ "set": "false"
+ },
+ {
+ "label": "DHLEVEL",
+ "name": "DHLEVEL",
+ "set": "2048"
+ },
+ {
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "VALIDATION",
+ "name": "VALIDATION",
+ "set": "http"
+ },
+ {
+ "label": "DNSPLUGIN",
+ "name": "DNSPLUGIN",
+ "set": "http"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/nginx:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nginx-icon.png",
- "name": "nginx",
+ "image": "linuxserver/letsencrypt:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/letsencrypt.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Nginx",
+ "title": "letsencrypt",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Nginx",
"container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Proxyserver"
+ "category": [
+ "Downloaders",
+ "Video"
],
- "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",
+ "description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"env": [
{
- "label": "DB_SQLITE_FILE",
- "name": "DB_SQLITE_FILE",
- "default": "/data/database.sqlite"
+ "label": "PUID",
+ "name": "PUID",
+ "set": "1000"
+ },
+ {
+ "label": "PGID",
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
+ "image": "linuxserver/sonarr:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sonarr-icon.png",
+ "platform": "linux",
"ports": [
- "80:80/tcp",
- "81:81/tcp",
- "443:443/tcp"
+ "8989/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Nginx Proxy Manager",
+ "title": "sonarr",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Nginx-Proxy/data",
- "container": "/data"
+ "container": "/config"
},
{
- "bind": "/portainer/Files/AppData/Config/Nginx-Proxy/letsencrypt",
- "container": "/etc/letsencrypt"
+ "container": "/dev/rtc"
+ },
+ {
+ "container": "/tv"
+ },
+ {
+ "container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Vpnserver"
+ "category": [
+ "Other",
+ "Tools"
],
- "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.",
+ "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.",
"env": [
{
- "label": "INTERFACE",
- "name": "INTERFACE",
- "set": "eth0"
- },
- {
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/openvpn-as:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/openvpn-as-icon.png",
- "name": "openvpn-as",
+ "image": "linuxserver/tautulli:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tautulli-icon.png",
"platform": "linux",
"ports": [
- "943:943/tcp",
- "9443:9443/tcp",
- "1194:1194/udp"
+ "8181/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "OpenVPN Access Server",
+ "title": "tautulli",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
+ "container": "/logs"
+ },
+ {
"container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Dashboardserver"
+ "category": [
+ "Downloaders"
],
- "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
+ "description": "Popular torrent client with a webui for ease of use.",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "organizr/organizr:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png",
- "name": "organizr-v2",
+ "image": "linuxserver/rutorrent:latest",
+ "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
"platform": "linux",
"ports": [
- "80/tcp"
+ "80/tcp",
+ "51413/tcp",
+ "6881/udp"
],
- "restart_policy": "unless-stopped",
- "title": "Organizr",
+ "title": "rutorrent",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Organizr",
"container": "/config"
+ },
+ {
+ "container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Familyappserver"
+ "category": [
+ "Cloud",
+ "Productivity",
+ "Tools",
+ "Other",
+ "Web"
],
- "description": "ownCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily\u2014all under your control. ownCloud\u2019s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage.",
+ "description": "Nextcloud is an open source, self-hosted file sync and communication app platform. Access and sync your files, contacts, calendars and communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "TZ",
- "name": "TZ"
- },
- {
- "label": "OWNCLOUD_DOMAIN",
- "name": "OWNCLOUD_DOMAIN"
- },
+ "name": "TZ",
+ "set": "America/Chicago"
+ }
+ ],
+ "image": "linuxserver/nextcloud:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nextcloud-icon.png",
+ "platform": "linux",
+ "ports": [
+ "443/tcp"
+ ],
+ "title": "nextcloud",
+ "type": 1,
+ "volumes": [
{
- "label": "DB_PASSWORD",
- "name": "DB_PASSWORD"
+ "container": "/config"
},
{
- "label": "ADMIN_USERNAME",
- "name": "ADMIN_USERNAME"
- },
- {
- "label": "ADMIN_PASSWORD",
- "name": "ADMIN_PASSWORD"
- },
- {
- "label": "PORT",
- "name": "PORT"
+ "container": "/data"
}
],
- "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/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Mediaserver"
+ "category": [
+ "Video",
+ "Other",
+ "Tools"
],
- "description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",
+ "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
"env": [
{
- "default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
},
{
"label": "TZ",
- "name": "TZ"
- },
- {
- "label": "PORT",
- "name": "PORT"
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/petio-icon.png",
- "name": "Petio",
+ "image": "linuxserver/minisatip:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/minisatip-icon.png",
"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/"
+ "ports": [
+ "8875/tcp",
+ "554/tcp",
+ "1900/udp"
+ ],
+ "title": "minisatip",
+ "type": 1,
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Photos"
+ "category": [
+ "Other",
+ "Tools"
],
- "description": "A simple, easy way to turn a photo album into a webgallery.",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "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"
+ "name": "PGID",
+ "set": "1000"
},
{
- "bind": "/portainer/Files/AppData/Config/PhotoShow",
- "container": "/config"
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "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.",
+ "image": "organizrtools/organizr:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/organizr-icon.png",
"platform": "linux",
"ports": [
- "53:53/tcp",
- "53:53/udp",
- "67:67/udp",
- "1010:80/tcp",
- "4443:443/tcp"
+ "80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Pi-Hole",
+ "title": "Organizr",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/PiHole",
- "container": "/etc/pihole"
- },
- {
- "bind": "/portainer/Files/AppData/Config/PiHole/DNS",
- "container": "/etc/dnsmasq.d"
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
- "categories": [
- "Photos"
+ "category": [
+ "Other",
+ "Tools",
+ "Photo"
],
- "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
+ "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"
+ "name": "PUID",
+ "set": "1000"
},
{
- "default": "100",
"label": "PGID",
- "name": "PGID"
+ "name": "PGID",
+ "set": "1000"
+ },
+ {
+ "label": "CHEVERETO_DB_HOST",
+ "name": "CHEVERETO_DB_HOST",
+ "set": ""
+ },
+ {
+ "label": "CHEVERETO_DB_USERNAME",
+ "name": "CHEVERETO_DB_USERNAME",
+ "set": ""
+ },
+ {
+ "label": "CHEVERETO_DB_PASSWORD",
+ "name": "CHEVERETO_DB_PASSWORD",
+ "set": ""
+ },
+ {
+ "label": "CHEVERETO_DB_NAME",
+ "name": "CHEVERETO_DB_NAME",
+ "set": ""
+ },
+ {
+ "label": "CHEVERETO_DB_PREFIX",
+ "name": "CHEVERETO_DB_PREFIX",
+ "set": ""
+ },
+ {
+ "label": "TZ",
+ "name": "TZ",
+ "set": "America/Chicago"
}
],
- "image": "linuxserver/piwigo:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/piwigo-icon.png",
- "name": "piwigo",
+ "image": "nmtan/chevereto:latest",
+ "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/Chevereto.png",
"platform": "linux",
"ports": [
"80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Piwigo",
+ "title": "Chevereto",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/PiWigo",
- "container": "/config"
+ "container": "/var/www/html/images"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/dnburgess/self-hosted-template/",
+ "categories": []
},
{
"categories": [
- "Mediaserver"
+ "Other"
],
- "description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.",
+ "description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it\u2019ll cover ALL your home devices, and you don\u2019t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.",
"env": [
{
"default": "1000",
@@ -6008,65 +5036,79 @@
"name": "PGID"
},
{
- "label": "VERSION",
- "name": "VERSION",
- "set": "latest"
+ "label": "CONTEXT_PATH",
+ "name": "CONTEXT_PATH",
+ "set": "adguard home"
}
],
- "image": "linuxserver/plex:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/plex-icon.png",
- "name": "plex",
- "network": "host",
+ "image": "adguard/adguardhome:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/adguard.png",
+ "name": "adguard",
"platform": "linux",
+ "ports": [
+ "53:53/tcp",
+ "53:53/udp",
+ "67:67/udp",
+ "68:68/tcp",
+ "68:68/udp",
+ "80:80/tcp",
+ "443:443/tcp",
+ "853:853/tcp",
+ "3000:3000/tcp"
+ ],
"restart_policy": "unless-stopped",
- "title": "Plex",
+ "title": "Adguard",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Plex",
- "container": "/config"
- },
- {
- "bind": "/portainer/TV",
- "container": "/tv"
+ "bind": "/portainer/Files/AppData/Adguard/Workdir",
+ "container": "/opt/adguardhome/work"
},
{
- "bind": "/portainer/Movies",
- "container": "/movies"
+ "bind": "/portainer/Files/AppData/Adguard/Conf",
+ "container": "/opt/adguardhome/conf"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Email"
+ "Other",
+ "Tools",
+ "Authentication"
],
- "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.",
+ "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
+ "env": [
+ {
+ "label": "TZ",
+ "name": "TZ"
+ }
+ ],
+ "image": "authelia/authelia:latest",
+ "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png",
+ "name": "authelia",
+ "note": "Requires a configuration.yml file in order to work. Documentation is Available here.",
"platform": "linux",
"ports": [
- "143/tcp",
- "25/tcp"
+ "9091:9091/tcp"
],
"restart_policy": "unless-stopped",
- "title": "ProtonMail Bridge",
+ "title": "Authelia",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/ProtonMail-Bridge",
- "container": "/root"
+ "bind": "/portainer/Files/AppData/Config/Authelia",
+ "container": "/etc/authelia/"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Torrentserver"
+ "Video",
+ "Music"
],
- "description": "The qBittorrent project aims to provide an open-source software alternative to \u00b5Torrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
+ "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",
@@ -6077,37 +5119,68 @@
"default": "100",
"label": "PGID",
"name": "PGID"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ"
}
],
- "image": "linuxserver/qbittorrent:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/qbittorrent-icon.png",
- "name": "qbittorrent",
+ "image": "linuxserver/bazarr:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bazarr.png",
+ "name": "Bazarr",
"platform": "linux",
"ports": [
- "6881:6881/tcp",
- "6881:6881/udp",
- "8080:8080/tcp"
+ "6767:6767/tcp"
],
"restart_policy": "unless-stopped",
- "title": "qBittorrent",
+ "title": "Bazarr",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/qBittorrent",
+ "bind": "/portainer/Files/AppData/Config/Bazarr",
"container": "/config"
},
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "bind": "/portainer/TV",
+ "container": "/tv"
+ },
+ {
+ "bind": "/portainer/Movies",
+ "container": "/movies"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Usenetserver"
+ "Other",
+ "Tools"
],
- "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.",
+ "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
+ "image": "bitwardenrs/server:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bitwarden.png",
+ "name": "bitwardenrs",
+ "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
+ "platform": "linux",
+ "ports": [
+ ":80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Bitwarden RS",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Bitwarden-rs",
+ "container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Wiki"
+ ],
+ "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.",
"env": [
{
"default": "1000",
@@ -6118,63 +5191,65 @@
"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"
+ "label": "TZ",
+ "name": "TZ"
},
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "label": "DATABASE_PASSWORD",
+ "name": "DATABASE_PASSWORD"
},
{
- "bind": "/portainer/Downloads/incomplete",
- "container": "/incomplete-downloads"
+ "label": "MYSQL_ROOT_PASSWORD",
+ "name": "MYSQL_ROOT_PASSWORD"
+ },
+ {
+ "label": "PORT",
+ "name": "PORT"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bookstack2.png",
+ "note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "stacks/bookstack/docker-stack.yml",
+ "url": "https://github.com/mikestraney/portainer-templates"
+ },
+ "title": "Bookstack",
+ "type": 2,
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Familyappserver"
+ "Other",
+ "Tools"
],
- "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.",
- "image": "radhifadlillah/shiori:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/shiori-icon.png",
- "name": "shiori",
+ "description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
+ "image": "gregyankovoy/chowdown:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/chowdown.png",
+ "name": "Chowdown",
"platform": "linux",
"ports": [
- "8080/tcp"
+ "4000:4000/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Shiori",
+ "title": "Chowdown",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Shiori",
- "container": "/srv/shiori"
+ "bind": "/portainer/Files/AppData/Config/Chowdown",
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Taskserver"
+ "Other",
+ "Tools"
],
- "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.",
+ "description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"env": [
{
"default": "1000",
@@ -6182,62 +5257,106 @@
"name": "PUID"
},
{
- "default": "100",
- "label": "PGID",
- "name": "PGID"
+ "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/smokeping:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/smokeping-icon.png",
- "name": "smokeping",
+ "image": "linuxserver/code-server:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/code-server.png",
+ "name": "code-server",
"platform": "linux",
"ports": [
- "80/tcp"
+ "8443:8443/tcp"
],
"restart_policy": "unless-stopped",
- "title": "SmokePing",
+ "title": "Code Server",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Smokeping",
+ "bind": "/portainer/Files/AppData/Config/Code-Server",
"container": "/config"
- },
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "Another application bookmark dashboard, with fun features.",
+ "image": "rmountjoy/dashmachine:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/dashmachine_logo.png",
+ "name": "dashmachine",
+ "platform": "linux",
+ "ports": [
+ "5000:5000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "DashMachine",
+ "type": 1,
+ "volumes": [
{
- "bind": "/portainer/Files/AppData/Smokeping",
- "container": "/data"
+ "bind": "/portainer/Files/AppData/Config/Dashmachine",
+ "container": "/dashmachine/dashmachine/user_data"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Codeserver"
+ "Other",
+ "Music"
],
- "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.",
+ "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
+ "image": "registry.gitlab.com/bockiii/deemix-docker",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/deemix.png",
+ "name": "deemix",
+ "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details.",
"platform": "linux",
"ports": [
- "3010:3000/tcp"
+ "9666:9666/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Snibox",
+ "title": "DeeMix",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Snibox",
- "container": "/app/db/database"
+ "bind": "/portainer/Files/AppData/Config/DeeMix",
+ "container": "/config"
+ },
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/downloads"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Backupandsyncserver"
+ "Video",
+ "Music",
+ "Photos"
],
- "description": "Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes.",
+ "description": "Emby organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
"env": [
{
"default": "1000",
@@ -6248,59 +5367,71 @@
"default": "100",
"label": "PGID",
"name": "PGID"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ"
}
],
- "image": "linuxserver/syncthing:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/syncthing-icon.png",
- "name": "syncthing",
+ "image": "linuxserver/emby:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/emby.png",
+ "name": "Emby",
"platform": "linux",
"ports": [
- "8384:8384/tcp",
- "21027:21027/udp",
- "22000:22000/tcp"
+ "8096:8096/tcp",
+ "8920:8920/tcp"
],
"restart_policy": "unless-stopped",
- "title": "SyncThing",
+ "title": "Emby",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Syncthing",
+ "bind": "/portainer/Files/AppData/Config/Emby",
"container": "/config"
},
{
- "container": "/sync"
+ "bind": "/portainer/TV",
+ "container": "/data/tvshows"
+ },
+ {
+ "bind": "/portainer/Movies",
+ "container": "/data/movies"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Notesserver"
+ "Other",
+ "Tools"
],
- "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",
+ "description": "Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.",
+ "image": "linuxserver/embystat:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/embystat.png",
+ "name": "EmbyStat",
+ "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services.",
"platform": "linux",
"ports": [
- "8080:8080/tcp"
+ "6555:6555/tcp"
],
"restart_policy": "unless-stopped",
- "title": "TiddlyWiki",
+ "title": "EmbyStat",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/TiddlyWiki",
- "container": "/var/lib/tiddlywiki"
+ "bind": "/portainer/Files/AppData/Config/EmbyStat",
+ "container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Smarthome"
+ "Other",
+ "Tools",
+ "Finance"
],
- "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.",
+ "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.",
"env": [
{
"default": "1000",
@@ -6311,181 +5442,211 @@
"default": "100",
"label": "PGID",
"name": "PGID"
+ },
+ {
+ "label": "Timezone",
+ "name": "TZ"
}
],
- "image": "lunik1/tt-rss:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tt-rss-icon.png",
- "name": "tt-rss",
+ "image": "linuxserver/grocy:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/grocy_logo.png",
+ "name": "grocy",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Tiny Tiny RSS",
+ "title": "Grocy",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/tt-rss",
+ "bind": "/portainer/Files/AppData/Config/Grocy",
"container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Torrentserver"
+ "Other",
+ "Tools"
],
- "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, \u00b5TP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
- "env": [
+ "description": "A clientless remote desktop gateway.",
+ "image": "oznu/guacamole:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/guacamole.png",
+ "name": "guacamole",
+ "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
+ "platform": "linux",
+ "ports": [
+ "8080:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Guacamole",
+ "type": 1,
+ "volumes": [
{
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "100",
- "label": "PGID",
- "name": "PGID"
+ "bind": "/portainer/Files/AppData/Config/Guacamole",
+ "container": "/config"
}
],
- "image": "linuxserver/transmission:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/transmission-icon.png",
- "name": "transmission",
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
+ "image": "b4bz/homer:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/homer.png",
+ "name": "homer",
+ "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
"platform": "linux",
"ports": [
- "9091:9091/tcp",
- "51413:51413/tcp"
+ "8902:8080/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Transmission",
+ "title": "Homer",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Transmission",
- "container": "/config"
+ "bind": "/portainer/Files/AppData/Config/Homer/assets",
+ "container": "/www/assets"
},
{
- "bind": "/portainer/Files/Downloads",
- "container": "/downloads"
- },
+ "bind": "/portainer/Files/AppData/Config/Homer",
+ "container": "/www/config.yml"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "Create agents that monitor and act on your behalf.",
+ "image": "huginn/huginn:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/huginn.png",
+ "name": "huginn",
+ "platform": "linux",
+ "ports": [
+ "3000:3000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Huginn",
+ "type": 1,
+ "volumes": [
{
- "container": "/watch"
+ "bind": "/portainer/Files/AppData/Config/huginn",
+ "container": "/var/lib/mysql"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Torrentserver"
+ "Cloud",
+ "Productivity",
+ "Tools",
+ "Other",
+ "Web"
],
- "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.",
+ "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.",
"env": [
{
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
+ "default": "invoice.my.domain",
+ "label": "URL",
+ "name": "URL"
},
{
- "default": "100",
- "label": "PGID",
- "name": "PGID"
+ "label": "APP_KEY",
+ "name": "APP_KEY"
},
{
- "default": "MULLVAD",
- "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
- "label": "OPENVPN_PROVIDER",
- "name": "OPENVPN_PROVIDER"
+ "label": "TZ",
+ "name": "TZ"
},
{
- "default": "",
- "label": "OPENVPN_USERNAME",
- "name": "OPENVPN_USERNAME"
+ "label": "DATABASE_PASSWORD",
+ "name": "DATABASE_PASSWORD"
},
{
- "default": "",
- "label": "OPENVPN_PASSWORD",
- "name": "OPENVPN_PASSWORD"
+ "label": "MYSQL_ROOT_PASSWORD",
+ "name": "MYSQL_ROOT_PASSWORD"
},
{
- "default": "192.168.0.0/24",
- "label": "LOCAL_NETWORK",
- "name": "LOCAL_NETWORK"
+ "label": "PORT",
+ "name": "PORT"
}
],
- "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.",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/invoice_ninja.png",
+ "name": "invoice_ninja",
+ "note": "The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation here. ",
"platform": "linux",
+ "repository": {
+ "stackfile": "stacks/invoice-ninja/docker-stack.yml",
+ "url": "https://github.com/mikestraney/portainer-templates"
+ },
+ "title": "Invoice Ninja",
+ "type": 2,
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "type": 1,
+ "title": "IronFunctions API",
+ "description": "Open-source serverless computing platform",
+ "categories": [
+ "Serverless"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
+ "image": "iron/functions:latest",
"ports": [
- "9091:9091/tcp"
+ "8080/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Transmission-OpenVPN",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Downloads",
- "container": "/data"
- },
- {
- "bind": "/etc/localtime",
- "container": "/etc/localtime"
+ "container": "/app/data"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "privileged": true,
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
+ "type": 1,
+ "title": "IronFunctions UI",
+ "description": "Open-source user interface for IronFunctions",
"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"
- }
+ "Serverless"
],
- "image": "linuxserver/ubooquity:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ubooquity-icon.png",
- "name": "ubooquity",
"platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
+ "image": "iron/functions-ui:latest",
"ports": [
- "2202:2202/tcp",
- "2203:2203/tcp"
+ "4000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Ubooquity",
- "type": 1,
"volumes": [
{
- "container": "/books"
- },
- {
- "container": "/comics"
- },
+ "container": "/app/data"
+ }
+ ],
+ "env": [
{
- "container": "/config"
+ "name": "API_URL",
+ "label": "API URL"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "privileged": true,
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Smarthome"
+ "Video",
+ "Music",
+ "Photos"
],
- "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.",
+ "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
"env": [
{
"default": "1000",
@@ -6496,39 +5657,71 @@
"default": "100",
"label": "PGID",
"name": "PGID"
+ },
+ {
+ "label": "TZ",
+ "name": "TZ"
}
],
- "image": "linuxserver/unifi-controller:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/unifi-icon.png",
- "name": "unifi-controller",
+ "image": "linuxserver/jellyfin:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/jellyfin.png",
+ "name": "jellyfin",
"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"
+ "8096:8096/tcp",
+ "8920:8920/tcp"
],
"restart_policy": "unless-stopped",
- "title": "UniFi Controller",
+ "title": "Jellyfin",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Unifi",
+ "bind": "/portainer/Files/AppData/Config/Jelllyfin",
"container": "/config"
+ },
+ {
+ "bind": "/portainer/TV",
+ "container": "/data/tvshows"
+ },
+ {
+ "bind": "/portainer/Movies",
+ "container": "/data/movies"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Downloaders"
+ "Tools",
+ "Web"
],
- "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.",
+ "description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>",
"env": [
+ {
+ "label": "EMAIL",
+ "name": "EMAIL",
+ "set": "-Xms256m -Xmx512m"
+ },
+ {
+ "label": "URL",
+ "name": "URL",
+ "set": "-Xms256m -Xmx512m"
+ },
+ {
+ "label": "SUBDOMAINS",
+ "name": "SUBDOMAINS",
+ "set": "www,"
+ },
+ {
+ "label": "ONLY_SUBDOMAINS",
+ "name": "ONLY_SUBDOMAINS",
+ "set": "false"
+ },
+ {
+ "label": "DHLEVEL",
+ "name": "DHLEVEL",
+ "set": "2048"
+ },
{
"default": "1000",
"label": "PUID",
@@ -6538,1236 +5731,1048 @@
"default": "100",
"label": "PGID",
"name": "PGID"
+ },
+ {
+ "label": "VALIDATION",
+ "name": "VALIDATION",
+ "set": "http"
+ },
+ {
+ "label": "DNSPLUGIN",
+ "name": "DNSPLUGIN",
+ "set": "http"
}
],
- "image": "linuxserver/webgrabplus:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/webgrabplus.png",
- "name": "webgrabplus",
- "note": "Configuration - /config - This is where WebGrab+Plus will store it's configuration
- /data - This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.
",
+ "image": "linuxserver/swag:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/letsencrypt.png",
+ "name": "letsencrypt / SWAG",
"platform": "linux",
+ "ports": [
+ "80/tcp",
+ "443/tcp"
+ ],
"restart_policy": "unless-stopped",
- "title": "WebGrab+Plus",
+ "title": "Let's Encrypt / SWAG",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/WebGrabPlus",
+ "bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"container": "/config"
- },
- {
- "bind": "/portainer/Files/AppData/WebGrabPlus",
- "container": "/data"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Familyappserver"
+ "Other",
+ "Tools"
],
- "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
- "image": "benbusby/whoogle-search:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/whoogle.png",
- "name": "whoogle",
+ "description": "A Free and Open Source Speedtest for HTML5 and more.",
+ "image": "linuxserver/librespeed:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/speedtest.png",
+ "name": "librespeed",
"platform": "linux",
"ports": [
- "5001:5000/tcp"
+ "80/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Whoogle",
+ "title": "LibreSpeed",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Whoogle",
+ "bind": "/portainer/Files/AppData/Config/LibreSpeed",
"container": "/config"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
+ "type": 1,
+ "title": "Magento 2",
+ "description": "Open-source e-commerce platform",
"categories": [
- "Notesserver"
+ "Cms"
],
- "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.",
- "image": "linuxserver/wikijs:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/wikijs.png",
- "name": "Wikijs",
"platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/magento.png",
+ "image": "alankent/gsd:latest",
"ports": [
- "3100:3000/tcp"
+ "80/tcp",
+ "3000/tcp",
+ "3001/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Wikijs",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Wikijs",
- "container": "/config"
+ "container": "/var/www/html/"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other"
+ ],
+ "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "bind": "/portainer/Files/AppData/Config/Wikijs/data",
- "container": "/data"
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "image": "linuxserver/mcmyadmin2:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mcmyadmin-icon.png",
+ "name": "mcmyadmin2",
+ "platform": "linux",
+ "ports": [
+ "8080:8080/tcp",
+ "25565:25565/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "McMyAdmin 2",
+ "type": 1,
+ "volumes": [
+ {
+ "container": "/minecraft"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"categories": [
- "Dashboardserver"
+ "Other",
+ "Music"
],
- "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.",
- "image": "selfhostedpro/yacht:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png",
- "name": "yacht",
+ "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..",
+ "image": "linuxserver/mstream:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mstream.png",
+ "name": "mstream",
"platform": "linux",
"ports": [
- "8001:8000/tcp"
+ "3000:3000/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Yacht",
+ "title": "Mstream",
"type": 1,
"volumes": [
{
- "bind": "yacht",
+ "bind": "/portainer/Files/AppData/Config/Mstream",
"container": "/config"
},
{
- "bind": "/var/run/docker.sock",
- "container": "/var/run/docker.sock"
+ "bind": "/portainer/Downloads",
+ "container": "/music"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Tools"
+ "Other",
+ "Voice",
+ "Chat"
],
- "title": "Audacity",
- "name": "Audacity",
- "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/audacity/config
",
- "description": "[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.",
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png",
- "image": "linuxserver/audacity:latest",
+ "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "name": "PGID",
- "label": "PGID",
"default": "100",
- "description": "for UserID"
+ "label": "PGID",
+ "name": "PGID"
},
{
- "name": "TZ",
"label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "name": "TZ"
}
],
+ "image": "goofball222/murmur:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/Mumble-logo.png",
+ "name": "murmur",
+ "platform": "linux",
"ports": [
- "3000:3000/tcp"
+ "64738:64738/tcp",
+ "64738:64738/udp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Murmur",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/audacity/config"
+ "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"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
+ "type": 2,
+ "title": "NextcloudStack",
+ "description": "Nextcloud setup with a MySQL database",
+ "note": "Deploys a Nextcloud instance connected to a MySQL database.",
"categories": [
- "Libraryserver"
+ "Cloud"
],
- "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
",
- "description": "[Booksonic-air](http://booksonic.org) is a platform for accessing the audibooks you own wherever you are. At the moment the platform consists of Booksonic Air - A server for streaming your audiobooks, successor to the original Booksonic server and based on Airsonic. Booksonic App - An DSub based Android app for connection to Booksonic-Air servers. .",
"platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png",
- "image": "linuxserver/booksonic-air:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nextcloud-icon.png",
+ "repository": {
+ "url": "https://github.com/mikestraney/portainer-templates",
+ "stackfile": "stacks/nextcloud/docker-stack.yml"
+ },
"env": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
- },
- {
- "name": "PGID",
- "label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "label": "MYSQL_PASSWORD",
+ "name": "mypassword",
+ "description": "password for sql"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
+ "label": "MYSQL_ROOT_PASSWORD",
+ "name": "myrpassword",
+ "description": "root password for sql"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Proxy",
+ "Tools"
+ ],
+ "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.",
+ "image": "jc21/nginx-proxy-manager",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/proxy_mgr.png",
+ "name": "nginx-proxy-manager",
+ "platform": "linux",
+ "env": [
{
- "name": "CONTEXT_PATH",
- "label": "CONTEXT_PATH",
- "default": "url-base",
- "description": "Base url for use with reverse proxies etc."
+ "label": "DB_SQLITE_FILE",
+ "name": "DB_SQLITE_FILE",
+ "default": "/data/database.sqlite"
}
],
"ports": [
- "4040:4040/tcp"
+ "80:8080/tcp",
+ "81:8181/tcp",
+ "443:4443/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Nginx Proxy Manager",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/booksonic-air/config"
- },
- {
- "container": "/audiobooks",
- "bind": "/volume1/docker/booksonic-air/audiobooks"
- },
- {
- "container": "/podcasts",
- "bind": "/volume1/docker/booksonic-air/podcasts"
+ "bind": "/portainer/Files/AppData/Config/Nginx-Proxy/data",
+ "container": "/data"
},
{
- "container": "/othermedia",
- "bind": "/volume1/docker/booksonic-air/othermedia"
+ "bind": "/portainer/Files/AppData/Config/Nginx-Proxy/letsencrypt",
+ "container": "/etc/letsencrypt"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Codeserver"
+ "Downloaders",
+ "Other",
+ "Tools"
],
- "title": "Cloud9",
- "name": "Cloud9",
- "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/cloud9/config
mkdir -p /volume1/docker/cloud9/code
",
- "description": "[Cloud9](https://github.com/c9/core) Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.",
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png",
- "image": "linuxserver/cloud9:latest",
+ "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": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "name": "PGID",
- "label": "PGID",
"default": "100",
- "description": "for UserID"
- },
- {
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
- {
- "name": "GITURL",
- "label": "GITURL",
- "default": "https://github.com/linuxserver/docker-cloud9.git",
- "description": "Specify a git repo to checkout on first startup"
- },
- {
- "name": "USERNAME",
- "label": "USERNAME",
- "default": "",
- "description": "Optionally specify a username for http auth"
- },
- {
- "name": "PASSWORD",
- "label": "PASSWORD",
- "default": "",
- "description": "Optionally specify a password for http auth (if USERNAME and PASSWORD are not set, there will be no http auth)"
+ "label": "PGID",
+ "name": "PGID"
}
],
+ "image": "linuxserver/nzbhydra2:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/hydra-icon.png",
+ "name": "nzbhydra2",
+ "platform": "linux",
"ports": [
- "8000:8000/tcp"
+ "5076:5076/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "NZBHydra 2",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/cloud9/config"
- },
- {
- "container": "/code",
- "bind": "/volume1/docker/cloud9/code"
+ "bind": "/portainer/Files/AppData/Config/Nzbhydra2",
+ "container": "/config"
},
{
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock"
+ "bind": "/portainer/Downloads",
+ "container": "/downloads"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
+ "title": "Odoo",
+ "description": "Open-source business apps",
"categories": [
- "Notesserver"
+ "Projectmanagement"
],
- "title": "Dokuwiki",
- "name": "Dokuwiki",
- "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/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",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png",
+ "image": "odoo:latest",
"env": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "HOST",
+ "label": "PostgreSQL database host",
+ "type": "container"
},
{
- "name": "PGID",
- "label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "name": "USER",
+ "label": "Database user"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "name": "PASSWORD",
+ "label": "Database password"
}
],
"ports": [
- "80:80/tcp",
- "443:443/tcp"
+ "8069/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/dokuwiki/config"
+ "container": "/var/lib/odoo"
+ },
+ {
+ "container": "/mnt/extra-addons"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Gamingserver"
+ "Other"
],
- "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
",
- "description": "[Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.",
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png",
- "image": "linuxserver/emulatorjs:latest",
+ "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": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "label": "INTERFACE",
+ "name": "INTERFACE",
+ "set": "eth0"
},
{
- "name": "PGID",
- "label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/openvpn-as:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/openvpn-as-icon.png",
+ "name": "openvpn-as",
+ "platform": "linux",
+ "ports": [
+ "943:943/tcp",
+ "9443:9443/tcp",
+ "1194:1194/udp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "OpenVPN Access Server",
+ "type": 1,
+ "volumes": [
{
- "name": "SUBFOLDER",
- "label": "SUBFOLDER",
- "default": "/",
- "description": "Specify a subfolder for reverse proxies IE '/FOLDER/'"
+ "bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
+ "container": "/config"
}
],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.",
+ "image": "pihole/pihole:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/pihole.png",
+ "name": "pihole",
+ "note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53.",
+ "platform": "linux",
"ports": [
- "3000:3000/tcp",
- "80:80/tcp",
- "4001:4001/tcp"
+ "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": [
{
- "container": "/config",
- "bind": "/volume1/docker/emulatorjs/config"
+ "bind": "/portainer/Files/AppData/Config/PiHole",
+ "container": "/etc/pihole"
},
{
- "container": "/data",
- "bind": "/volume1/docker/emulatorjs/data"
+ "bind": "/portainer/Files/AppData/Config/PiHole/DNS",
+ "container": "/etc/dnsmasq.d"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
+ "title": "Plesk",
+ "description": "WebOps platform and hosting control panel",
"categories": [
- "Tools"
+ "Cms"
],
- "title": "Endlessh",
- "name": "Endlessh",
- "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/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",
+ "note": "Default credentials: admin / changeme",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png",
+ "image": "plesk/plesk:latest",
+ "ports": [
+ "21/tcp",
+ "80/tcp",
+ "443/tcp",
+ "8880/tcp",
+ "8443/tcp",
+ "8447/tcp"
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Downloaders",
+ "Other",
+ "Video",
+ "Tools"
+ ],
+ "description": "Simple automated way for users to request new content for Plex.",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "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)."
+ "label": "PGID",
+ "name": "PGID"
},
{
- "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."
+ "label": "URL_BASE",
+ "name": "URL_BASE",
+ "set": ""
}
],
+ "image": "linuxserver/plexrequests:latest",
+ "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png",
+ "name": "plexrequests",
+ "platform": "linux",
"ports": [
- "22:2222/tcp"
+ "3000:3000/tcp"
],
- "volumes": [
+ "restart_policy": "unless-stopped",
+ "title": "Plex Requests",
+ "type": 1,
+ "volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/endlessh/config"
+ "bind": "/portainer/Files/AppData/Config/PlexRequests",
+ "container": "/config"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Mediaserver"
+ "Email",
+ "Productivity",
+ "Tools",
+ "Other"
],
- "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.",
+ "description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
+ "image": "shenxn/protonmail-bridge:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/protonmail-bridge.png",
+ "name": "protonmail-bridge",
+ "note": "Please refer to the documentation here to set this up.",
"platform": "linux",
- "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"
+ "143/tcp",
+ "25/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "ProtonMail Bridge",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/ffmpeg/config"
+ "bind": "/portainer/Files/AppData/ProtonMail-Bridge",
+ "container": "/root"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Ftpserver"
+ "Messenger"
],
- "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",
+ "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "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"
+ "label": "PGID",
+ "name": "PGID"
}
],
+ "image": "linuxserver/quassel-core:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/quassel-core-icon.png",
+ "name": "quassel-core",
+ "platform": "linux",
"ports": [
- "3000:3000/tcp"
+ "4242:4242/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Quassel IRC",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/filezilla/config"
+ "bind": "/portainer/Files/AppData/Config/Quassel-core",
+ "container": "/config"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Smarthome"
+ "Other",
+ "Tools"
],
- "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.",
+ "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
+ "image": "amruthpillai/reactive-resume:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/reactiveresume.png",
+ "name": "reactive-resume",
"platform": "linux",
- "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"
- },
+ "ports": [
+ "80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Reactive-Resume",
+ "type": 1,
+ "volumes": [
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "bind": "/portainer/Files/AppData/Config/ReactiveResume",
+ "container": "/usr/src/app"
}
],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.",
+ "image": "radhifadlillah/shiori:latest",
+ "logo": "https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png",
+ "name": "shiori",
+ "platform": "linux",
"ports": [
- "8123:8123/tcp"
+ "8080/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Shiori",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/homeassistant/config"
+ "bind": "/portainer/Files/AppData/Config/Shiori",
+ "container": "/srv/shiori"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Mediaserver"
+ "Downloaders",
+ "Video"
],
- "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",
+ "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "name": "PGID",
- "label": "PGID",
"default": "100",
- "description": "for UserID"
- },
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "linuxserver/sickgear:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/sickgear-icon.png",
+ "name": "sickgear",
+ "platform": "linux",
+ "ports": [
+ "8081:8081/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "SickGear",
+ "type": 1,
+ "volumes": [
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "bind": "/portainer/Files/AppData/Config/SickGear",
+ "container": "/config"
},
{
- "name": "INVOCATION_NAME",
- "label": "INVOCATION_NAME",
- "default": "kanzi",
- "description": "Specify an invocation name for this skill, use either kanzi or kod."
+ "bind": "/portainer/TV",
+ "container": "/tv"
},
{
- "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."
+ "bind": "/portainer/Downloads",
+ "container": "/downloads"
}
],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "Self-hosted snippet manager.",
+ "image": "snowmean/snibox-sqlite:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/snibox.png",
+ "name": "Snibox",
+ "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
+ "platform": "linux",
"ports": [
- "8000:8000/tcp"
+ "3010:3000/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Snibox",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/kanzi/config"
+ "bind": "/portainer/Files/AppData/Config/Snibox",
+ "container": "/app/db/database"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Proxyserver"
+ "Other",
+ "Tools"
],
- "title": "Ldap-auth",
- "name": "Ldap-auth",
- "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
",
- "description": "[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user\u2019s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).",
+ "description": "A unique, non-linear notebook wiki.",
+ "image": "mazzolino/tiddlywiki:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/tiddlywiki.png",
+ "name": "tiddlywiki",
"platform": "linux",
- "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"
+ "8080:8080/tcp"
],
"restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
+ "title": "TiddlyWiki",
"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"
+ "bind": "/portainer/Files/AppData/Config/TiddlyWiki",
+ "container": "/var/lib/tiddlywiki"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Codeserver"
+ "Other"
],
- "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",
+ "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": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "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"
+ "label": "PGID",
+ "name": "PGID"
}
],
+ "image": "lunik1/tt-rss:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/tt-rss-icon.png",
+ "name": "tt-rss",
+ "platform": "linux",
"ports": [
- "8080:8080/tcp"
+ "80/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Tiny Tiny RSS",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/limnoria/config"
+ "bind": "/portainer/Files/AppData/Config/tt-rss",
+ "container": "/config"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
+ "Other",
+ "Vpn",
"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",
+ "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "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"
+ "label": "PGID",
+ "name": "PGID"
},
{
- "name": "LIVE_GENESIS_WORK",
- "label": "LIVE_GENESIS_WORK",
- "default": "WORK_FOR_BLOCK",
- "description": "Genesis block proof of work"
+ "default": "MULLVAD",
+ "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
+ "label": "OPENVPN_PROVIDER",
+ "name": "OPENVPN_PROVIDER"
},
{
- "name": "LIVE_GENESIS_SIG",
- "label": "LIVE_GENESIS_SIG",
- "default": "BLOCK_SIGNATURE",
- "description": "Genesis block signature"
+ "default": "",
+ "label": "OPENVPN_USERNAME",
+ "name": "OPENVPN_USERNAME"
},
{
- "name": "CLI_OPTIONS",
- "label": "CLI_OPTIONS",
- "default": "--config node.enable_voting=true",
- "description": "Node run command cli args"
+ "default": "",
+ "label": "OPENVPN_PASSWORD",
+ "name": "OPENVPN_PASSWORD"
},
{
- "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"
+ "default": "192.168.0.0/24",
+ "label": "LOCAL_NETWORK",
+ "name": "LOCAL_NETWORK"
}
],
+ "image": "haugene/transmission-openvpn:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/transmission-icon.png",
+ "name": "transmission-openvpn",
+ "note": "List of supported providers available here.",
+ "platform": "linux",
"ports": [
- "8075:8075/tcp",
- "7076:3000/tcp",
- "7077:3001/tcp"
+ "9091:9091/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Transmission-OpenVPN",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/nano/config"
+ "bind": "/portainer/Downloads",
+ "container": "/data"
+ },
+ {
+ "bind": "/etc/localtime",
+ "container": "/etc/localtime"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
"type": 1,
+ "title": "Urbackup",
+ "description": "Open-source network backup",
"categories": [
- "Tools"
+ "Backup"
],
- "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",
+ "note": "This application web interface is exposed on the port 55414 inside the container.",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png",
+ "image": "cfstras/urbackup",
"ports": [
- "80:80/tcp"
+ "55413/tcp",
+ "55414/tcp",
+ "55415/tcp",
+ "35622/tcp"
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "volumes": [
+ {
+ "container": "/var/urbackup"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Managementutilityserver"
+ "Other",
+ "Tools",
+ "Maintenance"
],
- "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.",
+ "description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
+ "image": "containrrr/watchtower:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/watchtower.png",
+ "name": "watchtower",
+ "note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
"platform": "linux",
- "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"
- },
+ "restart_policy": "unless-stopped",
+ "title": "Watchtower",
+ "type": 1,
+ "volumes": [
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
- {
- "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 (defaul: 5432)"
- },
- {
- "name": "REDIS_HOST",
- "label": "REDIS_HOST",
- "default": "",
- "description": "Redis host (default: redis)"
- },
- {
- "name": "REDIS_PORT",
- "label": "REDIS_PORT",
- "default": "",
- "description": "Redis port number (default: 6379)"
- },
- {
- "name": "REDIS_PASSWORD",
- "label": "REDIS_PASSWORD",
- "default": "",
- "description": "Redis password (default: none)"
- },
- {
- "name": "REDIS_DB_TASK",
- "label": "REDIS_DB_TASK",
- "default": "",
- "description": "Redis database ID for tasks (default: 0)"
- },
- {
- "name": "REDIS_DB_CACHE",
- "label": "REDIS_DB_CACHE",
- "default": "",
- "description": "Redis database ID for caching (default: 1)"
- },
- {
- "name": "BASE_PATH",
- "label": "BASE_PATH",
- "default": "",
- "description": "The path you will use to access the app (i.e., /netbox, optional, default: none)"
- },
- {
- "name": "REMOTE_AUTH_ENABLED",
- "label": "REMOTE_AUTH_ENABLED",
- "default": "",
- "description": "Enable remote authentication (optional, default: False)"
- },
+ "bind": "/var/run/docker.sock",
+ "container": "/var/run/docker.sock"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
+ "image": "benbusby/whoogle-search:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/whoogle.png",
+ "name": "whoogle",
+ "platform": "linux",
+ "ports": [
+ "5001:5000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Whoogle",
+ "type": 1,
+ "volumes": [
{
- "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)"
- },
+ "bind": "/portainer/Files/AppData/Config/Whoogle",
+ "container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.",
+ "image": "linuxserver/wikijs:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/wikijs.png",
+ "name": "Wikijs",
+ "platform": "linux",
+ "ports": [
+ "3100:3000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Wikijs",
+ "type": 1,
+ "volumes": [
{
- "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)"
+ "bind": "/portainer/Files/AppData/Config/Wikijs",
+ "container": "/config"
},
{
- "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)"
- },
+ "bind": "/portainer/Files/AppData/Config/Wikijs/data",
+ "container": "/data"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "type": 1,
+ "title": "Wowza",
+ "description": "Streaming media server",
+ "categories": [
+ "Streaming"
+ ],
+ "platform": "linux",
+ "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png",
+ "image": "sameersbn/wowza:4.1.2-8",
+ "env": [
{
- "name": "REMOTE_AUTH_DEFAULT_GROUPS",
- "label": "REMOTE_AUTH_DEFAULT_GROUPS",
- "default": "",
- "description": "The list of groups to assign a new user account when created using remote authentication (optional, default: [])"
+ "name": "WOWZA_ACCEPT_LICENSE",
+ "label": "Agree to Wowza EULA",
+ "set": "yes"
},
{
- "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: {})"
+ "name": "WOWZA_KEY",
+ "label": "License key"
}
],
"ports": [
- "8000:8000/tcp"
+ "1935/tcp",
+ "8086/tcp",
+ "8087/tcp",
+ "8088/tcp"
],
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/netbox/config"
+ "container": "/var/lib/wowza"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Managementutilityserver"
+ "Other",
+ "Tools"
],
- "title": "Openssh-server",
- "name": "Openssh-server",
- "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/openssh-server/config
",
- "description": "[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.",
+ "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.",
+ "image": "selfhostedpro/yacht:latest",
+ "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png",
+ "name": "yacht",
"platform": "linux",
- "logo": "https://upload.wikimedia.org/wikipedia/en/6/65/OpenSSH_logo.png",
- "image": "linuxserver/openssh-server:latest",
- "env": [
+ "ports": [
+ "8001:8000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Yacht",
+ "type": 1,
+ "volumes": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "bind": "yacht",
+ "container": "/config"
},
{
- "name": "PGID",
- "label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "bind": "/var/run/docker.sock",
+ "container": "/var/run/docker.sock"
+ }
+ ],
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Downloaders"
+ ],
+ "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.",
+ "image": "tzahi12345/youtubedl-material:latest",
+ "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/ytdlm.png",
+ "name": "youtubedl-material",
+ "platform": "linux",
+ "ports": [
+ "17442:17442/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "YouTubeDL-Material",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/YTDLM",
+ "container": "/app/appdata"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "bind": "/portainer/Files/AppData/Youtube/Video",
+ "container": "/app/video"
},
{
- "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."
+ "bind": "/portainer/Files/AppData/Youtube/Subscriptions",
+ "container": "/app/subscriptions"
},
{
- "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)."
+ "bind": "/portainer/Files/AppData/Youtube/Users",
+ "container": "/app/users"
},
{
- "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"
+ "bind": "/portainer/Files/AppData/Youtube/Audio",
+ "container": "/app/audio"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ "maintainer": " https://github.com/mikestraney/portainer-templates/"
},
{
- "type": 1,
"categories": [
- "Familyappserver"
+ "Authenticationserver"
],
- "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
",
- "description": "[Paperless-ng](https://github.com/jonaswinkler/paperless-ng) is an application by Daniel Quinn and contributors that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents.'",
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/resources/logo/web/png/Color%20logo%20with%20background.png",
- "image": "linuxserver/paperless-ng:latest",
+ "description": "Authentik is an open-source Identity Provider focused on flexibility and versatility",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "name": "PGID",
+ "default": "1000",
"label": "PGID",
- "default": "100",
- "description": "for UserID"
- },
- {
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
- {
- "name": "REDIS_URL",
- "label": "REDIS_URL",
- "default": "",
- "description": "Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py"
- }
- ],
- "ports": [
- "8000:8000/tcp"
- ],
- "volumes": [
- {
- "container": "/config",
- "bind": "/volume1/docker/paperless-ng/config"
+ "name": "PGID"
},
{
- "container": "/data",
- "bind": "/volume1/docker/paperless-ng/data"
+ "label": "PORT",
+ "name": "PORT"
}
],
- "restart_policy": "unless-stopped",
+ "logo": "https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Images/goauthentik.png",
+ "name": "Authentik",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/authentik.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Authentik",
+ "type": 3,
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
+ "title": "Apprise-api",
+ "name": "Apprise-api",
+ "note": "Portainer App Templates by 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": [
- "Familyappserver"
+ "Taskserver"
],
- "title": "Papermerge",
- "name": "Papermerge",
- "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/papermerge/config
mkdir -p /volume1/docker/papermerge/data
",
- "description": "[Papermerge](https://www.papermerge.com/) is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS.'",
"platform": "linux",
- "logo": "https://raw.githubusercontent.com/ciur/papermerge/master/artwork/logo.png",
- "image": "linuxserver/papermerge:latest",
+ "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 GroupID"
+ "description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
- "description": "for UserID"
+ "description": "for GroupID"
},
{
"name": "TZ",
"label": "TZ",
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam"
- },
- {
- "name": "REDIS_URL",
- "label": "REDIS_URL",
- "default": "",
- "description": "Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py"
}
],
"ports": [
@@ -7776,11 +6781,7 @@
"volumes": [
{
"container": "/config",
- "bind": "/volume1/docker/papermerge/config"
- },
- {
- "container": "/data",
- "bind": "/volume1/docker/papermerge/data"
+ "bind": "/volume1/docker/apprise-api/config"
}
],
"restart_policy": "unless-stopped",
@@ -7788,43 +6789,49 @@
},
{
"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": [
- "Chatserver"
+ "Taskserver"
],
- "title": "Pidgin",
- "name": "Pidgin",
- "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/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"
+ "description": "for UserID"
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
- "description": "for UserID"
+ "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": [
- "3000:3000/tcp"
+ "8080:8080/tcp"
],
"volumes": [
{
"container": "/config",
- "bind": "/volume1/docker/pidgin/config"
+ "bind": "/volume1/docker/pwndrop/config"
}
],
"restart_policy": "unless-stopped",
@@ -7833,16 +6840,15 @@
{
"type": 1,
"categories": [
- "Managementutilityserver"
+ "Familyappserver"
],
- "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
",
- "description": "[Rdesktop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP.",
+ "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/rdesktop.png",
- "image": "linuxserver/rdesktop:latest",
- "privileged": true,
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/firefox-logo.png",
+ "image": "linuxserver/firefox:latest",
"env": [
{
"name": "PUID",
@@ -7864,502 +6870,489 @@
}
],
"ports": [
- "3389:3389/tcp"
+ "3000:3000/tcp"
],
"volumes": [
- {
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock"
- },
{
"container": "/config",
- "bind": "/volume1/docker/rdesktop/config"
+ "bind": "/volume1/docker/firefox/config"
}
],
"restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
- "type": 1,
"categories": [
- "Backupandsyncserver"
+ "Managementutilityserver"
],
- "title": "Rsnapshot",
- "name": "Rsnapshot",
- "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/rsnapshot/config
mkdir -p /volume1/docker/rsnapshot/.snapshots
mkdir -p /volume1/docker/rsnapshot/data
",
- "description": "[Rsnapshot](http://www.rsnapshot.org/) is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required.'",
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rsnapshot.png",
- "image": "linuxserver/rsnapshot:latest",
+ "description": "Remote Management Server",
"env": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "default": "/portainer/Files/AppData/MeshCentral/Config",
+ "label": "Config Container Bind",
+ "name": "CONFIG"
},
{
- "name": "PGID",
- "label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "default": "/portainer/Files/AppData/MeshCentral/Files",
+ "label": "Files Container Bind",
+ "name": "FILES"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- }
- ],
- "ports": [
- "80:80/tcp"
- ],
- "volumes": [
- {
- "container": "/config",
- "bind": "/volume1/docker/rsnapshot/config"
+ "default": "/portainer/Files/AppData/MeshCentral/Backup",
+ "label": "Backup Container Bind",
+ "name": "BACK"
},
{
- "container": "/.snapshots",
- "bind": "/volume1/docker/rsnapshot/.snapshots"
+ "default": "443",
+ "label": "Container Port 443",
+ "name": "PORT4"
},
{
- "container": "/data",
- "bind": "/volume1/docker/rsnapshot/data"
+ "default": "80",
+ "label": "Container Port 80",
+ "name": "PORT8"
}
],
- "restart_policy": "unless-stopped",
+ "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/"
},
{
- "type": 1,
"categories": [
- "Familyappserver"
+ "Dashboardserver"
],
- "title": "Snapdrop",
- "name": "Snapdrop",
- "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/snapdrop/config
",
- "description": "[Snapdrop](https://github.com/RobinLinus/snapdrop) A local file sharing in your browser. Inspired by Apple's Airdrop.",
+ "description": "Freeboard is a turn-key HTML-based 'engine' for dashboards. Besides a nice looking layout engine, it provides a plugin architecture for creating datasources (which fetch data) and widgets (which display data)\u2014 freeboard then does all the work to connect the two together.",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/freeboard.jpg",
+ "name": "freeboard",
+ "repository": {
+ "stackfile": "Template/Stack/freeboard.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
"platform": "linux",
- "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": [
+ "8000:80/tcp"
+ ],
+ "restart_policy": "always",
+ "title": "Freeboard",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Financeserver"
],
+ "description": "Ghostfolio is an open source wealth management software built with web technology.",
+ "logo": "https://avatars.githubusercontent.com/u/82473144?s=200",
+ "name": "Ghostfolio",
+ "repository": {
+ "stackfile": "Template/Stack/ghostfolio.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "platform": "linux",
"ports": [
- "80:80/tcp",
- "443:443/tcp"
+ "3663:80/tcp"
],
- "volumes": [
- {
- "container": "/config",
- "bind": "/volume1/docker/snapdrop/config"
- }
+ "restart_policy": "always",
+ "title": "Ghostfolio",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Tools"
],
- "restart_policy": "unless-stopped",
+ "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/"
},
{
- "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
",
- "description": "[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.",
"categories": [
- "Managementutilityserver"
+ "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",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png",
- "image": "linuxserver/webtop:latest",
- "privileged": true,
+ "ports": [
+ "8234:80/tcp"
+ ],
+ "restart_policy": "always",
+ "title": "Wallabag",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Usenetserver"
+ ],
+ "description": "Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "name": "PGID",
- "label": "PGID",
"default": "100",
- "description": "for UserID"
- },
- {
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
- {
- "name": "SUBFOLDER",
- "label": "SUBFOLDER",
- "default": "/",
- "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
+ "label": "PGID",
+ "name": "PGID"
}
],
+ "image": "ghcr.io/linuxserver/prowlarr:develop",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/prowlarr.png",
+ "name": "prowlarr",
+ "platform": "linux",
"ports": [
- "3000:3000/tcp"
+ "9696:9696/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Prowlarr",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/webtop/config"
- },
- {
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock"
+ "bind": "/portainer/Files/AppData/Config/Prowlarr",
+ "container": "/config"
}
],
- "restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
- "type": 1,
"categories": [
- "Vpnserver"
+ "Networkserver"
],
- "title": "Wireguard",
- "name": "Wireguard",
- "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/wireguard/config
",
- "description": "[WireGuard\u00ae](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.",
- "platform": "linux",
- "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Logo_of_WireGuard.png/320px-Logo_of_WireGuard.png",
- "image": "linuxserver/wireguard:latest",
+ "description": "WIFI / LAN intruder detector",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "name": "PGID",
- "label": "PGID",
"default": "100",
- "description": "for UserID"
- },
- {
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
- {
- "name": "SERVERURL",
- "label": "SERVERURL",
- "default": "wireguard.domain.com",
- "description": "External IP or domain name for docker host. Used in server mode. If set to `auto`, the container will try to determine and set the external IP automatically"
- },
- {
- "name": "SERVERPORT",
- "label": "SERVERPORT",
- "default": "51820",
- "description": "External port for docker host. Used in server mode."
- },
- {
- "name": "PEERS",
- "label": "PEERS",
- "default": "1",
- "description": "Number of peers to create confs for. Required for server mode. Can also be a list of names: `myPC,myPhone,myTablet` (alphanumeric only)"
- },
- {
- "name": "PEERDNS",
- "label": "PEERDNS",
- "default": "auto",
- "description": "DNS server set in peer/client configs (can be set as `8.8.8.8`). Used in server mode. Defaults to `auto`, which uses wireguard docker host's DNS via included CoreDNS forward."
- },
- {
- "name": "INTERNAL_SUBNET",
- "label": "INTERNAL_SUBNET",
- "default": "10.13.13.0",
- "description": "Internal subnet for the wireguard and server and peers (only change if it clashes). Used in server mode."
- },
- {
- "name": "ALLOWEDIPS",
- "label": "ALLOWEDIPS",
- "default": "0.0.0.0/0",
- "description": "The IPs/Ranges that the peers will be able to reach using the VPN connection. If not specified the default value is: '0.0.0.0/0, ::0/0' This will cause ALL traffic to route through the VPN, if you want split tunneling, set this to only the IPs you would like to use the tunnel AND the ip of the server's WG ip, such as 10.13.13.1."
+ "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": [
- "51820:51820/udp"
+ "20211:20211/udp"
],
+ "restart_policy": "always",
+ "title": "Pi.alert",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/wireguard/config"
- },
- {
- "container": "/lib/modules",
- "bind": "/lib/modules"
+ "bind": "/portainer/Files/AppData/Config/pi.alert",
+ "container": "/config"
}
],
- "restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Managementutilityserver"
+ "Notesserver"
],
- "type": 1,
- "title": "Wireshark",
- "name": "Wireshark",
- "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/wireshark/config
",
- "description": "[Wireshark](https://www.wireshark.org/) is the world\u2019s foremost and widely-used network protocol analyzer. It lets you see what\u2019s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.",
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png",
- "image": "linuxserver/wireshark:latest",
- "network": "host",
+ "description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases",
"env": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
- },
- {
- "name": "PGID",
- "label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "default": "/home/node/trilium-data",
+ "label": "TRILIUM_DATA_DIR",
+ "name": "TRILIUM_DATA_DIR"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
+ "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": [
- "3000:3000/tcp"
+ "3388:8080/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Trilium",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/wireshark/config"
+ "bind": "/portainer/Files/AppData/Config/trilium-data",
+ "container": "/home/node/trilium-data"
}
],
- "restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
- "type": 1,
- "title": "Airsonic-advanced",
- "name": "Airsonic-advanced",
"categories": [
- "Musicserver"
+ "Smarthome"
],
- "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
",
- "description": "[Airsonic-advanced](https://github.com/airsonic-advanced/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
+ "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",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-banner.png",
- "image": "linuxserver/airsonic-advanced:latest",
+ "repository": {
+ "stackfile": "Template/Stack/frigatenvr.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Frigate NVR",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Dashboardserver"
+ ],
+ "description": "Fenrus is a Node application and requires NodeJS to run. Once NodeJS is installed you can run Fenrus",
"env": [
{
- "name": "PUID",
+ "default": "1000",
"label": "PUID",
- "default": "1024",
- "description": "for GroupID"
+ "name": "PUID"
},
{
- "name": "PGID",
+ "default": "1000",
"label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "name": "PGID"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
+ "label": "PORT",
+ "name": "PORT"
+ }
+ ],
+ "logo": "https://user-images.githubusercontent.com/958400/154829266-62206846-c6ef-4718-9910-2b83eb6aa41c.png",
+ "name": "Fenrus",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/fenrus.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Fenrus",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Libraryserver"
+ ],
+ "description": "Audiobook Server",
+ "env": [
{
- "name": "CONTEXT_PATH",
- "label": "CONTEXT_PATH",
- "default": "",
- "description": "For setting url-base in reverse proxy setups."
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "name": "JAVA_OPTS",
- "label": "JAVA_OPTS",
- "default": "",
- "description": "For passing additional java options."
+ "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": [
- "4040:4040/tcp"
+ "13378:80/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Audiobookshelf",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/airsonic-advanced/config"
- },
- {
- "container": "/music",
- "bind": "/volume1/docker/airsonic-advanced/music"
+ "bind": "/portainer/Files/AppData/Config/Audiobookshelf",
+ "container": "/config"
},
{
- "container": "/playlists",
- "bind": "/volume1/docker/airsonic-advanced/playlists"
+ "bind": "/path/to/audiobooks",
+ "container": "/audiobooks"
},
{
- "container": "/podcasts",
- "bind": "/volume1/docker/airsonic-advanced/podcasts"
+ "bind": "/path/to/podcasts",
+ "container": "/podcasts"
},
{
- "container": "/media",
- "bind": "/volume1/docker/airsonic-advanced/media"
+ "bind": "/path/to/Metadata",
+ "container": "/metadata"
}
],
- "restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
- "type": 1,
- "title": "Phpmyadmin",
- "name": "Phpmyadmin",
- "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/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"
+ "Familyappserver"
],
- "platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/phpmyadmin-logo.png",
- "image": "linuxserver/phpmyadmin:latest",
+ "description": "Vikunja is a self hosted, open-source to-do list application",
"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)"
+ "default": "192.168.0.2",
+ "label": "IP",
+ "name": "IP"
},
{
- "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"
+ "default": "80",
+ "label": "PORT",
+ "name": "PORT"
}
],
- "ports": [
- "80:80/tcp"
+ "logo": "https://raw.githubusercontent.com/go-vikunja/frontend/main/public/images/icons/android-chrome-192x192.png",
+ "note": "Vikunja is a self hosted, open-source to-do list application",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/vikunja.yml",
+ "url": "https://github.com/mycroftwilde/portainer_templates"
+ },
+ "title": "Vikunja",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Mediaserver"
],
- "volumes": [
+ "description": "Helps you organize your *Ahem* ...more MATURE Media material....",
+ "env": [
{
- "container": "/config",
- "bind": "/volume1/docker/phpmyadmin/config"
+ "label": "PORT",
+ "name": "PORT"
}
],
- "restart_policy": "unless-stopped",
+ "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/"
},
{
- "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
",
- "description": "[Pixapop](https://github.com/bierdok/pixapop) is an open-source single page application to view your photos in the easiest way possible.",
"categories": [
- "Photos"
+ "Chatserver"
],
+ "description": "Rocket.Chat Server",
+ "logo": "https://raw.githubusercontent.com/portapps/rocketchat-portable/master/res/papp.png",
+ "note": "Rocket.Chat Server Container",
"platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png",
- "image": "linuxserver/pixapop:latest",
+ "repository": {
+ "stackfile": "Template/Stack/rocketchat.yml",
+ "url": "https://github.com/mycroftwilde/portainer_templates"
+ },
+ "title": "Rocket Chat",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Notesserver"
+ ],
+ "description": "Joplin is an open-source note-taking app",
"env": [
{
- "name": "PUID",
- "label": "PUID",
- "default": "1024",
- "description": "for GroupID"
- },
- {
- "name": "PGID",
- "label": "PGID",
- "default": "100",
- "description": "for UserID"
+ "default": "22300",
+ "label": "PORT",
+ "name": "PORT"
},
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "Specify a timezone to use for example Europe/Amsterdam"
- },
+ "default": "http://joplin.yourdomain.tld:22300",
+ "label": "URL",
+ "name": "URL"
+ }
+ ],
+ "logo": "https://raw.githubusercontent.com/laurent22/joplin/master/Assets/SquareIcon512.png",
+ "note": "Joplin is an open-source note-taking app",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/joplin.yml",
+ "url": "https://github.com/mycroftwilde/portainer_templates"
+ },
+ "title": "Joplin",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Usenetserver"
+ ],
+ "description": "Readarr usent server",
+ "env": [
{
- "name": "APP_USERNAME",
- "label": "APP_USERNAME",
- "default": "admin",
- "description": "Specify a username to enable authentication."
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "name": "APP_PASSWORD",
- "label": "APP_PASSWORD",
- "default": "admin",
- "description": "Specify a password to enable authentication."
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
}
],
+ "image": "hotio/readarr:nightly",
+ "logo": "https://raw.githubusercontent.com/Readarr/Readarr/develop/Logo/128.png",
+ "name": "Readerr",
+ "platform": "linux",
"ports": [
- "80:80/tcp"
+ "8787:8787/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Readarr",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/volume1/docker/pixapop/config"
+ "bind": "/portainer/Files/AppData/Config/Readarr",
+ "container": "/config"
},
{
- "container": "/photos",
- "bind": "/volume1/docker/pixapop/photos"
+ "bind": "/portainer/Downloads",
+ "container": "/downloads"
+ },
+ {
+ "bind": "/portainer/books",
+ "container": "/books"
}
],
- "restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"type": 1,
- "title": "Syslog-ng",
- "name": "Syslog-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/syslog-ng/config
",
- "description": "[syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/) allows you to flexibly collect, parse, classify, rewrite and correlate logs from across your infrastructure and store or route them to log analysis tools.",
"categories": [
- "Taskserver"
+ "Libraryserver"
],
+ "title": "Calibre",
+ "name": "Calibre",
+ "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/calibre/config
",
+ "description": "Calibre is a powerful and easy to use e-book manager. Users say it\u2019s outstanding and a must-have. It\u2019ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It\u2019s also completely free and open source and great for both casual users and computer experts.",
"platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png",
- "image": "linuxserver/syslog-ng:latest",
+ "logo": "https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png",
+ "image": "linuxserver/calibre:latest",
"env": [
{
"name": "PUID",
@@ -8378,21 +7371,28 @@
"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": [
- "514:5514/udp",
- "601:6601/tcp",
- "6514:6514/tcp"
+ "8080:8080/tcp",
+ "8081:8081/tcp"
],
"volumes": [
{
"container": "/config",
- "bind": "/volume1/docker/syslog-ng/config"
- },
- {
- "container": "/var/log",
- "bind": "/var/log"
+ "bind": "/volume1/docker/calibre/config"
}
],
"restart_policy": "unless-stopped",
@@ -8400,137 +7400,144 @@
},
{
"type": 1,
- "title": "Wowza",
- "description": "Streaming media server",
"categories": [
- "Mediaserver"
+ "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://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png",
- "image": "sameersbn/wowza:4.1.2-8",
+ "logo": "https://raw.githubusercontent.com/bwssytems/ha-bridge/master/src/main/resources/public/img/favicon.ico",
+ "image": "linuxserver/habridge:latest",
"env": [
{
- "name": "WOWZA_ACCEPT_LICENSE",
- "label": "Agree to Wowza EULA",
- "set": "yes"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "name": "WOWZA_KEY",
- "label": "License key"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "SEC_KEY",
+ "label": "SEC_KEY",
+ "default": "",
+ "description": "Key used to secure communication."
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
"ports": [
- "1935/tcp",
- "8086/tcp",
- "8087/tcp",
- "8088/tcp"
+ "8080:8080/tcp",
+ "50000:50000/tcp"
],
"volumes": [
{
- "container": "/var/lib/wowza"
+ "container": "/config",
+ "bind": "/volume1/docker/habridge/config"
}
],
+ "restart_policy": "unless-stopped",
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
- "type": 1,
- "title": "MySQL",
- "description": "The most popular open-source database",
"categories": [
- "Databaseserver"
+ "Dashboardserver"
],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
- "image": "mysql:latest",
+ "description": "MagicMirror2 Server",
"env": [
{
- "name": "MYSQL_ROOT_PASSWORD",
- "label": "Root password"
- }
- ],
- "ports": [
- "3306/tcp"
- ],
- "volumes": [
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
{
- "container": "/var/lib/mysql"
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
}
],
- "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
- },
- {
- "type": 1,
- "title": "Gitlab CE",
- "description": "Open-source end-to-end software development platform",
- "note": "Default username is root. Check the Gitlab documentation to get started.",
- "categories": [
- "Codeserver"
- ],
+ "image": "karsten13/magicmirror:latest",
+ "logo": "https://github.com/MichMich/MagicMirror/raw/master/.github/header.png",
+ "name": "MagicMirror2",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
- "image": "gitlab/gitlab-ce:latest",
"ports": [
- "80/tcp",
- "443/tcp",
- "22/tcp"
+ "8080:8080/tcp"
],
+ "restart_policy": "unless-stopped",
+ "command": "/bin/bash -c \"npm run server\" && exit 777",
+ "title": "MagicMirror2",
+ "type": 1,
"volumes": [
{
- "container": "/etc/gitlab"
+ "container": "/opt/magic_mirror/config"
},
{
- "container": "/var/log/gitlab"
+ "container": "/opt/magic_mirror/modules"
},
{
- "container": "/var/opt/gitlab"
+ "container": "/opt/magic_mirror/css"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Downloaders"
+ "Libraryserver"
],
- "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.",
- "image": "tzahi12345/youtubedl-material:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ytdlm.png",
- "name": "youtubedl-material",
+ "description": "Koomga Manga, Comic and E-Book Server",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "gotson/komga:latest",
+ "logo": "https://raw.githubusercontent.com/gotson/komga/master/.github/readme-images/app-icon.png",
+ "name": "Komga",
"platform": "linux",
"ports": [
- "17442:17442/tcp"
+ "8080:8080/tcp"
],
"restart_policy": "unless-stopped",
- "title": "YouTubeDL-Material",
+ "title": "Komga",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/YTDLM",
- "container": "/app/appdata"
- },
- {
- "bind": "/portainer/Files/AppData/Youtube/Video",
- "container": "/app/video"
+ "container": "/books"
},
{
- "bind": "/portainer/Files/AppData/Youtube/Subscriptions",
- "container": "/app/subscriptions"
+ "container": "/comics"
},
{
- "bind": "/portainer/Files/AppData/Youtube/Users",
- "container": "/app/users"
+ "container": "/manga"
},
{
- "bind": "/portainer/Files/AppData/Youtube/Audio",
- "container": "/app/audio"
+ "container": "/config"
}
],
"maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Music"
+ "Libraryserver"
],
- "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
+ "description": "Kavita Manga, Comic and E-Book Server",
"env": [
{
"default": "1000",
@@ -8541,349 +7548,220 @@
"default": "100",
"label": "PGID",
"name": "PGID"
- },
- {
- "label": "CONTEXT_PATH",
- "name": "CONTEXT_PATH",
- "set": "airsonic"
- },
- {
- "label": "JAVA_OPTS",
- "name": "JAVA_OPTS",
- "set": "-Xms256m -Xmx512m"
}
],
- "image": "linuxserver/airsonic:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png",
- "name": "airsonic",
+ "image": "kizaing/kavita:latest",
+ "logo": "https://raw.githubusercontent.com/Kareadita/Kavita/main/UI/Web/src/assets/images/logo.png",
+ "name": "Kavita",
"platform": "linux",
"ports": [
- "4040:4040/tcp"
+ "5000:5000/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Airsonic",
+ "title": "Kavita",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Music",
- "container": "/music"
+ "container": "/books"
},
{
- "bind": "/portainer/Files/AppData/Airsonic/Playlists",
- "container": "/playlists"
+ "container": "/comics"
},
{
- "bind": "/portainer/Podcasts",
- "container": "/podcasts"
+ "container": "/manga"
},
{
- "bind": "/portainer/Files/AppData/Airsonic/Media",
- "container": "/media"
- },
- {
- "bind": "/portainer/Files/AppData/Config/Airsonic/",
"container": "/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
- "categories": [
- "Other",
- "Tools"
- ],
- "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
- "image": "bitwardenrs/server:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png",
- "name": "bitwardenrs",
- "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
- "platform": "linux",
- "ports": [
- "80/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Bitwarden RS",
"type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/Bitwarden-rs",
- "container": "/config"
- }
- ],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
- },
- {
"categories": [
- "Cloud",
- "Productivity",
- "Tools",
- "Other",
- "Web"
- ],
- "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.",
- "env": [
- {
- "default": "invoice.my.domain",
- "label": "URL",
- "name": "URL"
- },
- {
- "label": "APP_KEY",
- "name": "APP_KEY"
- },
- {
- "label": "TZ",
- "name": "TZ"
- },
- {
- "label": "DATABASE_PASSWORD",
- "name": "DATABASE_PASSWORD"
- },
- {
- "label": "MYSQL_ROOT_PASSWORD",
- "name": "MYSQL_ROOT_PASSWORD"
- },
- {
- "label": "PORT",
- "name": "PORT"
- }
+ "Managementutilityserver"
],
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/invoice_ninja.png",
- "name": "invoice_ninja",
- "note": "The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation here. ",
+ "title": "Snipe-it",
+ "name": "Snipe-it",
+ "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/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",
- "repository": {
- "stackfile": "Template/Stack/invoice-ninja.yml",
- "url": "https://github.com/SelfhostedPro/selfhosted_templates"
- },
- "title": "Invoice Ninja",
- "type": 3,
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
- },
- {
- "categories": [
- "Tools",
- "Web"
- ],
- "description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>",
+ "logo": "https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/snipe-it-logo500x500.png",
+ "image": "linuxserver/snipe-it:latest",
"env": [
{
- "label": "EMAIL",
- "name": "EMAIL",
- "set": "-Xms256m -Xmx512m"
- },
- {
- "label": "URL",
- "name": "URL",
- "set": "-Xms256m -Xmx512m"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "label": "SUBDOMAINS",
- "name": "SUBDOMAINS",
- "set": "www,"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "label": "ONLY_SUBDOMAINS",
- "name": "ONLY_SUBDOMAINS",
- "set": "false"
+ "name": "APP_URL",
+ "label": "APP_URL",
+ "default": "",
+ "description": "Hostname or IP and port if applicable IE :8080"
},
{
- "label": "DHLEVEL",
- "name": "DHLEVEL",
- "set": "2048"
+ "name": "MYSQL_PORT_3306_TCP_ADDR",
+ "label": "MYSQL_PORT_3306_TCP_ADDR",
+ "default": "",
+ "description": "Mysql hostname or IP to use"
},
{
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
+ "name": "MYSQL_PORT_3306_TCP_PORT",
+ "label": "MYSQL_PORT_3306_TCP_PORT",
+ "default": "",
+ "description": "Mysql port to use"
},
{
- "default": "100",
- "label": "PGID",
- "name": "PGID"
+ "name": "MYSQL_DATABASE",
+ "label": "MYSQL_DATABASE",
+ "default": "",
+ "description": "Mysql database to use"
},
{
- "label": "VALIDATION",
- "name": "VALIDATION",
- "set": "http"
+ "name": "MYSQL_USER",
+ "label": "MYSQL_USER",
+ "default": "",
+ "description": "Mysql user to use"
},
{
- "label": "DNSPLUGIN",
- "name": "DNSPLUGIN",
- "set": "http"
+ "name": "MYSQL_PASSWORD",
+ "label": "MYSQL_PASSWORD",
+ "default": "changeme",
+ "description": "Mysql password to use"
}
],
- "image": "linuxserver/letsencrypt:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png",
- "name": "letsencrypt",
- "platform": "linux",
"ports": [
- "80/tcp",
- "443/tcp"
+ "8080:80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Let's Encrypt",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/LetsEncrypt",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/snipe-it/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Other"
- ],
- "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "100",
- "label": "PGID",
- "name": "PGID"
- }
+ "Taskserver"
],
- "image": "linuxserver/mcmyadmin2:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png",
- "name": "mcmyadmin2",
+ "description": "It is a self-hosted monitoring tool like Uptime Robot",
+ "image": "louislam/uptime-kuma:latest",
+ "logo": "https://images.opencollective.com/uptime-kuma/29c5113/logo/256.png",
+ "name": "uptime-kuma",
"platform": "linux",
"ports": [
- "8080:8080/tcp",
- "25565:25565/tcp"
+ "3001:3001/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "McMyAdmin 2",
+ "restart_policy": "always",
+ "title": "Uptime Kuma",
"type": 1,
"volumes": [
{
- "container": "/minecraft"
+ "bind": "/portainer/Files/AppData/Config/UptimeKuma",
+ "container": "/app/data"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
+ "title": "Grafana",
+ "description": "Metrics Graphing Tool",
+ "logo": "https://raw.githubusercontent.com/grafana/grafana/main/docs/logo-horizontal.png",
+ "platform": "linux",
+ "restart_policy": "unless-stopped",
"categories": [
- "Downloaders",
- "Video"
- ],
- "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "100",
- "label": "PGID",
- "name": "PGID"
- }
+ "Dashboardserver"
],
- "image": "linuxserver/medusa:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png",
- "name": "medusa",
- "platform": "linux",
+ "image": "grafana/grafana:latest",
"ports": [
- "8081:8081/tcp"
+ "3000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Medusa",
- "type": 1,
+ "network": "bridge",
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Medusa",
- "container": "/config"
+ "container": "/etc/grafana/grafana.ini"
},
{
- "bind": "/portainer/TV",
- "container": "/tv"
+ "container": "/var/lib/grafana"
},
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "container": "/var/log/grafana"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Other"
- ],
- "description": "Server version of minetest, a free, open source alternative to minecraft.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "100",
- "label": "PGID",
- "name": "PGID"
- }
+ "Smarthome"
],
- "image": "linuxserver/minetest:latest",
- "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
- "name": "minetest",
+ "description": "Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range of nodes in the palette.",
+ "image": "nodered/node-red",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/node-red-icon.svg",
+ "name": "nodered",
"platform": "linux",
"ports": [
- "30000:30000/udp"
+ "1880:1880/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Minetest",
+ "restart_policy": "always",
+ "title": "Nodered",
"type": 1,
"volumes": [
{
- "container": "/config/.minetest"
- }
+ "bind": "/portainer/Files/AppData/Config/Nodered",
+ "container": "/data"
+ }
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Video",
- "Other",
- "Tools"
- ],
- "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "100",
- "label": "PGID",
- "name": "PGID"
- }
+ "Managementutilityserver"
],
- "image": "linuxserver/minisatip:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png",
- "name": "minisatip",
+ "description": "draw.io (formerly Diagramly) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPMN online, as a circuit diagram maker, and more. draw.io can import .vsdx, Gliffy\u2122 and Lucidchart\u2122 files.",
+ "image": "jgraph/drawio:latest",
+ "logo": "https://raw.githubusercontent.com/qwerty00007/portainer_templates/master/Images/draw.io.png",
+ "name": "draw.io",
"platform": "linux",
"ports": [
- "8875:8875/tcp",
- "554:554/tcp",
- "1900:1900/udp"
+ "8080:8080/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Minisatip",
+ "title": "draw.io",
"type": 1,
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
+ "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.",
+ "description": "Helps you organize your self-hosted services by making them accessible from a single place.",
+ "logo": "https://dashy.to/img/dashy.png",
+ "name": "Dashy",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/dashy.yml",
+ "url": "https://github.com/mycroftwilde/portainer_templates"
+ },
+ "title": "Dashy",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Musicserver"
+ ],
+ "description": "Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!",
"env": [
{
"default": "1000",
@@ -8891,101 +7769,123 @@
"name": "PUID"
},
{
- "default": "100",
+ "default": "1000",
"label": "PGID",
"name": "PGID"
+ },
+ {
+ "label": "PORT",
+ "name": "PORT"
}
],
- "image": "organizrtools/organizr-v2:php-fpm",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png",
- "name": "organizr-v2",
+ "logo": "https://github.com/navidrome/navidrome/raw/master/resources/logo-192x192.png",
+ "name": "Navidrome",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/navidrome.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Navidrome",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Dashboardserver"
+ ],
+ "description": "Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.",
+ "image": "pawelmalak/flame",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/flame.png",
+ "name": "flame-dashboard",
"platform": "linux",
"ports": [
- "80/tcp"
+ "5005:5005/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Organizr v2",
+ "title": "Flame-Dashboard",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Organizr",
- "container": "/config"
+ "bind": "/portainer/Files/AppData/Config/flame-dashboard",
+ "container": "/app/data"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other"
+ "Tools"
],
- "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
+ "title": "Foldingathome",
+ "name": "Foldingathome",
+ "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/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": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "100",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "linuxserver/oscam:latest",
- "logo": "http://i.imgur.com/8LadrLg.png",
- "name": "oscam",
- "platform": "linux",
"ports": [
- "8888:8888/tcp",
- "10000:10000/tcp"
+ "7396:7396/tcp",
+ "36330:36330/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "OScam",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/OScam",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/foldingathome/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Other",
- "Music"
+ "Passwordserver"
],
- "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
- "image": "registry.gitlab.com/bockiii/deemix-docker",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png",
- "name": "deemix",
- "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to this page for userToken details.",
+ "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": [
- "9666:9666/tcp"
+ ":80/tcp"
],
"restart_policy": "unless-stopped",
- "title": "DeeMix",
+ "title": "Vaultwarden",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/DeeMix",
+ "bind": "/portainer/Files/AppData/Config/Vaultwarden",
"container": "/config"
- },
- {
- "bind": "/portainer/Downloads",
- "container": "/downloads"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Video",
- "Music",
- "Other"
+ "Mediaserver"
],
- "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.",
+ "description": "Overseerr is a free and open source software application for managing requests for your media library.",
"env": [
{
"default": "1000",
@@ -8998,32 +7898,29 @@
"name": "PGID"
}
],
- "image": "linuxserver/htpcmanager:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png",
- "name": "htpcmanager",
+ "image": "hotio/overseerr:release",
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/overseerr-icon.png",
+ "name": "Overseerr",
"platform": "linux",
"ports": [
- "8085:8085/tcp"
+ "5055:5055/tcp"
],
"restart_policy": "unless-stopped",
- "title": "HTPC Manager",
+ "title": "Overseerr",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/HTPCmanager",
+ "bind": "/portainer/Files/AppData/Config/Overseerr",
"container": "/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Cloud",
- "Productivity",
- "Tools",
- "Other"
+ "Familyappserver"
],
- "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
+ "description": "ownCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily\u2014all under your control. ownCloud\u2019s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage.",
"env": [
{
"default": "1000",
@@ -9034,77 +7931,49 @@
"default": "100",
"label": "PGID",
"name": "PGID"
- }
- ],
- "image": "linuxserver/projectsend:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png",
- "name": "projectsend",
- "platform": "linux",
- "ports": [
- "80/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "ProjectSend",
- "type": 1,
- "volumes": [
+ },
{
- "bind": "/portainer/Files/AppData/ProjectSend",
- "container": "/data"
+ "label": "TZ",
+ "name": "TZ"
},
{
- "bind": "/portainer/Files/AppData/Config/ProjectSend",
- "container": "/config"
- }
- ],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
- },
- {
- "categories": [
- "Vpn",
- "Tools",
- "Other",
- "Web"
- ],
- "description": "Pritunl container built on Alpine Linux. Supports IPv6 and running behind a reverse proxy. This container requires an external Mongo DB and should be run via Docker Compose or other orchestration.",
- "env": [
+ "label": "OWNCLOUD_DOMAIN",
+ "name": "OWNCLOUD_DOMAIN"
+ },
{
- "default": "false",
- "label": "REVERSE_PROXY",
- "name": "REVERSE_PROXY"
+ "label": "DB_PASSWORD",
+ "name": "DB_PASSWORD"
},
{
- "label": "PRITUNL_OPTS",
- "name": "PRITUNL_OPTS"
+ "label": "ADMIN_USERNAME",
+ "name": "ADMIN_USERNAME"
},
{
- "default": "mongodb://mongo:27017/pritunl",
- "label": "MONGODB_URI",
- "name": "MONGODB_URI"
+ "label": "ADMIN_PASSWORD",
+ "name": "ADMIN_PASSWORD"
},
{
- "default": "false",
- "label": "WIREGUARD",
- "name": "WIREGUARD"
+ "label": "PORT",
+ "name": "PORT"
}
],
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/pritunl/Images/pritunl.png",
- "name": "pritunl",
- "note": "Documentation on this containier can be found here: https://hub.docker.com/r/goofball222/pritunl",
+ "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/pritunl.yml",
- "url": "https://github.com/SelfhostedPro/selfhosted_templates"
+ "stackfile": "Template/Stack/owncloud.yml",
+ "url": "https://github.com/Qballjos/portainer_templates"
},
- "title": "Pritunl",
+ "title": "Owncloud",
"type": 3,
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Cloud",
- "Other"
+ "Mediaserver"
],
- "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
+ "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",
@@ -9115,1668 +7984,2004 @@
"default": "100",
"label": "PGID",
"name": "PGID"
- }
- ],
- "image": "linuxserver/pydio:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png",
- "name": "pydio",
- "platform": "linux",
- "ports": [
- "443/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Pydio",
- "type": 1,
- "volumes": [
+ },
{
- "bind": "/portainer/Files/AppData/Config/Pydio",
- "container": "/config"
+ "label": "TZ",
+ "name": "TZ"
},
{
- "bind": "/portainer/Files/AppData/Pydio",
- "container": "/data"
+ "label": "PORT",
+ "name": "PORT"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/petio-icon.png",
+ "name": "Petio",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/petio.yml",
+ "url": "https://github.com/Qballjos/portainer_templates"
+ },
+ "title": "Petio",
+ "type": 3,
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Messenger"
+ "Tools"
],
- "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
+ "title": "Audacity",
+ "name": "Audacity",
+ "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/audacity/config
",
+ "description": "[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png",
+ "image": "linuxserver/audacity:latest",
"env": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "100",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
- }
- ],
- "image": "linuxserver/quassel-core:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png",
- "name": "quassel-core",
- "platform": "linux",
- "ports": [
- "4242:4242/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Quassel IRC",
- "type": 1,
- "volumes": [
+ "default": "100",
+ "description": "for UserID"
+ },
{
- "bind": "/portainer/Files/AppData/Config/Quassel-core",
- "container": "/config"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
- },
- {
- "categories": [
- "Other",
- "Tools"
- ],
- "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
- "image": "amruthpillai/reactive-resume:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png",
- "name": "reactive-resume",
- "platform": "linux",
"ports": [
- "80/tcp"
+ "3000:3000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Reactive-Resume",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/ReactiveResume",
- "container": "/usr/src/app"
+ "container": "/config",
+ "bind": "/volume1/docker/audacity/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Downloaders",
- "Video"
+ "Libraryserver"
],
- "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.",
+ "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
",
+ "description": "[Booksonic-air](http://booksonic.org) is a platform for accessing the audibooks you own wherever you are. At the moment the platform consists of Booksonic Air - A server for streaming your audiobooks, successor to the original Booksonic server and based on Airsonic. Booksonic App - An DSub based Android app for connection to Booksonic-Air servers. .",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png",
+ "image": "linuxserver/booksonic-air:latest",
"env": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "100",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
+ },
+ {
+ "name": "CONTEXT_PATH",
+ "label": "CONTEXT_PATH",
+ "default": "url-base",
+ "description": "Base url for use with reverse proxies etc."
}
],
- "image": "linuxserver/sickchill:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png",
- "name": "sickchill",
- "platform": "linux",
"ports": [
- "8081:8081/tcp"
+ "4040:4040/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "SickChill",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/SickChill",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/booksonic-air/config"
},
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "container": "/audiobooks",
+ "bind": "/volume1/docker/booksonic-air/audiobooks"
},
{
- "bind": "/portainer/TV",
- "container": "/tv"
+ "container": "/podcasts",
+ "bind": "/volume1/docker/booksonic-air/podcasts"
+ },
+ {
+ "container": "/othermedia",
+ "bind": "/volume1/docker/booksonic-air/othermedia"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Downloaders",
- "Video"
+ "Codeserver"
],
- "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
+ "title": "Cloud9",
+ "name": "Cloud9",
+ "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/cloud9/config
mkdir -p /volume1/docker/cloud9/code
",
+ "description": "[Cloud9](https://github.com/c9/core) Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png",
+ "image": "linuxserver/cloud9:latest",
"env": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "100",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
+ },
+ {
+ "name": "GITURL",
+ "label": "GITURL",
+ "default": "https://github.com/linuxserver/docker-cloud9.git",
+ "description": "Specify a git repo to checkout on first startup"
+ },
+ {
+ "name": "USERNAME",
+ "label": "USERNAME",
+ "default": "",
+ "description": "Optionally specify a username for http auth"
+ },
+ {
+ "name": "PASSWORD",
+ "label": "PASSWORD",
+ "default": "",
+ "description": "Optionally specify a password for http auth (if USERNAME and PASSWORD are not set, there will be no http auth)"
}
],
- "image": "linuxserver/sickgear:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png",
- "name": "sickgear",
- "platform": "linux",
"ports": [
- "8081:8081/tcp"
+ "8000:8000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "SickGear",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/SickGear",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/cloud9/config"
},
{
- "bind": "/portainer/TV",
- "container": "/tv"
+ "container": "/code",
+ "bind": "/volume1/docker/cloud9/code"
},
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "container": "/var/run/docker.sock",
+ "bind": "/var/run/docker.sock"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Messenger"
+ "Notesserver"
],
- "description": "A self-hosted web IRC client",
+ "title": "Dokuwiki",
+ "name": "Dokuwiki",
+ "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/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": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "100",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "linuxserver/thelounge:latest",
- "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
- "name": "thelounge",
- "platform": "linux",
"ports": [
- "9000:9000/tcp"
+ "80:80/tcp",
+ "443:443/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "TheLounge",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/TheLounge",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/dokuwiki/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Video",
- "Other"
+ "Gamingserver"
],
- "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
+ "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
",
+ "description": "[Emulatorjs](https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png",
+ "image": "linuxserver/emulatorjs:latest",
"env": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "100",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
+ },
+ {
+ "name": "SUBFOLDER",
+ "label": "SUBFOLDER",
+ "default": "/",
+ "description": "Specify a subfolder for reverse proxies IE '/FOLDER/'"
}
],
- "image": "linuxserver/tvheadend:latest",
- "logo": "http://i.imgur.com/zGSUAT4.png",
- "name": "tvheadend",
- "platform": "linux",
"ports": [
- "9981:9981/tcp",
- "9982:9982/tcp"
+ "3000:3000/tcp",
+ "80:80/tcp",
+ "4001:4001/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Tvheadend",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/TVHeadend",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/emulatorjs/config"
},
{
- "container": "/recordings"
+ "container": "/data",
+ "bind": "/volume1/docker/emulatorjs/data"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Cctv"
+ "Tools"
],
- "description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti\u2019s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature\u2011packed user interface with advanced features such as motion detection, auto\u2011discovery, user\u2011level security, storage management, reporting, and mobile device support.",
+ "title": "Endlessh",
+ "name": "Endlessh",
+ "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/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": [
{
- "default": "99",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "100",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "002",
- "label": "UMASK",
- "name": "UMASK"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
- "label": "CONTEXT_PATH",
- "name": "CONTEXT_PATH",
- "set": "UniFi Video"
+ "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."
}
],
- "image": "pducharme/unifi-video-controller:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png",
- "name": "UniFi Video",
- "platform": "linux",
"ports": [
- "1935:1935/tcp",
- "7444:7444/tcp",
- "7447:7447/tcp",
- "6666:6666/tcp",
- "7442:7442/tcp",
- "7080:7080/tcp",
- "7443:7443/tcp",
- "7445:7445/tcp",
- "7446:7446/tcp"
+ "22:2222/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "UniFi Video",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/",
- "container": "/recordings"
- },
- {
- "bind": "/portainer/Files/AppData/Config/UniFiVideo/",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/endlessh/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Messenger"
+ "Mediaserver"
],
- "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
+ "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": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "100",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "linuxserver/znc:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png",
- "name": "znc",
- "platform": "linux",
"ports": [
- "6501:6501/tcp"
+ "80:80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "ZNC",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/ZNC",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/ffmpeg/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Vpn",
- "Tools"
+ "Ftpserver"
],
- "description": "This container contains OpenVPN and Deluge with a configuration where Deluge is running only when OpenVPN has an active tunnel. It bundles configuration files for many popular VPN providers to make the setup easier.",
+ "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": [
{
- "default": "1001",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1001",
+ "name": "PGID",
"label": "PGID",
- "name": "PUID"
- },
- {
- "default": "MULLVAD",
- "description": "see https://github.com/sgtsquiggs/docker-deluge-openvpn",
- "label": "OPENVPN_PROVIDER",
- "name": "OPENVPN_PROVIDER"
- },
- {
- "label": "OPENVPN_USERNAME",
- "name": "OPENVPN_USERNAME"
+ "default": "100",
+ "description": "for UserID"
},
{
- "label": "OPENVPN_PASSWORD",
- "name": "OPENVPN_PASSWORD"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "sgtsquiggs/deluge-openvpn:latest",
- "name": "deluge-openvpn",
- "platform": "linux",
"ports": [
- "8112:8112/tcp"
+ "3000:3000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Deluge openvpn",
- "type": 1,
"volumes": [
{
- "bind": "/etc/localtime",
- "container": "/etc/localtime"
- },
- {
- "bind": "/portainer/Downloads",
- "container": "/downloads"
- },
- {
- "bind": "/portainer/Files/AppData/Config/DelugeOpenVPN/config",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/filezilla/config"
}
],
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
- },
- {
- "categories": [
- "Security"
- ],
- "description": "Dradis Framework: Collaboration and reporting for IT Security teams http://dradisframework.org",
- "image": "raesene/dradis:latest",
- "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dradis-logo.png",
- "name": "dradis",
- "platform": "linux",
- "ports": [
- "3000:3000/tcp"
- ],
"restart_policy": "unless-stopped",
- "title": "Dradis",
- "type": 1,
- "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Tools"
+ "Taskserver"
],
- "description": "AdGuard Home is a network-wide software for blocking ads & tracking.",
- "image": "adguard/adguardhome:latest",
- "logo": "https://developer.asustor.com/uploadIcons/0020_999_1595573028_AdGuardhome_256.png",
- "name": "Adguardhome",
+ "title": "Healthchecks",
+ "name": "Healthchecks",
+ "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/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.",
"platform": "linux",
- "ports": [
- "53:53/tcp",
- "53:53/udp",
- "67:67/udp",
- "80:80/tcp",
- "443:443/tcp",
- "443:443/udp",
- "3001:3000/tcp",
- "853:853/tcp",
- "784:784/udp",
- "853:853/udp",
- "8853:8853/udp",
- "5443:5443/tcp",
- "5443:5443/udp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Adguardhome",
- "type": 1,
- "volumes": [
+ "logo": "https://raw.githubusercontent.com/healthchecks/healthchecks/master/static/img/up.png",
+ "image": "linuxserver/healthchecks:latest",
+ "env": [
{
- "bind": "/portainer/Files/AppData/Config/AdguardHome/config",
- "container": "/opt/adguardhome/conf"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "bind": "/portainer/Files/AppData/Config/AdguardHome/work",
- "container": "/opt/adguardhome/work"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "SITE_ROOT",
+ "label": "SITE_ROOT",
+ "default": "",
+ "description": "The site's top-level URL and the port it listens to if differrent than 80 or 443 (e.g., https://healthchecks.example.com:8000)"
+ },
+ {
+ "name": "SITE_NAME",
+ "label": "SITE_NAME",
+ "default": "",
+ "description": "The site's name (e.g., 'Example Corp HealthChecks')"
+ },
+ {
+ "name": "DEFAULT_FROM_EMAIL",
+ "label": "DEFAULT_FROM_EMAIL",
+ "default": "",
+ "description": "From email for alerts"
+ },
+ {
+ "name": "EMAIL_HOST",
+ "label": "EMAIL_HOST",
+ "default": "",
+ "description": "SMTP host"
+ },
+ {
+ "name": "EMAIL_PORT",
+ "label": "EMAIL_PORT",
+ "default": "",
+ "description": "SMTP port"
+ },
+ {
+ "name": "EMAIL_HOST_USER",
+ "label": "EMAIL_HOST_USER",
+ "default": "",
+ "description": "SMTP user"
+ },
+ {
+ "name": "EMAIL_HOST_PASSWORD",
+ "label": "EMAIL_HOST_PASSWORD",
+ "default": "",
+ "description": "SMTP password"
+ },
+ {
+ "name": "EMAIL_USE_TLS",
+ "label": "EMAIL_USE_TLS",
+ "default": "",
+ "description": "Use TLS for SMTP (`True` or `False`)"
+ },
+ {
+ "name": "ALLOWED_HOSTS",
+ "label": "ALLOWED_HOSTS",
+ "default": "",
+ "description": "array of valid hostnames for the server `['test.com','test2.com']` (default: `['*']`)"
+ },
+ {
+ "name": "SUPERUSER_EMAIL",
+ "label": "SUPERUSER_EMAIL",
+ "default": "",
+ "description": "Superuser email"
+ },
+ {
+ "name": "SUPERUSER_PASSWORD",
+ "label": "SUPERUSER_PASSWORD",
+ "default": "",
+ "description": "Superuser password"
+ },
+ {
+ "name": "REGENERATE_SETTINGS",
+ "label": "REGENERATE_SETTINGS",
+ "default": "True/False",
+ "description": "Defaults to False. Set to true to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file."
+ },
+ {
+ "name": "SITE_LOGO_URL",
+ "label": "SITE_LOGO_URL",
+ "default": "",
+ "description": "Custom site logo URL"
+ },
+ {
+ "name": "SECRET_KEY",
+ "label": "SECRET_KEY",
+ "default": "",
+ "description": "A secret key used for cryptographic signing. docker-healthchecks will generate a secure value if one does not exist"
+ },
+ {
+ "name": "APPRISE_ENABLED",
+ "label": "APPRISE_ENABLED",
+ "default": "True/False",
+ "description": "Defaults to False. A boolean that turns on/off the Apprise integration (https://github.com/caronc/apprise)"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://adguard.com/en/adguard-home/overview.html
Official Docker Documentation: https://github.com/AdguardTeam/AdGuardHome/wiki/Docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
- },
- {
- "categories": [
- "Other",
- "Tools"
- ],
- "description": "Alpine xfce4 novnc",
- "image": "novaspirit/alpine_xfce4_novnc:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/novnc.png",
- "name": "alpine-xfce4-novnc",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/novaspirit/Alpine_xfce4_noVNC
Official Docker Documentation: https://github.com/novaspirit/Alpine_xfce4_noVNC
Default username/password will be alpine/alpine.",
- "platform": "linux",
"ports": [
- "6080:6080/tcp",
- "56780:56780/tcp"
+ "8000:8000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Alpine Xfce4 noVNC",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/alpine-xfce4-novnc/home/alpine/downloads",
- "container": "/home/alpine/downloads"
+ "container": "/config",
+ "bind": "/volume1/docker/healthchecks/config"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Web",
- "Proxy"
+ "Smarthome"
],
- "description": "The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation.",
+ "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": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1000",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "httpd:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/apache-httpd.png",
- "name": "apache-httpd",
- "platform": "linux",
"ports": [
- "8080:80/tcp",
- "8443:443/tcp"
+ "8123:8123/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Apache Httpd",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/apache-httpd",
- "container": "/usr/local/apache2/htdocs/"
+ "container": "/config",
+ "bind": "/volume1/docker/homeassistant/config"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://httpd.apache.org/
Official Docker Documentation: https://hub.docker.com/_/httpd
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Tools",
- "Games"
+ "Mediaserver"
],
- "description": "C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.",
+ "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": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1000",
+ "name": "PGID",
"label": "PGID",
- "name": "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."
}
],
- "image": "justarchi/archisteamfarm:latest",
- "logo": "https://raw.githubusercontent.com/JustArchiNET/ArchiSteamFarm/main/resources/ASF_184x184.png",
- "name": "archisteamfarm",
- "platform": "linux",
"ports": [
- "1242:1242/tcp"
+ "8000:8000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "ArchiSteamFarm",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/config",
- "container": "/app/config"
- },
- {
- "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/plugins",
- "container": "/app/plugins"
- },
- {
- "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/logs",
- "container": "/app/logs"
+ "container": "/config",
+ "bind": "/volume1/docker/kanzi/config"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/JustArchiNET/ArchiSteamFarm/
Official Docker Documentation: https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Docker/
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Tools"
+ "Proxyserver"
],
- "description": "ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.",
+ "title": "Ldap-auth",
+ "name": "Ldap-auth",
+ "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
",
+ "description": "[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user\u2019s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).",
+ "platform": "linux",
+ "logo": "https://jumpcloud.com/wp-content/uploads/2016/12/LDAP_Logo-1420591101.jpg",
+ "image": "linuxserver/ldap-auth:latest",
"env": [
{
- "default": "*",
- "label": "ALLOWED_HOSTS",
- "name": "ALLOWED_HOSTS"
- },
- {
- "default": "750m",
- "label": "MEDIA_MAX_SIZE",
- "name": "MEDIA_MAX_SIZE"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
- "default": "true",
- "label": "PUBLIC_INDEX",
- "name": "PUBLIC_INDEX"
+ "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)"
},
{
- "default": "true",
- "label": "PUBLIC_SNAPSHOTS",
- "name": "PUBLIC_SNAPSHOTS"
+ "name": "CERTFILE",
+ "label": "CERTFILE",
+ "default": "",
+ "description": "Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon"
},
{
- "default": "false",
- "label": "PUBLIC_ADD_VIEW",
- "name": "PUBLIC_ADD_VIEW"
+ "name": "KEYFILE",
+ "label": "KEYFILE",
+ "default": "",
+ "description": "Point this to the private key file, matching the certificate file referred to in CERTFILE"
}
],
- "image": "archivebox/archivebox:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/archivebox.png",
- "name": "archivebox",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://archivebox.io/
Official Docker Documentation: https://github.com/ArchiveBox/ArchiveBox/wiki/Docker
By default an admin user is not created. You can do so by launching a shell in the container and executing 'archivebox manage createsuperuser'. Documentation is Available here.",
- "platform": "linux",
"ports": [
- "8002:8000/tcp"
+ "8888:8888/tcp",
+ "9000:9000/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Archivebox",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/archivebox",
- "container": "/data"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Downloader"
+ "Familyappserver"
],
- "description": "AriaNg is a modern web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. You can just put AriaNg in your web server and open it in your browser. AriaNg uses responsive layout, and supports any desktop or mobile devices.",
+ "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": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1000",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "443",
- "label": "ARIA2RPCPORT",
- "name": "ARIA2RPCPORT"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "hurlenko/aria2-ariang:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/ariang.png",
- "name": "AriaNG",
- "platform": "linux",
"ports": [
- "8080:8080/tcp"
+ "3000:3000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "AriaNG",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/AriaNG",
- "container": "/aria2/conf"
- },
- {
- "bind": "/portainer/Downloads",
- "container": "/aria2/data"
+ "container": "/config",
+ "bind": "/volume1/docker/libreoffice/config"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/hurlenko/aria2-ariang-docker
Official Docker Documentation: https://github.com/hurlenko/aria2-ariang-docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Tools",
- "Web",
- "Webserver"
+ "Codeserver"
],
- "description": "Caddy - The Ultimate Server with Automatic HTTPS. Need to run tools/install_caddy.sh before installing the template.",
- "image": "caddy:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/caddy.png",
- "name": "caddy",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://caddyserver.com/
Official Docker Documentation: https://hub.docker.com/_/caddy
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_caddy.sh | bash
Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go",
+ "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",
- "ports": [
- "80:80/tcp",
- "443:443/tcp",
- "2019:2019/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Caddy",
- "type": 1,
- "volumes": [
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-limnoria/master/logo.png",
+ "image": "linuxserver/limnoria:latest",
+ "env": [
{
- "bind": "/portainer/Files/AppData/Config/Caddy/Data",
- "container": "/data"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "bind": "/portainer/Files/AppData/Config/Caddy/Config",
- "container": "/config"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "bind": "/portainer/Files/AppData/Config/Caddy/Caddyfile",
- "container": "/etc/caddy/Caddyfile"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "ports": [
+ "8080:8080/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/volume1/docker/limnoria/config"
+ }
+ ],
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
"Tools"
],
- "description": "chrony is a versatile implementation of the Network Time Protocol (NTP). It can synchronise the system clock with NTP servers, reference clocks (e.g. GPS receiver), and manual input using wristwatch and keyboard. It can also operate as an NTPv4 (RFC 5905) server and peer to provide a time service to other computers in the network.",
+ "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": [
{
- "default": "0",
- "label": "LOG_LEVEL",
- "name": "LOG_LEVEL"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "description": "Additional Example: time1.google.com,time2.google.com,time3.google.com,time4.google.com",
- "default": "time.cloudflare.com",
- "label": "NTP_SERVERS",
- "name": "NTP_SERVERS"
+ "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"
}
],
- "image": "cturra/ntp:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/chrony.png",
- "name": "chrony-ntp",
- "platform": "linux",
"ports": [
- "123:123/udp"
+ "8075:8075/tcp",
+ "7076:3000/tcp",
+ "7077:3001/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/volume1/docker/nano/config"
+ }
],
"restart_policy": "unless-stopped",
- "title": "Chrony NTP",
- "type": 1,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/cturra/docker-ntp
Official Docker Documentation: https://github.com/cturra/docker-ntp/blob/main/README.md
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Anitvirus"
+ "Tools"
],
- "description": "ClamAV\u00ae is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.",
- "image": "mkodockx/docker-clamav:alpine",
- "logo": "http://www.clamav.net/assets/clamav-trademark.png",
- "name": "clamav",
+ "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": [
- "3310:3310/tcp"
+ "80:80/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Clamav",
- "type": 1,
- "volumes": [
- {
- "bind": "/etc/timezone",
- "container": "/etc/timezone"
- },
- {
- "bind": "/etc/localtime",
- "container": "/etc/localtime"
- },
- {
- "bind": "/portainer/Files/AppData/Config/clamav/config",
- "container": "/etc/clamav"
- },
- {
- "bind": "/portainer/Files/AppData/Config/clamav/virus_definitions",
- "container": "/var/lib/clamav"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://docs.clamav.net/
Official Docker Documentation: https://hub.docker.com/r/mkodockx/docker-clamav
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_clamav.sh | bash
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Dns",
- "Tools"
+ "Managementutilityserver"
],
- "description": "A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine's public IP addresses and update DNS records using the Cloudflare API.",
+ "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": [
{
- "default": "",
- "label": "CLOUDFLARE_API_TOKEN",
- "name": "CLOUDFLARE_API_TOKEN"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "",
- "label": "DOMAINS (Comma Separated List)",
- "name": "DOMAINS"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "true",
- "label": "PROXIED",
- "name": "PROXIED"
- }
- ],
- "image": "favonia/cloudflare-ddns:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/cloudflare-ddns.png",
- "name": "cloudflare-ddns",
- "platform": "linux",
- "restart_policy": "unless-stopped",
- "title": "Cloudflare DDNS",
- "type": 1,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.cloudflare.com/en-gb/learning/dns/glossary/dynamic-dns/
Official Docker Documentation: https://github.com/favonia/cloudflare-ddns/
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
- },
- {
- "categories": [
- "Tool"
- ],
- "description": "DaVinci Resolve Postgresql Server, Davinci requires a specific version of postgres db, this container will install the version needed",
- "env": [
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
+ },
{
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
+ "name": "SUPERUSER_EMAIL",
+ "label": "SUPERUSER_EMAIL",
+ "default": "",
+ "description": "Email address for `admin` account"
},
{
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
+ "name": "SUPERUSER_PASSWORD",
+ "label": "SUPERUSER_PASSWORD",
+ "default": "",
+ "description": "Password for `admin` account"
},
{
- "default": "database",
- "label": "POSTGRES_DB",
- "name": "POSTGRES_DB"
+ "name": "ALLOWED_HOST",
+ "label": "ALLOWED_HOST",
+ "default": "",
+ "description": "The hostname you will use to access the app (i.e., netbox.example.com)"
},
{
- "default": "postgres",
- "label": "POSTGRES_USER",
- "name": "POSTGRES_USER"
+ "name": "DB_NAME",
+ "label": "DB_NAME",
+ "default": "",
+ "description": "Database name (default: netbox)"
},
{
- "default": "DaVinci",
- "label": "POSTGRES_PASSWORD",
- "name": "POSTGRES_PASSWORD"
+ "name": "DB_USER",
+ "label": "DB_USER",
+ "default": "",
+ "description": "Database user"
},
{
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- }
- ],
- "image": "postgres:13",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/resolve.png",
- "name": "DaVinci Postgres Server",
- "platform": "linux",
- "ports": [
- "5432:5432/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "DaVinci Postgres Server",
- "type": 1,
- "volumes": [
+ "name": "DB_PASSWORD",
+ "label": "DB_PASSWORD",
+ "default": "",
+ "description": "Database password"
+ },
{
- "bind": "/portainer/Files/AppData/Config/DavinciServer/",
- "container": "/var/lib/postgresql/data"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/docs/davinci.md
Official Docker Documentation: https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/docs/davinci.md
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
- },
- {
- "categories": [
- "Other",
- "Tools"
- ],
- "description": "Eclipse Mosquitto is an open source message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.\r\nHave a look on https://mosquitto.org/man/mosquitto_passwd-1.html",
- "image": "eclipse-mosquitto:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/eclipse-mosquitto.png",
- "name": "eclipse-mosquitto",
- "platform": "linux",
- "ports": [
- "1883:1883/tcp",
- "9001:9001/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Eclipse Mosquitto MQTT",
- "type": 1,
- "volumes": [
+ "name": "DB_HOST",
+ "label": "DB_HOST",
+ "default": "",
+ "description": "Database host (default: postgres)"
+ },
{
- "bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/config",
- "container": "/mosquitto/config"
+ "name": "DB_PORT",
+ "label": "DB_PORT",
+ "default": "",
+ "description": "Database port (defaul: 5432)"
},
{
- "bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/data",
- "container": "/mosquitto/data"
+ "name": "REDIS_HOST",
+ "label": "REDIS_HOST",
+ "default": "",
+ "description": "Redis host (default: redis)"
},
{
- "bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/log",
- "container": "/mosquitto/log"
+ "name": "REDIS_PORT",
+ "label": "REDIS_PORT",
+ "default": "",
+ "description": "Redis port number (default: 6379)"
+ },
+ {
+ "name": "REDIS_PASSWORD",
+ "label": "REDIS_PASSWORD",
+ "default": "",
+ "description": "Redis password (default: none)"
+ },
+ {
+ "name": "REDIS_DB_TASK",
+ "label": "REDIS_DB_TASK",
+ "default": "",
+ "description": "Redis database ID for tasks (default: 0)"
+ },
+ {
+ "name": "REDIS_DB_CACHE",
+ "label": "REDIS_DB_CACHE",
+ "default": "",
+ "description": "Redis database ID for caching (default: 1)"
+ },
+ {
+ "name": "BASE_PATH",
+ "label": "BASE_PATH",
+ "default": "",
+ "description": "The path you will use to access the app (i.e., /netbox, optional, default: none)"
+ },
+ {
+ "name": "REMOTE_AUTH_ENABLED",
+ "label": "REMOTE_AUTH_ENABLED",
+ "default": "",
+ "description": "Enable remote authentication (optional, default: False)"
+ },
+ {
+ "name": "REMOTE_AUTH_BACKEND",
+ "label": "REMOTE_AUTH_BACKEND",
+ "default": "",
+ "description": "Python path to the custom Django authentication backend to use for external user authentication (optional, default: netbox.authentication.RemoteUserBackend)"
+ },
+ {
+ "name": "REMOTE_AUTH_HEADER",
+ "label": "REMOTE_AUTH_HEADER",
+ "default": "",
+ "description": "Name of the HTTP header which informs NetBox of the currently authenticated user. (optional, default: HTTP_REMOTE_USER)"
+ },
+ {
+ "name": "REMOTE_AUTH_AUTO_CREATE_USER",
+ "label": "REMOTE_AUTH_AUTO_CREATE_USER",
+ "default": "",
+ "description": "If true, NetBox will automatically create local accounts for users authenticated via a remote service (optional, default: False)"
+ },
+ {
+ "name": "REMOTE_AUTH_DEFAULT_GROUPS",
+ "label": "REMOTE_AUTH_DEFAULT_GROUPS",
+ "default": "",
+ "description": "The list of groups to assign a new user account when created using remote authentication (optional, default: [])"
+ },
+ {
+ "name": "REMOTE_AUTH_DEFAULT_PERMISSIONS",
+ "label": "REMOTE_AUTH_DEFAULT_PERMISSIONS",
+ "default": "",
+ "description": "A mapping of permissions to assign a new user account when created using remote authentication (optional, default: {})"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://mosquitto.org/
Official Docker Documentation: https://mosquitto.org/
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_mosquitto.sh | bash
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
- },
- {
- "categories": [
- "Other",
- "Tools"
- ],
- "description": "Web File Browser which can be used as a middleware or standalone app.",
- "image": "filebrowser/filebrowser:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/filebrowser.png",
- "name": "filebrowser-latest",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://filebrowser.org/
Official Docker Documentation: https://filebrowser.org/installation#docker
Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server
The default user and password is admin/admin.",
- "platform": "linux",
"ports": [
- "8082:80/tcp"
+ "8000:8000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "FileBrowser latest",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Downloads",
- "container": "/srv"
- },
- {
- "bind": "/portainer/Files/AppData/Config/filebrowser/filebrowser.db",
- "container": "/database/filebrowser.db"
- },
- {
- "bind": "/portainer/Files/AppData/Config/filebrowser/settings.json",
- "container": "/config/settings.json"
+ "container": "/config",
+ "bind": "/volume1/docker/netbox/config"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Tools"
+ "Managementutilityserver"
],
- "description": "[arm][s6-version] Web File Browser which can be used as a middleware or standalone app.",
- "image": "filebrowser/filebrowser:s6",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/filebrowser.png",
- "name": "filebrowser",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://filebrowser.org/
Official Docker Documentation: https://filebrowser.org/installation#docker
Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server
The default user and password is admin/admin.",
+ "title": "Openssh-server",
+ "name": "Openssh-server",
+ "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/openssh-server/config
",
+ "description": "[Openssh-server](https://www.openssh.com/) is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.",
"platform": "linux",
+ "logo": "https://upload.wikimedia.org/wikipedia/en/6/65/OpenSSH_logo.png",
+ "image": "linuxserver/openssh-server:latest",
"env": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1000",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
- }
- ],
- "ports": [
- "8082:80/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "FileBrowser S6",
- "type": 1,
- "volumes": [
+ "default": "100",
+ "description": "for UserID"
+ },
{
- "bind": "/portainer/Downloads",
- "container": "/srv"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
- "bind": "/portainer/Files/AppData/Config/filebrowser/filebrowser.db",
- "container": "/database/filebrowser.db"
+ "name": "PUBLIC_KEY",
+ "label": "PUBLIC_KEY",
+ "default": "yourpublickey",
+ "description": "Optional ssh public key, which will automatically be added to authorized_keys."
},
{
- "bind": "/portainer/Files/AppData/Config/filebrowser/settings.json",
- "container": "/config/settings.json"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
- },
- {
- "categories": [
- "Other",
- "Tools"
- ],
- "description": "Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.",
- "env": [
+ "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)."
+ },
{
- "default": "",
- "label": "Flame Password",
- "name": "PASSWORD"
+ "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`)"
}
],
- "image": "pawelmalak/flame:multiarch",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/flame.png",
- "name": "Flame",
- "platform": "linux",
"ports": [
- "5005:5005/tcp"
+ "2222:2222/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Flame",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Flame/data",
- "container": "/app/data"
- },
- {
- "bind": "/var/run/docker.sock",
- "container": "/var/run/docker.sock"
+ "container": "/config",
+ "bind": "/volume1/docker/openssh-server/config"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/pawelmalak/flame
Official Docker Documentation: https://github.com/pawelmalak/flame#with-docker-recommended
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Tools"
+ "Familyappserver"
],
- "description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",
+ "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
",
+ "description": "[Paperless-ng](https://github.com/jonaswinkler/paperless-ng) is an application by Daniel Quinn and contributors that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents.'",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/jonaswinkler/paperless-ng/master/resources/logo/web/png/Color%20logo%20with%20background.png",
+ "image": "linuxserver/paperless-ng:latest",
"env": [
{
- "default": "info",
- "label": "LOG_LEVEL",
- "name": "LOG_LEVEL"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "false",
- "label": "LOG_HTML",
- "name": "LOG_HTML"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "none",
- "label": "CAPTCHA_SOLVER",
- "name": "CAPTCHA_SOLVER"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
+ "name": "REDIS_URL",
+ "label": "REDIS_URL",
+ "default": "",
+ "description": "Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py"
}
],
- "image": "ghcr.io/flaresolverr/flaresolverr:latest",
- "logo": "https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/c48d342b9cfb65d7696b96e9867fcff0ae87a0e2/resources/flaresolverr_logo.svg",
- "name": "FlareSolverr",
- "platform": "linux",
"ports": [
- "8191:8191/tcp"
+ "8000:8000/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/volume1/docker/paperless-ng/config"
+ },
+ {
+ "container": "/data",
+ "bind": "/volume1/docker/paperless-ng/data"
+ }
],
"restart_policy": "unless-stopped",
- "title": "FlareSolverr",
- "type": 1,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Docker Documentation: https://github.com/FlareSolverr/FlareSolverr#installation
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Games"
+ "Familyappserver"
],
- "description": "This docker image provides the FoundryVTT system for hosting your own virtual table top games.",
+ "title": "Papermerge",
+ "name": "Papermerge",
+ "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/papermerge/config
mkdir -p /volume1/docker/papermerge/data
",
+ "description": "[Papermerge](https://www.papermerge.com/) is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS.'",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/ciur/papermerge/master/artwork/logo.png",
+ "image": "linuxserver/papermerge:latest",
"env": [
{
- "default": "John",
- "label": "Foundry Account Name",
- "name": "FOUNDRY_USERNAME"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "password",
- "label": "Foundry Password",
- "name": "FOUNDRY_PASSWORD"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "changeme",
- "label": "Instance Admin Password",
- "name": "FOUNDRY_ADMIN_KEY"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
- "default": "true",
- "label": "CONTAINER_PRESERVE_CONFIG",
- "name": "CONTAINER_PRESERVE_CONFIG"
+ "name": "REDIS_URL",
+ "label": "REDIS_URL",
+ "default": "",
+ "description": "Specify an external redis instance to use. Can optionally include a port (`redis:6379`) and/or db (`redis/foo`). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py"
}
],
- "image": "felddy/foundryvtt:release",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/foundrylogo.png",
- "name": "FoundryVTT",
- "platform": "linux",
"ports": [
- "30000:30000/tcp"
+ "8000:8000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "FoundryVTT Server",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/foundryvtt",
- "container": "/data"
+ "container": "/config",
+ "bind": "/volume1/docker/papermerge/config"
+ },
+ {
+ "container": "/data",
+ "bind": "/volume1/docker/papermerge/data"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://foundryvtt.com/
Official Docker Documentation: https://hub.docker.com/r/felddy/foundryvtt
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Tools"
+ "Chatserver"
],
- "description": "Ghost is a free and open source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications.",
+ "title": "Pidgin",
+ "name": "Pidgin",
+ "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/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": [
{
- "default": "development",
- "label": "NODE_ENV",
- "name": "NODE_ENV"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
+ },
+ {
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "http://localhost/",
- "label": "url",
- "name": "url"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "ghost:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/ghost.png",
- "name": "ghost",
- "platform": "linux",
"ports": [
- "2368:2368/tcp"
+ "3000:3000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Ghost",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Ghost",
- "container": "/var/lib/ghost/content"
+ "container": "/config",
+ "bind": "/volume1/docker/pidgin/config"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/docker-library/docs/tree/master/ghost
Official Docker Documentation: https://hub.docker.com/_/ghost
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
- },
- {
- "categories": [
- "Proxy"
- ],
- "description": "Simple socks5 server using go-socks5 with authentication options",
- "image": "serjs/go-socks5-proxy:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/socks5.png",
- "name": "socks5-proxy",
- "platform": "linux",
- "ports": [
- "8080:8080/tcp"
- ],
"restart_policy": "unless-stopped",
- "title": "Go-Socks5-Proxy",
- "type": 1,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hub.docker.com/r/serjs/go-socks5-proxy
Official Docker Documentation: https://hub.docker.com/r/serjs/go-socks5-proxy
Youtube Video: Novaspirit Tech - Route Docker Traffic Through VPN Container
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Other",
- "Tools"
+ "Managementutilityserver"
],
- "description": "A simple server for sending and receiving messages",
+ "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
",
+ "description": "[Rdesktop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP.",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rdesktop.png",
+ "image": "linuxserver/rdesktop:latest",
+ "privileged": true,
"env": [
{
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "admin",
- "label": "GOTIFY_DEFAULTUSER_NAME",
- "name": "GOTIFY_DEFAULTUSER_NAME"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "admin123",
- "label": "GOTIFY_DEFAULTUSER_PASS",
- "name": "GOTIFY_DEFAULTUSER_PASS"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "gotify/server-arm7:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/gotify.png",
- "name": "gotify",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://gotify.net/
Official Docker Documentation: https://gotify.net/docs/install
ARM7 Image. Documentation is Available here.",
- "platform": "linux",
"ports": [
- "9008:80/tcp"
+ "3389:3389/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Gotify",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/gotify",
- "container": "/app/data"
+ "container": "/var/run/docker.sock",
+ "bind": "/var/run/docker.sock"
+ },
+ {
+ "container": "/config",
+ "bind": "/volume1/docker/rdesktop/config"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Tools",
- "Web",
- "Other"
+ "Backupandsyncserver"
],
- "description": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://homarr.vercel.app/
Official Docker Documentation: https://github.com/ajnart/homarr
This version is not secured and should only be used if you want Docker integration and you don't worry about users on your network.",
+ "title": "Rsnapshot",
+ "name": "Rsnapshot",
+ "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/rsnapshot/config
mkdir -p /volume1/docker/rsnapshot/.snapshots
mkdir -p /volume1/docker/rsnapshot/data
",
+ "description": "[Rsnapshot](http://www.rsnapshot.org/) is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required.'",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rsnapshot.png",
+ "image": "linuxserver/rsnapshot:latest",
"env": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1000",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "ghcr.io/ajnart/homarr:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homarr.png",
- "name": "homarr",
- "platform": "linux",
"ports": [
- "7575:7575/tcp"
+ "80:80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Homarr",
- "type": 1,
"volumes": [
{
- "bind": "/var/run/docker.sock",
- "container": "/var/run/docker.sock"
+ "container": "/config",
+ "bind": "/volume1/docker/rsnapshot/config"
},
{
- "bind": "/portainer/Files/AppData/Config/Homarr/configs",
- "container": "/app/data/configs"
+ "container": "/.snapshots",
+ "bind": "/volume1/docker/rsnapshot/.snapshots"
},
{
- "bind": "/portainer/Files/AppData/Config/Homarr/icons",
- "container": "/app/public/icons"
+ "container": "/data",
+ "bind": "/volume1/docker/rsnapshot/data"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Tools",
- "Web",
- "Other"
+ "Familyappserver"
],
- "description": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://homarr.vercel.app/
Official Docker Documentation: https://github.com/ajnart/homarr
This version does not allow for interaction with the docker environment for security purposes.",
+ "title": "Snapdrop",
+ "name": "Snapdrop",
+ "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/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": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1000",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "ghcr.io/ajnart/homarr:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homarr.png",
- "name": "homarr-secured",
- "platform": "linux",
"ports": [
- "7575:7575/tcp"
+ "80:80/tcp",
+ "443:443/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Homarr-Secured",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Homarr/configs",
- "container": "/app/data/configs"
- },
- {
- "bind": "/portainer/Files/AppData/Config/Homarr/icons",
- "container": "/app/public/icons"
+ "container": "/config",
+ "bind": "/volume1/docker/snapdrop/config"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "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
",
+ "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": [
- "Homeautomation"
+ "Managementutilityserver"
],
- "description": "Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories.",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png",
+ "image": "linuxserver/webtop:latest",
+ "privileged": true,
"env": [
{
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1",
- "label": "HOMEBRIDGE_CONFIG_UI",
- "name": "HOMEBRIDGE_CONFIG_UI"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "8581",
- "label": "HOMEBRIDGE_CONFIG_UI_PORT",
- "name": "HOMEBRIDGE_CONFIG_UI_PORT"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
},
{
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
+ "name": "SUBFOLDER",
+ "label": "SUBFOLDER",
+ "default": "/",
+ "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"
}
],
- "image": "homebridge/homebridge:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homebridge.png",
- "name": "homebridge",
- "network": "host",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://homebridge.io/
Official Docker Documentation: https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker
Bringing HomeKit support where there is none",
- "platform": "linux",
- "privileged": true,
- "restart_policy": "unless-stopped",
- "title": "Homebridge",
- "type": 1,
+ "ports": [
+ "3000:3000/tcp"
+ ],
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/homebridge",
- "container": "/homebridge"
+ "container": "/config",
+ "bind": "/volume1/docker/webtop/config"
+ },
+ {
+ "container": "/var/run/docker.sock",
+ "bind": "/var/run/docker.sock"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
"categories": [
- "Homeautomation"
+ "Vpnserver"
],
- "description": "Debian Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories.",
- "env": [
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
+ "title": "Wireguard",
+ "name": "Wireguard",
+ "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/wireguard/config
",
+ "description": "[WireGuard\u00ae](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.",
+ "platform": "linux",
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Logo_of_WireGuard.png/320px-Logo_of_WireGuard.png",
+ "image": "linuxserver/wireguard:latest",
+ "env": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
+ },
+ {
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
+ },
+ {
+ "name": "SERVERURL",
+ "label": "SERVERURL",
+ "default": "wireguard.domain.com",
+ "description": "External IP or domain name for docker host. Used in server mode. If set to `auto`, the container will try to determine and set the external IP automatically"
},
{
+ "name": "SERVERPORT",
+ "label": "SERVERPORT",
+ "default": "51820",
+ "description": "External port for docker host. Used in server mode."
+ },
+ {
+ "name": "PEERS",
+ "label": "PEERS",
"default": "1",
- "label": "HOMEBRIDGE_CONFIG_UI",
- "name": "HOMEBRIDGE_CONFIG_UI"
+ "description": "Number of peers to create confs for. Required for server mode. Can also be a list of names: `myPC,myPhone,myTablet` (alphanumeric only)"
},
{
- "default": "8581",
- "label": "HOMEBRIDGE_CONFIG_UI_PORT",
- "name": "HOMEBRIDGE_CONFIG_UI_PORT"
+ "name": "PEERDNS",
+ "label": "PEERDNS",
+ "default": "auto",
+ "description": "DNS server set in peer/client configs (can be set as `8.8.8.8`). Used in server mode. Defaults to `auto`, which uses wireguard docker host's DNS via included CoreDNS forward."
},
{
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- }
- ],
- "image": "homebridge/homebridge:ubuntu-arm32v7",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homebridge.png",
- "name": "homebridge-debian",
- "network": "host",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://homebridge.io/
Official Docker Documentation: https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker
Bringing HomeKit support where there is none",
- "platform": "linux",
- "privileged": true,
- "restart_policy": "unless-stopped",
- "title": "Homebridge - Debian",
- "type": 1,
- "volumes": [
+ "name": "INTERNAL_SUBNET",
+ "label": "INTERNAL_SUBNET",
+ "default": "10.13.13.0",
+ "description": "Internal subnet for the wireguard and server and peers (only change if it clashes). Used in server mode."
+ },
{
- "bind": "/portainer/Files/AppData/Config/debian-homebridge",
- "container": "/homebridge"
+ "name": "ALLOWEDIPS",
+ "label": "ALLOWEDIPS",
+ "default": "0.0.0.0/0",
+ "description": "The IPs/Ranges that the peers will be able to reach using the VPN connection. If not specified the default value is: '0.0.0.0/0, ::0/0' This will cause ALL traffic to route through the VPN, if you want split tunneling, set this to only the IPs you would like to use the tunnel AND the ip of the server's WG ip, such as 10.13.13.1."
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
- },
- {
- "categories": [
- "Other",
- "Tools"
- ],
- "description": "InfluxDB is an open source time series database for recording metrics, events, and analytics.",
- "hostname": "rpi-influxdb1810",
- "image": "influxdb:1.8.10",
- "logo": "https://raw.githubusercontent.com/docker-library/docs/43d87118415bb75d7bb107683e79cd6d69186f67/influxdb/logo.png",
- "name": "influxdb1810",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.influxdata.com/
Official Docker Documentation: https://docs.influxdata.com/influxdb/v2.0/install/?t=Docker
You will need to add /portainer/Files/AppData/Config/Influxdb/config/influxdb.conf",
- "platform": "linux",
"ports": [
- "8086:8086/tcp"
+ "51820:51820/udp"
],
- "restart_policy": "unless-stopped",
- "title": "Influxdb 1.8.10",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Influxdb/data",
- "container": "/var/lib/influxdb"
+ "container": "/config",
+ "bind": "/volume1/docker/wireguard/config"
},
{
- "bind": "/portainer/Files/AppData/Config/Influxdb/config",
- "container": "/etc/influxdb"
+ "container": "/lib/modules",
+ "bind": "/lib/modules"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Homeautomation"
+ "Managementutilityserver"
],
- "description": "IoBroker is a open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: adapters) ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.",
+ "type": 1,
+ "title": "Wireshark",
+ "name": "Wireshark",
+ "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/wireshark/config
",
+ "description": "[Wireshark](https://www.wireshark.org/) is the world\u2019s foremost and widely-used network protocol analyzer. It lets you see what\u2019s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png",
+ "image": "linuxserver/wireshark:latest",
+ "network": "host",
"env": [
{
- "default": "1000",
+ "name": "PUID",
"label": "PUID",
- "name": "PUID"
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "1000",
+ "name": "PGID",
"label": "PGID",
- "name": "PGID"
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "buanet/iobroker:latest",
- "logo": "https://github.com/buanet/ioBroker.docker/raw/main/docs/img/iobroker_logo.png",
- "name": "iobroker",
- "platform": "linux",
"ports": [
- "8081:8081/tcp"
+ "3000:3000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "iobroker",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/iobrokerdata",
- "container": "/opt/iobroker"
+ "container": "/config",
+ "bind": "/volume1/docker/wireshark/config"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/buanet/ioBroker.docker
Official Docker Documentation: https://github.com/buanet/ioBroker.docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
+ "title": "Airsonic-advanced",
+ "name": "Airsonic-advanced",
"categories": [
- "Downloaders",
- "Tools"
+ "Musicserver"
],
- "description": "JDownloader docker image",
+ "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
",
+ "description": "[Airsonic-advanced](https://github.com/airsonic-advanced/airsonic-advanced) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-banner.png",
+ "image": "linuxserver/airsonic-advanced:latest",
"env": [
{
- "default": "",
- "label": "MYJD_DEVICE_NAME",
- "name": "MYJD_DEVICE_NAME"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "",
- "label": "MYJD_USER",
- "name": "MYJD_USER"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "",
- "label": "MYJD_PASSWORD",
- "name": "MYJD_PASSWORD"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
+ },
+ {
+ "name": "CONTEXT_PATH",
+ "label": "CONTEXT_PATH",
+ "default": "",
+ "description": "For setting url-base in reverse proxy setups."
+ },
+ {
+ "name": "JAVA_OPTS",
+ "label": "JAVA_OPTS",
+ "default": "",
+ "description": "For passing additional java options."
}
],
- "image": "jaymoulin/jdownloader:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/jdownloader.png",
- "name": "JDownloader",
- "platform": "linux",
"ports": [
- "3129:3129/tcp"
+ "4040:4040/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "JDownloader",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/JDownloader",
- "container": "/opt/JDownloader/app/cfg"
+ "container": "/config",
+ "bind": "/volume1/docker/airsonic-advanced/config"
},
{
- "bind": "/portainer/Downloads",
- "container": "/opt/JDownloader/Downloads"
+ "container": "/music",
+ "bind": "/volume1/docker/airsonic-advanced/music"
+ },
+ {
+ "container": "/playlists",
+ "bind": "/volume1/docker/airsonic-advanced/playlists"
+ },
+ {
+ "container": "/podcasts",
+ "bind": "/volume1/docker/airsonic-advanced/podcasts"
+ },
+ {
+ "container": "/media",
+ "bind": "/volume1/docker/airsonic-advanced/media"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://my.jdownloader.org/
Official Docker Documentation: https://github.com/jaymoulin/docker-jdownloader
Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
+ "title": "Phpmyadmin",
+ "name": "Phpmyadmin",
+ "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/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": [
- "Video",
- "Music",
- "Photos",
- "Management"
+ "Databaseserver"
],
- "description": "jfa-go is a user management app for Jellyfin (and now Emby) that provides invite-based account creation as well as other features that make one's instance much easier to manage.",
- "image": "hrfee/jfa-go:latest",
- "logo": "https://github.com/hrfee/jfa-go/raw/main/images/jfa-go-icon.png",
- "name": "jfa-go",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://jfa-go.com/
Official Docker Documentation: https://wiki.jfa-go.com/
This system is setup to work with either Emby or Jellyfin out of the box. During the initial setup the user will have the option of which server they will be administering.",
"platform": "linux",
- "restart_policy": "unless-stopped",
- "title": "Jellyfin-Accounts",
- "type": 1,
- "network": "bridge",
- "ports": [
- "8056:8056/tcp"
- ],
- "volumes": [
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/phpmyadmin-logo.png",
+ "image": "linuxserver/phpmyadmin:latest",
+ "env": [
{
- "bind": "/portainer/Files/AppData/Config/Jelllyfin",
- "container": "/jf"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "bind": "/portainer/Files/AppData/Config/jfago",
- "container": "/data"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "bind": "/etc/localtime",
- "container": "/etc/localtime",
- "readonly": true
+ "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"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
- },
- {
- "categories": [
- "Other",
- "3dprinters",
- "Tools"
+ "ports": [
+ "80:80/tcp"
],
- "description": "Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper.",
- "env": [
+ "volumes": [
{
- "default": "/dev/ttymxc3",
- "label": "3D_PRINTER_DEVICE",
- "name": "3D_PRINTER_DEVICE"
+ "container": "/config",
+ "bind": "/volume1/docker/phpmyadmin/config"
}
],
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/drupal.png",
- "name": "klipper-mainsail-moonraker",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hub.docker.com/r/mkuf/klipper
Official Docker Documentation: https://hub.docker.com/r/mkuf/klipper
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_klipper.sh | bash
First you will need to download a printer.conf file from https://github.com/Klipper3d/klipper/tree/master/config and copy it to ",
- "platform": "linux",
- "repository": {
- "stackfile": "stack/klipper.yml",
- "url": "https://github.com/pi-hosted/pi-hosted/"
- },
"restart_policy": "unless-stopped",
- "title": "Klipper[Testing], Mainsail, Moonraker",
- "type": 3,
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
+ "title": "Pixapop",
+ "name": "Pixapop",
+ "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pixapop/config
mkdir -p /volume1/docker/pixapop/photos
",
+ "description": "[Pixapop](https://github.com/bierdok/pixapop) is an open-source single page application to view your photos in the easiest way possible.",
"categories": [
- "Other",
- "Tools"
+ "Photos"
],
- "description": "An alternative private front-end to Reddit",
- "image": "libreddit/libreddit:armv7",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/libreddit.png",
- "name": "libreddit",
"platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png",
+ "image": "linuxserver/pixapop:latest",
+ "env": [
+ {
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
+ },
+ {
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
+ },
+ {
+ "name": "APP_USERNAME",
+ "label": "APP_USERNAME",
+ "default": "admin",
+ "description": "Specify a username to enable authentication."
+ },
+ {
+ "name": "APP_PASSWORD",
+ "label": "APP_PASSWORD",
+ "default": "admin",
+ "description": "Specify a password to enable authentication."
+ }
+ ],
"ports": [
- "8088:8080/tcp"
+ "80:80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "libreddit",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/libreddit",
- "container": "/config"
+ "container": "/config",
+ "bind": "/volume1/docker/pixapop/config"
+ },
+ {
+ "container": "/photos",
+ "bind": "/volume1/docker/pixapop/photos"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://libreddit.silkky.cloud/
Official Docker Documentation: https://github.com/spikecodes/libreddit#2-docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
+ "type": 1,
+ "title": "Syslog-ng",
+ "name": "Syslog-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/syslog-ng/config
",
+ "description": "[syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/) allows you to flexibly collect, parse, classify, rewrite and correlate logs from across your infrastructure and store or route them to log analysis tools.",
"categories": [
- "Tools",
- "Productivity"
+ "Taskserver"
],
- "description": "This project is a lightweight authentication server that provides an opinionated, simplified LDAP interface for authentication.",
+ "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png",
+ "image": "linuxserver/syslog-ng:latest",
"env": [
{
- "default": "somesecretjwt",
- "label": "LLDAP_JWT_SECRET",
- "name": "LLDAP_JWT_SECRET"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for GroupID"
},
{
- "default": "someadminpassword",
- "label": "LLDAP_LDAP_USER_PASS",
- "name": "LLDAP_LDAP_USER_PASS"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for UserID"
},
{
- "default": "dc=example,dc=com",
- "label": "LLDAP_LDAP_BASE_DN",
- "name": "LLDAP_LDAP_BASE_DN"
+ "name": "TZ",
+ "label": "TZ",
+ "default": "Europe/Amsterdam",
+ "description": "Specify a timezone to use for example Europe/Amsterdam"
}
],
- "image": "nitnelave/lldap:stable-debian",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/lldap.png",
- "name": "LLDAP",
- "platform": "linux",
"ports": [
- "3890:3890/tcp",
- "17170:17170/tcp"
+ "514:5514/udp",
+ "601:6601/tcp",
+ "6514:6514/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "LLDAP",
- "type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/lldap/data",
- "container": "/data"
+ "container": "/config",
+ "bind": "/volume1/docker/syslog-ng/config"
+ },
+ {
+ "container": "/var/log",
+ "bind": "/var/log"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/nitnelave/lldap
Official Docker Documentation: https://github.com/nitnelave/lldap
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_lldap.sh | bash
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/mycroftwilde/portainer_templates/"
},
{
"categories": [
- "Music"
+ "Adblocking"
],
- "description": "Simple self-hosted music scrobble database to create personal listening statistics. No recommendations, no social network, no nonsense.",
+ "description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it\u2019ll cover ALL your home devices, and you don\u2019t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your network.",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/adguard.png",
+ "name": "adguardhome",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/adguardhome.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Adguard Home",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Social",
+ "Forum"
+ ],
+ "description": "Zusam is a free and open-source way to self-host private forums for groups of friends.",
"env": [
{
- "default": "malojapassword",
- "label": "MALOJA_FORCE_PASSWORD",
- "name": "MALOJA_FORCE_PASSWORD"
+ "default": "email@domain.example",
+ "label": "INIT_USER",
+ "name": "INIT_USER"
},
{
- "default": "/data",
- "label": "MALOJA_DATA_DIRECTORY",
- "name": "MALOJA_DATA_DIRECTORY"
+ "default": "initpass zusam",
+ "label": "INIT_PASSWORD",
+ "name": "INIT_PASSWORD"
}
],
- "image": "krateng/maloja:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/maloja.png",
- "name": "maloja",
+ "image": "zusam/zusam",
+ "logo": "https://github.com/zusam/zusam/raw/master/app/src/assets/zusam_logo.png",
+ "name": "Zusam",
"platform": "linux",
"ports": [
- "42010:42010/tcp"
+ "4180:8080/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Maloja",
+ "title": "Zus.am",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Maloja/Data",
- "container": "/data"
+ "bind": "/portainer/Files/AppData/Config/Zusam",
+ "container": "/zusam/data"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/krateng/maloja
Official Docker Documentation: https://github.com/krateng/maloja/blob/master/README.md
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_maloja.sh | bash
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Social"
+ ],
+ "description": "Use Tiktok with an alternative frontend, inspired by Nitter.",
+ "name": "proxitok",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/proxitok.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "ProxiTok",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Feedreader"
+ ],
+ "description": "Miniflux is a minimalist and opinionated feed reader.",
+ "logo": "",
+ "name": "miniflux",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/miniflux.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Miniflux",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
"Tools"
],
- "description": "A self-hosted recipe manager and meal planner",
+ "description": "Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games..",
"env": [
{
"default": "1000",
@@ -10789,5107 +9994,5177 @@
"name": "PGID"
},
{
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- },
- {
- "default": "2",
- "label": "WEB_CONCURRENCY",
- "name": "WEB_CONCURRENCY"
- },
- {
- "default": "8",
- "label": "MAX_WORKERS",
- "name": "MAX_WORKERS"
- },
- {
- "default": "true",
- "label": "RECIPE_PUBLIC",
- "name": "RECIPE_PUBLIC"
- },
- {
- "default": "true",
- "label": "RECIPE_SHOW_NUTRITION",
- "name": "RECIPE_SHOW_NUTRITION"
- },
- {
- "default": "true",
- "label": "RECIPE_SHOW_ASSETS",
- "name": "RECIPE_SHOW_ASSETS"
- },
- {
- "default": "true",
- "label": "RECIPE_LANDSCAPE_VIEW",
- "name": "RECIPE_LANDSCAPE_VIEW"
- },
- {
- "default": "false",
- "label": "RECIPE_DISABLE_COMMENTS",
- "name": "RECIPE_DISABLE_COMMENTS"
- },
- {
- "default": "false",
- "label": "RECIPE_DISABLE_AMOUNT",
- "name": "RECIPE_DISABLE_AMOUNT"
+ "label": "PORT",
+ "name": "PORT"
}
],
- "image": "hkotel/mealie:v0.4.3",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/mealie.png",
- "name": "mealie",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hay-kot.github.io/mealie/
Official Docker Documentation: https://hay-kot.github.io/mealie/documentation/getting-started/install/
Default Credentials: Username: changeme@email.com Password: MyPassword. Documentation is Available here.",
+ "logo": "https://user-images.githubusercontent.com/20560781/80213166-0e560e00-8639-11ea-944e-4f79fdbcef55.png",
+ "name": "Koillection",
"platform": "linux",
- "ports": [
- "9925:9000/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Mealie",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/mealie",
- "container": "/app/data"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/koillection.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Koillection",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Downloader"
+ "Tools"
],
- "description": "Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites (https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)",
+ "description": "Eufy Security Web Socket. Edit container and add username & password.",
"env": [
{
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
+ "default": "InputUSER-email",
+ "label": "USERNAME",
+ "name": "USERNAME"
},
{
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
+ "default": "InputPWD",
+ "label": "PASSWORD",
+ "name": "PASSWORD"
}
],
- "image": "alexta69/metube:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/metube.png",
- "name": "MeTube",
+ "image": "bropat/eufy-security-ws:latest",
+ "logo": "https://github.com/bropat/eufy-security-ws/raw/master/docs/_media/eufy-security-ws.png",
+ "name": "eufy-security-ws",
"platform": "linux",
"ports": [
- "8081:8081/tcp"
+ "3993:3000/tcp"
],
"restart_policy": "unless-stopped",
- "title": "MeTube",
+ "title": "Eufy Security WS",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Downloads",
- "container": "/downloads"
+ "bind": "/portainer/Files/AppData/Config/eufy-security-ws",
+ "container": "/data"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hub.docker.com/r/alexta69/metube
Official Docker Documentation: https://github.com/alexta69/metube
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools",
- "Games"
+ "Multimedia"
],
- "description": "This docker image provides a Minecraft Server that will automatically download the latest stable version at startup. You can also run/upgrade to any specific version or the latest snapshot. See the Versions section below for more information.",
- "env": [
- {
- "default": "TRUE",
- "label": "EULA",
- "name": "EULA"
- }
+ "description": "Tdarr is a popular conditional transcoding application for processing large (or small) media libraries.",
+ "logo": "https://tdarr.io/static/media/logo3.02a3f4a3.png",
+ "name": "tdarr",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/tdarr.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Tdarr",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Tools"
],
- "image": "itzg/minecraft-server:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minecraft.png",
- "name": "minecraft",
+ "description": "Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn\u2019t store any log files. It is for live monitoring of your container logs only.",
+ "image": "amir20/dozzle:latest",
+ "logo": "https://dozzle.dev/favicon.ico",
+ "name": "dozzle",
"platform": "linux",
"ports": [
- "25565:25565/tcp"
+ "8888:8080/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Minecraft Server",
+ "restart_policy": "always",
+ "title": "Dozzle",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Minecraft-data",
- "container": "/data"
+ "bind": "/var/run/docker.sock",
+ "container": "/var/run/docker.sock"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.minecraft.net/en-us
Official Docker Documentation: https://github.com/itzg/docker-minecraft-server#using-docker-compose
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Social"
+ ],
+ "description": "Monica is a great open source personal relationship management system to organize the interactions with your loved ones.",
+ "logo": "https://raw.githubusercontent.com/docker-library/docs/b962028212dbd77c9531dbcf8d5a81db79d4a735/monica/logo.svg",
+ "name": "monica",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/monica.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Monica",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
"Tools"
],
- "command": "server --console-address ':9090' /data",
- "description": "MinIO is a High Performance Object Storage released under GNU Affero GPL v3.0. It is API compatible with Amazon S3 cloud storage service.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "ROOTUSER",
- "label": "MINIO_ROOT_USER",
- "name": "MINIO_ROOT_USER"
- },
- {
- "default": "CHANGEME123",
- "label": "MINIO_ROOT_PASSWORD",
- "name": "MINIO_ROOT_PASSWORD"
- },
- {
- "default": "",
- "label": "MINIO_SERVER_URL",
- "name": "MINIO_SERVER_URL",
- "description": "URL hostname for MinIO Console if any"
- }
+ "description": "Teleport allows engineers and security professionals to unify access for SSH servers, Kubernetes clusters, web applications, and databases across all environments.",
+ "logo": "https://bookface-images.s3.amazonaws.com/logos/386100350818400a035ac8e0caa84111de3316eb.png",
+ "name": "teleport",
+ "repository": {
+ "stackfile": "Template/Stack/teleport.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "platform": "linux",
+ "restart_policy": "always",
+ "title": "Teleport",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Dashboard",
+ "Crypto",
+ "Finance"
],
- "image": "minio/minio:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minio.png",
- "name": "minio",
+ "description": "Cryptofolio is an open-source, and self-hosted solution for tracking your cryptocurrency holdings. It features a web interface, an Android mobile app, and a cross-platform desktop application for Windows, macOS, and Linux.",
+ "image": "xtrendence/cryptofolio:latest",
+ "logo": "https://i.imgur.com/5v8lzea.png",
+ "name": "cryptofolio",
"platform": "linux",
"ports": [
- "8760:9000/tcp",
- "8761:9090/tcp"
+ "7280:80/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "MinIO",
+ "restart_policy": "always",
+ "title": "Cryptofolio",
+ "type": 1,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Network"
+ ],
+ "description": "Self-hosted website change detection monitoring.",
+ "image": "dgtlmoon/changedetection.io",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/changedetection-custom.png",
+ "name": "changedetection",
+ "platform": "linux",
+ "restart_policy": "always",
+ "title": "Change Detection",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/MinIO",
- "container": "/data"
+ "bind": "/portainer/Files/AppData/Config/changedetection",
+ "container": "/datastore"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://min.io/
Official Docker Documentation: https://docs.min.io/minio/baremetal/quickstart/quickstart.html
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "Troubleshoot slowdowns and anomalies in your infrastructure with thousands of per-second metrics, meaningful visualizations, and insightful health alarms with zero configuration.",
- "env": [
- {
- "default": "1000",
- "label": "DOCKER_USR",
- "name": "DOCKER_USR"
- },
- {
- "default": "1000",
- "label": "DOCKER_GRP",
- "name": "DOCKER_GRP"
- }
+ "Presentation"
],
- "image": "netdata/netdata:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/netdata.png",
- "name": "netdata",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.netdata.cloud/
Official Docker Documentation: https://learn.netdata.cloud/docs/agent/packaging/docker
Documentation is Available here.",
+ "description": "It is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free | Production Mode",
+ "image": "cloudogu/reveal.js",
+ "logo": "https://pbs.twimg.com/profile_images/1260911777929400325/_ClbHpsz_400x400.jpg",
+ "name": "revealjs",
"platform": "linux",
"ports": [
- "19999:19999/tcp"
+ "6060:8080/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Netdata",
+ "restart_policy": "always",
+ "title": "Reveal.js",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/netdata/netdataconfig",
- "container": "/etc/netdata"
- },
- {
- "bind": "/portainer/Files/AppData/Config/netdata/netdatalib",
- "container": "/var/lib/netdata"
- },
- {
- "bind": "/etc/passwd",
- "container": "/host/etc/passwd:ro"
- },
- {
- "bind": "/etc/group",
- "container": "/host/etc/group:ro"
- },
- {
- "bind": "/proc",
- "container": "/host/proc:ro"
- },
- {
- "bind": "/sys",
- "container": "/host/sys:ro"
+ "bind": "/portainer/Files/AppData/Config/revealjs/docs/slides",
+ "container": "/reveal/docs/slides"
},
{
- "bind": "/etc/os-release",
- "container": "/host/etc/os-release:ro"
+ "bind": "/portainer/Files/AppData/Config/revealjs/scripts/test",
+ "container": "/resources"
}
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Proxy",
- "Tools"
- ],
- "description": "Nginx Proxy Manager v2 with sqlite and Goaccess Charts 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. Please see the install document at https://github.com/pi-hosted/pi-hosted/tree/master/docs installing the template",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- },
- {
- "default": "false",
- "label": "SKIP_ARCHIVED_LOGS",
- "name": "SKIP_ARCHIVED_LOGS",
- "description": "Defaults to false. Set to true to skip archived logs, i.e. proxy-host*.gz"
- },
- {
- "default": "false",
- "label": "BASIC_AUTH",
- "name": "BASIC_AUTH",
- "description": "Defaults to false. Set to true to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly."
- },
- {
- "default": "user",
- "label": "BASIC_AUTH_USERNAME Ignore if Basic Auth set to false",
- "name": "BASIC_AUTH_USERNAME",
- "description": "(Optional) Requires BASIC_AUTH to bet set to true. Username for basic authentication."
- },
- {
- "default": "Password",
- "label": "BASIC_AUTH_PASSWORD Ignore if Basic Auth set to false",
- "name": "BASIC_AUTH_PASSWORD",
- "description": "(Optional) Requires BASIC_AUTH to bet set to true. Password for basic authentication."
- }
+ "Network"
],
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png",
- "name": "nginx-proxy-manager-sqllite-goaccess",
+ "description": "An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.",
+ "image": "statping/statping:latest",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/statping.png",
+ "name": "statping",
"platform": "linux",
"ports": [
- "80:80/tcp",
- "81:81/tcp",
- "443:443/tcp",
- "7880:7880/tcp"
+ "4040:8080/tcp"
],
- "repository": {
- "stackfile": "stack/nginx-proxy-manager-sqlite-goaccess.yml",
- "url": "https://github.com/pi-hosted/pi-hosted"
- },
- "restart_policy": "unless-stopped",
- "title": "Nginx Proxy Manager v2 with Sqlite and Goaccess Charts",
- "type": 3,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://nginxproxymanager.com/
Official Docker Documentation: https://nginxproxymanager.com/setup/#running-the-app
Youtube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "restart_policy": "always",
+ "title": "Statping",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/statping",
+ "container": "/app"
+ }
+ ],
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Proxy",
- "Tools"
- ],
- "description": "Nginx Proxy Manager v2 with Sqlite 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. Please see the install document at https://github.com/pi-hosted/pi-hosted/tree/master/docs installing the template",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- }
+ "Network"
],
- "image": "jc21/nginx-proxy-manager:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png",
- "name": "nginx-proxy-manager-sqlite",
+ "description": "Network UPS Tools server",
+ "image": "upshift/nut-upsd",
+ "logo": "",
+ "name": "nuts",
"platform": "linux",
"ports": [
- "80:80/tcp",
- "81:81/tcp",
- "443:443/tcp"
+ "3493:3493/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "Nginx Proxy Manager v2 with Sqllite",
+ "restart_policy": "always",
+ "title": "NUTS",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/nginx-proxy-manager/data",
- "container": "/data"
- },
- {
- "bind": "/portainer/Files/AppData/Config/nginx-proxy-manager/letsencrypt",
- "container": "/etc/letsencrypt"
+ "bind": "/portainer/Files/AppData/Config/nuts",
+ "container": "/app"
}
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://nginxproxymanager.com/
Official Docker Documentation: https://nginxproxymanager.com/setup/
Youtube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Proxy",
"Tools"
],
- "description": "[DEVEL] Not ready for production. Nginx Proxy Manager v3 Develop 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. Please see the install document at https://github.com/pi-hosted/pi-hosted/tree/master/docs installing the template",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- }
- ],
- "image": "jc21/nginx-proxy-manager:v3",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png",
- "name": "nginx-proxy-manager-v3",
+ "description": "Your Budgets, Calendars, Meals, Inventory, Tasks, and so much more in one simple app.For everyone in your household.On all of your devices.In the cloud or self-hosted",
+ "logo": "https://homechart.app/images/homechart.min.776793e5e4334866f0799e8a84b8448efb1b06cb2762b2bb20f99068ac36136c.png",
+ "name": "homechart",
"platform": "linux",
- "ports": [
- "80:80/tcp",
- "81:81/tcp",
- "443:443/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Nginx Proxy Manager v3 [DEVEL] NOT READY FOR USE",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/nginx-proxy-manager-v3/data",
- "container": "/data"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://nginxproxymanager.com/
Official Docker Documentation: https://nginxproxymanager.com/setup/
Youtube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/homechart.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Homechart",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools",
- "Web"
+ "Messenger"
],
- "description": "A free and open source alternative Twitter front-end focused on privacy and performance.",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nitter.png",
- "name": "nitter",
+ "description": "Ferdi is a messaging browser that allows you to combine your favourite messaging services into one application",
+ "logo": "https://raw.githubusercontent.com/getferdi/server/master/logo.png",
+ "name": "ferdi-server",
+ "platform": "linux",
"repository": {
- "stackfile": "stack/nitter.yml",
- "url": "https://github.com/pi-hosted/pi-hosted/"
+ "stackfile": "Template/Stack/ferdiserver.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
+ "title": "Ferdi Server",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Messenger"
+ ],
+ "description": "Ferdium is a messaging browser that allows you to combine your favourite messaging services into one application",
+ "logo": "https://github.com/ferdium/ferdium-server/raw/main/logo.png",
+ "name": "ferdium",
"platform": "linux",
- "restart_policy": "unless-stopped",
- "title": "Nitter",
+ "repository": {
+ "stackfile": "Template/Stack/ferdium.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Ferdium",
"type": 3,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://nitter.net/
Official Docker Documentation: https://github.com/zedeus/nitter
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Other"
],
- "description": "This is an OpenVPN client docker container that uses recommended NordVPN server. It makes routing containers traffic through OpenVPN easy.",
- "env": [
- {
- "default": "user@email.com",
- "label": "NordVPN user",
- "name": "USER"
- },
- {
- "default": "password",
- "label": "NordVPN password",
- "name": "PASS"
- },
- {
- "default": "Spain;Hong Kong;IE;131",
- "label": "Countries to connect to (see webpage readme)",
- "name": "COUNTRY"
- },
- {
- "default": "Standard VPN servers",
- "label": "Group name filter to which to connect to",
- "name": "GROUP"
- },
- {
- "default": "10",
- "label": "Range of servers to pick from the top",
- "name": "RANDOM_TOP"
- },
- {
- "default": "5 */3 * * *",
- "label": "Define when to look again for new defined servers",
- "name": "RECREATE_VPN_CRON"
- },
- {
- "default": "https://www.google.com",
- "label": "URL to check internet connection is working to",
- "name": "CHECK_CONNECTION_URL"
- },
- {
- "default": "192.168.1.0/24;192.168.2.0/24",
- "label": "Subnet to define network access (read Local Network access to services connecting to the internet through the VPN readme to get the right subnet!)",
- "name": "NETWORK"
- },
- {
- "default": "--mute-replay-warnings",
- "label": "Used to pass extra parameters to openvpn",
- "name": "OPENVPN_OPTS"
- }
- ],
- "image": "azinchen/nordvpn:latest",
- "logo": "https://s3.us-east-2.amazonaws.com/ccp-prd-s3-uploads/2022/3/8/03500108885898f010e823eeb284e393b99e1ad5.png",
- "name": "nord-vpn",
+ "description": "Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages.",
+ "logo": "",
+ "name": "snippet-box",
"platform": "linux",
- "ports": [
- "8080:80/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "nord-vpn",
- "type": 1,
- "privileged": true,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/azinchen/nordvpn
Official Docker Documentation: https://hub.docker.com/r/azinchen/nordvpn
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/snippetbox.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Snippet Box",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "The purpose of NUT Server is to monitor a UPS attached device",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "none",
- "label": "SERIAL",
- "name": "SERIAL"
- },
- {
- "default": "none",
- "label": "NAME",
- "name": "NAME"
- },
- {
- "default": "none",
- "label": "VENDOR ID",
- "name": "VENDOR ID"
- },
- {
- "default": "none",
- "label": "API_PASSWORD",
- "name": "API_PASSWORD"
- },
- {
- "default": "none",
- "label": "DESCRIPTION",
- "name": "DESCRIPTION"
- }
+ "Social"
],
- "image": "instantlinux/nut-upsd:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nut-server.png",
- "name": "NUT Server",
+ "description": "LittleLink is an open source DIY self-hosted alternative to services like Linktree and many.link. ",
+ "logo": "https://littlelink.io/images/avatar@2x.png",
+ "name": "littlelink-server",
"platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/littlelink.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
"ports": [
- "3493:3493/tcp"
+ "3000:3000/tcp"
],
- "restart_policy": "unless-stopped",
- "title": "NUT Server",
- "type": 1,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://networkupstools.org
Official Docker Documentation: https://hub.docker.com/r/instantlinux/nut-upsd
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "title": "Littlelink Server",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "OctoPrint is an open source 3D printer controller application, which provides a web interface for the connected printers.",
- "env": [
- {
- "default": "development ",
- "label": "NODE_ENV",
- "name": "NODE_ENV"
- },
- {
- "default": "true",
- "label": "ENABLE_MJPG_STREAMER",
- "name": "ENABLE_MJPG_STREAMER"
- }
+ "Social"
],
- "image": "octoprint/octoprint:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/octoprint.png",
- "name": "octoprint",
+ "description": "Self-hosted open-source Linktree alternative. LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface.",
+ "logo": "https://linkstack.org/wp-content/uploads/2023/04/logo-animated.svg",
+ "name": "linkstack",
"platform": "linux",
- "ports": [
- "8051:80/tcp"
- ],
- "privileged": true,
- "restart_policy": "unless-stopped",
- "title": "OctoPrint",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/OctoPrint",
- "container": "/octoprint"
- },
- {
- "bind": "/dev",
- "container": "/dev"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://octoprint.org/
Official Docker Documentation: https://hub.docker.com/r/octoprint/octoprint
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/linkstack.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Linkstack",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Management",
- "Tools"
+ "Downloaders"
],
- "description": "TP-Link Omada is a software-defined network solution. The EAP Controller is used to manage multiple EAPs. Raspberry Pi 1 and Zero are not supported.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- }
+ "description": "A perfect Aria2 Docker image. Out of the box, just add download tasks and don't need to think about anything else.",
+ "logo": "https://imgcdn.p3terx.com/post/20201113041845.jpg",
+ "name": "aria2-pro",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/aria2pro.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Aria2 Pro",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Downloaders"
],
- "image": "mbentley/omada-controller:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/omada.png",
- "name": "omada-controller",
+ "description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support.",
+ "logo": "https://hotio.dev/img/image-logos/flood.svg",
+ "name": "flood",
"platform": "linux",
- "ports": [
- "8088:8088/tcp",
- "8043:8043/tcp",
- "27001:27001/udp",
- "27002:27002/tcp",
- "29810:29810/udp",
- "29811:29811/tcp",
- "29812:29812/tcp",
- "29813:29813/tcp"
+ "repository": {
+ "stackfile": "Template/Stack/flood.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Flood",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Photos",
+ "Ai"
],
- "restart_policy": "unless-stopped",
- "title": "Omada EAP Controller",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/Omada",
- "container": "/config"
- }
+ "description": "PhotoPrism is an AI-powered app for browsing, organizing & sharing your photo collection. It makes use of the latest technologies to tag and find pictures automatically without getting in your way.| Copy as Custom stack and EDIT environment variables.",
+ "logo": "https://photoprism.app/static/img/logo.svg",
+ "name": "photoprism",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/photoprism.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Photoprism",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Photos",
+ "Ai"
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.tp-link.com/us/business-networking/omada-sdn-controller/
Official Docker Documentation: https://hub.docker.com/r/mbentley/omada-controller
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "description": "Immich is a high performance self-hosted photo and video backup solution.",
+ "logo": "https://github.com/immich-app/immich/raw/main/design/immich-logo.svg",
+ "name": "immich",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/immich.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Immich",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Cloud",
- "Management",
- "Productivity"
+ "Development"
],
- "description": "Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. Paperless-ngx forked from paperless-ng to continue the great work and distribute responsibility of supporting and advancing the project among a team of people. Consider joining us! Discussion of this transition can be found in issues #1599 and #1632. A demo is available at demo.paperless-ngx.com using login demo / demo. Note: demo content is reset frequently and confidential information should not be uploaded.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID",
- "description": "for UserID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID",
- "description": "for GroupID"
- },
- {
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ",
- "description": "Specify a timezone to use for example America/New_York"
- },
- {
- "default": "",
- "label": "PAPERLESS_URL",
- "name": "PAPERLESSURL",
- "description": "Example https://paperless.example.com. It would be best to run this behind a reverse proxy"
- },
- {
- "default": "",
- "label": "Administrator username",
- "name": "ADMIN_USER",
- "description": "Set the name of the default admin user."
- },
- {
- "default": "",
- "label": "Administrator password",
- "name": "ADMIN_PASS",
- "description": "Set the password of the default admin user."
- },
- {
- "default": "",
- "label": "Secret Key",
- "name": "RANDOMKEY",
- "description": "This should be a very long sequence of random characters."
- },
- {
- "default": "eng",
- "label": "OCR Language",
- "name": "LANG",
- "description": "The default language to use for OCR"
- }
- ],
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png",
- "name": "paperless-ngx",
+ "description": "netboot.xyz is a convenient place to boot into any type of operating system or utility disk without the need of having to go spend time retrieving the ISO just to run it",
+ "logo": "https://netboot.xyz/img/nbxyz-logo.svg",
+ "name": "netboot.xyz",
+ "platform": "linux",
"repository": {
- "stackfile": "stack/paperless-ngx.yml",
- "url": "https://github.com/pi-hosted/pi-hosted/"
+ "stackfile": "Template/Stack/netbootxyz.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "platform": "linux",
- "restart_policy": "unless-stopped",
- "title": "Paperless NGX",
+ "title": "Netboot.xyz",
"type": 3,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/paperless-ngx/paperless-ngx
Official Docker Documentation: https://github.com/paperless-ngx/paperless-ngx
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "Passbolt is a free and open source password manager designed for collaboration. With Passbolt you can securely generate, store, manage and monitor your team credentials. Get access to all of your logins and passwords from multiple browsers or even your mobile phone.",
- "env": [
- {
- "default": "1000",
- "description": "Enter your user's PUID here",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "description": "Enter your user's PGID here",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "Europe/Zurich",
- "description": "Enter your time zone here. See examples https://en.wikipedia.org/wiki/List_of_tz_database_time_zones",
- "label": "TZ",
- "name": "TZ"
- },
- {
- "default": "",
- "description": "Enter your MySql root password here",
- "label": "MYSQL_ROOT_PASSWORD",
- "name": "MYSQL_ROOT_PASSWORD"
- },
- {
- "default": "passbolt",
- "description": "Enter your Passbolt database name here",
- "label": "MYSQL_DATABASE",
- "name": "MYSQL_DATABASE"
- },
- {
- "default": "passbolt",
- "description": "Enter your Passbolt database user here",
- "label": "MYSQL_USER",
- "name": "MYSQL_USER"
- },
- {
- "default": "",
- "description": "Enter your Passbolt database password here",
- "label": "MYSQL_PASSWORD",
- "name": "MYSQL_PASSWORD"
- },
- {
- "default": "443",
- "description": "Enter your Passbolt https port here",
- "label": "PASSBOLT_PORT",
- "name": "PASSBOLT_PORT"
- },
- {
- "default": "https://passbolt.local",
- "description": "Enter your full Passbolt https base URL here. Including port if different from 443",
- "label": "PASSBOLT_URL",
- "name": "PASSBOLT_URL"
- },
- {
- "default": "Passbolt",
- "description": "Enter your from email name",
- "label": "EMAIL_FROM_NAME",
- "name": "EMAIL_FROM_NAME"
- },
- {
- "default": "",
- "description": "Enter your from email address",
- "label": "EMAIL_FROM_ADDRESS",
- "name": "EMAIL_FROM_ADDRESS"
- },
- {
- "default": "smtp.gmail.com",
- "description": "Enter your email smtp server here",
- "label": "EMAIL_SMTP_SERVER",
- "name": "EMAIL_SMTP_SERVER"
- },
- {
- "default": "587",
- "description": "Enter your email smtp port here",
- "label": "EMAIL_SMTP_PORT",
- "name": "EMAIL_SMTP_PORT"
- },
- {
- "default": "",
- "description": "Enter your email username here",
- "label": "EMAIL_USERNAME",
- "name": "EMAIL_USERNAME"
- },
- {
- "default": "",
- "description": "Enter your email password here",
- "label": "EMAIL_PASSWORD",
- "name": "EMAIL_PASSWORD"
- },
- {
- "default": "true",
- "description": "Enter set TLS here",
- "label": "EMAIL_TLS",
- "name": "EMAIL_TLS"
- }
+ "Filebrowsers"
],
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/passbolt.png",
- "name": "Passbolt",
+ "description": "Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.",
+ "logo": "https://user-images.githubusercontent.com/58886915/166198400-c2134044-1198-4647-a8b6-da9c4a204c68.svg",
+ "name": "pingvin-share",
"platform": "linux",
"repository": {
- "stackfile": "stack/passbolt.yml",
- "url": "https://github.com/pi-hosted/pi-hosted"
+ "stackfile": "Template/Stack/pingvin.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "restart_policy": "unless-stopped",
- "title": "Passbolt",
+ "title": "Pingvin",
"type": 3,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/pi-hosted/pi-hosted/blob/master/docs/passbolt.md
Official Docker Documentation: https://github.com/pi-hosted/pi-hosted/blob/master/docs/passbolt.md
Pi-Hosted dedicated documentation: passbolt.md
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "PGAdmin is a web-based GUI tool used to interact with the Postgres database sessions, both locally and remote servers as well. You can use PGAdmin to perform any sort of database administration required for a Postgres database.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "",
- "label": "PGADMIN_DEFAULT_EMAIL",
- "name": "PGADMIN_DEFAULT_EMAIL"
- },
- {
- "default": "",
- "label": "PGADMIN_DEFAULT_PASSWORD",
- "name": "PGADMIN_DEFAULT_PASSWORD"
- },
- {
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- }
+ "Pdftools",
+ "Productivity"
],
- "image": "dpage/pgadmin4:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pgadmin.png",
- "name": "pgadmin",
+ "description": "This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more.",
+ "logo": "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/docs/stirling.png",
+ "name": "stirling-pdf",
"platform": "linux",
- "ports": [
- "5050:80/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "pgAdmin",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/pgadmin",
- "container": "/var/lib/pgadmin"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.pgadmin.org/
Official Docker Documentation: https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_pgadmin.sh | bash
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/stirling-pdf.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Stirling-PDF",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
+ "Network"
],
- "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole with both DoH (DNS over HTTPS) and DoT (DNS over TLS) clients.",
- "image": "oijkn/pihole-doh-dot:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole_doh-dot.png",
- "name": "pihole DoH/DoT",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://pi-hole.net/
Official Docker Documentation: https://hub.docker.com/r/oijkn/pihole-doh-dot
Pi-Hosted dedicated documentation: pi-hole.md
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. If you like to use Pi-Hole's built in DHCP-Server change the Network type to host and open advance options and scroll to Labels and add: NET_ADMIN with the value True. When you do so, specify a port is no more needed, navigate to your.ip.goes.here/admin.",
+ "description": "WIFI / LAN intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found.",
+ "logo": "https://avatars.githubusercontent.com/u/96159884?s=48&v=4",
+ "name": "NetAlertX",
"platform": "linux",
- "ports": [
- "53:53/tcp",
- "53:53/udp",
- "67:67/udp",
- "1010:80/tcp",
- "4443:443/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Pi-Hole DoH/DoT",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/PiHole_DoH-DoT",
- "container": "/etc/pihole"
- },
- {
- "bind": "/portainer/Files/AppData/Config/PiHole_DoH-DoT/DNS",
- "container": "/etc/dnsmasq.d"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/netalertx.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "NetAlertX",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole. This version has Ubound software installed on it so you don't need to rely on external DNS providers. When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here",
- "env": [
- {
- "default": "192.168.0.X",
- "description": "Insert the Raspberry Pi IP here",
- "label": "ServerIP",
- "name": "ServerIP"
- },
- {
- "default": "Europe\\London",
- "label": "TZ",
- "name": "TZ"
- },
- {
- "label": "DNSSEC",
- "name": "DNSSEC",
- "select": [
- {
- "default": true,
- "text": "Enable DNSSEC",
- "value": "true"
- },
- {
- "text": "Disable DNSSEC",
- "value": "false"
- }
- ]
- },
- {
- "default": "127.0.0.1#5335",
- "label": "DNS1",
- "name": "DNS1",
- "preset": true
- },
- {
- "default": "127.0.0.1#5335",
- "label": "DNS2",
- "name": "DNS2",
- "preset": true
- }
+ "Productivity",
+ "Timerelated"
],
- "image": "cbcrowe/pihole-unbound:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole-unbound.png",
- "name": "pihole-unbound",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://pi-hole.net/
Official Docker Documentation: https://github.com/chriscrowe/docker-pihole-unbound/tree/master/one-container
Pi-Hosted dedicated documentation: pi-hole.md
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. For extra information on this container visit the mainteiner GitHub Page. You can add ports: 5335 to access Ubound externally; 22 to enable SSH; 67 to use DHCP Server. Add those ports in Show advanced options. if you run into issues binding to port 53. If you like to use Pi-Hole's built in DHCP-Server change the Network type to host and open advance options and scroll to Labels and add: NET_ADMIN with the value True. When you do so, specify a port is no more needed, navigate to your.ip.goes.here/admin.",
+ "description": "Open source time-tracker with an interactive user experience and powerful reporting.",
+ "logo": "https://timetagger.app/timetagger_wl.svg",
+ "name": "TimeTagger",
"platform": "linux",
- "ports": [
- "53:53/tcp",
- "53:53/udp",
- "1010:80/tcp",
- "4443:443/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Pi-Hole-Unbound",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/PiHole-Unbound",
- "container": "/etc/pihole"
- },
- {
- "bind": "/portainer/Files/AppData/Config/PiHole-Unbound/DNS",
- "container": "/etc/dnsmasq.d"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/timetagger.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "TimeTagger",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other"
+ "Multimedia"
],
- "description": "Wireless control of PixelStrips or NeoPixels using a web graphical interface running on a Raspberry Pi.",
- "image": "macley/pixel-server:latest",
- "logo": "https://lirp.cdn-website.com/c73f56a6/dms3rep/multi/opt/ir.appnice.controlpad_512x512-640w.png",
- "name": "pixel-server",
+ "description": "Invidious is an open source alternative front-end to YouTube.",
+ "logo": "https://invidious.io/invidious-colored-vector.svg",
+ "name": "Invidious",
"platform": "linux",
- "ports": [
- "85:80/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Pixel-server",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/pixel-server/auth.cfg",
- "container": "/opt/pixel-server/auth.cfg"
- },
- {
- "bind": "/portainer/Files/AppData/Config/pixel-server/pixelserver.cfg",
- "container": "/opt/pixel-server/pixelserver.cfg"
- },
- {
- "bind": "/portainer/Files/AppData/Config/pixel-server/users.cfg",
- "container": "/opt/pixel-server/users.cfg"
- },
- {
- "container": "/etc/crontabs/"
- }
- ],
- "privileged": true,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: http://www.penguintutor.com/projects/pixel-server
Official Docker Documentation: https://github.com/Macleykun/pixel-server
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_pixel-server.sh | bash
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/invidious.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Invidious",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "rootpassword",
- "label": "POSTGRES_PASSWORD",
- "name": "POSTGRES_PASSWORD"
- },
- {
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- }
+ "Filebrowsers"
],
- "image": "postgres:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/postgresql.png",
- "name": "postgresql",
+ "description": "Chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.",
+ "logo": "https://chibisafe.moe/logo.svg",
+ "name": "chibisafe",
"platform": "linux",
- "ports": [
- "5432:5432/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "PostgreSQL",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/PostgreSQL",
- "container": "/var/lib/postgresql/data"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.postgresql.org/
Official Docker Documentation: https://hub.docker.com/_/postgres/
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/chibisafe.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Chibisafe",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Cloud",
- "Productivity",
- "Tools",
- "Web"
- ],
- "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data!\n ",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- }
+ "Offline"
],
- "image": "privatebin/nginx-fpm-alpine:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/privatebin.png",
- "name": "privatebin",
+ "description": "Internet. Offline.Store any website on your mobile phone or computer, easily.",
+ "logo": "https://www.kiwix.org/wp-content/uploads/kiwix-logo-995x200-1.png",
+ "name": "kiwix",
"platform": "linux",
- "ports": [
- "8080:8080/tcp"
- ],
- "privileged": true,
- "restart_policy": "unless-stopped",
- "title": "PrivateBin",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/PrivateBin",
- "container": "/srv/data"
- },
- {
- "bind": "/portainer/Files/AppData/Config/PrivateBin",
- "container": "/srv/cfg"
- }
+ "repository": {
+ "stackfile": "Template/Stack/kiwix.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Kiwix",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Tools"
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://privatebin.info/
Official Docker Documentation: https://hub.docker.com/r/privatebin/nginx-fpm-alpine
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "description": "The recipe manager that allows you to manage your ever growing collection of digital recipes.",
+ "logo": "https://docs.tandoor.dev/logo_color.svg",
+ "name": "tandoor",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/tandoor.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Tandoor",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Downloaders"
+ "Social"
],
- "description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support. See the official documentation for WireGuard VPN support at https://hotio.dev/containers/qflood/",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "002",
- "label": "UMASK",
- "name": "UMASK"
- },
- {
- "default": "America/New_York",
- "label": "TZ",
- "name": "TZ"
- },
- {
- "default": "false",
- "label": "FLOOD_AUTH",
- "name": "FLOOD_AUTH"
- }
- ],
- "image": "hotio/qflood:latest",
- "logo": "https://raw.githubusercontent.com/jesec/flood/master/flood.svg",
- "name": "qflood",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hotio.dev/containers/qflood/
Official Docker Documentation: https://hotio.dev/containers/qflood/
The default qBittorrent username is admin and the default password is adminadmin.",
+ "description": "Webtrees is the web\u2019s leading online collaborative genealogy application. [GEDCOM files support]",
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Logo_webtrees.svg/400px-Logo_webtrees.svg.png",
+ "name": "webtrees",
"platform": "linux",
- "ports": [
- "3000:3000/tcp",
- "8080:8080/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "qFlood",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/qFlood",
- "container": "/config"
- },
- {
- "bind": "/portainer/Downloads",
- "container": "/app/qBittorrent/downloads"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/webtrees.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Webtrees",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Monitor",
- "Tools"
- ],
- "description": "Monitor your Raspberry Pi and Dockers using Grafana developed by oijkn. Please download grafana configs from his git https://github.com/oijkn/Docker-Raspberry-PI-Monitoring",
- "env": [
- {
- "default": "15d",
- "label": "PROMETHEUS_RETENTION",
- "name": "PROMETHEUS_RETENTION"
- }
+ "Metrics"
],
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rpi_monitor.png",
- "name": "RaspberryPi-Docker-Monitor",
+ "description": "This is an exporter that exposes information gathered from Proxmox VE node for use by the Prometheus monitoring system.",
+ "logo": "",
+ "name": "pve-exporter",
"platform": "linux",
- "ports": [
- "3000:3000/tcp"
- ],
"repository": {
- "stackfile": "stack/raspberrypi-monitoring.yml",
- "url": "https://github.com/pi-hosted/pi-hosted"
+ "stackfile": "Template/Stack/pve-exporter.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "restart_policy": "unless-stopped",
- "title": "Raspberry Pi Docker Monitor",
+ "title": "pve-exporter",
"type": 3,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md
Official Docker Documentation: https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/rpi_docker_monitor.sh | bash
Youtube Video: Novaspirit Tech - Raspberry Pi Docker Monitoring
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "A remote desktop software, the open source TeamViewer alternative, works out of the box, no configuration required. You have full control of your data, with no concerns about security.",
- "env": [
- {
- "default": "rustdesk.example.com:21117",
- "description": "Use your domain with the default 21117 port",
- "label": "RELAY",
- "name": "RELAY"
- },
- {
- "default": "1",
- "description": "if set to \"1\" unencrypted connection will not be accepted",
- "label": "ENCRYPTED_ONLY",
- "name": "ENCRYPTED_ONLY"
- }
+ "Devops"
],
- "image": "rustdesk/rustdesk-server-s6:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rustdesk.png",
- "name": "rustdesk",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://rustdesk.com/
Official Docker Documentation: https://github.com/rustdesk/rustdesk-server
Youtube Video: Novaspirit Tech - Rust Desk Open Source Remote Desktop
Don't forget to open ports 21115 to 21119 in your router.",
+ "description": "Modern UI for Ansible",
+ "logo": "https://res.cloudinary.com/canonical/image/fetch/f_auto,q_auto,fl_sanitize,w_60,h_60/https://dashboard.snapcraft.io/site_media/appmedia/2020/11/Screenshot_2020-11-21_at_02.05.22.png",
+ "name": "ansible-semaphore",
"platform": "linux",
- "ports": [
- "21115:21115/tcp",
- "21116:21116/tcp",
- "21116:21116/udp",
- "21117:21117/tcp",
- "21118:21118/tcp",
- "21119:21119/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "RustDesk",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/rustdesk",
- "container": "/data"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/ansible-semaphore.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Ansible-semaphore",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "command": "",
- "description": "Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "1000",
- "label": "USERID",
- "name": "USERID"
- },
- {
- "default": "1000",
- "label": "GROUPID",
- "name": "GROUPID"
- },
- {
- "default": "guest;guest",
- "label": "USER",
- "name": "USER"
- },
- {
- "default": "true",
- "label": "PERMISSIONS",
- "name": "PERMISSIONS"
- },
- {
- "default": "portainer;/share;yes;no;yes;guest",
- "label": "SHARE",
- "name": "SHARE"
- }
+ "Audio",
+ "Multimedia"
],
- "image": "dperson/samba:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/samba.png",
- "name": "Samba",
+ "description": "A social platform to enjoy and share music.Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.",
+ "logo": "https://funkwhale.audio/img/with-text-500.4aff7861.png",
+ "name": "funkwhale",
"platform": "linux",
- "ports": [
- "139:139/tcp",
- "445:445/tcp"
- ],
- "privileged": true,
- "restart_policy": "unless-stopped",
- "title": "Samba",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Downloads",
- "container": "/share"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.samba.org/
Official Docker Documentation: https://github.com/dperson/samba
Youtube Videos:
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/funkwhale.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Funkwhale",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
- ],
- "description": "Open-Source Privacy-respecting metasearch engine",
- "env": [
- {
- "default": "http://localhost:9017",
- "label": "BASE_URL",
- "name": "BASE_URL"
- },
- {
- "default": "my-instance",
- "label": "INSTANCE_NAME",
- "name": "INSTANCE_NAME"
- }
+ "Cloud"
],
- "image": "searxng/searxng:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/searx.png",
- "name": "SearXNG",
+ "description": "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. It is similar to the discontinued\u00a0Firefox Send, with the difference that only the admin is allowed to upload files",
+ "logo": "https://noted.lol/content/images/2023/02/gokapi-self-hosted-main.png",
+ "name": "gokapi",
"platform": "linux",
- "ports": [
- "9017:8080/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "SearXNG",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/searxng",
- "container": "/etc/searxng"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://docs.searxng.org/
Official Docker Documentation: https://docs.searxng.org/admin/installation-docker.html
Pi-Hosted dedicated documentation: searxng.md
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/gokapi.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Gokapi",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
+ "Timetracking"
],
- "description": "Snippet Box is a simple self-hosted app for organizing your code snippets.",
- "image": "pawelmalak/snippet-box:arm",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/snibox.png",
- "name": "Snippet-box",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/pawelmalak/snippet-box
Official Docker Documentation: https://github.com/pawelmalak/snippet-box#with-docker
Youtube Video: Novaspirit Tech - My Most used container! Snippet Box
Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
+ "description": "Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.",
+ "logo": "https://traggo.net/images/favicon.png",
+ "name": "traggo",
"platform": "linux",
- "ports": [
- "5010:5000/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Snippet-box",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/Snippet-box",
- "container": "/app/data"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/traggo.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Traggo",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Tools",
- "Web",
- "Other"
+ "Learning"
],
- "description": "Run a Speedtest every hour and graph the results. See https://hub.docker.com/r/henrywhitaker3/speedtest-tracker/tags for arch options",
- "env": [
- {
- "default": "true",
- "label": "OOKLA_EULA_GDPR",
- "name": "OOKLA_EULA_GDPR"
- }
- ],
- "image": "henrywhitaker3/speedtest-tracker:dev-arm",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/speedtest-tracker.png",
- "name": "speedtest-tracker",
+ "description": "Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments.",
+ "logo": "https://download.moodle.org/theme/moodleorgcleaned/pix/moodle_logo_TM.svg",
+ "name": "moodle",
"platform": "linux",
- "ports": [
- "8765:80/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Speedtest Tracker",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/speedtest-tracker",
- "container": "/config"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/henrywhitaker3/Speedtest-Tracker
Official Docker Documentation: https://github.com/henrywhitaker3/Speedtest-Tracker#using-docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/moodle.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Moodle",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Tools",
- "Web"
+ "Helpdesk"
],
- "description": "Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.",
- "image": "niruix/sshwifty:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/sshwifty-icon.png",
- "name": "Sshwifty",
+ "description": "FreeScout\u00a0is the super lightweight free open source help desk and shared inbox written in PHP (Laravel framework) \u2013 self hosted clone of HelpScout.",
+ "logo": "https://raw.githubusercontent.com/freescout-helpdesk/freescout/master/public/img/logo-300.png",
+ "name": "freescout",
"platform": "linux",
- "ports": [
- "8182:8182/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Sshwifty",
- "type": 1,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://sshwifty.herokuapp.com/
Official Docker Documentation: https://github.com/nirui/sshwifty#docker-image
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/freescout.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Freescout",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tool"
- ],
- "description": "SurrealDB is an end-to-end cloud native database for web, mobile, serverless, jamstack, backend, and traditional applications.",
- "image": "surrealdb/surrealdb:latest",
- "logo": "",
- "name": "SurrealDB",
- "env": [
- {
- "default": "default_username",
- "label": "SDB_USERNAME",
- "name": "SDB_USERNAME"
- },
- {
- "default": "default_password",
- "label": "SDB_PASSWORD",
- "name": "SDB_PASSWORD"
- }
+ "Fitness"
],
+ "description": "Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django",
+ "logo": "https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png",
+ "name": "wger",
"platform": "linux",
- "ports": [
- "8020:8000/tcp"
- ],
- "command": "start --user ${SDB_USERNAME} --pass ${SDB_PASSWORD} file:/data/database.db",
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/surrealdb/data",
- "container": "/data"
- }
- ],
- "restart_policy": "unless-stopped",
- "title": "SurrealDB",
- "type": 1,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://surrealdb.com/
Official Docker Documentation: https://hub.docker.com/r/surrealdb/surrealdb
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/wger.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Wger",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Monitor",
- "Other"
- ],
- "description": "A quick way to display system stats on a 128x64 I2C OLED display.",
- "env": [
- {
- "default": "8",
- "label": "start displaying screen",
- "name": "start"
- },
- {
- "default": "23",
- "label": "end displaying screen",
- "name": "end"
- }
+ "Docker"
],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.the-diy-life.com/
Official Docker Documentation: https://github.com/mklements/OLED_Stats_Docker
Run this command first to enable is2 communication! \\nsudo raspi-config nonint do_i2c 0\\nsudo /DietPi/dietpi/func/dietpi-set_hardware i2c enable || sudo /boot/dietpi/func/dietpi-set_hardware i2c enable\\n",
- "image": "mklements/oled_stats:latest",
- "logo": "https://camo.githubusercontent.com/4cf4aaa1e53612347e4d48f152d6d4eea0ce93a6ecacacaa9d44061d0994b408/68747470733a2f2f7777772e7468652d6469792d6c6966652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f30392f3138373137323831322d64653264653635632d626433302d343065372d613835322d3264343234656463323761622e6a7067",
- "name": "OLED_Stats",
+ "description": "Docker Container Stats is a web interface for viewing historical and current statistics per docker container (cpu, mem, net i/o, block i/o) - in a docker container.",
+ "logo": "https://raw.githubusercontent.com/Poeschl/Hassio-Addons/master/container-stats/logo.png",
+ "name": "Docker Container Stats",
"platform": "linux",
- "restart_policy": "unless-stopped",
- "title": "System Stats OLED display",
- "type": 1,
- "volumes": [
- {
- "bind": "/etc/timezone",
- "container": "/etc/timezone"
- },
- {
- "bind": "/etc/localtime",
- "container": "/etc/localtime"
- }
- ],
- "network": "host",
- "privileged": true,
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/docker-container-stats.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Docker Container Stats",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Vpn"
- ],
- "command": "tailscale up --authkey=$AUTH_KEY",
- "description": "Connect your devices and users together in your own secure Zero config virtual private network. ",
- "env": [
- {
- "default": "",
- "description": "Get AUTH KEY from your tailscale.com user panel",
- "label": "AUTH_KEY",
- "name": "AUTH_KEY"
- }
+ "Ebooks"
],
- "image": "tailscale/tailscale:stable",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/tailscale-icon.png",
- "name": "tailscale",
+ "description": "Codex is a web server comic book browser and reader.",
+ "logo": "https://github.com/ajslater/codex/raw/main/codex/static_src/img/logo.svg",
+ "name": "codex",
"platform": "linux",
- "restart_policy": "unless-stopped",
- "title": "Tailscale",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/tailscale",
- "container": "/var/lib/tailscale"
- },
- {
- "bind": "/dev/net/tun",
- "container": "/dev/net/tun"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://tailscale.com/
Official Docker Documentation: https://hub.docker.com/r/tailscale/tailscale
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/codex.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Codex",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Proxy",
- "Security",
- "Tools"
+ "Ebooks",
+ "Comics"
],
- "description": "Cloud-Native Networking Stack That Just Works.",
- "image": "traefik:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/traefik.png",
- "name": "traefik",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://doc.traefik.io/traefik/
Official Docker Documentation: https://doc.traefik.io/traefik/getting-started/install-traefik/
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/traefik.sh | bash
A simple and lightweight reverse proxy",
+ "description": "Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.",
+ "logo": "",
+ "name": "kapowarr",
"platform": "linux",
- "ports": [
- "80:80/tcp",
- "443:443/tcp",
- "8080:8080/tcp"
+ "repository": {
+ "stackfile": "Template/Stack/kapowarr.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Kapowarr",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Messaging"
],
- "restart_policy": "unless-stopped",
- "title": "Traefik",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/traefik/traefik.yml",
- "container": "/traefik.yml"
- },
- {
- "bind": "/portainer/Files/AppData/Config/traefik/config.yml",
- "container": "/config.yml"
- },
- {
- "bind": "/portainer/Files/AppData/Config/traefik/acme.json",
- "container": "/acme.json"
- },
- {
- "bind": "/var/run/docker.sock",
- "container": "/var/run/docker.sock"
- }
+ "description": "A TLS proxy relay for the Signal privacy messenger app.",
+ "logo": "https://avatars.githubusercontent.com/u/702459?s=200&v=4",
+ "name": "signal",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/signal.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Signal Proxy",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Employee"
],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "description": "ChiefOnboarding is a free and open source employee onboarding platform. You can onboarding new hires through Slack or the dashboard.",
+ "logo": "https://chiefonboarding.com/wp-content/uploads/2022/07/ChiefOnBoarding-768x138.png",
+ "name": "chiefonboarding",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/chiefonboarding.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Chiefonboarding",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Vpn",
- "Tools"
+ "Podcast"
],
- "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "MULLVAD",
- "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
- "label": "OPENVPN_PROVIDER",
- "name": "OPENVPN_PROVIDER"
- },
- {
- "default": "",
- "description": "Optional. Mostly used to narrow down what location to use by the provider",
- "label": "OPENVPN_CONFIG",
- "name": "OPENVPN_CONFIG"
- },
- {
- "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"
- },
- {
- "default": "true",
- "label": "watch-dir-enabled",
- "name": "TRANSMISSION_WATCH_DIR_ENABLED"
- }
- ],
- "image": "haugene/transmission-openvpn:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/transmission-icon.png",
- "name": "transmission-openvpn-latest",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://transmissionbt.com/
Official Docker Documentation: https://haugene.github.io/docker-transmission-openvpn/run-container/
List of supported providers available here.",
+ "description": "Castopod is a free and open-source hosting platform made for podcasters.",
+ "logo": "https://pbs.twimg.com/profile_images/1313854745161932800/w_qe6Qq6_400x400.png",
+ "name": "castopod",
"platform": "linux",
- "ports": [
- "9091:9091/tcp"
- ],
- "privileged": true,
- "restart_policy": "unless-stopped",
- "title": "Transmission OpenVPN Latest",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/transmission-openvpn",
- "container": "/config"
- },
- {
- "bind": "/portainer/Downloads",
- "container": "/data"
- },
- {
- "bind": "/etc/localtime",
- "container": "/etc/localtime"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/castopod.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Castopod",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Vpn",
- "Tools"
- ],
- "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "default": "MULLVAD",
- "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
- "label": "OPENVPN_PROVIDER",
- "name": "OPENVPN_PROVIDER"
- },
- {
- "default": "",
- "description": "Optional. Mostly used to narrow down what location to use by the provider",
- "label": "OPENVPN_CONFIG",
- "name": "OPENVPN_CONFIG"
- },
- {
- "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"
- },
- {
- "default": "true",
- "label": "watch-dir-enabled",
- "name": "TRANSMISSION_WATCH_DIR_ENABLED"
- }
+ "Music",
+ "Monitoring"
],
- "image": "haugene/transmission-openvpn:3.7.1",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/transmission-icon.png",
- "name": "transmission-openvpn",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://transmissionbt.com/
Official Docker Documentation: https://haugene.github.io/docker-transmission-openvpn/run-container/
Youtube Video: Novaspirit Tech - Torrent with Docker and OPENVPN with Transmission and PIA
List of supported providers available here.",
+ "description": "YourSpotify is a self-hosted application that tracks what you listen and offers you a dashboard to explore statistics about it!",
+ "logo": "",
+ "name": "your_spotify",
"platform": "linux",
- "ports": [
- "9091:9091/tcp"
- ],
- "privileged": true,
- "restart_policy": "unless-stopped",
- "title": "Transmission OpenVPN v3",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/transmission-openvpn",
- "container": "/config"
- },
- {
- "bind": "/portainer/Downloads",
- "container": "/data"
- },
- {
- "bind": "/etc/localtime",
- "container": "/etc/localtime"
- }
- ],
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/your_spotify.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Your_spotify",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Tools"
- ],
- "description": "Unmanic is a simple tool for optimising your file library. You can use it to convert your files into a single, uniform format, manage file movements based on timestamps, or execute custom commands against a file based on its file size.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- }
+ "Database",
+ "Metrics"
],
- "image": "josh5/unmanic:latest",
- "logo": "https://docs.unmanic.app/img/icon.png",
- "name": "unmanic",
+ "description": "InfluxDB is an open source time series database for recording metrics, events, and analytics. Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs.",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/influxdb_telegraf.jpg",
+ "name": "influxdb-telegraf",
"platform": "linux",
- "ports": [
- "8888:8888/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Unmanic",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/unmanic/config",
- "container": "/config"
- },
- {
- "bind": "/portainer/Files/AppData/Config/unmanic/library",
- "container": "/library"
- },
- {
- "bind": "/portainer/Files/AppData/Config/unmanic/tmp",
- "container": "/tmp/unmanic"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://docs.unmanic.app/
Official Docker Documentation: https://docs.unmanic.app/docs/installation/docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/influxdb2_telegraf.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Influxdb & Telegraf",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Backup"
- ],
- "description": "UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- }
+ "Database"
],
- "image": "uroni/urbackup-server:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/urbackup.png",
- "name": "UrBackup",
+ "description": "InfluxDB is an open source time series database for recording metrics, events, and analytics.",
+ "logo": "https://www.niagaramarketplace.com/media/catalog/product/cache/f7420c7cfd302c73440e50c5a6066c3c/m/a/marketplace_icons_13_.png",
+ "name": "influxdb2",
"platform": "linux",
- "ports": [
- "55415:55415/tcp",
- "55414:55414/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "UrBackup",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/urbackup",
- "container": "/var/urbackup"
- },
- {
- "bind": "/portainer/backups",
- "container": "/backup"
- }
- ],
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.urbackup.org/
Official Docker Documentation: https://www.github.com/uroni/urbackup-server-docker
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "repository": {
+ "stackfile": "Template/Stack/influxdb2.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Influxdb",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Tools"
+ "Files"
],
- "description": "This is a replacement for Microsoft's KMS server.",
- "image": "mikolatero/vlmcsd:latest",
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/vlmcsd.png",
- "name": "vlmcsd-kms",
- "platform": "linux",
- "ports": [
- "1688:1688/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Vlmcsd - KMS",
- "type": 1,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hub.docker.com/r/mikolatero/vlmcsd
Official Docker Documentation: https://github.com/mikolatero/docker-vlmcsd
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "description": "A Dropbox-like file manager that let you manage your data anywhere it is located.",
+ "logo": "https://downloads.filestash.app/brand/logo_white.svg",
+ "name": "filestash",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/filestash.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Filestash",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other",
- "Vpn"
- ],
- "description": "Fast VPN Server with easy to use User Interface",
- "env": [
- {
- "default": "example.domain.com",
- "description": "Set here your DDNS domain",
- "label": "WG_HOST",
- "name": "WG_HOST"
- },
- {
- "default": "ENTER AN ADMIN PASSWORD",
- "description": "Leave blank to access WebUI without loggin",
- "label": "PASSWORD",
- "name": "PASSWORD"
- },
- {
- "default": "51820",
- "label": "WG_PORT",
- "name": "WG_PORT"
- },
- {
- "default": "1.1.1.1",
- "label": "WG_DEFAULT_DNS",
- "name": "WG_DEFAULT_DNS"
- },
- {
- "default": "10.8.0.x",
- "label": "WG_DEFAULT_ADDRESS",
- "name": "WG_DEFAULT_ADDRESS"
- },
- {
- "default": "0.0.0.0/0, ::/0",
- "label": "WG_ALLOWED_IPS",
- "name": "WG_ALLOWED_IPS"
- }
+ "Cms"
],
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/wireguard.png",
- "name": "wg-easy",
+ "description": "Silverstripe CMS is a free and open source Content Management System (CMS) and Framework for creating and maintaining websites and web applications.",
+ "logo": "https://github.com/brettt89/silverstripe-docker/raw/master/docs/logo.png",
+ "name": "silverstripe",
"platform": "linux",
"repository": {
- "stackfile": "stack/wireguard-easy.yml",
- "url": "https://github.com/pi-hosted/pi-hosted"
+ "stackfile": "Template/Stack/silverstripe.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Wireguard Server",
+ "title": "Silverstripe",
"type": 3,
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/WeeJeWel/wg-easy/
Official Docker Documentation: https://github.com/WeeJeWel/wg-easy/#1-install-docker
Youtube Video: Novaspirit Tech - Beginners Guide to WireGuard Docker and Installing Pi-OS 64bit
",
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Wordpress",
- "Web"
- ],
- "description": "Wordpress setup with a MySQL database",
- "env": [
- {
- "default": "5080",
- "label": "External Port for webserver forward to port 80",
- "name": "WEB_SERVER_PORT"
- },
- {
- "default": "wordpress",
- "label": "Database user name",
- "name": "MYSQL_DATABASE_USER_NAME"
- },
- {
- "label": "Database password for user",
- "name": "MYSQL_DATABASE_PASSWORD"
- },
- {
- "label": "Database root password",
- "name": "MYSQL_DATABASE_ROOT_PASSWORD"
- }
+ "Adult"
],
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/wordpress.png",
- "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://wordpress.com/
Official Docker Documentation: https://github.com/docker-library/docs/tree/master/wordpress#-via-docker-stack-deploy-or-docker-compose
Deploys a Wordpress instance connected to a MySQL database.",
+ "description": "Whisparr is an adult movie collection manager for Usenet and BitTorrent users.",
+ "logo": "https://whisparr.com/logo/256.png",
+ "name": "whisparr",
"platform": "linux",
"repository": {
- "stackfile": "stack/wordpress-stack.yml",
- "url": "https://github.com/pi-hosted/pi-hosted"
+ "stackfile": "Template/Stack/whisparr.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Wordpress",
+ "title": "Whisparr",
"type": 3,
- "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Other"
- ],
- "description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it\u2019ll cover ALL your home devices, and you don\u2019t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "100",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "label": "CONTEXT_PATH",
- "name": "CONTEXT_PATH",
- "set": "adguard home"
- }
+ "Multimedia"
],
- "image": "adguard/adguardhome:latest",
- "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/adguard.png",
- "name": "adguard",
+ "description": "Your media enjoyed through a minimal lightweight media server.",
+ "logo": "https://github.com/midarrlabs/midarr-server/raw/master/priv/static/logo.svg",
+ "name": "midarr",
"platform": "linux",
- "ports": [
- "53:53/tcp",
- "53:53/udp",
- "67:67/udp",
- "68:68/tcp",
- "68:68/udp",
- "80:80/tcp",
- "443:443/tcp",
- "853:853/tcp",
- "3000:3000/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Adguard",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Adguard/Workdir",
- "container": "/opt/adguardhome/work"
- },
- {
- "bind": "/portainer/Files/AppData/Adguard/Conf",
- "container": "/opt/adguardhome/conf"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/midarr.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Midarr",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 2,
- "title": "CockroachDB",
- "description": "CockroachDB cluster",
- "note": "Deploys an insecure CockroachDB cluster, please refer to CockroachDB documentation for production deployments.",
"categories": [
- "Database"
+ "Social"
],
+ "description": "Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones..",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mastodon-banner.png",
+ "name": "mastodon",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
"repository": {
- "url": "https://github.com/mikestraney/portainer-templates",
- "stackfile": "stacks/cockroachdb/docker-stack.yml"
+ "stackfile": "Template/Stack/mastodon.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "title": "Mastodon",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "CommandBox",
- "description": "ColdFusion (CFML) CLI",
"categories": [
"Development"
],
+ "description": "Appwrite is a self-hosted backend-as-a-service platform that provides developers with all the core APIs required to build any application.",
+ "logo": "https://appwrite.io/images/appwrite.svg",
+ "name": "appwrite",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
- "image": "ortussolutions/commandbox:latest",
- "env": [
- {
- "name": "CFENGINE",
- "set": "lucee@4.5"
- }
- ],
- "ports": [
- "8080/tcp",
- "8443/tcp"
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/appwrite.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Appwrite",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "ContentBox",
- "description": "Open-source modular CMS",
"categories": [
- "Cms"
+ "Network"
],
+ "description": "Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/speedtest-tracker-logo.png",
+ "name": "speedtest-tracker",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
- "image": "ortussolutions/contentbox:latest",
- "env": [
- {
- "name": "express",
- "set": "true"
- },
- {
- "name": "install",
- "set": "true"
- },
- {
- "name": "CFENGINE",
- "set": "lucee@4.5"
- }
- ],
- "ports": [
- "8080/tcp",
- "8443/tcp"
- ],
- "volumes": [
- {
- "container": "/data/contentbox/db"
- },
- {
- "container": "/app/includes/shared/media"
- }
+ "repository": {
+ "stackfile": "Template/Stack/speedtest-tracker.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Speedtest Tracker",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Productivity",
+ "Lowcode"
],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "description": "OpnForm is an open-source form builder. It's an alternative to products like Typeform, JotForm, Tally etc.",
+ "logo": "https://opnform.com/img/logo.svg",
+ "name": "opnform",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/opnform.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "OpnForm",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "CrateDB",
- "description": "An open-source distributed SQL database",
"categories": [
- "Database"
+ "Social",
+ "Events"
],
+ "description": "Gathio is a simple, federated, privacy-first event hosting platform.",
+ "logo": "https://gath.io/og-image.jpg",
+ "name": "gathio",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
- "image": "crate:latest",
- "ports": [
- "4200/tcp",
- "4300/tcp"
- ],
- "volumes": [
- {
- "container": "/data"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/gathio.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Gathio",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Datadog agent",
- "description": "Collect events and metrics",
"categories": [
"Monitoring"
],
+ "description": "A lightweight server resource monitoring hub with historical data, docker stats, and alerts.",
+ "logo": "",
+ "name": "beszel",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
- "image": "datadog/agent:latest",
- "env": [
- {
- "name": "DD_API_KEY",
- "label": "Datadog API key"
- }
- ],
- "volumes": [
- {
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock",
- "readonly": true
- },
- {
- "container": "/host/sys/fs/cgroup",
- "bind": "/sys/fs/cgroup",
- "readonly": true
- },
- {
- "container": "/host/proc",
- "bind": "/proc",
- "readonly": true
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/beszel.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Beszel",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Drupal",
- "description": "Open-source content management framework",
"categories": [
- "Cms"
+ "Rss"
],
+ "description": "A lightweight RSS feed aggregator and reader.",
+ "logo": "",
+ "name": "fusion",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
- "image": "drupal:latest",
- "ports": [
- "80/tcp"
- ],
- "volumes": [
- {
- "container": "/var/www/html"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/fusion.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Fusion",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Elasticsearch",
- "description": "Open-source search and analytics engine",
"categories": [
- "Database"
+ "Analytics"
],
+ "description": "Medama Analytics is an open-source project dedicated to providing self-hostable, cookie-free website analytics.",
+ "logo": "https://raw.githubusercontent.com/medama-io/medama/main/.github/images/banner-dark.svg",
+ "name": "medama",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
- "image": "elasticsearch:latest",
- "ports": [
- "9200/tcp",
- "9300/tcp"
- ],
- "volumes": [
- {
- "container": "/usr/share/elasticsearch/data"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/medama.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Medama",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Httpd",
- "description": "Open-source HTTP server",
"categories": [
- "Webserver"
+ "Notes"
],
+ "description": "Markopolis is like the self hosted version of Obsidian Publish.",
+ "logo": "",
+ "name": "markopolis",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
- "image": "httpd:latest",
- "ports": [
- "80/tcp"
- ],
- "volumes": [
- {
- "container": "/usr/local/apache2/htdocs/"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/markopolis.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Markopolis",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 2,
- "title": "IronFunctions",
- "description": "Open-source serverless computing platform",
- "note": "Deploys the IronFunctions API and UI.",
"categories": [
- "Serverless"
+ "Bookmarks"
],
+ "description": "Hoarder is an open source 'Bookmark Everything' app that uses AI for automatically tagging the content you throw at it.",
+ "logo": "https://raw.githubusercontent.com/hoarder-app/hoarder/main/screenshots/logo.png",
+ "name": "hoarder",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"repository": {
- "url": "https://github.com/mikestraney/portainer-templates",
- "stackfile": "stacks/ironfunctions/docker-stack.yml"
+ "stackfile": "Template/Stack/hoarder.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "title": "Hoarder",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "IronFunctions API",
- "description": "Open-source serverless computing platform",
"categories": [
- "Serverless"
+ "Multimedia"
],
+ "description": "TinyMediaManager is a media management tool written in Java/Swing. It is written to provide metadata for the Kodi Media Center (formerly known as XBMC), MediaPortal and Plex media server.",
+ "logo": "https://www.tinymediamanager.org/images/avatar.png",
+ "name": "tinymediamanager",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
- "image": "iron/functions:latest",
- "ports": [
- "8080/tcp"
- ],
- "volumes": [
- {
- "container": "/app/data"
- }
- ],
- "privileged": true,
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/tinymediamanager.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "TinyMediaManager",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "IronFunctions UI",
- "description": "Open-source user interface for IronFunctions",
"categories": [
- "Serverless"
+ "Tools"
],
+ "description": "Web Check give you a comprehensive, on-demand open source intelligence for any website",
+ "logo": "https://camo.githubusercontent.com/e081ebebf2ef1dbe9ecffa081063db7c9f696e5913d75699f7d2968a186d0d72/68747470733a2f2f692e6962622e636f2f7131675a4e32702f7765622d636865636b2d6c6f676f2e706e67",
+ "name": "web-check",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
- "image": "iron/functions-ui:latest",
- "ports": [
- "4000/tcp"
- ],
- "volumes": [
- {
- "container": "/app/data"
- }
- ],
- "env": [
- {
- "name": "API_URL",
- "label": "API URL"
- }
- ],
- "privileged": true,
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/webcheck.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Web Check",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Jenkins",
- "description": "Open-source continuous integration tool",
"categories": [
- "Continuousintegration"
+ "Remotecontrol"
],
+ "description": "The open source server management software for SSH, VNC & RDP",
+ "logo": "https://docs.nexterm.dev/logo.png",
+ "name": "nexterm",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
- "image": "jenkins/jenkins:lts",
- "ports": [
- "8080/tcp",
- "50000/tcp"
- ],
- "env": [
- {
- "name": "JENKINS_OPTS",
- "label": "Jenkins options"
- }
- ],
- "volumes": [
- {
- "container": "/var/jenkins_home"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/nexterm.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Nexterm",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Joomla",
- "description": "Another free and open-source CMS",
"categories": [
- "Cms"
+ "Automation"
],
+ "description": "The world's most popular workflow automation platform for technical teams",
+ "logo": "https://avatars.githubusercontent.com/u/45487711?s=48&v=4",
+ "name": "n8n",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
- "image": "joomla:latest",
- "env": [
- {
- "name": "JOOMLA_DB_HOST",
- "label": "MySQL database host",
- "type": "container"
- },
- {
- "name": "JOOMLA_DB_PASSWORD",
- "label": "Database password"
- }
- ],
- "ports": [
- "80/tcp"
- ],
- "volumes": [
- {
- "container": "/var/www/html"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/n8n.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "N8n",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Magento 2",
- "description": "Open-source e-commerce platform",
"categories": [
- "Cms"
+ "Multimedia"
],
+ "description": "Your next YouTube media manager",
+ "logo": "https://github.com/kieraneglin/pinchflat/raw/master/priv/static/images/originals/logo-white-wordmark-with-background.png",
+ "name": "pinchflat",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/magento.png",
- "image": "alankent/gsd:latest",
- "ports": [
- "80/tcp",
- "3000/tcp",
- "3001/tcp"
- ],
- "volumes": [
- {
- "container": "/var/www/html/"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/pinchflat.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Pinchflat",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Mautic",
- "description": "Open-source marketing automation platform",
"categories": [
- "Marketing"
+ "Automation",
+ "Ai"
],
+ "description": "Automate your marketing, sales and operations",
+ "logo": "https://cdn.activepieces.com/brand/full-logo-white.svg",
+ "name": "activepieces",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
- "image": "mautic/mautic:latest",
- "env": [
- {
- "name": "MAUTIC_DB_HOST",
- "label": "MySQL database host",
- "type": "container"
- },
- {
- "name": "MAUTIC_DB_PASSWORD",
- "label": "Database password"
- }
- ],
- "ports": [
- "80/tcp"
- ],
- "volumes": [
- {
- "container": "/var/www/html"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/activepieces.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Activepieces",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 2,
- "title": "Microsoft OMS Agent",
- "description": "Microsoft Operations Management Suite Linux agent.",
"categories": [
- "Ops"
+ "Management"
],
+ "description": "A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
+ "logo": "https://github.com/louislam/dockge/raw/master/frontend/public/icon.svg",
+ "name": "dockge",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"repository": {
- "url": "https://github.com/mikestraney/portainer-templates",
- "stackfile": "stacks/microsoft-oms/docker-stack.yml"
+ "stackfile": "Template/Stack/dockge.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "env": [
- {
- "name": "AZURE_WORKSPACE_ID",
- "label": "Workspace ID",
- "description": "Azure Workspace ID"
- },
- {
- "name": "AZURE_PRIMARY_KEY",
- "label": "Primary key",
- "description": "Azure primary key"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "title": "Dockge",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Mongo",
- "description": "Open-source document-oriented database",
"categories": [
- "Database"
+ "Management"
],
+ "description": "Deploy compose files, start/stop containers, delete unused images, view logs",
+ "logo": "https://dokemon.dev/logo/dokemon-dark-medium.svg",
+ "name": "dokemon",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
- "image": "mongo:latest",
- "ports": [
- "27017/tcp"
- ],
- "volumes": [
- {
- "container": "/data/db"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/dokemon.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Dokemon",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 2,
- "title": "NextcloudStack",
- "description": "Nextcloud setup with a MySQL database",
- "note": "Deploys a Nextcloud instance connected to a MySQL database.",
"categories": [
- "Cloud"
+ "Tracking"
],
+ "description": "Hauk is a fully open source, self-hosted location sharing service. Install the backend code on a PHP-compatible web server, install the companion app on your phone, and you're good to go!",
+ "logo": "https://github.com/bilde2910/Hauk/raw/master/frontend/assets/logo.svg",
+ "name": "hauk",
"platform": "linux",
- "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nextcloud-icon.png",
"repository": {
- "url": "https://github.com/mikestraney/portainer-templates",
- "stackfile": "stacks/nextcloud/docker-stack.yml"
+ "stackfile": "Template/Stack/hauk.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "env": [
- {
- "label": "MYSQL_PASSWORD",
- "name": "mypassword",
- "description": "password for sql"
- },
- {
- "label": "MYSQL_ROOT_PASSWORD",
- "name": "myrpassword",
- "description": "root password for sql"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "title": "Hauk",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Odoo",
- "description": "Open-source business apps",
"categories": [
- "Projectmanagement"
+ "Projectmanagement",
+ "Productivity"
],
+ "description": "Project management tool from the future. An open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind.",
+ "logo": "https://plane-marketing.s3.ap-south-1.amazonaws.com/plane-assets/logo/text-logo.svg",
+ "name": "plane",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png",
- "image": "odoo:latest",
- "env": [
- {
- "name": "HOST",
- "label": "PostgreSQL database host",
- "type": "container"
- },
- {
- "name": "USER",
- "label": "Database user"
- },
- {
- "name": "PASSWORD",
- "label": "Database password"
- }
- ],
- "ports": [
- "8069/tcp"
- ],
- "volumes": [
- {
- "container": "/var/lib/odoo"
- },
- {
- "container": "/mnt/extra-addons"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/plane.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Plane",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 2,
- "title": "OpenFaaS",
- "name": "func",
- "description": "Serverless functions made simple",
- "note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. Warning: the name of the stack must be 'func'.",
"categories": [
- "Serverless"
+ "Linksharing"
],
+ "description": "The personal, minimalist, super fast, database-free, bookmarking service.",
+ "logo": "https://github.com/shaarli/Shaarli/raw/master/doc/md/images/doc-logo.png",
+ "name": "shaarli",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
"repository": {
- "url": "https://github.com/openfaas/faas",
- "stackfile": "docker-compose.yml"
+ "stackfile": "Template/Stack/shaarli.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "title": "Shaarli",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Plesk",
- "description": "WebOps platform and hosting control panel",
"categories": [
- "Cms"
+ "Ai",
+ "Llm"
],
+ "description": "Open source UI visual tool to build your customized LLM flow using LangchainJS, written in Node Typescript/Javascript",
+ "logo": "https://flowiseai.com/_next/static/images/flowise_logo_dark-6c1a356f4868d3deb7864323ff93a0fa.png",
+ "name": "flowiseai",
"platform": "linux",
- "note": "Default credentials: admin / changeme",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png",
- "image": "plesk/plesk:latest",
- "ports": [
- "21/tcp",
- "80/tcp",
- "443/tcp",
- "8880/tcp",
- "8443/tcp",
- "8447/tcp"
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/flowiseai.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Flowiseai",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Plone",
- "description": "A free and open-source CMS built on top of Zope",
"categories": [
- "Cms"
+ "News"
],
+ "description": "FeedCord is a dead-simple RSS Reader designed to integrate seamlessly with Discord. With just a few configuration steps, you can have a news feed text channel up and running in your server.",
+ "logo": "",
+ "name": "feedcord",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
- "image": "plone:latest",
- "ports": [
- "8080/tcp"
- ],
- "volumes": [
- {
- "container": "/data"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/feedcord.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Feedcord",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 2,
- "title": "Portainer Agent",
- "description": "Manage all the resources in your Swarm cluster",
- "note": "The agent will be deployed globally inside your cluster and available on port 9001.",
"categories": [
- "Portainer"
+ "System"
],
+ "description": "FetchCord grabs your OS info and displays it as Discord Rich Presence",
+ "logo": "https://camo.githubusercontent.com/508dbb305be551d7278b5b1decb1a68dbac2558c4a2053da1db44690660d0386/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3639353138323834393437363635373232332f3734323036343435323432313238383037372f46657463684469732e706e67",
+ "name": "fetchcord",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"repository": {
- "url": "https://github.com/mikestraney/portainer-templates",
- "stackfile": "stacks/portainer-agent/docker-stack.yml"
+ "stackfile": "Template/Stack/fetchcord.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
},
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "title": "Fetchcord",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "RabbitMQ",
- "description": "Highly reliable enterprise messaging system",
"categories": [
- "Messaging"
+ "Multimedia"
],
+ "description": "Tubearchivist is your self hosted YouTube media server",
+ "logo": "https://nas.mengkai.fun:88/images/2023/11/17/tube-archivist.png",
+ "name": "tubearchivist",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
- "image": "rabbitmq:latest",
- "ports": [
- "5671/tcp",
- "5672/tcp"
- ],
- "volumes": [
- {
- "container": "/var/lib/rabbitmq"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/tubearchivist.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Tubearchivist",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Redis",
- "description": "Open-source in-memory data structure store",
"categories": [
- "Database"
+ "Finance"
],
+ "description": "Actual is a super fast privacy-focused app for managing your finances. ",
+ "logo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPcAAABOCAYAAAD8SYDuAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABARSURBVHgB7Z1NbBvHFcffLEVJkftBJ00TtAdtkKJ1bKeW0QDOJTF9SnKK3aCApaIwfUiTm+RTLwG8AtICOck6Fj2YRlE5bZBaPiU5lXYvMdBCdONITi+mW7QI6jhRG0S2JXGn781yV+RqZz/4Ie2S7wdQJrncXXK9/3lv3rx5I6ADrONLBRjLHwdpHAIhiwCiACBNSCWiBhJq+KQKwr4O9kbFevtwDRimTxGQEBK03JMvCdt42RF0hpGigkK/YC0cLAPD9BmJxD07tXJWivoMiqIA/UUNlT7LImf6iVjitk5+VATDOI9PTehvarAhT1jvHKwCw2QcI+oDZK1R2H+C/hc2YUJeLKnfzDAZR2u5nWDZ6ByAXYLBpGwtHDgNDJNR9OKe+ngJ/5mAwaYKa+vHrMXDq8AwGSPQLbemVqh/PejCJiZgbHgOGCaDbBO3098cWFc8iBL3wZks0uKWW1M30FqLJWC2Y9vHrLefrgDDZASf5RaXgAnGGQpkmMzgiRutdgkGY7irXUxr6iMLGCYjNFluwf3KSIxpNUTIMBlAiZutdmwK8qF8CRgmAziWWxingImFAONlYJgMIKyTSyYYw7eAic/a+l5ObGHSjgFGvghMMmgOO8OkHHTLJWeiJUVy9h6TfgwQuUOQUh4bH4HCt/KQOoRxFBgm5Rgg01kW6dDzBXj9V0/C0VcehfQheTiMST0ULTchhUw8X/D+TaH1NoFhUk5ksYbdwHxqDz7GvNfptN4Mk26GIIX4xUzW+8q7d2D1sw1gtpidXDkljfq5sJp2OC5vnV14ahaYzKOGrcXI+W2FSYU4Z/1u/xn/51NnuckFb7baLkdeehiYVqSwrahilRJsS9XAY7KPMTQTWHFYypmg/+PUWW6dC66s9x8/g/tf1YHBVnzybzTWbsb6sAFF/FuBDNBIqmqZ5yAAanJtfX7gE4eoIdfVTjKE6X8rVeImq+0G0ohPb9+Hx8dH1fPRsRwceeFhFPgdYBCRS5AGq9KLLcgCxvC2YpyS/jyU34t/Z4CJTarccr/V/v3cP6G2sua9fhZd89E9ORh0rJKamVZKsIuZBdfcOrligs4bEYJz+hOSGnH7rXb16iqs3tlQgTQX13oPPOttpL8KwSmzA0ZqxO232tevOt2r2spXbL230YYVE4Jn/g0YqRC3EyHf470mMTcLmq33FirgBKC3wlLUNFsKqXfN6/c586+LpCKgNnG0AIVHt7LQrrz7n5btrvV2h8jIel/74PPBjJyHzeKz4TIY9Sp+KLiqjuOaV6BDvMUgpTiEBy2CsAtOJFeuqsaFHsK+HGclVV90vBjyUdOaXL6kzuFir8/6j0/fTYyNTuMQoOm9KQV+rwfzcVZ17XR/7zjYkApj6KiUcgIj3BOdXKN2SYW4Dz231WBTokqz1XYh622+Ma6eD3TknAprSKnZKBfBHqqAYevETa552xHnJiGisL1z0s3feKrG3PFGppmG2JAYw7S4RTlIhB40dhs3OCjkcd++t8E/CjA2fB6Fedy3H/4ZoZl8xyCKseE56S/tTfuLYTrmE1G7K+9I5M7SeDQeZ6u+cCfXqE123S2nCSJhVtuF+94NccmwZZNzaAWeqoFatTSQtl1zyoaDXJ7KXpcgGSUa3kKrG9yV6P6KscHTceMvN637nPnm1PJ42I7WT5fn1Lp6yZe2pmt0S13jLrLr4i7+eCuQRla7evW/2s8OfN87zCWX0hU2Yl/QHyN5Sa3ZqeVpKexyB0I08Ya/1O2bN00oYUvZ0Tg8XWNtI9gGuyruuFbbhaz3p7cfeK8HznqH1bqTsCVoO7RffTxJBVey9BLkOegCePOeawQE+wpVYLRDYXsIeb5bFXZ3VdxJrLbLtffves8HyXrHccm9zzoro9Q0HyzA6FD8SjLRizFggEjOY4syq/7VR+udc9PEh2ZkzsI/ZfUI35casEXvs/Swh8qQCkLKgqNHhX9OY5/6CedhH8P3LoQcrABjQ11pKHYtoJbUarvc/Mv/4IWfPaaETQxM5Dy2S+5Crrkuap6bhhhR88iS1yTmexuWL+d7xlm8QXduWSTL5O7T+N5qqWSVoSakrlhnzbp44ASkjIgc/0Xr4kH/d67ho4LXaJXq4AfuJXNdqfSza5b72Rcf8Z7rIuTNjOMwGIl6ev77nrAJen7ouW9C3yNgWrut2SV3CXPNGwKD6JOGLVRRxht3Jmgyh7XwtIVfYF63Y1/Vfh+pVxzPBb0Koaw0DkUqAVfBNs5o9xvetLTbRHeqI+2K5aaElcfHR7zX1StOqqmf0TEDjrz0SGQ1Fmoorr3/OfQrjksuQlzpLZfc2wddc7S8KLzAIFihUcG1DNpzqqi6qduON274HHG6edeHAxskIURq6/YlxSqrxi2xG0374RCYbrMJXWBXxL0t1fTPW40/CfrQ83th3zNfa8laC4Pce3Lz3ZTVfkOK/HGh3Rjkknsb0aILjeungnNl0J5TTLR3Tge6ec9O3jgjBAQJeR4GHFoWWo2D95AdF7e/GIM7QYTcbrLQ+575hhJ4EPfXbDUNlPrnFDWfnv+e56JTcK5Z3HQMmi4a5e5nAbR0yVxyFxtdRUPjzgs50dz3DTjnUf0p4TLEYPbiwa5E2bOK8rjq+QLkYUIKKAjboHFyEwy7KKXd81TbHRd3UDGGX/xmn1bQBAn0EwykVdHC3/9qq7W79t7n3vFc6716Zx2K+B5Z/ftrdXjr1U8gy1g/WSJ33NR+QBgh7spmDf1j3UZ33bNgAQp05zWZcAKMGjDb8NJybeMoCVjlBTRua5Uk56b1SQE7wY6K2z+tk/C/diErfe29u45l19RO+xD72VR+ybXex1/7Tst2ep+8hExb7/xQKXS7kHPW5LLOOpuhuzrrnmmsK1kWzU0o6/3Z/+mARqKPJZz88R0TcBg7Im6yyj9Ad/vZF8PHpEnQ1atfoJX+MlKQTt+8oCx5c/Tcj7l/T8Zd88iFB822o6u+YSmmPayplfMqHz0Fgm6mp+KmfvS+Z76O1nlvpNtNySmUgdbsdrd7zCSNRJqJjFh3Ab1rTu6+ZoJKQL2uQaURGCvF+Chdzxpe0ivoEFUbc/K7lmoaRNfF7Q5f0fBUO/3osGPGXaDg8q//BTdR2JnH6P3SylrX3LZvY787cB/sivc8GNQLeuGlhApboogFjoGvbSz6z2uVlhZxqDBb4n58/KGWtNIgSNgX3qxBFGSl3eCYDrdv3tz3PoINS1+IO3x+c3fQuOZos6so7cDGJbyvvoXqh8oA6yTrs40U2Z0lnzeBkks0NPLeTYhJhGe1GJZRFzHO3RW6Lm7lWmOU2hUaiY9uleZ+cViqKQma+slhlp+OSWmoNPTV7Ha7kXMKomU9kBbDJV9tPOJiarc4ucxW81tCyqrOcqsGAYUQNv+YtqsJJ4GHENdhN0ot59V8cK24hTF6KsnYc2gugG2HjuWrIpfr0FN60uemIapxFKjrdr/2yyc9cQelmsZNXAlz5f2R86OvfBtqMbyD1BLmkktRsy7ujywc0AxaiUug6+MF5DJHZLhBYwKIvviBr/Z46/n0AusYQVVOdAFGYxobnXJQo4S/dYIWcIBEp5LaEYUhI3crdOf13q/x3hNxV6hCSqNKStgEkW4Gx8hbaB737gPrXdRvsmMlkbTugpbEMIJvKLTEVIjgjYX9t1s3UM600E8AobJH8sGZZrGonPU9I2dRYCXQsj1dNgbm2cnlmdmL+8O7A7KOXoFR1GzFcefhJTzOrNi0K5DbwMZryFTlkBIKW51KilWdc7MJdZoMYwVtc5YFgjldvLI9VNJRufmdng+F+ad1Ul+YBBgVHCNRqky0f9yPDLi59Iv1jnTJN/Vpo1pGN6toLbSWOPBmHN48Bw9GTmmH2qjskZEnkVe82mb0ngxd4risS12l98O8BUFj+lMfn3K24/nW1o9tC5CFZeU5FOg4kCdVOgk+PlecjhcrYBjadQHjLDYiq+Leg7I3A86tzybqM20VvhAYbdcuOQIlvDZFUFNwxSx6dos9nRXmt9okOspGI8EHCZusNFVbeevnN1XAjQQeV9jO/o71dnGtd+aIcsnfOZjYrXUmOIiK/rgBrjntI5XoIeT7FBq1zUrqEXbT0nztqAknwoj6bRN4IFP9GzAvXQXqRMjvDEPNJ7fj571TgwlSG/dQjcjY8BfW1PItetBz5SG0W9HGjoxTmODUZ5ujFz0Vtz9qHuR6O273qhLzW6/eVC59EkH7IetNInch6509ZEh/rA2XfOu4+n1VkGx7fTUSi5RSP3UxCXU4EzXhBOr12CuSUkAreIPd3veVduxzE9T44WhAjH2oMfJ5P6oCamjRhu1ENCZNmOQl9Ezcfqvth6zyB7/9FOZn/o7j0v/uWt+YhF29slXRhSaPZKkUkzP5P8z6yUVol+GNxdCbwwju56sJILJ+IrJSip5V2BQnrD/sj/zuzhBZPJHppo5aC+jZ2PI0JMLG4bmDZUiIc20SitQpbXwMEuJ4Una834VeTc/E3VyMwYWs9Ifv31VWmh7KynZgpXVc++Cu5+JT45GpKi1CFLXbyCXvYHxY3Rxhbq/UzwSzLv5wUd2QSW9kCvLYxuE4wvbOtfC0pbyFyMZEP8fdEao8HKNBchoeVWAinM21B4F1wKyLB0txGyRVdgmvY6QHo8H5f4jR0IpcoScBNX8xhnaCY51AU0jJxc8k9tA5MDaDrasQ7Vttl7o4DUa91M7xGzdkyTq5YuGBimBQCiW5m8rTwH/dum0SXXm4Lu5tlNvNCCOLiK5lGUZxyEigR2HAVllhtUiAvI1diXLYMZQFB3jCqSVONcKb5pbbQFH1Ctx7UGn5jlSXzdjcfjCZq4b9Fmoc8LqU1XXJwSlQWXyuB0YLEcAV8rpaGmeqHydo5p6PiL61EjglydDvUt6WaCq5jNcFaKj0wKLACFtXA/LEvh99HV5+/bsqc+xDsqI7IOidxlo4kK5ZAgzjoyeW++Zfv4SbWbWcDNMnUJ+7BkxSasAwKcdoWViNiYekZAKGSTcG3qhXgEnKdWCYlINuuehdEn+/0suJDwzTJQwnsYFJRlsTHxhmRzGcxIY2c3EHkRg1uxkmDagMNWl3kq88YITVCWeYFKHELUY2yjET0gcblf6ZPP+YYXYDJW5nOqAc+CVeIkk4a4hhdpOWFEprcvlWt1YY7DvaKG3EMLtJ66ywqIn5g4ywU7c2NMOE0SLuJHNpBwt7tjHDiGEyQ+DMJmvyRhmHx3peED8TSHnBma/LMNkiuFjDyMYMAGdhUSYaC5vJKoHiVqshLBw43EbVjf6Bfvu99cSlcBgmLUQWHLCmPrKoTCsMFNTHji67wzBpJlY1EVqNAaRxqe+HyVThuvrpXVnHimG6TKJSQdbJGyUQaMX7T+SrVK+arTXTT7RVB0yJXBWBC6nUmQWkrEiAy50U8mOYtNJRkT/r5Iqpqj0KmFCVJaXA171dLL4Dal4VSlr8PGDNZIbpJ/4Po+cuMuwZqbUAAAAASUVORK5CYII=",
+ "name": "actual",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
- "image": "redis:latest",
- "ports": [
- "6379/tcp"
- ],
- "volumes": [
- {
- "container": "/data"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/actual.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Actual",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Redmine",
- "description": "Open-source project management tool",
"categories": [
- "Projectmanagement"
+ "Calendar",
+ "Productivity"
],
+ "description": "Ba\u00efkal is a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars.",
+ "logo": "https://sabre.io/img/logo.png",
+ "name": "baikal",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
- "image": "redmine:latest",
- "ports": [
- "3000/tcp"
- ],
- "volumes": [
- {
- "container": "/usr/src/redmine/files"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/baikal.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Baikal",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Registry",
- "description": "Docker image registry",
"categories": [
- "Docker"
+ "Downloaders",
+ "Multimedia"
],
+ "description": "Autobrr is the modern download automation tool for torrents.",
+ "logo": "https://autobrr.com/img/logo.png",
+ "name": "autobrr",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
- "image": "registry:latest",
- "ports": [
- "5000/tcp"
- ],
- "volumes": [
- {
- "container": "/var/lib/registry"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/autobrr.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Autobrr",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Scality S3",
- "description": "Standalone AWS S3 protocol server",
"categories": [
- "Storage"
+ "Monitoring"
],
+ "description": "Glances is an open-source system cross-platform monitoring tool. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc.",
+ "logo": "https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/glances-responsive-webdesign.png",
+ "name": "glances",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
- "image": "scality/s3server",
- "ports": [
- "8000/tcp"
- ],
- "env": [
- {
- "name": "SCALITY_ACCESS_KEY",
- "label": "Scality S3 access key"
- },
- {
- "name": "SCALITY_SECRET_KEY",
- "label": "Scality S3 secret key"
- }
- ],
- "volumes": [
- {
- "container": "/usr/src/app/localData"
- },
- {
- "container": "/usr/src/app/localMetadata"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/glances.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Glances",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Sematext Docker Agent",
- "description": "Collect logs, metrics and docker events",
"categories": [
- "Logmanagement",
- "Monitoring"
+ "Network",
+ "Vpn"
],
+ "description": "Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/tailscale.jpg",
+ "name": "tailscale",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
- "image": "sematext/sematext-agent-docker:latest",
- "name": "sematext-agent",
- "privileged": true,
- "env": [
- {
- "name": "LOGSENE_TOKEN",
- "label": "Logs token"
- },
- {
- "name": "SPM_TOKEN",
- "label": "SPM monitoring token"
- }
- ],
- "volumes": [
- {
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/tailscale.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Tailscale",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "Solr",
- "description": "Open-source enterprise search platform",
"categories": [
- "Searchengine"
+ "Wiki",
+ "Knowledgebase"
],
+ "description": "Documize Community is an open source, modern, self-hosted, enterprise-grade knowledge management solution.",
+ "logo": "",
+ "name": "documize",
"platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
- "image": "solr:latest",
- "ports": [
- "8983/tcp"
+ "repository": {
+ "stackfile": "Template/Stack/documize.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Documize",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
+ },
+ {
+ "categories": [
+ "Dashboard"
],
- "volumes": [
- {
- "container": "/opt/solr/mydata"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "description": "Simplify the management of your server with Homarr - a sleek, modern dashboard that puts all of your apps and services at your fingertips.",
+ "logo": "https://homarr.dev/img/logo.svg",
+ "name": "homarr",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/homarr.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Homarr",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "SQL Server",
- "description": "Microsoft SQL Server on Linux",
"categories": [
- "Database"
+ "Remotecontrol"
],
+ "description": "Rust Desk is an Open source virtual or remote desktop infrastructure for everyone!",
+ "logo": "https://images.sftcdn.net/images/t_app-logo-xl,f_auto,dpr_2/p/735e7f11-0f1e-492d-bfa4-4be6eead5179/3131069239/rustdesk-unnamed.png",
+ "name": "Rust Desk",
"platform": "linux",
- "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
- "image": "microsoft/mssql-server-linux:2017-GA",
- "ports": [
- "1433/tcp"
- ],
- "env": [
- {
- "name": "ACCEPT_EULA",
- "set": "Y"
- },
- {
- "name": "SA_PASSWORD",
- "label": "SA password"
- }
- ],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "repository": {
+ "stackfile": "Template/Stack/rustdesk.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Rust Desk",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "type": 1,
- "title": "SQL Server Express",
- "description": "Microsoft SQL Server Express for Windows containers",
"categories": [
- "Database"
- ],
- "platform": "windows",
- "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
- "image": "microsoft/mssql-server-windows-express:latest",
- "ports": [
- "1433/tcp"
- ],
- "env": [
- {
- "name": "ACCEPT_EULA",
- "set": "Y"
- },
- {
- "name": "sa_password",
- "label": "SA password"
- }
- ],
- "volumes": [
- {
- "container": "C:/temp/"
- }
+ "Remotecontrol"
],
- "maintainer": " https://github.com/mikestraney/portainer-templates/"
+ "description": "RPort is free remote access and remote management, now acquired by RealVNC",
+ "logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_634014ae8000cebecce8a571f9ea316f/cloudradar-gmbh-rport.png",
+ "name": "Rport",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "Template/Stack/rport.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Rport",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "category": [
- "Music"
- ],
- "description": "Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room. /music = Location of music. /media = Location of other media. /podcasts = Location of podcasts. /playlists = Location for playlists storage. CONTEXT_PATH is for setting url-base in reverse proxy setups - (optional) Default user/pass is admin/admin",
- "env": [
- {
- "label": "CONTEXT_PATH",
- "name": "CONTEXT_PATH",
- "set": ""
- },
- {
- "label": "PUID",
- "name": "PUID",
- "set": "1000"
- },
- {
- "label": "PGID",
- "name": "PGID",
- "set": "1000"
- },
- {
- "label": "TZ",
- "name": "TZ",
- "set": "America/Chicago"
- }
+ "categories": [
+ "Remotecontrol"
],
- "image": "linuxserver/libresonic:latest",
- "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/libresonic.png",
+ "description": "Remotely is a remote control and remote scripting solution, built with .NET 6, Blazor, and SignalR Core.",
+ "logo": "",
+ "name": "Remotely",
"platform": "linux",
- "ports": [
- "4040/tcp"
- ],
- "title": "libresonic",
- "type": 1,
- "volumes": [
- {
- "container": "/music"
- },
- {
- "container": "/playlists"
- },
- {
- "container": "/podcasts"
- },
- {
- "container": "/media"
- },
- {
- "container": "/config"
- }
- ],
- "maintainer": " https://github.com/dnburgess/self-hosted-template/",
- "categories": []
+ "repository": {
+ "stackfile": "Template/Stack/remotely.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Remotely",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "category": [
- "Messenger"
- ],
- "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
- "env": [
- {
- "label": "PGID",
- "name": "PGID",
- "set": "1000"
- },
- {
- "label": "PUID",
- "name": "PUID",
- "set": "1000"
- },
- {
- "label": "TZ",
- "name": "TZ",
- "set": "America/Chicago"
- }
+ "categories": [
+ "Productivity",
+ "Devtools"
],
- "image": "linuxserver/quassel-core:latest",
- "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/quassel-core-icon.png",
+ "description": "Tabby is an infinitely customizable cross-platform terminal app for local shells, serial, SSH and Telnet connections.",
+ "logo": "https://tabby.sh/32bf32ff6c87e8d18932.svg",
+ "name": "Tabby",
"platform": "linux",
- "ports": [
- "4242/tcp"
- ],
- "title": "quassel-core",
- "type": 1,
- "volumes": [
- {
- "container": "/config"
- }
- ],
- "maintainer": " https://github.com/dnburgess/self-hosted-template/",
- "categories": []
+ "repository": {
+ "stackfile": "Template/Stack/tabby.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Tabby",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "category": [
- "Other"
- ],
- "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
- "env": [
- {
- "label": "INTERFACE",
- "name": "INTERFACE",
- "set": "eth0"
- },
- {
- "label": "PGID",
- "name": "PGID",
- "set": "1000"
- },
- {
- "label": "PUID",
- "name": "PUID",
- "set": "1000"
- },
- {
- "label": "TZ",
- "name": "TZ",
- "set": "America/Chicago"
- }
+ "categories": [
+ "Productivity",
+ "Drawing"
],
- "image": "linuxserver/openvpn-as:latest",
- "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/openvpn-as-icon.png",
+ "description": "Virtual whiteboard for sketching hand-drawn like diagrams. Collaborative and end-to-end encrypted.",
+ "logo": "https://github.com/excalidraw/excalidraw/raw/master/public/og-image-sm.png",
+ "name": "excalidraw",
"platform": "linux",
- "ports": [
- "943/tcp",
- "9443/tcp",
- "1194/udp"
- ],
- "title": "openvpn-as",
- "type": 1,
- "volumes": [
- {
- "container": "/config"
- }
- ],
- "maintainer": " https://github.com/dnburgess/self-hosted-template/",
- "categories": []
+ "repository": {
+ "stackfile": "Template/Stack/excalidraw.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Excalidraw",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
- "category": [
- "Downloaders",
- "Other",
- "Tools"
+ "categories": [
+ "Network"
],
- "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
- "env": [
- {
- "label": "PUID",
- "name": "PUID",
- "set": "1000"
- },
- {
- "label": "PGID",
- "name": "PGID",
- "set": "1000"
- },
- {
- "label": "TZ",
- "name": "TZ",
- "set": "America/Chicago"
- }
- ],
- "image": "linuxserver/hydra2:latest",
- "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/hydra-icon.png",
+ "description": "UpSnap is a simple wake on lan app written with SvelteKit, Go, PocketBase and nmap.",
+ "logo": "https://github.com/seriousm4x/UpSnap/raw/master/frontend/static/favicon.png",
+ "name": "upsnap",
"platform": "linux",
- "ports": [
- "5076/tcp"
- ],
- "title": "hydra2",
- "type": 1,
- "volumes": [
- {
- "container": "/config"
- },
- {
- "container": "/downloads"
- }
- ],
- "maintainer": " https://github.com/dnburgess/self-hosted-template/",
- "categories": []
+ "repository": {
+ "stackfile": "Template/Stack/upsnap.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Upsnap",
+ "type": 3,
+ "maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Social",
- "Forum"
- ],
- "description": "Zusam is a free and open-source way to self-host private forums for groups of friends.",
- "env": [
- {
- "default": "email@domain.example",
- "label": "INIT_USER",
- "name": "INIT_USER"
- },
- {
- "default": "initpass zusam",
- "label": "INIT_PASSWORD",
- "name": "INIT_PASSWORD"
- }
+ "Development",
+ "Lowcode",
+ "Nocode"
],
- "image": "zusam/zusam",
- "logo": "https://github.com/zusam/zusam/raw/master/app/src/assets/zusam_logo.png",
- "name": "Zusam",
+ "description": "Tooljet is an Open-source low-code application development platform for building and deploying business applications.",
+ "logo": "https://uploads-ssl.webflow.com/6266634263b9179f76b2236e/63aaa161e3b3be42ec50eb6f_Logomark.svg",
+ "name": "tooljet",
"platform": "linux",
- "ports": [
- "4180:8080/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Zus.am",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/Zusam",
- "container": "/zusam/data"
- }
- ],
+ "repository": {
+ "stackfile": "Template/Stack/tooljet.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Tooljet",
+ "type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Social"
+ "Productivity",
+ "Development",
+ "Lowcode",
+ "Nocode"
],
- "description": "Use Tiktok with an alternative frontend, inspired by Nitter.",
- "name": "proxitok",
+ "description": "Budibase allows no-code users to build apps quickly, with more functionality available with a little bit of inline code.",
+ "logo": "https://files.readme.io/593b386-budibase-logo-website.svg",
+ "name": "budibase",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/proxitok.yml",
+ "stackfile": "Template/Stack/budibase.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "ProxiTok",
+ "title": "Budibase",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Feedreader"
+ "Search"
],
- "description": "Miniflux is a minimalist and opinionated feed reader.",
- "logo": "",
- "name": "miniflux",
+ "description": "Meilisearch is a\u00a0**RESTful search API**. It aims to be a\u00a0**ready-to-go solution**\u00a0for everyone who wants a\u00a0**fast and relevant search experience**\u00a0for their end-users",
+ "logo": "https://docs.meilisearch.com/logo.svg",
+ "name": "Meilisearch",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/miniflux.yml",
+ "stackfile": "Template/Stack/meilisearch.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Miniflux",
+ "title": "Meilisearch",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Tools"
- ],
- "description": "Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games..",
- "env": [
- {
- "default": "1000",
- "label": "PUID",
- "name": "PUID"
- },
- {
- "default": "1000",
- "label": "PGID",
- "name": "PGID"
- },
- {
- "label": "PORT",
- "name": "PORT"
- }
+ "Identitymanagement",
+ "Accessproxy"
],
- "logo": "https://user-images.githubusercontent.com/20560781/80213166-0e560e00-8639-11ea-944e-4f79fdbcef55.png",
- "name": "Koillection",
+ "description": "Ory Kratos with Oathkeeper is\u00a0_the_\u00a0developer-friendly, security-hardened and battle-test Identity, User Management and Authentication system for the Cloud.",
+ "logo": "https://raw.githubusercontent.com/ory/meta/master/static/banners/kratos.svg",
+ "name": "Ory Kratos",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/koillection.yml",
+ "stackfile": "Template/Stack/ory-kratos-standalone.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Koillection",
+ "title": "Ory Kratos (Standalone)",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Tools"
- ],
- "description": "Eufy Security Web Socket. Edit container and add username & password.",
- "env": [
- {
- "default": "InputUSER-email",
- "label": "USERNAME",
- "name": "USERNAME"
- },
- {
- "default": "InputPWD",
- "label": "PASSWORD",
- "name": "PASSWORD"
- }
+ "Identitymanagement",
+ "Security"
],
- "image": "bropat/eufy-security-ws:latest",
- "logo": "https://github.com/bropat/eufy-security-ws/raw/master/docs/_media/eufy-security-ws.png",
- "name": "eufy-security-ws",
+ "description": "Ory Kratos with Oathkeeper (ORY Oathkeeper is an Identity & Access Proxy (IAP) and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules.) ",
+ "logo": "https://raw.githubusercontent.com/ory/meta/master/static/banners/oathkeeper.svg",
+ "name": "Ory Kratos Oathkeeper",
"platform": "linux",
- "ports": [
- "3993:3000/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Eufy Security WS",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/eufy-security-ws",
- "container": "/data"
- }
- ],
+ "repository": {
+ "stackfile": "Template/Stack/ory-kratos-oathkeeper.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Ory Kratos (Oathkeeper)",
+ "type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Multimedia"
+ "Productivity",
+ "Development",
+ "Lowcode"
],
- "description": "Tdarr is a popular conditional transcoding application for processing large (or small) media libraries.",
- "logo": "https://tdarr.io/static/media/logo3.02a3f4a3.png",
- "name": "tdarr",
+ "description": "Appsmith (www.appsmith.com) is the first open-source low-code tool that helps developers build dashboards and admin panels very quickly.",
+ "logo": "https://cdn-images.himalayas.app/vr60veq4neiptamhqm6qxwi3toi3",
+ "name": "appsmith",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/tdarr.yml",
+ "stackfile": "Template/Stack/appsmith.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Tdarr",
+ "title": "Appsmith",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Social"
+ "Email"
],
- "description": "Monica is a great open source personal relationship management system to organize the interactions with your loved ones.",
- "logo": "https://raw.githubusercontent.com/docker-library/docs/b962028212dbd77c9531dbcf8d5a81db79d4a735/monica/logo.svg",
- "name": "monica",
+ "description": "Mailpile is an e-mail client!/search engine and a personal webmail server/easy way to encrypt your e-mail/easy way to encrypt your e-mail ",
+ "logo": "https://www.mailpile.is/img/icon-512x512.png",
+ "name": "mailpile",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/monica.yml",
+ "stackfile": "Template/Stack/mailpile.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Monica",
+ "title": "Mailpile",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Tools"
+ "Mail"
],
- "description": "Teleport allows engineers and security professionals to unify access for SSH servers, Kubernetes clusters, web applications, and databases across all environments.",
- "logo": "https://bookface-images.s3.amazonaws.com/logos/386100350818400a035ac8e0caa84111de3316eb.png",
- "name": "teleport",
+ "description": "Full stack mailserver solution with TLS support. POP3s, SMTP(s), IMAPs, RSPAMD, Clamav, Roundcube(HTTPS), SPF, DKIM with simple installation and web administration.",
+ "logo": "",
+ "name": "poste.io",
+ "platform": "linux",
"repository": {
- "stackfile": "Template/Stack/teleport.yml",
+ "stackfile": "Template/Stack/posteio.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "platform": "linux",
- "restart_policy": "always",
- "title": "Teleport",
+ "title": "Poste.io",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Dashboard",
- "Crypto",
- "Finance"
+ "Network"
],
- "description": "Cryptofolio is an open-source, and self-hosted solution for tracking your cryptocurrency holdings. It features a web interface, an Android mobile app, and a cross-platform desktop application for Windows, macOS, and Linux.",
- "image": "xtrendence/cryptofolio:latest",
- "logo": "https://i.imgur.com/5v8lzea.png",
- "name": "cryptofolio",
+ "description": "IPerf3 Docker Build for Network Performance and Bandwidth Testing",
+ "logo": "",
+ "name": "iperf",
"platform": "linux",
- "ports": [
- "7280:80/tcp"
- ],
- "restart_policy": "always",
- "title": "Cryptofolio",
- "type": 1,
+ "repository": {
+ "stackfile": "Template/Stack/iperf.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "iperf",
+ "type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Presentation"
+ "Docker"
],
- "description": "It is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free | Production Mode",
- "image": "cloudogu/reveal.js",
- "logo": "https://pbs.twimg.com/profile_images/1260911777929400325/_ClbHpsz_400x400.jpg",
- "name": "revealjs",
+ "description": "Lazytainer monitors network traffic to containers. If there is traffic, the container runs, otherwise the container is stopped/paused.",
+ "logo": "",
+ "name": "lazytainer",
"platform": "linux",
- "ports": [
- "6060:8080/tcp"
- ],
- "restart_policy": "always",
- "title": "Reveal.js",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/revealjs/docs/slides",
- "container": "/reveal/docs/slides"
- },
- {
- "bind": "/portainer/Files/AppData/Config/revealjs/scripts/test",
- "container": "/resources"
- }
- ],
+ "repository": {
+ "stackfile": "Template/Stack/lazytainer.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Lazytainer",
+ "type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Network"
+ "Dashboard"
],
- "description": "An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.",
- "image": "statping/statping:latest",
- "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/statping.png",
- "name": "statping",
+ "description": "Homepage is a new dashboard implementation that creates a super fast static site.",
+ "logo": "https://raw.githubusercontent.com/benphelps/homepage/main/images/preview.png",
+ "name": "homepage",
"platform": "linux",
- "ports": [
- "4040:8080/tcp"
- ],
- "restart_policy": "always",
- "title": "Statping",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/statping",
- "container": "/app"
- }
- ],
+ "repository": {
+ "stackfile": "Template/Stack/homepage.yml",
+ "url": "https://github.com/xneo1/portainer_templates"
+ },
+ "title": "Homepage",
+ "type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Network"
+ "Finance"
],
- "description": "Network UPS Tools server",
- "image": "upshift/nut-upsd",
+ "description": "I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.",
"logo": "",
- "name": "nuts",
- "platform": "linux",
- "ports": [
- "3493:3493/tcp"
- ],
- "restart_policy": "always",
- "title": "NUTS",
- "type": 1,
- "volumes": [
- {
- "bind": "/portainer/Files/AppData/Config/nuts",
- "container": "/app"
- }
- ],
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Tools"
- ],
- "description": "Your Budgets, Calendars, Meals, Inventory, Tasks, and so much more in one simple app.For everyone in your household.On all of your devices.In the cloud or self-hosted",
- "logo": "https://homechart.app/images/homechart.min.776793e5e4334866f0799e8a84b8448efb1b06cb2762b2bb20f99068ac36136c.png",
- "name": "homechart",
+ "name": "ihatemoney",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/homechart.yml",
+ "stackfile": "Template/Stack/ihatemoney.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Homechart",
+ "title": "I hate money",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Messenger"
+ "Finance"
],
- "description": "Ferdi is a messaging browser that allows you to combine your favourite messaging services into one application",
- "logo": "https://raw.githubusercontent.com/getferdi/server/master/logo.png",
- "name": "ferdi-server",
+ "description": "OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle and inspired by YNAB and Buckets.",
+ "logo": "https://github.com/TheAxelander/OpenBudgeteer/raw/master/assets/banner.png",
+ "name": "openbudgeteer",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/ferdiserver.yml",
+ "stackfile": "Template/Stack/openbudgeteer.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Ferdi Server",
+ "title": "OpenBudgeteer",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Messenger"
+ "Multimedia"
],
- "description": "Ferdium is a messaging browser that allows you to combine your favourite messaging services into one application",
- "logo": "https://github.com/ferdium/ferdium-server/raw/main/logo.png",
- "name": "ferdium",
+ "description": "Fireshare: Share your game clips, videos, or other media via unique links.",
+ "logo": "https://github.com/ShaneIsrael/fireshare/raw/main/app/client/src/assets/logo.png",
+ "name": "fireshare",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/ferdium.yml",
+ "stackfile": "Template/Stack/fireshare.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Ferdium",
+ "title": "Fireshare",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Social"
+ "Downloaders"
],
- "description": "LittleLink is an open source DIY self-hosted alternative to services like Linktree and many.link. ",
- "logo": "https://littlelink.io/images/avatar@2x.png",
- "name": "littlelink-server",
+ "description": "Peer-to-peer file transfers in your browser",
+ "logo": "https://raw.githubusercontent.com/kern/filepizza/master/src/static/images/wordmark.png",
+ "name": "filepizza",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/littlelink.yml",
+ "stackfile": "Template/Stack/filepizza.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "ports": [
- "3000:3000/tcp"
- ],
- "title": "Littlelink Server",
+ "title": "Filepizza",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Social"
+ "Dashboard"
],
- "description": "Self-hosted open-source Linktree alternative. LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface.",
- "logo": "https://linkstack.org/wp-content/uploads/2023/04/logo-animated.svg",
- "name": "linkstack",
+ "description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
+ "logo": "",
+ "name": "jump",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/linkstack.yml",
+ "stackfile": "Template/Stack/jump.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Linkstack",
+ "title": "Jump",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Downloaders"
+ "Productivity"
],
- "description": "A perfect Aria2 Docker image. Out of the box, just add download tasks and don't need to think about anything else.",
- "logo": "https://imgcdn.p3terx.com/post/20201113041845.jpg",
- "name": "aria2-pro",
+ "description": "Hasty Paste is a fast and minimal paste bin, written in Python using Quart.",
+ "logo": "",
+ "name": "hasty-paste",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/aria2pro.yml",
+ "stackfile": "Template/Stack/hasty-paste.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Aria2 Pro",
+ "title": "Hasty-Paste",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Downloaders"
+ "Wiki"
],
- "description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support.",
- "logo": "https://hotio.dev/img/image-logos/flood.svg",
- "name": "flood",
+ "description": "Xwiki s a free wiki software platform written in Java with a design emphasis on extensibility. XWiki is an enterprise wiki.",
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/e/e2/Logo-xwikiorange.svg",
+ "name": "xwiki",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/flood.yml",
+ "stackfile": "Template/Stack/xwiki.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Flood",
+ "title": "Xwiki",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Photos",
- "Ai"
+ "Productivity"
],
- "description": "PhotoPrism is an AI-powered app for browsing, organizing & sharing your photo collection. It makes use of the latest technologies to tag and find pictures automatically without getting in your way.| Copy as Custom stack and EDIT environment variables.",
- "logo": "https://photoprism.app/static/img/logo.svg",
- "name": "photoprism",
+ "description": "Leantime is an open source project management solution to make your ideas reality.",
+ "logo": "https://s3-us-west-2.amazonaws.com/leantime-website/wp-content/uploads/2022/07/24022056/logo-large.png",
+ "name": "leantime",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/photoprism.yml",
+ "stackfile": "Template/Stack/leantime.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Photoprism",
+ "title": "Leantime",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Photos",
- "Ai"
+ "Entertainment"
],
- "description": "Immich is a high performance self-hosted photo and video backup solution.",
- "logo": "https://github.com/immich-app/immich/raw/main/design/immich-logo.svg",
- "name": "immich",
+ "description": "Jellyseerr is a free and open source fork of Overseerr for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Jellyfin!",
+ "logo": "https://raw.githubusercontent.com/Fallenbagel/jellyseerr/develop/public/logo_full.svg",
+ "name": "jellyseer",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/immich.yml",
+ "stackfile": "Template/Stack/jellyseer.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Immich",
+ "title": "Jellyseer",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Filebrowsers"
+ "Productivity"
],
- "description": "Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.",
- "logo": "https://user-images.githubusercontent.com/58886915/166198400-c2134044-1198-4647-a8b6-da9c4a204c68.svg",
- "name": "pingvin-share",
+ "description": "Trudesk is an Open Source Help Desk Software and Ticketing System",
+ "logo": "https://trudesk.io/wp-content/uploads/2019/10/logo-med.png",
+ "name": "trudesk",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/pingvin.yml",
+ "stackfile": "Template/Stack/trudesk.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Pingvin",
+ "title": "Trudesk",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Pdftools",
- "Productivity"
+ "System"
],
- "description": "This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more.",
- "logo": "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/docs/stirling.png",
- "name": "stirling-pdf",
+ "description": "Dashdot is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. It is intended to be used for smaller VPS and private servers.",
+ "logo": "https://getdashdot.com/img/logo512.png",
+ "name": "dashdot",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/stirling-pdf.yml",
+ "stackfile": "Template/Stack/dashdot.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Stirling-PDF",
+ "title": "Dashdot",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Network"
+ "Productivity",
+ "Development",
+ "Nocode"
],
- "description": "WIFI / LAN intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found.",
- "logo": "https://avatars.githubusercontent.com/u/96159884?s=48&v=4",
- "name": "NetAlertX",
+ "description": "Open source no-code database and Airtable alternative.Create your own online database without technical experience. Our user friendly no-code tool gives you the powers of a developer without leaving your browser.",
+ "logo": "https://].io/_nuxt/img/logo.1421f77.svg",
+ "name": "Baserow",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/netalertx.yml",
+ "stackfile": "Template/Stack/baserow.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "NetAlertX",
+ "title": "Baserow",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
"Productivity",
- "Timerelated"
+ "Development",
+ "Nocode"
],
- "description": "Open source time-tracker with an interactive user experience and powerful reporting.",
- "logo": "https://timetagger.app/timetagger_wl.svg",
- "name": "TimeTagger",
+ "description": "Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
+ "logo": "https://github.com/nocodb/nocodb/raw/develop/packages/nc-gui/assets/img/icons/512x512.png",
+ "name": "NocoDB",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/timetagger.yml",
+ "stackfile": "Template/Stack/nocodb.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "TimeTagger",
+ "title": "NocoDB",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Multimedia"
+ "Smarthome"
],
- "description": "Invidious is an open source alternative front-end to YouTube.",
- "logo": "https://invidious.io/invidious-colored-vector.svg",
- "name": "Invidious",
+ "description": "BroadlinkManager is a Flask powerd, easy to use system that hepls you to work with Broadlink Devices.",
+ "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/broadlink.png",
+ "name": "broadlink-manager",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/invidious.yml",
+ "stackfile": "Template/Stack/broadlink-manager.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Invidious",
+ "title": "Broadlink Manager",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Filebrowsers"
+ "Smarthome"
],
- "description": "Chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.",
- "logo": "https://chibisafe.moe/logo.svg",
- "name": "chibisafe",
+ "description": "HomeKit support for the impatient.",
+ "logo": "https://raw.githubusercontent.com/homebridge/branding/master/logos/homebridge-color-round-stylized.png",
+ "name": "homebridge",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/chibisafe.yml",
+ "stackfile": "Template/Stack/homebridge.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Chibisafe",
+ "title": "Homebridge",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Offline"
+ "Analytics"
],
- "description": "Internet. Offline.Store any website on your mobile phone or computer, easily.",
- "logo": "https://www.kiwix.org/wp-content/uploads/kiwix-logo-995x200-1.png",
- "name": "kiwix",
+ "description": "Umami is a simple, easy to use, self-hosted web analytics solution. The goal is to provide you with a friendlier, privacy-focused alternative to Google Analytics and a free, open-sourced alternative to paid solutions",
+ "logo": "https://icons.duckduckgo.com/ip3/umami.is.ico",
+ "name": "umami",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/kiwix.yml",
+ "stackfile": "Template/Stack/umami.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Kiwix",
+ "ports": [
+ "3000:3000/tcp"
+ ],
+ "title": "Umami.is",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Tools"
+ "Analytics"
],
- "description": "The recipe manager that allows you to manage your ever growing collection of digital recipes.",
- "logo": "https://docs.tandoor.dev/logo_color.svg",
- "name": "tandoor",
+ "description": "Google Analytics alternative that protects your data and your customers' privacy",
+ "logo": "https://gallery.ncnet.nl/upload/2020/05/22/20200522171613-9205fa32.png",
+ "name": "matomo",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/tandoor.yml",
+ "stackfile": "Template/Stack/matomo.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "Tandoor",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Social"
+ "ports": [
+ "8282:80/tcp"
],
- "description": "Webtrees is the web\u2019s leading online collaborative genealogy application. [GEDCOM files support]",
- "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Logo_webtrees.svg/400px-Logo_webtrees.svg.png",
- "name": "webtrees",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/webtrees.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Webtrees",
+ "title": "Matomo",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
"categories": [
- "Metrics"
+ "Other"
],
- "description": "This is an exporter that exposes information gathered from Proxmox VE node for use by the Prometheus monitoring system.",
- "logo": "",
- "name": "pve-exporter",
+ "description": "Simple room management system for n.eko. Self hosted rabb.it alternative. --Please add .env file as stated in neko.yml",
+ "logo": "https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/logo.png",
+ "name": "neko",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/pve-exporter.yml",
+ "stackfile": "Template/Stack/neko.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
- "title": "pve-exporter",
+ "title": "Neko",
"type": 3,
"maintainer": " https://github.com/xneo1/portainer_templates/"
},
{
+ "type": 1,
+ "name": "cardigann",
+ "title": "Cardigann",
+ "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.",
+ "logo": "https://mediadepot.github.io/templates/img/cardigann.png",
+ "image": "linuxserver/cardigann:latest",
"categories": [
- "Devops"
+ "Downloaders"
],
- "description": "Modern UI for Ansible",
- "logo": "https://res.cloudinary.com/canonical/image/fetch/f_auto,q_auto,fl_sanitize,w_60,h_60/https://dashboard.snapcraft.io/site_media/appmedia/2020/11/Screenshot_2020-11-21_at_02.05.22.png",
- "name": "ansible-semaphore",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/ansible-semaphore.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Ansible-semaphore",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Audio",
- "Multimedia"
+ "ports": [
+ "5060/tcp"
],
- "description": "A social platform to enjoy and share music.Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.",
- "logo": "https://funkwhale.audio/img/with-text-500.4aff7861.png",
- "name": "funkwhale",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/funkwhale.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Funkwhale",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Cloud"
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/opt/mediadepot/apps/cardigann"
+ }
],
- "description": "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. It is similar to the discontinued\u00a0Firefox Send, with the difference that only the admin is allowed to upload files",
- "logo": "https://noted.lol/content/images/2023/02/gokapi-self-hosted-main.png",
- "name": "gokapi",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/gokapi.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Gokapi",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Timetracking"
+ "env": [
+ {
+ "name": "PGID",
+ "label": "PGID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "PUID",
+ "label": "PUID",
+ "default": "15000",
+ "preset": true
+ }
],
- "description": "Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.",
- "logo": "https://traggo.net/images/favicon.png",
- "name": "traggo",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/traggo.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Traggo",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Learning"
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.cardigann.loadbalancer.server.port",
+ "value": "5060"
+ },
+ {
+ "name": "traefik.http.routers.cardigann.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.cardigann.tls.certresolver",
+ "value": "mydnschallenge"
+ }
],
- "description": "Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments.",
- "logo": "https://download.moodle.org/theme/moodleorgcleaned/pix/moodle_logo_TM.svg",
- "name": "moodle",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/moodle.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Moodle",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 1,
+ "name": "cloudcmd",
+ "title": "Cloud Commander",
+ "description": "Cloud Commander a file manager for the web with console and editor.",
+ "logo": "https://mediadepot.github.io/templates/img/cloudcmd-logo.png",
+ "image": "coderaiser/cloudcmd",
"categories": [
- "Helpdesk"
+ "Documents",
+ "Networkother",
+ "Tools"
],
- "description": "FreeScout\u00a0is the super lightweight free open source help desk and shared inbox written in PHP (Laravel framework) \u2013 self hosted clone of HelpScout.",
- "logo": "https://raw.githubusercontent.com/freescout-helpdesk/freescout/master/public/img/logo-300.png",
- "name": "freescout",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/freescout.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Freescout",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Fitness"
+ "ports": [
+ "8000/tcp"
],
- "description": "Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django",
- "logo": "https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png",
- "name": "wger",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/wger.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Wger",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "volumes": [
+ {
+ "container": "/media/host/opt/mediadepot",
+ "bind": "/opt/mediadepot/apps"
+ },
+ {
+ "container": "/media/host/media/storage",
+ "bind": "/media/storage"
+ },
+ {
+ "container": "/media/host/media/temp",
+ "bind": "/media/temp"
+ }
+ ],
+ "env": [],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.cloudcmd.loadbalancer.server.port",
+ "value": "8000"
+ },
+ {
+ "name": "traefik.http.routers.cloudcmd.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.cloudcmd.tls.certresolver",
+ "value": "mydnschallenge"
+ },
+ {
+ "name": "traefik.http.routers.cloudcmd.middlewares",
+ "value": "authme"
+ },
+ {
+ "name": "traefik.http.middlewares.authme.forwardauth.address",
+ "value": "http://authelia:9091/api/verify?rd=https://login.${DEPOT_DOMAIN_NAME}/"
+ },
+ {
+ "name": "traefik.http.middlewares.authme.forwardauth.trustforwardheader",
+ "value": "true"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 1,
+ "name": "duplicacy",
+ "title": "Duplicacy",
+ "description": "Duplicacy backs up your files to many cloud storages with client-side encryption and the highest level of deduplication",
+ "logo": "https://mediadepot.github.io/templates/img/duplicacy-icon.png",
+ "image": "mediadepot/duplicacy:latest",
"categories": [
- "Docker"
+ "Utilitybackup"
],
- "description": "Docker Container Stats is a web interface for viewing historical and current statistics per docker container (cpu, mem, net i/o, block i/o) - in a docker container.",
- "logo": "https://raw.githubusercontent.com/Poeschl/Hassio-Addons/master/container-stats/logo.png",
- "name": "Docker Container Stats",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/docker-container-stats.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Docker Container Stats",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Ebooks"
+ "ports": [
+ "3875/tcp"
],
- "description": "Codex is a web server comic book browser and reader.",
- "logo": "https://github.com/ajslater/codex/raw/main/codex/static_src/img/logo.svg",
- "name": "codex",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/codex.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Codex",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Ebooks",
- "Comics"
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/opt/mediadepot/apps/duplicacy/config"
+ },
+ {
+ "container": "/logs",
+ "bind": "/opt/mediadepot/apps/duplicacy/logs"
+ },
+ {
+ "container": "/cache",
+ "bind": "/opt/mediadepot/apps/duplicacy/cache"
+ },
+ {
+ "container": "/source/apps",
+ "bind": "/opt/mediadepot/apps/"
+ },
+ {
+ "container": "/source/storage",
+ "bind": "/media/storage/"
+ }
],
- "description": "Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.",
- "logo": "",
- "name": "kapowarr",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/kapowarr.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Kapowarr",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Messaging"
+ "env": [
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "America/Los_Angeles"
+ }
],
- "description": "A TLS proxy relay for the Signal privacy messenger app.",
- "logo": "https://avatars.githubusercontent.com/u/702459?s=200&v=4",
- "name": "signal",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/signal.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Signal Proxy",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Employee"
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.duplicacy.loadbalancer.server.port",
+ "value": "3875"
+ },
+ {
+ "name": "traefik.http.routers.duplicacy.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.duplicacy.tls.certresolver",
+ "value": "mydnschallenge"
+ }
],
- "description": "ChiefOnboarding is a free and open source employee onboarding platform. You can onboarding new hires through Slack or the dashboard.",
- "logo": "https://chiefonboarding.com/wp-content/uploads/2022/07/ChiefOnBoarding-768x138.png",
- "name": "chiefonboarding",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/chiefonboarding.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Chiefonboarding",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 1,
+ "name": "droppy",
+ "title": "Droppy",
+ "description": "Droppy is a self-hosted file storage server",
+ "logo": "https://mediadepot.github.io/templates/img/filebrowser-icon.png",
+ "image": "silverwind/droppy:latest",
"categories": [
- "Podcast"
+ "Tools",
+ "Networkweb",
+ "Networkother"
],
- "description": "Castopod is a free and open-source hosting platform made for podcasters.",
- "logo": "https://pbs.twimg.com/profile_images/1313854745161932800/w_qe6Qq6_400x400.png",
- "name": "castopod",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/castopod.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Castopod",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8989/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/files/tvshows",
+ "bind": "/media/storage/tvshows"
+ },
+ {
+ "container": "/files/movies",
+ "bind": "/media/storage/movies"
+ },
+ {
+ "container": "/files/music",
+ "bind": "/media/storage/music"
+ },
+ {
+ "container": "/files/photos",
+ "bind": "/media/storage/photos"
+ },
+ {
+ "container": "/files/ebooks",
+ "bind": "/media/storage/ebooks"
+ },
+ {
+ "container": "/files/documents",
+ "bind": "/media/storage/documents"
+ },
+ {
+ "container": "/files/software",
+ "bind": "/media/storage/software"
+ },
+ {
+ "container": "/files/downloads",
+ "bind": "/media/storage/downloads"
+ },
+ {
+ "container": "/files/blackhole",
+ "bind": "/media/temp/blackhole"
+ },
+ {
+ "container": "/files/processing",
+ "bind": "/media/temp/processing"
+ },
+ {
+ "container": "/config",
+ "bind": "/opt/mediadepot/apps/droppy"
+ }
+ ],
+ "env": [
+ {
+ "name": "GID",
+ "label": "GID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "UID",
+ "label": "UID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "America/Los_Angeles"
+ }
+ ],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.droppy.loadbalancer.server.port",
+ "value": "8989"
+ },
+ {
+ "name": "traefik.http.routers.droppy.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.droppy.tls.certresolver",
+ "value": "mydnschallenge"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 3,
+ "name": "filerun",
+ "title": "Filerun",
+ "description": "access your files anywhere through self-hosted secure cloud storage, file backup and sharing for your photos, videos, files and more.",
+ "logo": "https://mediadepot.github.io/templates/img/filerun-logo.png",
"categories": [
- "Music",
- "Monitoring"
+ "Documents",
+ "Networkother",
+ "Tools"
],
- "description": "YourSpotify is a self-hosted application that tracks what you listen and offers you a dashboard to explore statistics about it!",
- "logo": "",
- "name": "your_spotify",
- "platform": "linux",
+ "env": [],
"repository": {
- "stackfile": "Template/Stack/your_spotify.yml",
- "url": "https://github.com/xneo1/portainer_templates"
+ "url": "https://github.com/mediadepot/templates",
+ "stackfile": "stacks/filerun/docker-compose.yml"
},
- "title": "Your_spotify",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 1,
+ "name": "gaps",
+ "title": "Gaps",
+ "description": "Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.",
+ "logo": "https://mediadepot.github.io/templates/img/plex-icon.png",
+ "image": "housewrecker/gaps:latest",
"categories": [
- "Database",
- "Metrics"
+ "Tools",
+ "Networkweb",
+ "Networkother"
],
- "description": "InfluxDB is an open source time series database for recording metrics, events, and analytics. Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs.",
- "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/influxdb_telegraf.jpg",
- "name": "influxdb-telegraf",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/influxdb2_telegraf.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Influxdb & Telegraf",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Database"
+ "ports": [
+ "8484/tcp"
],
- "description": "InfluxDB is an open source time series database for recording metrics, events, and analytics.",
- "logo": "https://www.niagaramarketplace.com/media/catalog/product/cache/f7420c7cfd302c73440e50c5a6066c3c/m/a/marketplace_icons_13_.png",
- "name": "influxdb2",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/influxdb2.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Influxdb",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "volumes": [],
+ "env": [
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "America/Los_Angeles"
+ }
+ ],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.gaps.loadbalancer.server.port",
+ "value": "8484"
+ },
+ {
+ "name": "traefik.http.routers.gaps.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.gaps.tls.certresolver",
+ "value": "mydnschallenge"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 3,
+ "name": "klaxon",
+ "title": "Klaxon",
+ "description": "Klaxon is a free, quick to set up and easy to use robot that checks websites regularly so you don't have to.",
+ "logo": "https://mediadepot.github.io/templates/img/klaxon-logo.png",
"categories": [
- "Files"
+ "Documents",
+ "Networkother",
+ "Tools"
+ ],
+ "env": [
+ {
+ "name": "SMTP_PROVIDER",
+ "label": "SMTP_PROVIDER",
+ "default": "SENDGRID"
+ },
+ {
+ "name": "SENDGRID_USERNAME",
+ "label": "SENDGRID_USERNAME",
+ "default": ""
+ },
+ {
+ "name": "SENDGRID_PASSWORD",
+ "label": "SENDGRID_PASSWORD",
+ "default": ""
+ },
+ {
+ "name": "ADMIN_EMAILS",
+ "label": "ADMIN_EMAILS",
+ "default": ""
+ }
],
- "description": "A Dropbox-like file manager that let you manage your data anywhere it is located.",
- "logo": "https://downloads.filestash.app/brand/logo_white.svg",
- "name": "filestash",
- "platform": "linux",
"repository": {
- "stackfile": "Template/Stack/filestash.yml",
- "url": "https://github.com/xneo1/portainer_templates"
+ "url": "https://github.com/mediadepot/templates",
+ "stackfile": "stacks/klaxon/docker-compose.yml"
},
- "title": "Filestash",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "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": [
- "Cms"
+ "Tools"
],
- "description": "Silverstripe CMS is a free and open source Content Management System (CMS) and Framework for creating and maintaining websites and web applications.",
- "logo": "https://github.com/brettt89/silverstripe-docker/raw/master/docs/logo.png",
- "name": "silverstripe",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/silverstripe.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Silverstripe",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [],
+ "privileged": true,
+ "volumes": [
+ {
+ "container": "/var/run/docker.sock",
+ "bind": "/var/run/docker.sock",
+ "readonly": true
+ },
+ {
+ "container": "/var/lib/docker/containers",
+ "bind": "/var/lib/docker/containers"
+ }
+ ],
+ "env": [
+ {
+ "name": "LOGZIO_TOKEN",
+ "label": "LOGZIO_TOKEN",
+ "default": "REPLACE-LOGZIO-TOKEN-HERE"
+ },
+ {
+ "name": "LOGZIO_URL",
+ "label": "LOGZIO_URL",
+ "default": "listener.logz.io:5015"
+ }
+ ],
+ "labels": [],
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 1,
+ "name": "logzio-metrics-collector",
+ "title": "Logzio Metrics Collector",
+ "description": "Docker Metrics Collector is a container that runs Metricbeat with the modules you enable at runtime.",
+ "logo": "https://mediadepot.github.io/templates/img/logzio-icon.png",
+ "image": "logzio/docker-collector-metrics",
"categories": [
- "Adult"
+ "Tools"
],
- "description": "Whisparr is an adult movie collection manager for Usenet and BitTorrent users.",
- "logo": "https://whisparr.com/logo/256.png",
- "name": "whisparr",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/whisparr.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Whisparr",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [],
+ "privileged": true,
+ "volumes": [
+ {
+ "container": "/var/run/docker.sock",
+ "bind": "/var/run/docker.sock",
+ "readonly": true
+ },
+ {
+ "container": "/hostfs/sys/fs/cgroup",
+ "bind": "/sys/fs/cgroup",
+ "readonly": true
+ },
+ {
+ "container": "/hostfs/proc",
+ "bind": "/proc",
+ "readonly": true
+ },
+ {
+ "container": "/hostfs",
+ "bind": "/",
+ "readonly": true
+ }
+ ],
+ "env": [
+ {
+ "name": "LOGZIO_TOKEN",
+ "label": "LOGZIO_TOKEN",
+ "default": "REPLACE-LOGZIO-TOKEN-HERE"
+ },
+ {
+ "name": "LOGZIO_MODULES",
+ "label": "LOGZIO_MODULES",
+ "default": "system,docker"
+ }
+ ],
+ "labels": [],
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 3,
+ "name": "mayan",
+ "title": "Mayan EDMS",
+ "description": "Mayan EDMS is an electronic vault for your documents.",
+ "logo": "https://mediadepot.github.io/templates/img/mayan-logo.png",
"categories": [
- "Multimedia"
+ "Documents",
+ "Tools"
],
- "description": "Your media enjoyed through a minimal lightweight media server.",
- "logo": "https://github.com/midarrlabs/midarr-server/raw/master/priv/static/logo.svg",
- "name": "midarr",
- "platform": "linux",
"repository": {
- "stackfile": "Template/Stack/midarr.yml",
- "url": "https://github.com/xneo1/portainer_templates"
+ "url": "https://github.com/mediadepot/templates",
+ "stackfile": "stacks/mayan/docker-compose.yml"
},
- "title": "Midarr",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 1,
+ "name": "plex",
+ "title": "Plex Media Server",
+ "description": "Plex organizes your video, music, and photo collections and streams them to all of your screens.",
+ "logo": "https://mediadepot.github.io/templates/img/plex-icon.png",
+ "image": "linuxserver/plex:latest",
+ "network": "host",
"categories": [
- "Social"
+ "Mediaservervideo",
+ "Mediaservermusic",
+ "Mediaserverphotos"
+ ],
+ "privileged": true,
+ "ports": [],
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/opt/mediadepot/apps/plex"
+ },
+ {
+ "container": "/data/tvshows",
+ "bind": "/media/storage/tvshows"
+ },
+ {
+ "container": "/data/movies",
+ "bind": "/media/storage/movies"
+ },
+ {
+ "container": "/data/music",
+ "bind": "/media/storage/music"
+ },
+ {
+ "container": "/transcode"
+ }
+ ],
+ "env": [
+ {
+ "name": "PGID",
+ "label": "PGID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "PUID",
+ "label": "PUID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "America/Los_Angeles"
+ },
+ {
+ "name": "VERSION",
+ "label": "VERSION",
+ "default": "latest"
+ }
+ ],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.plex.loadbalancer.server.port",
+ "value": "32400"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 3,
+ "name": "plextraktsync",
+ "title": "PlexTraktSync",
+ "description": "A python script that syncs the movies, shows and ratings between trakt and Plex",
+ "logo": "https://mediadepot.github.io/templates/img/plex-icon.png",
+ "categories": [
+ "Documents",
+ "Tools"
+ ],
+ "repository": {
+ "url": "https://github.com/mediadepot/templates",
+ "stackfile": "stacks/plextraktsync/docker-compose.yml"
+ },
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 1,
+ "name": "pureftp",
+ "title": "Pure-FTP Server",
+ "description": "Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. ",
+ "logo": "https://mediadepot.github.io/templates/img/pureftpd-icon.jpg",
+ "image": "stilliard/pure-ftpd:hardened",
+ "network": "host",
+ "categories": [
+ "Networkother",
+ "Utilities"
+ ],
+ "ports": [
+ "21/tcp",
+ "30000/tcp",
+ "30001/tcp",
+ "30002/tcp",
+ "30003/tcp",
+ "30004/tcp",
+ "30005/tcp",
+ "30006/tcp",
+ "30007/tcp",
+ "30008/tcp",
+ "30009/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/etc/pure-ftpd/passwd",
+ "bind": "/opt/mediadepot/apps/pureftp"
+ },
+ {
+ "container": "/data/tvshows",
+ "bind": "/media/storage/tvshows"
+ },
+ {
+ "container": "/data/movies",
+ "bind": "/media/storage/movies"
+ },
+ {
+ "container": "/data/music",
+ "bind": "/media/storage/music"
+ },
+ {
+ "container": "/data/ebooks",
+ "bind": "/media/storage/ebooks"
+ },
+ {
+ "container": "/data/photos",
+ "bind": "/media/storage/photos"
+ },
+ {
+ "container": "/data/documents",
+ "bind": "/media/storage/documents"
+ },
+ {
+ "container": "/data/downloads",
+ "bind": "/media/storage/downloads"
+ },
+ {
+ "container": "/data/software",
+ "bind": "/media/storage/software"
+ },
+ {
+ "container": "/data/blackhole",
+ "bind": "/media/temp/blackhole"
+ },
+ {
+ "container": "/data/processing",
+ "bind": "/media/temp/processing"
+ }
+ ],
+ "env": [
+ {
+ "name": "FTP_USER_NAME",
+ "label": "FTP_USER_NAME",
+ "default": "depot",
+ "preset": true
+ },
+ {
+ "name": "FTP_USER_PASS",
+ "label": "FTP_USER_PASS",
+ "default": "badpass"
+ },
+ {
+ "name": "FTP_USER_HOME",
+ "label": "FTP_USER_HOME",
+ "default": "/data",
+ "preset": true
+ },
+ {
+ "name": "FTP_USER_GID",
+ "label": "FTP_USER_GID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "FTP_USER_UID",
+ "label": "FTP_USER_UID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "America/Los_Angeles"
+ },
+ {
+ "name": "PUBLICHOST",
+ "label": "PUBLICHOST",
+ "default": "localhost"
+ }
+ ],
+ "labels": [],
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 1,
+ "name": "qdirstat",
+ "title": "qdirstat",
+ "description": "QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.",
+ "logo": "https://mediadepot.github.io/templates/img/cardigann.png",
+ "image": "jlesage/qdirstat:latest",
+ "categories": [
+ "Utilities"
+ ],
+ "ports": [
+ "5800/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/opt/mediadepot/apps/qdirstat"
+ },
+ {
+ "container": "/storage/opt",
+ "bind": "/opt"
+ },
+ {
+ "container": "/storage/mnt",
+ "bind": "/mnt"
+ }
+ ],
+ "env": [
+ {
+ "name": "PGID",
+ "label": "PGID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "PUID",
+ "label": "PUID",
+ "default": "15000",
+ "preset": true
+ }
+ ],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.qdirstat.loadbalancer.server.port",
+ "value": "5800"
+ },
+ {
+ "name": "traefik.http.routers.qdirstat.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.qdirstat.tls.certresolver",
+ "value": "mydnschallenge"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 1,
+ "name": "rclone",
+ "title": "Rclone Config Backup",
+ "description": "Rclone is a command line program to sync files and directories to and from cloud providers (Dropbox, GDrive, Box, etc)",
+ "logo": "https://mediadepot.github.io/templates/img/rclone.png",
+ "image": "mediadepot/rclone:latest",
+ "categories": [
+ "Backup",
+ "Cloud",
+ "Networkother",
+ "Tools"
+ ],
+ "ports": [],
+ "volumes": [
+ {
+ "container": "/srv/rclone/config",
+ "bind": "/opt/mediadepot/apps/rclone"
+ },
+ {
+ "container": "/mnt/data",
+ "bind": "/opt/mediadepot/apps"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 1,
+ "name": "scrutiny",
+ "title": "Scrutiny",
+ "description": "WebUI for smartd S.M.A.R.T monitoring",
+ "logo": "https://mediadepot.github.io/templates/img/scrutiny.png",
+ "image": "analogj/scrutiny:latest",
+ "categories": [
+ "Monitoring"
+ ],
+ "ports": [
+ "8080/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/scrutiny/config/",
+ "bind": "/opt/mediadepot/apps/scrutiny"
+ },
+ {
+ "container": "/run/udev",
+ "bind": "/run/udev",
+ "readonly": true
+ }
+ ],
+ "env": [],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.scrutiny.loadbalancer.server.port",
+ "value": "8080"
+ },
+ {
+ "name": "traefik.http.routers.scrutiny.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.scrutiny.tls.certresolver",
+ "value": "mydnschallenge"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 1,
+ "name": "sickrage",
+ "title": "SickRage",
+ "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
+ "logo": "https://mediadepot.github.io/templates/img/sickrage-icon.png",
+ "image": "linuxserver/sickrage:latest",
+ "categories": [
+ "Downloaders",
+ "Mediaappvideo"
+ ],
+ "ports": [
+ "8081/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/opt/mediadepot/apps/sickrage"
+ },
+ {
+ "container": "/downloads",
+ "bind": "/media/storage/downloads/tvshows"
+ },
+ {
+ "container": "/tv",
+ "bind": "/media/storage/tvshows"
+ },
+ {
+ "container": "/blackhole",
+ "bind": "/media/temp/blackhole/tvshows"
+ }
+ ],
+ "env": [
+ {
+ "name": "PGID",
+ "label": "PGID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "PUID",
+ "label": "PUID",
+ "default": "15000",
+ "preset": true
+ },
+ {
+ "name": "TZ",
+ "label": "TZ",
+ "default": "America/Los_Angeles"
+ }
+ ],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.sickrage.loadbalancer.server.port",
+ "value": "8081"
+ },
+ {
+ "name": "traefik.http.routers.sickrage.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.sickrage.tls.certresolver",
+ "value": "mydnschallenge"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 1,
+ "name": "syncserver",
+ "title": "Mozilla Syncserver",
+ "description": "Run-Your-Own Firefox Sync Server",
+ "logo": "https://mediadepot.github.io/templates/img/firefox-logo.png",
+ "image": "mozilla/syncserver:latest",
+ "categories": [
+ "Tools"
+ ],
+ "ports": [
+ "5000/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/data",
+ "bind": "/opt/mediadepot/apps/syncserver"
+ }
+ ],
+ "env": [
+ {
+ "name": "SYNCSERVER_PUBLIC_URL",
+ "label": "SYNCSERVER_PUBLIC_URL",
+ "default": "https://syncserver.depot.lan"
+ },
+ {
+ "name": "SYNCSERVER_SECRET_FILE",
+ "label": "SYNCSERVER_SECRET_FILE",
+ "default": "/data/secret_key"
+ },
+ {
+ "name": "SYNCSERVER_SQLURI",
+ "label": "SYNCSERVER_SQLURI",
+ "default": "sqlite:////data/syncserver.db"
+ },
+ {
+ "name": "SYNCSERVER_BATCH_UPLOAD_ENABLED",
+ "label": "SYNCSERVER_BATCH_UPLOAD_ENABLED",
+ "default": "true"
+ },
+ {
+ "name": "SYNCSERVER_FORCE_WSGI_ENVIRON",
+ "label": "SYNCSERVER_FORCE_WSGI_ENVIRON",
+ "default": "false"
+ },
+ {
+ "name": "PORT",
+ "label": "PORT",
+ "default": "5000"
+ }
+ ],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.syncservere.loadbalancer.server.port",
+ "value": "5000"
+ },
+ {
+ "name": "traefik.http.routers.syncserver.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.syncserver.tls.certresolver",
+ "value": "mydnschallenge"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 1,
+ "name": "urlwatch",
+ "title": "UrlWatch",
+ "description": "A tool for monitoring webpages for updates",
+ "logo": "https://mediadepot.github.io/templates/img/urlwatch.png",
+ "image": "mediadepot/urlwatch:master",
+ "categories": [
+ "Tools"
+ ],
+ "ports": [
+ "8081/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/srv/urlwatch/config",
+ "bind": "/opt/mediadepot/apps/urlwatch"
+ },
+ {
+ "container": "/etc/localtime",
+ "bind": "/etc/localtime",
+ "readonly": true
+ }
+ ],
+ "env": [],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.urlwatch.loadbalancer.server.port",
+ "value": "8081"
+ },
+ {
+ "name": "traefik.http.routers.urlwatch.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.urlwatch.tls.certresolver",
+ "value": "mydnschallenge"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
+ },
+ {
+ "type": 1,
+ "name": "vsftpd",
+ "title": "vsftpd FTP Server",
+ "description": "Secure, fast FTP server for UNIX-like systems",
+ "logo": "https://mediadepot.github.io/templates/img/pureftpd-icon.jpg",
+ "image": "delfer/alpine-ftp-server",
+ "network": "host",
+ "categories": [
+ "Networkother",
+ "Utilities"
+ ],
+ "ports": [
+ "21/tcp",
+ "21000/tcp",
+ "21001/tcp",
+ "21002/tcp",
+ "21003/tcp",
+ "21004/tcp",
+ "21005/tcp",
+ "21006/tcp",
+ "21007/tcp",
+ "21008/tcp",
+ "21009/tcp",
+ "21010/tcp"
+ ],
+ "volumes": [
+ {
+ "container": "/home/depot/tvshows",
+ "bind": "/media/storage/tvshows"
+ },
+ {
+ "container": "/home/depot/movies",
+ "bind": "/media/storage/movies"
+ },
+ {
+ "container": "/home/depot/music",
+ "bind": "/media/storage/music"
+ },
+ {
+ "container": "/home/depot/ebooks",
+ "bind": "/media/storage/ebooks"
+ },
+ {
+ "container": "/home/depot/photos",
+ "bind": "/media/storage/photos"
+ },
+ {
+ "container": "/home/depot/documents",
+ "bind": "/media/storage/documents"
+ },
+ {
+ "container": "/home/depot/downloads",
+ "bind": "/media/storage/downloads"
+ },
+ {
+ "container": "/home/depot/software",
+ "bind": "/media/storage/software"
+ },
+ {
+ "container": "/home/depot/blackhole",
+ "bind": "/media/temp/blackhole"
+ },
+ {
+ "container": "/home/depot/processing",
+ "bind": "/media/temp/processing"
+ }
+ ],
+ "env": [
+ {
+ "name": "ADDRESS",
+ "label": "ADDRESS"
+ },
+ {
+ "name": "USERS",
+ "label": "USERS",
+ "default": "depot|badpass|/home/depot|15000"
+ }
],
- "description": "Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones..",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mastodon-banner.png",
- "name": "mastodon",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/mastodon.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Mastodon",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "labels": [],
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
+ "type": 1,
+ "name": "wizarr",
+ "title": "Wizarr",
+ "description": " Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc. ",
+ "logo": "https://mediadepot.github.io/templates/img/wizarr-logo.png",
+ "image": "ghcr.io/wizarrrr/wizarr",
"categories": [
- "Development"
+ "Tools"
],
- "description": "Appwrite is a self-hosted backend-as-a-service platform that provides developers with all the core APIs required to build any application.",
- "logo": "https://appwrite.io/images/appwrite.svg",
- "name": "appwrite",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/appwrite.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Appwrite",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Productivity",
- "Lowcode"
+ "ports": [
+ "5690/tcp"
],
- "description": "OpnForm is an open-source form builder. It's an alternative to products like Typeform, JotForm, Tally etc.",
- "logo": "https://opnform.com/img/logo.svg",
- "name": "opnform",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/opnform.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "OpnForm",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Social",
- "Events"
+ "volumes": [
+ {
+ "container": "/data/database",
+ "bind": "/opt/mediadepot/apps/wizarr"
+ },
+ {
+ "container": "/etc/localtime",
+ "bind": "/etc/localtime",
+ "readonly": true
+ }
],
- "description": "Gathio is a simple, federated, privacy-first event hosting platform.",
- "logo": "https://gath.io/og-image.jpg",
- "name": "gathio",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/gathio.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Gathio",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "env": [
+ {
+ "name": "APP_URL",
+ "label": "APP_URL",
+ "default": "https://wizarr.domain.com"
+ }
+ ],
+ "labels": [
+ {
+ "name": "traefik.enable",
+ "value": "true"
+ },
+ {
+ "name": "traefik.http.services.wizarr.loadbalancer.server.port",
+ "value": "5690"
+ },
+ {
+ "name": "traefik.http.routers.wizarr.entrypoints",
+ "value": "websecure"
+ },
+ {
+ "name": "traefik.http.routers.wizarr.tls.certresolver",
+ "value": "mydnschallenge"
+ }
+ ],
+ "maintainer": " https://github.com/mediadepot/templates/"
},
{
"categories": [
- "Monitoring"
+ "Other",
+ "Tools"
],
- "description": "A lightweight server resource monitoring hub with historical data, docker stats, and alerts.",
- "logo": "",
- "name": "beszel",
+ "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "organizrtools/organizr-v2:php-fpm",
+ "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png",
+ "name": "organizr-v2",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/beszel.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Beszel",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Organizr v2",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Organizr",
+ "container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
- "Rss"
+ "Vpn",
+ "Tools",
+ "Other",
+ "Web"
],
- "description": "A lightweight RSS feed aggregator and reader.",
- "logo": "",
- "name": "fusion",
+ "description": "Pritunl container built on Alpine Linux. Supports IPv6 and running behind a reverse proxy. This container requires an external Mongo DB and should be run via Docker Compose or other orchestration.",
+ "env": [
+ {
+ "default": "false",
+ "label": "REVERSE_PROXY",
+ "name": "REVERSE_PROXY"
+ },
+ {
+ "label": "PRITUNL_OPTS",
+ "name": "PRITUNL_OPTS"
+ },
+ {
+ "default": "mongodb://mongo:27017/pritunl",
+ "label": "MONGODB_URI",
+ "name": "MONGODB_URI"
+ },
+ {
+ "default": "false",
+ "label": "WIREGUARD",
+ "name": "WIREGUARD"
+ }
+ ],
+ "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/pritunl/Images/pritunl.png",
+ "name": "pritunl",
+ "note": "Documentation on this containier can be found here: https://hub.docker.com/r/goofball222/pritunl",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/fusion.yml",
- "url": "https://github.com/xneo1/portainer_templates"
+ "stackfile": "Template/Stack/pritunl.yml",
+ "url": "https://github.com/SelfhostedPro/selfhosted_templates"
},
- "title": "Fusion",
+ "title": "Pritunl",
"type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
- "Analytics"
+ "Cctv"
],
- "description": "Medama Analytics is an open-source project dedicated to providing self-hostable, cookie-free website analytics.",
- "logo": "https://raw.githubusercontent.com/medama-io/medama/main/.github/images/banner-dark.svg",
- "name": "medama",
+ "description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti\u2019s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature\u2011packed user interface with advanced features such as motion detection, auto\u2011discovery, user\u2011level security, storage management, reporting, and mobile device support.",
+ "env": [
+ {
+ "default": "99",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "002",
+ "label": "UMASK",
+ "name": "UMASK"
+ },
+ {
+ "label": "CONTEXT_PATH",
+ "name": "CONTEXT_PATH",
+ "set": "UniFi Video"
+ }
+ ],
+ "image": "pducharme/unifi-video-controller:latest",
+ "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png",
+ "name": "UniFi Video",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/medama.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Medama",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Notes"
+ "ports": [
+ "1935:1935/tcp",
+ "7444:7444/tcp",
+ "7447:7447/tcp",
+ "6666:6666/tcp",
+ "7442:7442/tcp",
+ "7080:7080/tcp",
+ "7443:7443/tcp",
+ "7445:7445/tcp",
+ "7446:7446/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "UniFi Video",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/",
+ "container": "/recordings"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/UniFiVideo/",
+ "container": "/config"
+ }
],
- "description": "Markopolis is like the self hosted version of Obsidian Publish.",
- "logo": "",
- "name": "markopolis",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/markopolis.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Markopolis",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
- "Bookmarks"
+ "Other",
+ "Vpn",
+ "Tools"
],
- "description": "Hoarder is an open source 'Bookmark Everything' app that uses AI for automatically tagging the content you throw at it.",
- "logo": "https://raw.githubusercontent.com/hoarder-app/hoarder/main/screenshots/logo.png",
- "name": "hoarder",
+ "description": "This container contains OpenVPN and Deluge with a configuration where Deluge is running only when OpenVPN has an active tunnel. It bundles configuration files for many popular VPN providers to make the setup easier.",
+ "env": [
+ {
+ "default": "1001",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1001",
+ "label": "PGID",
+ "name": "PUID"
+ },
+ {
+ "default": "MULLVAD",
+ "description": "see https://github.com/sgtsquiggs/docker-deluge-openvpn",
+ "label": "OPENVPN_PROVIDER",
+ "name": "OPENVPN_PROVIDER"
+ },
+ {
+ "label": "OPENVPN_USERNAME",
+ "name": "OPENVPN_USERNAME"
+ },
+ {
+ "label": "OPENVPN_PASSWORD",
+ "name": "OPENVPN_PASSWORD"
+ }
+ ],
+ "image": "sgtsquiggs/deluge-openvpn:latest",
+ "name": "deluge-openvpn",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/hoarder.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Hoarder",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8112:8112/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Deluge openvpn",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/etc/localtime",
+ "container": "/etc/localtime"
+ },
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/downloads"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/DelugeOpenVPN/config",
+ "container": "/config"
+ }
+ ],
+ "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
- "Multimedia"
+ "Security"
],
- "description": "TinyMediaManager is a media management tool written in Java/Swing. It is written to provide metadata for the Kodi Media Center (formerly known as XBMC), MediaPortal and Plex media server.",
- "logo": "https://www.tinymediamanager.org/images/avatar.png",
- "name": "tinymediamanager",
+ "description": "Dradis Framework: Collaboration and reporting for IT Security teams http://dradisframework.org",
+ "image": "raesene/dradis:latest",
+ "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dradis-logo.png",
+ "name": "dradis",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/tinymediamanager.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "TinyMediaManager",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "3000:3000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Dradis",
+ "type": 1,
+ "maintainer": " https://github.com/SelfhostedPro/selfhosted_templates/"
},
{
"categories": [
+ "Other",
"Tools"
],
- "description": "Web Check give you a comprehensive, on-demand open source intelligence for any website",
- "logo": "https://camo.githubusercontent.com/e081ebebf2ef1dbe9ecffa081063db7c9f696e5913d75699f7d2968a186d0d72/68747470733a2f2f692e6962622e636f2f7131675a4e32702f7765622d636865636b2d6c6f676f2e706e67",
- "name": "web-check",
+ "description": "Alpine xfce4 novnc",
+ "image": "novaspirit/alpine_xfce4_novnc:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/novnc.png",
+ "name": "alpine-xfce4-novnc",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/novaspirit/Alpine_xfce4_noVNC
Official Docker Documentation: https://github.com/novaspirit/Alpine_xfce4_noVNC
Default username/password will be alpine/alpine.",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/webcheck.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Web Check",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Remotecontrol"
+ "ports": [
+ "6080:6080/tcp",
+ "56780:56780/tcp"
],
- "description": "The open source server management software for SSH, VNC & RDP",
- "logo": "https://docs.nexterm.dev/logo.png",
- "name": "nexterm",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/nexterm.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Nexterm",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Multimedia"
+ "restart_policy": "unless-stopped",
+ "title": "Alpine Xfce4 noVNC",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/alpine-xfce4-novnc/home/alpine/downloads",
+ "container": "/home/alpine/downloads"
+ }
],
- "description": "Your next YouTube media manager",
- "logo": "https://github.com/kieraneglin/pinchflat/raw/master/priv/static/images/originals/logo-white-wordmark-with-background.png",
- "name": "pinchflat",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/pinchflat.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Pinchflat",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Automation",
- "Ai"
+ "Web",
+ "Proxy"
],
- "description": "Automate your marketing, sales and operations",
- "logo": "https://cdn.activepieces.com/brand/full-logo-white.svg",
- "name": "activepieces",
+ "description": "The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "httpd:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/apache-httpd.png",
+ "name": "apache-httpd",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/activepieces.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Activepieces",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8080:80/tcp",
+ "8443:443/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Apache Httpd",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/apache-httpd",
+ "container": "/usr/local/apache2/htdocs/"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://httpd.apache.org/
Official Docker Documentation: https://hub.docker.com/_/httpd
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Management"
+ "Other",
+ "Tools",
+ "Games"
],
- "description": "A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
- "logo": "https://github.com/louislam/dockge/raw/master/frontend/public/icon.svg",
- "name": "dockge",
+ "description": "C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "justarchi/archisteamfarm:latest",
+ "logo": "https://raw.githubusercontent.com/JustArchiNET/ArchiSteamFarm/main/resources/ASF_184x184.png",
+ "name": "archisteamfarm",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/dockge.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Dockge",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Management"
+ "ports": [
+ "1242:1242/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "ArchiSteamFarm",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/config",
+ "container": "/app/config"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/plugins",
+ "container": "/app/plugins"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/logs",
+ "container": "/app/logs"
+ }
],
- "description": "Deploy compose files, start/stop containers, delete unused images, view logs",
- "logo": "https://dokemon.dev/logo/dokemon-dark-medium.svg",
- "name": "dokemon",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/dokemon.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Dokemon",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/JustArchiNET/ArchiSteamFarm/
Official Docker Documentation: https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Docker/
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Tracking"
+ "Other",
+ "Tools"
],
- "description": "Hauk is a fully open source, self-hosted location sharing service. Install the backend code on a PHP-compatible web server, install the companion app on your phone, and you're good to go!",
- "logo": "https://github.com/bilde2910/Hauk/raw/master/frontend/assets/logo.svg",
- "name": "hauk",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/hauk.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Hauk",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Projectmanagement",
- "Productivity"
+ "description": "ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.",
+ "env": [
+ {
+ "default": "*",
+ "label": "ALLOWED_HOSTS",
+ "name": "ALLOWED_HOSTS"
+ },
+ {
+ "default": "750m",
+ "label": "MEDIA_MAX_SIZE",
+ "name": "MEDIA_MAX_SIZE"
+ },
+ {
+ "default": "true",
+ "label": "PUBLIC_INDEX",
+ "name": "PUBLIC_INDEX"
+ },
+ {
+ "default": "true",
+ "label": "PUBLIC_SNAPSHOTS",
+ "name": "PUBLIC_SNAPSHOTS"
+ },
+ {
+ "default": "false",
+ "label": "PUBLIC_ADD_VIEW",
+ "name": "PUBLIC_ADD_VIEW"
+ }
],
- "description": "Project management tool from the future. An open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind.",
- "logo": "https://plane-marketing.s3.ap-south-1.amazonaws.com/plane-assets/logo/text-logo.svg",
- "name": "plane",
+ "image": "archivebox/archivebox:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/archivebox.png",
+ "name": "archivebox",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://archivebox.io/
Official Docker Documentation: https://github.com/ArchiveBox/ArchiveBox/wiki/Docker
By default an admin user is not created. You can do so by launching a shell in the container and executing 'archivebox manage createsuperuser'. Documentation is Available here.",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/plane.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Plane",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Linksharing"
+ "ports": [
+ "8002:8000/tcp"
],
- "description": "The personal, minimalist, super fast, database-free, bookmarking service.",
- "logo": "https://github.com/shaarli/Shaarli/raw/master/doc/md/images/doc-logo.png",
- "name": "shaarli",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/shaarli.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Shaarli",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "restart_policy": "unless-stopped",
+ "title": "Archivebox",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/archivebox",
+ "container": "/data"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Ai",
- "Llm"
+ "Downloader"
],
- "description": "Open source UI visual tool to build your customized LLM flow using LangchainJS, written in Node Typescript/Javascript",
- "logo": "https://flowiseai.com/_next/static/images/flowise_logo_dark-6c1a356f4868d3deb7864323ff93a0fa.png",
- "name": "flowiseai",
+ "description": "AriaNg is a modern web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. You can just put AriaNg in your web server and open it in your browser. AriaNg uses responsive layout, and supports any desktop or mobile devices.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "443",
+ "label": "ARIA2RPCPORT",
+ "name": "ARIA2RPCPORT"
+ }
+ ],
+ "image": "hurlenko/aria2-ariang:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/ariang.png",
+ "name": "AriaNG",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/flowiseai.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Flowiseai",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8080:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "AriaNG",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/AriaNG",
+ "container": "/aria2/conf"
+ },
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/aria2/data"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/hurlenko/aria2-ariang-docker
Official Docker Documentation: https://github.com/hurlenko/aria2-ariang-docker
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "News"
+ "Other",
+ "Tools"
],
- "description": "FeedCord is a dead-simple RSS Reader designed to integrate seamlessly with Discord. With just a few configuration steps, you can have a news feed text channel up and running in your server.",
- "logo": "",
- "name": "feedcord",
+ "description": "chrony is a versatile implementation of the Network Time Protocol (NTP). It can synchronise the system clock with NTP servers, reference clocks (e.g. GPS receiver), and manual input using wristwatch and keyboard. It can also operate as an NTPv4 (RFC 5905) server and peer to provide a time service to other computers in the network.",
+ "env": [
+ {
+ "default": "0",
+ "label": "LOG_LEVEL",
+ "name": "LOG_LEVEL"
+ },
+ {
+ "description": "Additional Example: time1.google.com,time2.google.com,time3.google.com,time4.google.com",
+ "default": "time.cloudflare.com",
+ "label": "NTP_SERVERS",
+ "name": "NTP_SERVERS"
+ }
+ ],
+ "image": "cturra/ntp:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/chrony.png",
+ "name": "chrony-ntp",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/feedcord.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Feedcord",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "123:123/udp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Chrony NTP",
+ "type": 1,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/cturra/docker-ntp
Official Docker Documentation: https://github.com/cturra/docker-ntp/blob/main/README.md
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "System"
+ "Other",
+ "Anitvirus"
],
- "description": "FetchCord grabs your OS info and displays it as Discord Rich Presence",
- "logo": "https://camo.githubusercontent.com/508dbb305be551d7278b5b1decb1a68dbac2558c4a2053da1db44690660d0386/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3639353138323834393437363635373232332f3734323036343435323432313238383037372f46657463684469732e706e67",
- "name": "fetchcord",
+ "description": "ClamAV\u00ae is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.",
+ "image": "mkodockx/docker-clamav:alpine",
+ "logo": "http://www.clamav.net/assets/clamav-trademark.png",
+ "name": "clamav",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/fetchcord.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Fetchcord",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "3310:3310/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Clamav",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/etc/timezone",
+ "container": "/etc/timezone"
+ },
+ {
+ "bind": "/etc/localtime",
+ "container": "/etc/localtime"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/clamav/config",
+ "container": "/etc/clamav"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/clamav/virus_definitions",
+ "container": "/var/lib/clamav"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://docs.clamav.net/
Official Docker Documentation: https://hub.docker.com/r/mkodockx/docker-clamav
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_clamav.sh | bash
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Multimedia"
+ "Dns",
+ "Tools"
+ ],
+ "description": "A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine's public IP addresses and update DNS records using the Cloudflare API.",
+ "env": [
+ {
+ "default": "",
+ "label": "CLOUDFLARE_API_TOKEN",
+ "name": "CLOUDFLARE_API_TOKEN"
+ },
+ {
+ "default": "",
+ "label": "DOMAINS (Comma Separated List)",
+ "name": "DOMAINS"
+ },
+ {
+ "default": "true",
+ "label": "PROXIED",
+ "name": "PROXIED"
+ }
],
- "description": "Tubearchivist is your self hosted YouTube media server",
- "logo": "https://nas.mengkai.fun:88/images/2023/11/17/tube-archivist.png",
- "name": "tubearchivist",
+ "image": "favonia/cloudflare-ddns:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/cloudflare-ddns.png",
+ "name": "cloudflare-ddns",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/tubearchivist.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Tubearchivist",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "restart_policy": "unless-stopped",
+ "title": "Cloudflare DDNS",
+ "type": 1,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.cloudflare.com/en-gb/learning/dns/glossary/dynamic-dns/
Official Docker Documentation: https://github.com/favonia/cloudflare-ddns/
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Finance"
+ "Tool"
],
- "description": "Actual is a super fast privacy-focused app for managing your finances. ",
- "logo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPcAAABOCAYAAAD8SYDuAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABARSURBVHgB7Z1NbBvHFcffLEVJkftBJ00TtAdtkKJ1bKeW0QDOJTF9SnKK3aCApaIwfUiTm+RTLwG8AtICOck6Fj2YRlE5bZBaPiU5lXYvMdBCdONITi+mW7QI6jhRG0S2JXGn781yV+RqZz/4Ie2S7wdQJrncXXK9/3lv3rx5I6ADrONLBRjLHwdpHAIhiwCiACBNSCWiBhJq+KQKwr4O9kbFevtwDRimTxGQEBK03JMvCdt42RF0hpGigkK/YC0cLAPD9BmJxD07tXJWivoMiqIA/UUNlT7LImf6iVjitk5+VATDOI9PTehvarAhT1jvHKwCw2QcI+oDZK1R2H+C/hc2YUJeLKnfzDAZR2u5nWDZ6ByAXYLBpGwtHDgNDJNR9OKe+ngJ/5mAwaYKa+vHrMXDq8AwGSPQLbemVqh/PejCJiZgbHgOGCaDbBO3098cWFc8iBL3wZks0uKWW1M30FqLJWC2Y9vHrLefrgDDZASf5RaXgAnGGQpkmMzgiRutdgkGY7irXUxr6iMLGCYjNFluwf3KSIxpNUTIMBlAiZutdmwK8qF8CRgmAziWWxingImFAONlYJgMIKyTSyYYw7eAic/a+l5ObGHSjgFGvghMMmgOO8OkHHTLJWeiJUVy9h6TfgwQuUOQUh4bH4HCt/KQOoRxFBgm5Rgg01kW6dDzBXj9V0/C0VcehfQheTiMST0ULTchhUw8X/D+TaH1NoFhUk5ksYbdwHxqDz7GvNfptN4Mk26GIIX4xUzW+8q7d2D1sw1gtpidXDkljfq5sJp2OC5vnV14ahaYzKOGrcXI+W2FSYU4Z/1u/xn/51NnuckFb7baLkdeehiYVqSwrahilRJsS9XAY7KPMTQTWHFYypmg/+PUWW6dC66s9x8/g/tf1YHBVnzybzTWbsb6sAFF/FuBDNBIqmqZ5yAAanJtfX7gE4eoIdfVTjKE6X8rVeImq+0G0ohPb9+Hx8dH1fPRsRwceeFhFPgdYBCRS5AGq9KLLcgCxvC2YpyS/jyU34t/Z4CJTarccr/V/v3cP6G2sua9fhZd89E9ORh0rJKamVZKsIuZBdfcOrligs4bEYJz+hOSGnH7rXb16iqs3tlQgTQX13oPPOttpL8KwSmzA0ZqxO232tevOt2r2spXbL230YYVE4Jn/g0YqRC3EyHf470mMTcLmq33FirgBKC3wlLUNFsKqXfN6/c586+LpCKgNnG0AIVHt7LQrrz7n5btrvV2h8jIel/74PPBjJyHzeKz4TIY9Sp+KLiqjuOaV6BDvMUgpTiEBy2CsAtOJFeuqsaFHsK+HGclVV90vBjyUdOaXL6kzuFir8/6j0/fTYyNTuMQoOm9KQV+rwfzcVZ17XR/7zjYkApj6KiUcgIj3BOdXKN2SYW4Dz231WBTokqz1XYh622+Ma6eD3TknAprSKnZKBfBHqqAYevETa552xHnJiGisL1z0s3feKrG3PFGppmG2JAYw7S4RTlIhB40dhs3OCjkcd++t8E/CjA2fB6Fedy3H/4ZoZl8xyCKseE56S/tTfuLYTrmE1G7K+9I5M7SeDQeZ6u+cCfXqE123S2nCSJhVtuF+94NccmwZZNzaAWeqoFatTSQtl1zyoaDXJ7KXpcgGSUa3kKrG9yV6P6KscHTceMvN637nPnm1PJ42I7WT5fn1Lp6yZe2pmt0S13jLrLr4i7+eCuQRla7evW/2s8OfN87zCWX0hU2Yl/QHyN5Sa3ZqeVpKexyB0I08Ya/1O2bN00oYUvZ0Tg8XWNtI9gGuyruuFbbhaz3p7cfeK8HznqH1bqTsCVoO7RffTxJBVey9BLkOegCePOeawQE+wpVYLRDYXsIeb5bFXZ3VdxJrLbLtffves8HyXrHccm9zzoro9Q0HyzA6FD8SjLRizFggEjOY4syq/7VR+udc9PEh2ZkzsI/ZfUI35casEXvs/Swh8qQCkLKgqNHhX9OY5/6CedhH8P3LoQcrABjQ11pKHYtoJbUarvc/Mv/4IWfPaaETQxM5Dy2S+5Crrkuap6bhhhR88iS1yTmexuWL+d7xlm8QXduWSTL5O7T+N5qqWSVoSakrlhnzbp44ASkjIgc/0Xr4kH/d67ho4LXaJXq4AfuJXNdqfSza5b72Rcf8Z7rIuTNjOMwGIl6ev77nrAJen7ouW9C3yNgWrut2SV3CXPNGwKD6JOGLVRRxht3Jmgyh7XwtIVfYF63Y1/Vfh+pVxzPBb0Koaw0DkUqAVfBNs5o9xvetLTbRHeqI+2K5aaElcfHR7zX1StOqqmf0TEDjrz0SGQ1Fmoorr3/OfQrjksuQlzpLZfc2wddc7S8KLzAIFihUcG1DNpzqqi6qduON274HHG6edeHAxskIURq6/YlxSqrxi2xG0374RCYbrMJXWBXxL0t1fTPW40/CfrQ83th3zNfa8laC4Pce3Lz3ZTVfkOK/HGh3Rjkknsb0aILjeungnNl0J5TTLR3Tge6ec9O3jgjBAQJeR4GHFoWWo2D95AdF7e/GIM7QYTcbrLQ+575hhJ4EPfXbDUNlPrnFDWfnv+e56JTcK5Z3HQMmi4a5e5nAbR0yVxyFxtdRUPjzgs50dz3DTjnUf0p4TLEYPbiwa5E2bOK8rjq+QLkYUIKKAjboHFyEwy7KKXd81TbHRd3UDGGX/xmn1bQBAn0EwykVdHC3/9qq7W79t7n3vFc6716Zx2K+B5Z/ftrdXjr1U8gy1g/WSJ33NR+QBgh7spmDf1j3UZ33bNgAQp05zWZcAKMGjDb8NJybeMoCVjlBTRua5Uk56b1SQE7wY6K2z+tk/C/diErfe29u45l19RO+xD72VR+ybXex1/7Tst2ep+8hExb7/xQKXS7kHPW5LLOOpuhuzrrnmmsK1kWzU0o6/3Z/+mARqKPJZz88R0TcBg7Im6yyj9Ad/vZF8PHpEnQ1atfoJX+MlKQTt+8oCx5c/Tcj7l/T8Zd88iFB822o6u+YSmmPayplfMqHz0Fgm6mp+KmfvS+Z76O1nlvpNtNySmUgdbsdrd7zCSNRJqJjFh3Ab1rTu6+ZoJKQL2uQaURGCvF+Chdzxpe0ivoEFUbc/K7lmoaRNfF7Q5f0fBUO/3osGPGXaDg8q//BTdR2JnH6P3SylrX3LZvY787cB/sivc8GNQLeuGlhApboogFjoGvbSz6z2uVlhZxqDBb4n58/KGWtNIgSNgX3qxBFGSl3eCYDrdv3tz3PoINS1+IO3x+c3fQuOZos6so7cDGJbyvvoXqh8oA6yTrs40U2Z0lnzeBkks0NPLeTYhJhGe1GJZRFzHO3RW6Lm7lWmOU2hUaiY9uleZ+cViqKQma+slhlp+OSWmoNPTV7Ha7kXMKomU9kBbDJV9tPOJiarc4ucxW81tCyqrOcqsGAYUQNv+YtqsJJ4GHENdhN0ot59V8cK24hTF6KsnYc2gugG2HjuWrIpfr0FN60uemIapxFKjrdr/2yyc9cQelmsZNXAlz5f2R86OvfBtqMbyD1BLmkktRsy7ujywc0AxaiUug6+MF5DJHZLhBYwKIvviBr/Z46/n0AusYQVVOdAFGYxobnXJQo4S/dYIWcIBEp5LaEYUhI3crdOf13q/x3hNxV6hCSqNKStgEkW4Gx8hbaB737gPrXdRvsmMlkbTugpbEMIJvKLTEVIjgjYX9t1s3UM600E8AobJH8sGZZrGonPU9I2dRYCXQsj1dNgbm2cnlmdmL+8O7A7KOXoFR1GzFcefhJTzOrNi0K5DbwMZryFTlkBIKW51KilWdc7MJdZoMYwVtc5YFgjldvLI9VNJRufmdng+F+ad1Ul+YBBgVHCNRqky0f9yPDLi59Iv1jnTJN/Vpo1pGN6toLbSWOPBmHN48Bw9GTmmH2qjskZEnkVe82mb0ngxd4risS12l98O8BUFj+lMfn3K24/nW1o9tC5CFZeU5FOg4kCdVOgk+PlecjhcrYBjadQHjLDYiq+Leg7I3A86tzybqM20VvhAYbdcuOQIlvDZFUFNwxSx6dos9nRXmt9okOspGI8EHCZusNFVbeevnN1XAjQQeV9jO/o71dnGtd+aIcsnfOZjYrXUmOIiK/rgBrjntI5XoIeT7FBq1zUrqEXbT0nztqAknwoj6bRN4IFP9GzAvXQXqRMjvDEPNJ7fj571TgwlSG/dQjcjY8BfW1PItetBz5SG0W9HGjoxTmODUZ5ujFz0Vtz9qHuR6O273qhLzW6/eVC59EkH7IetNInch6509ZEh/rA2XfOu4+n1VkGx7fTUSi5RSP3UxCXU4EzXhBOr12CuSUkAreIPd3veVduxzE9T44WhAjH2oMfJ5P6oCamjRhu1ENCZNmOQl9Ezcfqvth6zyB7/9FOZn/o7j0v/uWt+YhF29slXRhSaPZKkUkzP5P8z6yUVol+GNxdCbwwju56sJILJ+IrJSip5V2BQnrD/sj/zuzhBZPJHppo5aC+jZ2PI0JMLG4bmDZUiIc20SitQpbXwMEuJ4Una834VeTc/E3VyMwYWs9Ifv31VWmh7KynZgpXVc++Cu5+JT45GpKi1CFLXbyCXvYHxY3Rxhbq/UzwSzLv5wUd2QSW9kCvLYxuE4wvbOtfC0pbyFyMZEP8fdEao8HKNBchoeVWAinM21B4F1wKyLB0txGyRVdgmvY6QHo8H5f4jR0IpcoScBNX8xhnaCY51AU0jJxc8k9tA5MDaDrasQ7Vttl7o4DUa91M7xGzdkyTq5YuGBimBQCiW5m8rTwH/dum0SXXm4Lu5tlNvNCCOLiK5lGUZxyEigR2HAVllhtUiAvI1diXLYMZQFB3jCqSVONcKb5pbbQFH1Ctx7UGn5jlSXzdjcfjCZq4b9Fmoc8LqU1XXJwSlQWXyuB0YLEcAV8rpaGmeqHydo5p6PiL61EjglydDvUt6WaCq5jNcFaKj0wKLACFtXA/LEvh99HV5+/bsqc+xDsqI7IOidxlo4kK5ZAgzjoyeW++Zfv4SbWbWcDNMnUJ+7BkxSasAwKcdoWViNiYekZAKGSTcG3qhXgEnKdWCYlINuuehdEn+/0suJDwzTJQwnsYFJRlsTHxhmRzGcxIY2c3EHkRg1uxkmDagMNWl3kq88YITVCWeYFKHELUY2yjET0gcblf6ZPP+YYXYDJW5nOqAc+CVeIkk4a4hhdpOWFEprcvlWt1YY7DvaKG3EMLtJ66ywqIn5g4ywU7c2NMOE0SLuJHNpBwt7tjHDiGEyQ+DMJmvyRhmHx3peED8TSHnBma/LMNkiuFjDyMYMAGdhUSYaC5vJKoHiVqshLBw43EbVjf6Bfvu99cSlcBgmLUQWHLCmPrKoTCsMFNTHji67wzBpJlY1EVqNAaRxqe+HyVThuvrpXVnHimG6TKJSQdbJGyUQaMX7T+SrVK+arTXTT7RVB0yJXBWBC6nUmQWkrEiAy50U8mOYtNJRkT/r5Iqpqj0KmFCVJaXA171dLL4Dal4VSlr8PGDNZIbpJ/4Po+cuMuwZqbUAAAAASUVORK5CYII=",
- "name": "actual",
+ "description": "DaVinci Resolve Postgresql Server, Davinci requires a specific version of postgres db, this container will install the version needed",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "database",
+ "label": "POSTGRES_DB",
+ "name": "POSTGRES_DB"
+ },
+ {
+ "default": "postgres",
+ "label": "POSTGRES_USER",
+ "name": "POSTGRES_USER"
+ },
+ {
+ "default": "DaVinci",
+ "label": "POSTGRES_PASSWORD",
+ "name": "POSTGRES_PASSWORD"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ }
+ ],
+ "image": "postgres:13",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/resolve.png",
+ "name": "DaVinci Postgres Server",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/actual.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Actual",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "5432:5432/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "DaVinci Postgres Server",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/DavinciServer/",
+ "container": "/var/lib/postgresql/data"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/docs/davinci.md
Official Docker Documentation: https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/docs/davinci.md
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Calendar",
- "Productivity"
+ "Other",
+ "Tools"
],
- "description": "Ba\u00efkal is a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars.",
- "logo": "https://sabre.io/img/logo.png",
- "name": "baikal",
+ "description": "Eclipse Mosquitto is an open source message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.\r\nHave a look on https://mosquitto.org/man/mosquitto_passwd-1.html",
+ "image": "eclipse-mosquitto:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/eclipse-mosquitto.png",
+ "name": "eclipse-mosquitto",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/baikal.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Baikal",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "1883:1883/tcp",
+ "9001:9001/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Eclipse Mosquitto MQTT",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/config",
+ "container": "/mosquitto/config"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/data",
+ "container": "/mosquitto/data"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/log",
+ "container": "/mosquitto/log"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://mosquitto.org/
Official Docker Documentation: https://mosquitto.org/
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_mosquitto.sh | bash
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Downloaders",
- "Multimedia"
+ "Other",
+ "Tools"
],
- "description": "Autobrr is the modern download automation tool for torrents.",
- "logo": "https://autobrr.com/img/logo.png",
- "name": "autobrr",
+ "description": "Web File Browser which can be used as a middleware or standalone app.",
+ "image": "filebrowser/filebrowser:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/filebrowser.png",
+ "name": "filebrowser-latest",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://filebrowser.org/
Official Docker Documentation: https://filebrowser.org/installation#docker
Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server
The default user and password is admin/admin.",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/autobrr.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Autobrr",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8082:80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "FileBrowser latest",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/srv"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/filebrowser/filebrowser.db",
+ "container": "/database/filebrowser.db"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/filebrowser/settings.json",
+ "container": "/config/settings.json"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Monitoring"
+ "Other",
+ "Tools"
],
- "description": "Glances is an open-source system cross-platform monitoring tool. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc.",
- "logo": "https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/glances-responsive-webdesign.png",
- "name": "glances",
+ "description": "[arm][s6-version] Web File Browser which can be used as a middleware or standalone app.",
+ "image": "filebrowser/filebrowser:s6",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/filebrowser.png",
+ "name": "filebrowser",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://filebrowser.org/
Official Docker Documentation: https://filebrowser.org/installation#docker
Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server
The default user and password is admin/admin.",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/glances.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Glances",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "ports": [
+ "8082:80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "FileBrowser S6",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/srv"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/filebrowser/filebrowser.db",
+ "container": "/database/filebrowser.db"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/filebrowser/settings.json",
+ "container": "/config/settings.json"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Wiki",
- "Knowledgebase"
+ "Other",
+ "Tools"
],
- "description": "Documize Community is an open source, modern, self-hosted, enterprise-grade knowledge management solution.",
- "logo": "",
- "name": "documize",
+ "description": "Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.",
+ "env": [
+ {
+ "default": "",
+ "label": "Flame Password",
+ "name": "PASSWORD"
+ }
+ ],
+ "image": "pawelmalak/flame:multiarch",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/flame.png",
+ "name": "Flame",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/documize.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Documize",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Remotecontrol"
+ "ports": [
+ "5005:5005/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Flame",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Flame/data",
+ "container": "/app/data"
+ },
+ {
+ "bind": "/var/run/docker.sock",
+ "container": "/var/run/docker.sock"
+ }
],
- "description": "RPort is free remote access and remote management, now acquired by RealVNC",
- "logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_634014ae8000cebecce8a571f9ea316f/cloudradar-gmbh-rport.png",
- "name": "Rport",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/rport.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Rport",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/pawelmalak/flame
Official Docker Documentation: https://github.com/pawelmalak/flame#with-docker-recommended
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Remotecontrol"
+ "Other",
+ "Tools"
],
- "description": "Remotely is a remote control and remote scripting solution, built with .NET 6, Blazor, and SignalR Core.",
- "logo": "",
- "name": "Remotely",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/remotely.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Remotely",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Productivity",
- "Devtools"
+ "description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",
+ "env": [
+ {
+ "default": "info",
+ "label": "LOG_LEVEL",
+ "name": "LOG_LEVEL"
+ },
+ {
+ "default": "false",
+ "label": "LOG_HTML",
+ "name": "LOG_HTML"
+ },
+ {
+ "default": "none",
+ "label": "CAPTCHA_SOLVER",
+ "name": "CAPTCHA_SOLVER"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ }
],
- "description": "Tabby is an infinitely customizable cross-platform terminal app for local shells, serial, SSH and Telnet connections.",
- "logo": "https://tabby.sh/32bf32ff6c87e8d18932.svg",
- "name": "Tabby",
+ "image": "ghcr.io/flaresolverr/flaresolverr:latest",
+ "logo": "https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/c48d342b9cfb65d7696b96e9867fcff0ae87a0e2/resources/flaresolverr_logo.svg",
+ "name": "FlareSolverr",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/tabby.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Tabby",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8191:8191/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "FlareSolverr",
+ "type": 1,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Docker Documentation: https://github.com/FlareSolverr/FlareSolverr#installation
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Productivity",
- "Drawing"
+ "Other",
+ "Games"
],
- "description": "Virtual whiteboard for sketching hand-drawn like diagrams. Collaborative and end-to-end encrypted.",
- "logo": "https://github.com/excalidraw/excalidraw/raw/master/public/og-image-sm.png",
- "name": "excalidraw",
+ "description": "This docker image provides the FoundryVTT system for hosting your own virtual table top games.",
+ "env": [
+ {
+ "default": "John",
+ "label": "Foundry Account Name",
+ "name": "FOUNDRY_USERNAME"
+ },
+ {
+ "default": "password",
+ "label": "Foundry Password",
+ "name": "FOUNDRY_PASSWORD"
+ },
+ {
+ "default": "changeme",
+ "label": "Instance Admin Password",
+ "name": "FOUNDRY_ADMIN_KEY"
+ },
+ {
+ "default": "true",
+ "label": "CONTAINER_PRESERVE_CONFIG",
+ "name": "CONTAINER_PRESERVE_CONFIG"
+ }
+ ],
+ "image": "felddy/foundryvtt:release",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/foundrylogo.png",
+ "name": "FoundryVTT",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/excalidraw.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Excalidraw",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "30000:30000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "FoundryVTT Server",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/foundryvtt",
+ "container": "/data"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://foundryvtt.com/
Official Docker Documentation: https://hub.docker.com/r/felddy/foundryvtt
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Network"
+ "Proxy"
],
- "description": "UpSnap is a simple wake on lan app written with SvelteKit, Go, PocketBase and nmap.",
- "logo": "https://github.com/seriousm4x/UpSnap/raw/master/frontend/static/favicon.png",
- "name": "upsnap",
+ "description": "Simple socks5 server using go-socks5 with authentication options",
+ "image": "serjs/go-socks5-proxy:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/socks5.png",
+ "name": "socks5-proxy",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/upsnap.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Upsnap",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8080:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Go-Socks5-Proxy",
+ "type": 1,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hub.docker.com/r/serjs/go-socks5-proxy
Official Docker Documentation: https://hub.docker.com/r/serjs/go-socks5-proxy
Youtube Video: Novaspirit Tech - Route Docker Traffic Through VPN Container
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Development",
- "Lowcode",
- "Nocode"
+ "Other",
+ "Tools"
],
- "description": "Tooljet is an Open-source low-code application development platform for building and deploying business applications.",
- "logo": "https://uploads-ssl.webflow.com/6266634263b9179f76b2236e/63aaa161e3b3be42ec50eb6f_Logomark.svg",
- "name": "tooljet",
+ "description": "A simple server for sending and receiving messages",
+ "env": [
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ },
+ {
+ "default": "admin",
+ "label": "GOTIFY_DEFAULTUSER_NAME",
+ "name": "GOTIFY_DEFAULTUSER_NAME"
+ },
+ {
+ "default": "admin123",
+ "label": "GOTIFY_DEFAULTUSER_PASS",
+ "name": "GOTIFY_DEFAULTUSER_PASS"
+ }
+ ],
+ "image": "gotify/server-arm7:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/gotify.png",
+ "name": "gotify",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://gotify.net/
Official Docker Documentation: https://gotify.net/docs/install
ARM7 Image. Documentation is Available here.",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/tooljet.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Tooljet",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "9008:80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Gotify",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/gotify",
+ "container": "/app/data"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Productivity",
- "Development",
- "Lowcode",
- "Nocode"
+ "Tools",
+ "Web",
+ "Other"
],
- "description": "Budibase allows no-code users to build apps quickly, with more functionality available with a little bit of inline code.",
- "logo": "https://files.readme.io/593b386-budibase-logo-website.svg",
- "name": "budibase",
+ "description": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://homarr.vercel.app/
Official Docker Documentation: https://github.com/ajnart/homarr
This version does not allow for interaction with the docker environment for security purposes.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "ghcr.io/ajnart/homarr:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homarr.png",
+ "name": "homarr-secured",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/budibase.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Budibase",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Search"
+ "ports": [
+ "7575:7575/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Homarr-Secured",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Homarr/configs",
+ "container": "/app/data/configs"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/Homarr/icons",
+ "container": "/app/public/icons"
+ }
],
- "description": "Meilisearch is a\u00a0**RESTful search API**. It aims to be a\u00a0**ready-to-go solution**\u00a0for everyone who wants a\u00a0**fast and relevant search experience**\u00a0for their end-users",
- "logo": "https://docs.meilisearch.com/logo.svg",
- "name": "Meilisearch",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/meilisearch.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Meilisearch",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Identitymanagement",
- "Accessproxy"
+ "Homeautomation"
],
- "description": "Ory Kratos with Oathkeeper is\u00a0_the_\u00a0developer-friendly, security-hardened and battle-test Identity, User Management and Authentication system for the Cloud.",
- "logo": "https://raw.githubusercontent.com/ory/meta/master/static/banners/kratos.svg",
- "name": "Ory Kratos",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/ory-kratos-standalone.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Ory Kratos (Standalone)",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Identitymanagement",
- "Security"
+ "description": "Debian Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1",
+ "label": "HOMEBRIDGE_CONFIG_UI",
+ "name": "HOMEBRIDGE_CONFIG_UI"
+ },
+ {
+ "default": "8581",
+ "label": "HOMEBRIDGE_CONFIG_UI_PORT",
+ "name": "HOMEBRIDGE_CONFIG_UI_PORT"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ }
],
- "description": "Ory Kratos with Oathkeeper (ORY Oathkeeper is an Identity & Access Proxy (IAP) and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules.) ",
- "logo": "https://raw.githubusercontent.com/ory/meta/master/static/banners/oathkeeper.svg",
- "name": "Ory Kratos Oathkeeper",
+ "image": "homebridge/homebridge:ubuntu-arm32v7",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homebridge.png",
+ "name": "homebridge-debian",
+ "network": "host",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://homebridge.io/
Official Docker Documentation: https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker
Bringing HomeKit support where there is none",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/ory-kratos-oathkeeper.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Ory Kratos (Oathkeeper)",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "privileged": true,
+ "restart_policy": "unless-stopped",
+ "title": "Homebridge - Debian",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/debian-homebridge",
+ "container": "/homebridge"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Productivity",
- "Development",
- "Lowcode"
+ "Other",
+ "Tools"
],
- "description": "Appsmith (www.appsmith.com) is the first open-source low-code tool that helps developers build dashboards and admin panels very quickly.",
- "logo": "https://cdn-images.himalayas.app/vr60veq4neiptamhqm6qxwi3toi3",
- "name": "appsmith",
+ "description": "InfluxDB is an open source time series database for recording metrics, events, and analytics.",
+ "hostname": "rpi-influxdb1810",
+ "image": "influxdb:1.8.10",
+ "logo": "https://raw.githubusercontent.com/docker-library/docs/43d87118415bb75d7bb107683e79cd6d69186f67/influxdb/logo.png",
+ "name": "influxdb1810",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.influxdata.com/
Official Docker Documentation: https://docs.influxdata.com/influxdb/v2.0/install/?t=Docker
You will need to add /portainer/Files/AppData/Config/Influxdb/config/influxdb.conf",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/appsmith.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Appsmith",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8086:8086/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Influxdb 1.8.10",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Influxdb/data",
+ "container": "/var/lib/influxdb"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/Influxdb/config",
+ "container": "/etc/influxdb"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Email"
+ "Homeautomation"
],
- "description": "Mailpile is an e-mail client!/search engine and a personal webmail server/easy way to encrypt your e-mail/easy way to encrypt your e-mail ",
- "logo": "https://www.mailpile.is/img/icon-512x512.png",
- "name": "mailpile",
+ "description": "IoBroker is a open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: adapters) ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "buanet/iobroker:latest",
+ "logo": "https://github.com/buanet/ioBroker.docker/raw/main/docs/img/iobroker_logo.png",
+ "name": "iobroker",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/mailpile.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Mailpile",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8081:8081/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "iobroker",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/iobrokerdata",
+ "container": "/opt/iobroker"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/buanet/ioBroker.docker
Official Docker Documentation: https://github.com/buanet/ioBroker.docker
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Mail"
+ "Downloaders",
+ "Tools"
],
- "description": "Full stack mailserver solution with TLS support. POP3s, SMTP(s), IMAPs, RSPAMD, Clamav, Roundcube(HTTPS), SPF, DKIM with simple installation and web administration.",
- "logo": "",
- "name": "poste.io",
+ "description": "JDownloader docker image",
+ "env": [
+ {
+ "default": "",
+ "label": "MYJD_DEVICE_NAME",
+ "name": "MYJD_DEVICE_NAME"
+ },
+ {
+ "default": "",
+ "label": "MYJD_USER",
+ "name": "MYJD_USER"
+ },
+ {
+ "default": "",
+ "label": "MYJD_PASSWORD",
+ "name": "MYJD_PASSWORD"
+ }
+ ],
+ "image": "jaymoulin/jdownloader:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/jdownloader.png",
+ "name": "JDownloader",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/posteio.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Poste.io",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "3129:3129/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "JDownloader",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/JDownloader",
+ "container": "/opt/JDownloader/app/cfg"
+ },
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/opt/JDownloader/Downloads"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://my.jdownloader.org/
Official Docker Documentation: https://github.com/jaymoulin/docker-jdownloader
Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Network"
+ "Video",
+ "Music",
+ "Photos",
+ "Management"
],
- "description": "IPerf3 Docker Build for Network Performance and Bandwidth Testing",
- "logo": "",
- "name": "iperf",
+ "description": "jfa-go is a user management app for Jellyfin (and now Emby) that provides invite-based account creation as well as other features that make one's instance much easier to manage.",
+ "image": "hrfee/jfa-go:latest",
+ "logo": "https://github.com/hrfee/jfa-go/raw/main/images/jfa-go-icon.png",
+ "name": "jfa-go",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://jfa-go.com/
Official Docker Documentation: https://wiki.jfa-go.com/
This system is setup to work with either Emby or Jellyfin out of the box. During the initial setup the user will have the option of which server they will be administering.",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/iperf.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "iperf",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
- },
- {
- "categories": [
- "Docker"
+ "restart_policy": "unless-stopped",
+ "title": "Jellyfin-Accounts",
+ "type": 1,
+ "network": "bridge",
+ "ports": [
+ "8056:8056/tcp"
+ ],
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Jelllyfin",
+ "container": "/jf"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/jfago",
+ "container": "/data"
+ },
+ {
+ "bind": "/etc/localtime",
+ "container": "/etc/localtime",
+ "readonly": true
+ }
],
- "description": "Lazytainer monitors network traffic to containers. If there is traffic, the container runs, otherwise the container is stopped/paused.",
- "logo": "",
- "name": "lazytainer",
- "platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/lazytainer.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Lazytainer",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Finance"
+ "Other",
+ "3dprinters",
+ "Tools"
],
- "description": "I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.",
- "logo": "",
- "name": "ihatemoney",
+ "description": "Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper.",
+ "env": [
+ {
+ "default": "/dev/ttymxc3",
+ "label": "3D_PRINTER_DEVICE",
+ "name": "3D_PRINTER_DEVICE"
+ }
+ ],
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/drupal.png",
+ "name": "klipper-mainsail-moonraker",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hub.docker.com/r/mkuf/klipper
Official Docker Documentation: https://hub.docker.com/r/mkuf/klipper
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_klipper.sh | bash
First you will need to download a printer.conf file from https://github.com/Klipper3d/klipper/tree/master/config and copy it to ",
"platform": "linux",
"repository": {
- "stackfile": "Template/Stack/ihatemoney.yml",
- "url": "https://github.com/xneo1/portainer_templates"
+ "stackfile": "stack/klipper.yml",
+ "url": "https://github.com/pi-hosted/pi-hosted/"
},
- "title": "I hate money",
+ "restart_policy": "unless-stopped",
+ "title": "Klipper[Testing], Mainsail, Moonraker",
"type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Finance"
+ "Other",
+ "Tools"
],
- "description": "OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle and inspired by YNAB and Buckets.",
- "logo": "https://github.com/TheAxelander/OpenBudgeteer/raw/master/assets/banner.png",
- "name": "openbudgeteer",
+ "description": "An alternative private front-end to Reddit",
+ "image": "libreddit/libreddit:armv7",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/libreddit.png",
+ "name": "libreddit",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/openbudgeteer.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "OpenBudgeteer",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8088:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "libreddit",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/libreddit",
+ "container": "/config"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://libreddit.silkky.cloud/
Official Docker Documentation: https://github.com/spikecodes/libreddit#2-docker
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Multimedia"
+ "Tools",
+ "Productivity"
],
- "description": "Fireshare: Share your game clips, videos, or other media via unique links.",
- "logo": "https://github.com/ShaneIsrael/fireshare/raw/main/app/client/src/assets/logo.png",
- "name": "fireshare",
+ "description": "This project is a lightweight authentication server that provides an opinionated, simplified LDAP interface for authentication.",
+ "env": [
+ {
+ "default": "somesecretjwt",
+ "label": "LLDAP_JWT_SECRET",
+ "name": "LLDAP_JWT_SECRET"
+ },
+ {
+ "default": "someadminpassword",
+ "label": "LLDAP_LDAP_USER_PASS",
+ "name": "LLDAP_LDAP_USER_PASS"
+ },
+ {
+ "default": "dc=example,dc=com",
+ "label": "LLDAP_LDAP_BASE_DN",
+ "name": "LLDAP_LDAP_BASE_DN"
+ }
+ ],
+ "image": "nitnelave/lldap:stable-debian",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/lldap.png",
+ "name": "LLDAP",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/fireshare.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Fireshare",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "3890:3890/tcp",
+ "17170:17170/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "LLDAP",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/lldap/data",
+ "container": "/data"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/nitnelave/lldap
Official Docker Documentation: https://github.com/nitnelave/lldap
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_lldap.sh | bash
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Downloaders"
+ "Music"
],
- "description": "Peer-to-peer file transfers in your browser",
- "logo": "https://raw.githubusercontent.com/kern/filepizza/master/src/static/images/wordmark.png",
- "name": "filepizza",
+ "description": "Simple self-hosted music scrobble database to create personal listening statistics. No recommendations, no social network, no nonsense.",
+ "env": [
+ {
+ "default": "malojapassword",
+ "label": "MALOJA_FORCE_PASSWORD",
+ "name": "MALOJA_FORCE_PASSWORD"
+ },
+ {
+ "default": "/data",
+ "label": "MALOJA_DATA_DIRECTORY",
+ "name": "MALOJA_DATA_DIRECTORY"
+ }
+ ],
+ "image": "krateng/maloja:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/maloja.png",
+ "name": "maloja",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/filepizza.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Filepizza",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "42010:42010/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Maloja",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Maloja/Data",
+ "container": "/data"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/krateng/maloja
Official Docker Documentation: https://github.com/krateng/maloja/blob/master/README.md
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_maloja.sh | bash
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Dashboard"
+ "Other",
+ "Tools"
],
- "description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
- "logo": "",
- "name": "jump",
+ "description": "A self-hosted recipe manager and meal planner",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ },
+ {
+ "default": "2",
+ "label": "WEB_CONCURRENCY",
+ "name": "WEB_CONCURRENCY"
+ },
+ {
+ "default": "8",
+ "label": "MAX_WORKERS",
+ "name": "MAX_WORKERS"
+ },
+ {
+ "default": "true",
+ "label": "RECIPE_PUBLIC",
+ "name": "RECIPE_PUBLIC"
+ },
+ {
+ "default": "true",
+ "label": "RECIPE_SHOW_NUTRITION",
+ "name": "RECIPE_SHOW_NUTRITION"
+ },
+ {
+ "default": "true",
+ "label": "RECIPE_SHOW_ASSETS",
+ "name": "RECIPE_SHOW_ASSETS"
+ },
+ {
+ "default": "true",
+ "label": "RECIPE_LANDSCAPE_VIEW",
+ "name": "RECIPE_LANDSCAPE_VIEW"
+ },
+ {
+ "default": "false",
+ "label": "RECIPE_DISABLE_COMMENTS",
+ "name": "RECIPE_DISABLE_COMMENTS"
+ },
+ {
+ "default": "false",
+ "label": "RECIPE_DISABLE_AMOUNT",
+ "name": "RECIPE_DISABLE_AMOUNT"
+ }
+ ],
+ "image": "hkotel/mealie:v0.4.3",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/mealie.png",
+ "name": "mealie",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hay-kot.github.io/mealie/
Official Docker Documentation: https://hay-kot.github.io/mealie/documentation/getting-started/install/
Default Credentials: Username: changeme@email.com Password: MyPassword. Documentation is Available here.",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/jump.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Jump",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "9925:9000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Mealie",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/mealie",
+ "container": "/app/data"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Productivity"
+ "Downloader"
],
- "description": "Hasty Paste is a fast and minimal paste bin, written in Python using Quart.",
- "logo": "",
- "name": "hasty-paste",
+ "description": "Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites (https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "alexta69/metube:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/metube.png",
+ "name": "MeTube",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/hasty-paste.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Hasty-Paste",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8081:8081/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "MeTube",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/downloads"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hub.docker.com/r/alexta69/metube
Official Docker Documentation: https://github.com/alexta69/metube
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Wiki"
+ "Other",
+ "Tools",
+ "Games"
],
- "description": "Xwiki s a free wiki software platform written in Java with a design emphasis on extensibility. XWiki is an enterprise wiki.",
- "logo": "https://upload.wikimedia.org/wikipedia/commons/e/e2/Logo-xwikiorange.svg",
- "name": "xwiki",
+ "description": "This docker image provides a Minecraft Server that will automatically download the latest stable version at startup. You can also run/upgrade to any specific version or the latest snapshot. See the Versions section below for more information.",
+ "env": [
+ {
+ "default": "TRUE",
+ "label": "EULA",
+ "name": "EULA"
+ }
+ ],
+ "image": "itzg/minecraft-server:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minecraft.png",
+ "name": "minecraft",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/xwiki.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Xwiki",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "25565:25565/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Minecraft Server",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Minecraft-data",
+ "container": "/data"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.minecraft.net/en-us
Official Docker Documentation: https://github.com/itzg/docker-minecraft-server#using-docker-compose
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Productivity"
+ "Other",
+ "Tools"
],
- "description": "Leantime is an open source project management solution to make your ideas reality.",
- "logo": "https://s3-us-west-2.amazonaws.com/leantime-website/wp-content/uploads/2022/07/24022056/logo-large.png",
- "name": "leantime",
+ "description": "Troubleshoot slowdowns and anomalies in your infrastructure with thousands of per-second metrics, meaningful visualizations, and insightful health alarms with zero configuration.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "DOCKER_USR",
+ "name": "DOCKER_USR"
+ },
+ {
+ "default": "1000",
+ "label": "DOCKER_GRP",
+ "name": "DOCKER_GRP"
+ }
+ ],
+ "image": "netdata/netdata:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/netdata.png",
+ "name": "netdata",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.netdata.cloud/
Official Docker Documentation: https://learn.netdata.cloud/docs/agent/packaging/docker
Documentation is Available here.",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/leantime.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Leantime",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "19999:19999/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Netdata",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/netdata/netdataconfig",
+ "container": "/etc/netdata"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/netdata/netdatalib",
+ "container": "/var/lib/netdata"
+ },
+ {
+ "bind": "/etc/passwd",
+ "container": "/host/etc/passwd:ro"
+ },
+ {
+ "bind": "/etc/group",
+ "container": "/host/etc/group:ro"
+ },
+ {
+ "bind": "/proc",
+ "container": "/host/proc:ro"
+ },
+ {
+ "bind": "/sys",
+ "container": "/host/sys:ro"
+ },
+ {
+ "bind": "/etc/os-release",
+ "container": "/host/etc/os-release:ro"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Entertainment"
+ "Proxy",
+ "Tools"
],
- "description": "Jellyseerr is a free and open source fork of Overseerr for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Jellyfin!",
- "logo": "https://raw.githubusercontent.com/Fallenbagel/jellyseerr/develop/public/logo_full.svg",
- "name": "jellyseer",
+ "description": "Nginx Proxy Manager v2 with sqlite and Goaccess Charts 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. Please see the install document at https://github.com/pi-hosted/pi-hosted/tree/master/docs installing the template",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ },
+ {
+ "default": "false",
+ "label": "SKIP_ARCHIVED_LOGS",
+ "name": "SKIP_ARCHIVED_LOGS",
+ "description": "Defaults to false. Set to true to skip archived logs, i.e. proxy-host*.gz"
+ },
+ {
+ "default": "false",
+ "label": "BASIC_AUTH",
+ "name": "BASIC_AUTH",
+ "description": "Defaults to false. Set to true to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly."
+ },
+ {
+ "default": "user",
+ "label": "BASIC_AUTH_USERNAME Ignore if Basic Auth set to false",
+ "name": "BASIC_AUTH_USERNAME",
+ "description": "(Optional) Requires BASIC_AUTH to bet set to true. Username for basic authentication."
+ },
+ {
+ "default": "Password",
+ "label": "BASIC_AUTH_PASSWORD Ignore if Basic Auth set to false",
+ "name": "BASIC_AUTH_PASSWORD",
+ "description": "(Optional) Requires BASIC_AUTH to bet set to true. Password for basic authentication."
+ }
+ ],
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png",
+ "name": "nginx-proxy-manager-sqllite-goaccess",
"platform": "linux",
+ "ports": [
+ "80:80/tcp",
+ "81:81/tcp",
+ "443:443/tcp",
+ "7880:7880/tcp"
+ ],
"repository": {
- "stackfile": "Template/Stack/jellyseer.yml",
- "url": "https://github.com/xneo1/portainer_templates"
+ "stackfile": "stack/nginx-proxy-manager-sqlite-goaccess.yml",
+ "url": "https://github.com/pi-hosted/pi-hosted"
},
- "title": "Jellyseer",
+ "restart_policy": "unless-stopped",
+ "title": "Nginx Proxy Manager v2 with Sqlite and Goaccess Charts",
"type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://nginxproxymanager.com/
Official Docker Documentation: https://nginxproxymanager.com/setup/#running-the-app
Youtube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Productivity"
+ "Proxy",
+ "Tools"
],
- "description": "Trudesk is an Open Source Help Desk Software and Ticketing System",
- "logo": "https://trudesk.io/wp-content/uploads/2019/10/logo-med.png",
- "name": "trudesk",
+ "description": "Nginx Proxy Manager v2 with Sqlite 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. Please see the install document at https://github.com/pi-hosted/pi-hosted/tree/master/docs installing the template",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ }
+ ],
+ "image": "jc21/nginx-proxy-manager:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png",
+ "name": "nginx-proxy-manager-sqlite",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/trudesk.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Trudesk",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "80:80/tcp",
+ "81:81/tcp",
+ "443:443/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Nginx Proxy Manager v2 with Sqllite",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/nginx-proxy-manager/data",
+ "container": "/data"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/nginx-proxy-manager/letsencrypt",
+ "container": "/etc/letsencrypt"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://nginxproxymanager.com/
Official Docker Documentation: https://nginxproxymanager.com/setup/
Youtube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "System"
+ "Proxy",
+ "Tools"
],
- "description": "Dashdot is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. It is intended to be used for smaller VPS and private servers.",
- "logo": "https://getdashdot.com/img/logo512.png",
- "name": "dashdot",
+ "description": "[DEVEL] Not ready for production. Nginx Proxy Manager v3 Develop 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. Please see the install document at https://github.com/pi-hosted/pi-hosted/tree/master/docs installing the template",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ }
+ ],
+ "image": "jc21/nginx-proxy-manager:v3",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png",
+ "name": "nginx-proxy-manager-v3",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/dashdot.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Dashdot",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "80:80/tcp",
+ "81:81/tcp",
+ "443:443/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Nginx Proxy Manager v3 [DEVEL] NOT READY FOR USE",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/nginx-proxy-manager-v3/data",
+ "container": "/data"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://nginxproxymanager.com/
Official Docker Documentation: https://nginxproxymanager.com/setup/
Youtube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Productivity",
- "Development",
- "Nocode"
+ "Other",
+ "Tools",
+ "Web"
],
- "description": "Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
- "logo": "https://github.com/nocodb/nocodb/raw/develop/packages/nc-gui/assets/img/icons/512x512.png",
- "name": "NocoDB",
- "platform": "linux",
+ "description": "A free and open source alternative Twitter front-end focused on privacy and performance.",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nitter.png",
+ "name": "nitter",
"repository": {
- "stackfile": "Template/Stack/nocodb.yml",
- "url": "https://github.com/xneo1/portainer_templates"
+ "stackfile": "stack/nitter.yml",
+ "url": "https://github.com/pi-hosted/pi-hosted/"
},
- "title": "NocoDB",
+ "platform": "linux",
+ "restart_policy": "unless-stopped",
+ "title": "Nitter",
"type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://nitter.net/
Official Docker Documentation: https://github.com/zedeus/nitter
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Smarthome"
+ "Other"
],
- "description": "BroadlinkManager is a Flask powerd, easy to use system that hepls you to work with Broadlink Devices.",
- "logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/broadlink.png",
- "name": "broadlink-manager",
+ "description": "This is an OpenVPN client docker container that uses recommended NordVPN server. It makes routing containers traffic through OpenVPN easy.",
+ "env": [
+ {
+ "default": "user@email.com",
+ "label": "NordVPN user",
+ "name": "USER"
+ },
+ {
+ "default": "password",
+ "label": "NordVPN password",
+ "name": "PASS"
+ },
+ {
+ "default": "Spain;Hong Kong;IE;131",
+ "label": "Countries to connect to (see webpage readme)",
+ "name": "COUNTRY"
+ },
+ {
+ "default": "Standard VPN servers",
+ "label": "Group name filter to which to connect to",
+ "name": "GROUP"
+ },
+ {
+ "default": "10",
+ "label": "Range of servers to pick from the top",
+ "name": "RANDOM_TOP"
+ },
+ {
+ "default": "5 */3 * * *",
+ "label": "Define when to look again for new defined servers",
+ "name": "RECREATE_VPN_CRON"
+ },
+ {
+ "default": "https://www.google.com",
+ "label": "URL to check internet connection is working to",
+ "name": "CHECK_CONNECTION_URL"
+ },
+ {
+ "default": "192.168.1.0/24;192.168.2.0/24",
+ "label": "Subnet to define network access (read Local Network access to services connecting to the internet through the VPN readme to get the right subnet!)",
+ "name": "NETWORK"
+ },
+ {
+ "default": "--mute-replay-warnings",
+ "label": "Used to pass extra parameters to openvpn",
+ "name": "OPENVPN_OPTS"
+ }
+ ],
+ "image": "azinchen/nordvpn:latest",
+ "logo": "https://s3.us-east-2.amazonaws.com/ccp-prd-s3-uploads/2022/3/8/03500108885898f010e823eeb284e393b99e1ad5.png",
+ "name": "nord-vpn",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/broadlink-manager.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Broadlink Manager",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8080:80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "nord-vpn",
+ "type": 1,
+ "privileged": true,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/azinchen/nordvpn
Official Docker Documentation: https://hub.docker.com/r/azinchen/nordvpn
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Analytics"
+ "Other",
+ "Tools"
],
- "description": "Umami is a simple, easy to use, self-hosted web analytics solution. The goal is to provide you with a friendlier, privacy-focused alternative to Google Analytics and a free, open-sourced alternative to paid solutions",
- "logo": "https://icons.duckduckgo.com/ip3/umami.is.ico",
- "name": "umami",
+ "description": "The purpose of NUT Server is to monitor a UPS attached device",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "none",
+ "label": "SERIAL",
+ "name": "SERIAL"
+ },
+ {
+ "default": "none",
+ "label": "NAME",
+ "name": "NAME"
+ },
+ {
+ "default": "none",
+ "label": "VENDOR ID",
+ "name": "VENDOR ID"
+ },
+ {
+ "default": "none",
+ "label": "API_PASSWORD",
+ "name": "API_PASSWORD"
+ },
+ {
+ "default": "none",
+ "label": "DESCRIPTION",
+ "name": "DESCRIPTION"
+ }
+ ],
+ "image": "instantlinux/nut-upsd:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nut-server.png",
+ "name": "NUT Server",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/umami.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
"ports": [
- "3000:3000/tcp"
+ "3493:3493/tcp"
],
- "title": "Umami.is",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "restart_policy": "unless-stopped",
+ "title": "NUT Server",
+ "type": 1,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://networkupstools.org
Official Docker Documentation: https://hub.docker.com/r/instantlinux/nut-upsd
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Analytics"
+ "Other",
+ "Tools"
],
- "description": "Google Analytics alternative that protects your data and your customers' privacy",
- "logo": "https://gallery.ncnet.nl/upload/2020/05/22/20200522171613-9205fa32.png",
- "name": "matomo",
+ "description": "OctoPrint is an open source 3D printer controller application, which provides a web interface for the connected printers.",
+ "env": [
+ {
+ "default": "development ",
+ "label": "NODE_ENV",
+ "name": "NODE_ENV"
+ },
+ {
+ "default": "true",
+ "label": "ENABLE_MJPG_STREAMER",
+ "name": "ENABLE_MJPG_STREAMER"
+ }
+ ],
+ "image": "octoprint/octoprint:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/octoprint.png",
+ "name": "octoprint",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/matomo.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
"ports": [
- "8282:80/tcp"
+ "8051:80/tcp"
+ ],
+ "privileged": true,
+ "restart_policy": "unless-stopped",
+ "title": "OctoPrint",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/OctoPrint",
+ "container": "/octoprint"
+ },
+ {
+ "bind": "/dev",
+ "container": "/dev"
+ }
],
- "title": "Matomo",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://octoprint.org/
Official Docker Documentation: https://hub.docker.com/r/octoprint/octoprint
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Other"
+ "Management",
+ "Tools"
],
- "description": "Simple room management system for n.eko. Self hosted rabb.it alternative. --Please add .env file as stated in neko.yml",
- "logo": "https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/logo.png",
- "name": "neko",
+ "description": "TP-Link Omada is a software-defined network solution. The EAP Controller is used to manage multiple EAPs. Raspberry Pi 1 and Zero are not supported.",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "mbentley/omada-controller:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/omada.png",
+ "name": "omada-controller",
"platform": "linux",
- "repository": {
- "stackfile": "Template/Stack/neko.yml",
- "url": "https://github.com/xneo1/portainer_templates"
- },
- "title": "Neko",
- "type": 3,
- "maintainer": " https://github.com/xneo1/portainer_templates/"
+ "ports": [
+ "8088:8088/tcp",
+ "8043:8043/tcp",
+ "27001:27001/udp",
+ "27002:27002/tcp",
+ "29810:29810/udp",
+ "29811:29811/tcp",
+ "29812:29812/tcp",
+ "29813:29813/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Omada EAP Controller",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/Omada",
+ "container": "/config"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.tp-link.com/us/business-networking/omada-sdn-controller/
Official Docker Documentation: https://hub.docker.com/r/mbentley/omada-controller
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
- "type": 3,
- "title": "Immich {shmolf}",
- "name": "immich",
"categories": [
- "Photos",
- "Backup"
+ "Cloud",
+ "Management",
+ "Productivity"
],
- "description": "Self-hosted backup solution for photos and videos on mobile device.",
- "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/immich-logo.svg",
- "note": "Application documentation \ud83d\uddd7",
+ "description": "Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. Paperless-ngx forked from paperless-ng to continue the great work and distribute responsibility of supporting and advancing the project among a team of people. Consider joining us! Discussion of this transition can be found in issues #1599 and #1632. A demo is available at demo.paperless-ngx.com using login demo / demo. Note: demo content is reset frequently and confidential information should not be uploaded.",
"env": [
{
"default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "description": "for UserID"
},
{
+ "default": "1000",
"label": "PGID",
"name": "PGID",
- "default": "1000"
- },
- {
- "label": "Immich version",
- "name": "IMMICH_VERSION",
- "default": "release",
- "description": "To want to lock to a specific tag, provide a value such as 'v1.71.0'"
- },
- {
- "label": "Database username",
- "name": "DB_USERNAME",
- "default": "postgres"
+ "description": "for GroupID"
},
{
- "label": "Database password",
- "name": "DB_PASSWORD",
- "default": "please-change-this-to-a-random-secret",
- "description": "This should be changed to a random secret"
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ",
+ "description": "Specify a timezone to use for example America/New_York"
},
{
- "label": "Database name",
- "name": "DB_DATABASE_NAME",
- "default": "immich"
+ "default": "",
+ "label": "PAPERLESS_URL",
+ "name": "PAPERLESSURL",
+ "description": "Example https://paperless.example.com. It would be best to run this behind a reverse proxy"
},
{
- "label": "Database hostname",
- "name": "DB_HOSTNAME",
- "default": "immich_postgres",
- "description": "The default value references a service within the stack"
+ "default": "",
+ "label": "Administrator username",
+ "name": "ADMIN_USER",
+ "description": "Set the name of the default admin user."
},
{
- "label": "File backup location",
- "name": "UPLOAD_LOCATION",
- "default": "/portainer/Files/AppData/Immich/upload",
- "description": "You can leave this path as-is, and the system will auto-create the needed folders. Feel free to change if you desire an alternative location."
+ "default": "",
+ "label": "Administrator password",
+ "name": "ADMIN_PASS",
+ "description": "Set the password of the default admin user."
},
{
- "label": "Redis hostname",
- "name": "REDIS_HOSTNAME",
- "default": "immich_redis",
- "description": "The default value references a service within the stack"
+ "default": "",
+ "label": "Secret Key",
+ "name": "RANDOMKEY",
+ "description": "This should be a very long sequence of random characters."
},
{
- "default": "2283",
- "label": "Http Port",
- "name": "PORT"
+ "default": "eng",
+ "label": "OCR Language",
+ "name": "LANG",
+ "description": "The default language to use for OCR"
}
],
- "platform": "linux",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png",
+ "name": "paperless-ngx",
"repository": {
- "stackfile": "stacks/immich/docker-compose.yml",
- "url": "https://github.com/shmolf/portainer-templates"
+ "stackfile": "stack/paperless-ngx.yml",
+ "url": "https://github.com/pi-hosted/pi-hosted/"
},
- "maintainer": " https://github.com/shmolf/portainer-templates/"
+ "platform": "linux",
+ "restart_policy": "unless-stopped",
+ "title": "Paperless NGX",
+ "type": 3,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/paperless-ngx/paperless-ngx
Official Docker Documentation: https://github.com/paperless-ngx/paperless-ngx
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
- "type": 3,
- "title": "Penpot (http) {shmolf}",
- "name": "penpot-http",
"categories": [
- "Graphicdesign"
+ "Other",
+ "Tools"
],
- "description": "Penpot is the first Open Source design and prototyping platform meant for cross-domain teams.",
- "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/penpot-logo.svg",
- "note": "Application documentation \ud83d\uddd7. See documentation \ud83d\uddd7 for more details regarding the flags.",
+ "description": "Passbolt is a free and open source password manager designed for collaboration. With Passbolt you can securely generate, store, manage and monitor your team credentials. Get access to all of your logins and passwords from multiple browsers or even your mobile phone.",
"env": [
{
"default": "1000",
+ "description": "Enter your user's PUID here",
"label": "PUID",
"name": "PUID"
},
{
+ "default": "1000",
+ "description": "Enter your user's PGID here",
"label": "PGID",
- "name": "PGID",
- "default": "1000"
- },
- {
- "label": "Frontend Flags",
- "name": "PENPOT_FLAGS_FE",
- "default": "enable-registration disable-secure-session-cookies enable-insecure-register enable-login-with-password"
- },
- {
- "label": "Backend Flags",
- "name": "PENPOT_FLAGS_BE",
- "default": "enable-registration disable-secure-session-cookies enable-insecure-register disable-email-verification"
+ "name": "PGID"
},
{
- "label": "Public URI",
- "name": "PUBLIC_URI",
- "default": "http://192.168.1.1:8624",
- "description": "Public URI. If you are going to expose this instance to the internet and use it under different domain than 'localhost', you will need to adjust it to the final domain."
+ "default": "Europe/Zurich",
+ "description": "Enter your time zone here. See examples https://en.wikipedia.org/wiki/List_of_tz_database_time_zones",
+ "label": "TZ",
+ "name": "TZ"
},
{
- "label": "Penpot Telemetry Enabled?",
- "name": "TELEMETRY_ENABLED",
- "select": [
- {
- "text": "Yes, enable telemetry",
- "value": "true",
- "default": true
- },
- {
- "text": "No, disable telemetry",
- "value": "false"
- }
- ],
- "description": "When enabled, a periodical process will send anonymous data about this instance."
+ "default": "",
+ "description": "Enter your MySql root password here",
+ "label": "MYSQL_ROOT_PASSWORD",
+ "name": "MYSQL_ROOT_PASSWORD"
},
{
- "default": "8624",
- "label": "Http Port",
- "name": "PORT",
- "description": "This should match the port specified in the Public URI, or 80/443 if using standard ports."
- }
- ],
- "platform": "linux",
- "repository": {
- "stackfile": "stacks/penpot/docker-compose-http.yml",
- "url": "https://github.com/shmolf/portainer-templates"
- },
- "maintainer": " https://github.com/shmolf/portainer-templates/"
- },
- {
- "type": 1,
- "title": "Watchtower {shmolf}",
- "name": "watchtower",
- "categories": [
- "Docker"
- ],
- "description": "A container-based solution for automating Docker container base image updates",
- "note": "Application documentation \ud83d\uddd7",
- "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/watchtower-logo.png",
- "platform": "linux",
- "image": "containrrr/watchtower",
- "ports": [
- "9001/tcp"
- ],
- "restart_policy": "always",
- "volumes": [
- {
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock"
- }
- ],
- "maintainer": " https://github.com/shmolf/portainer-templates/"
- },
- {
- "type": 1,
- "title": "Stirling PDF {shmolf}",
- "name": "stirling-pdf",
- "categories": [
- "Tools",
- "Pdf"
- ],
- "description": "Your locally hosted one-stop-shop for all your PDF needs.",
- "note": "To support multiple languages for OCR, per the Official documentation \ud83d\uddd7, download your Tess Data from from another repo \ud83d\uddd7.
Then, place said 'traineddata' files into /portainer/Files/AppData/Libraries/StirlingPDF/tessdata
For more information about login, read the official documentation \ud83d\uddd7.",
- "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/stirling-pdf.svg",
- "platform": "linux",
- "image": "frooodle/s-pdf:0.18.1",
- "ports": [
- "5417:8080/tcp"
- ],
- "restart_policy": "unless-stopped",
- "env": [
+ "default": "passbolt",
+ "description": "Enter your Passbolt database name here",
+ "label": "MYSQL_DATABASE",
+ "name": "MYSQL_DATABASE"
+ },
{
- "label": "PUID",
- "name": "PUID",
- "default": "1000"
+ "default": "passbolt",
+ "description": "Enter your Passbolt database user here",
+ "label": "MYSQL_USER",
+ "name": "MYSQL_USER"
},
{
- "label": "PGID",
- "name": "PGID",
- "default": "1000"
+ "default": "",
+ "description": "Enter your Passbolt database password here",
+ "label": "MYSQL_PASSWORD",
+ "name": "MYSQL_PASSWORD"
},
{
- "label": "Enable Login",
- "name": "DOCKER_ENABLE_SECURITY",
- "select": [
- {
- "text": "Yes, enable login",
- "value": "true"
- },
- {
- "text": "No, disable login",
- "value": "false",
- "default": true
- }
- ],
- "description": "If you want to enable the login, you'll also need to enable login through the Config's settings.yml"
- }
- ],
- "volumes": [
+ "default": "443",
+ "description": "Enter your Passbolt https port here",
+ "label": "PASSBOLT_PORT",
+ "name": "PASSBOLT_PORT"
+ },
{
- "bind": "/portainer/Files/AppData/Config/StirlingPDF",
- "container": "/configs"
+ "default": "https://passbolt.local",
+ "description": "Enter your full Passbolt https base URL here. Including port if different from 443",
+ "label": "PASSBOLT_URL",
+ "name": "PASSBOLT_URL"
},
{
- "bind": "/portainer/Files/AppData/Libraries/StirlingPDF/tessdata",
- "container": "/usr/share/tesseract-ocr/5/tessdata"
- }
- ],
- "maintainer": " https://github.com/shmolf/portainer-templates/"
- },
- {
- "type": 1,
- "title": "Terraria Server {shmolf}",
- "name": "terraria-server",
- "categories": [
- "Games"
- ],
- "description": "Docker container for a Terraria dedicated server.",
- "note": "Link to Official documentation \ud83d\uddd7 for setting up the server.",
- "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/terraria-server.png",
- "platform": "linux",
- "image": "passivelemon/terraria-docker:latest",
- "ports": [
- "7777:7777/tcp"
- ],
- "restart_policy": "unless-stopped",
- "env": [
+ "default": "Passbolt",
+ "description": "Enter your from email name",
+ "label": "EMAIL_FROM_NAME",
+ "name": "EMAIL_FROM_NAME"
+ },
{
- "label": "PUID",
- "name": "PUID",
- "default": "1000"
+ "default": "",
+ "description": "Enter your from email address",
+ "label": "EMAIL_FROM_ADDRESS",
+ "name": "EMAIL_FROM_ADDRESS"
},
{
- "label": "PGID",
- "name": "PGID",
- "default": "1000"
+ "default": "smtp.gmail.com",
+ "description": "Enter your email smtp server here",
+ "label": "EMAIL_SMTP_SERVER",
+ "name": "EMAIL_SMTP_SERVER"
},
{
- "label": "World name",
- "name": "WORLD",
- "default": "dockerworld"
- }
- ],
- "volumes": [
+ "default": "587",
+ "description": "Enter your email smtp port here",
+ "label": "EMAIL_SMTP_PORT",
+ "name": "EMAIL_SMTP_PORT"
+ },
{
- "bind": "/portainer/Files/AppData/Libraries/StirlingPDF/tessdata",
- "container": "/usr/share/tesseract-ocr/5/tessdata"
+ "default": "",
+ "description": "Enter your email username here",
+ "label": "EMAIL_USERNAME",
+ "name": "EMAIL_USERNAME"
+ },
+ {
+ "default": "",
+ "description": "Enter your email password here",
+ "label": "EMAIL_PASSWORD",
+ "name": "EMAIL_PASSWORD"
+ },
+ {
+ "default": "true",
+ "description": "Enter set TLS here",
+ "label": "EMAIL_TLS",
+ "name": "EMAIL_TLS"
}
],
- "maintainer": " https://github.com/shmolf/portainer-templates/"
- },
- {
- "type": 1,
- "title": "Cockpit {shmolf}",
- "name": "cockpit-cms",
- "categories": [
- "Cms"
- ],
- "description": "Cockpit is a headless CMS with an API-first approach that puts content first.",
- "note": "Link to Official documentation \ud83d\uddd7.
After deployment, continue to setup by visiting http://localhost:8088/install",
- "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/cockpit.svg",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/passbolt.png",
+ "name": "Passbolt",
"platform": "linux",
- "image": "agentejo/cockpit:latest",
- "ports": [
- "8088:80/tcp"
- ],
+ "repository": {
+ "stackfile": "stack/passbolt.yml",
+ "url": "https://github.com/pi-hosted/pi-hosted"
+ },
"restart_policy": "unless-stopped",
- "maintainer": " https://github.com/shmolf/portainer-templates/"
+ "title": "Passbolt",
+ "type": 3,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/pi-hosted/pi-hosted/blob/master/docs/passbolt.md
Official Docker Documentation: https://github.com/pi-hosted/pi-hosted/blob/master/docs/passbolt.md
Pi-Hosted dedicated documentation: passbolt.md
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
- "type": 3,
- "title": "Asciinema {shmolf}",
- "name": "asciinema",
"categories": [
+ "Other",
"Tools"
],
- "description": "Self-hosted terminal recording and playback",
- "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/asciinema.svg",
- "note": "Application documentation \ud83d\uddd7
For the application secret key, you can use the terminal command tr -dc A-Za-z0-9 </dev/urandom | head -c 64; echo
",
+ "description": "PGAdmin is a web-based GUI tool used to interact with the Postgres database sessions, both locally and remote servers as well. You can use PGAdmin to perform any sort of database administration required for a Postgres database.",
"env": [
{
"default": "1000",
@@ -15897,358 +15172,561 @@
"name": "PUID"
},
{
+ "default": "1000",
"label": "PGID",
- "name": "PGID",
- "default": "1000"
+ "name": "PGID"
},
{
- "label": "Hostname",
- "name": "HOST_NAME",
- "default": "localhost",
- "description": "Localhost for use within the application runtime"
+ "default": "",
+ "label": "PGADMIN_DEFAULT_EMAIL",
+ "name": "PGADMIN_DEFAULT_EMAIL"
},
{
- "label": "Host Port",
- "name": "HOST_PORT",
- "default": "3033",
- "description": "Published port for use within the application runtime"
+ "default": "",
+ "label": "PGADMIN_DEFAULT_PASSWORD",
+ "name": "PGADMIN_DEFAULT_PASSWORD"
},
{
- "label": "Secret Application Key",
- "name": "SECRET_KEY",
- "default": "please-change-this-to-a-random-secret"
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
}
],
+ "image": "dpage/pgadmin4:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pgadmin.png",
+ "name": "pgadmin",
"platform": "linux",
- "repository": {
- "stackfile": "stacks/asciinema/docker-compose.yml",
- "url": "https://github.com/shmolf/portainer-templates"
- },
- "maintainer": " https://github.com/shmolf/portainer-templates/"
+ "ports": [
+ "5050:80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "pgAdmin",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/pgadmin",
+ "container": "/var/lib/pgadmin"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.pgadmin.org/
Official Docker Documentation: https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_pgadmin.sh | bash
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
- "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
",
- "description": "Code-server (https://coder.com) is VS Code running on a remote server, accessible through the browser. - Code on your Chromebook, tablet, and laptop with a consistent dev environment. - If you have a Windows or Mac workstation, more easily develop for Linux. - Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. - Preserve battery life when you're on the go. - All intensive computation runs on your server. - You're no longer running excess instances of Chrome.",
"categories": [
- "Development"
+ "Other",
+ "Tools"
],
+ "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole with both DoH (DNS over HTTPS) and DoT (DNS over TLS) clients.",
+ "image": "oijkn/pihole-doh-dot:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole_doh-dot.png",
+ "name": "pihole DoH/DoT",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://pi-hole.net/
Official Docker Documentation: https://hub.docker.com/r/oijkn/pihole-doh-dot
Pi-Hosted dedicated documentation: pi-hole.md
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. If you like to use Pi-Hole's built in DHCP-Server change the Network type to host and open advance options and scroll to Labels and add: NET_ADMIN with the value True. When you do so, specify a port is no more needed, navigate to your.ip.goes.here/admin.",
"platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/code-server-banner.png",
- "image": "linuxserver/code-server:latest",
- "env": [
- {
- "name": "PUID",
- "label": "PUID",
- "default": "1000",
- "description": "for UserID"
- },
- {
- "name": "PGID",
- "label": "PGID",
- "default": "1000",
- "description": "for GroupID"
- },
+ "ports": [
+ "53:53/tcp",
+ "53:53/udp",
+ "67:67/udp",
+ "1010:80/tcp",
+ "4443:443/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Pi-Hole DoH/DoT",
+ "type": 1,
+ "volumes": [
{
- "name": "TZ",
- "label": "TZ",
- "default": "Europe/Amsterdam",
- "description": "specify a timezone to use"
+ "bind": "/portainer/Files/AppData/Config/PiHole_DoH-DoT",
+ "container": "/etc/pihole"
},
{
- "name": "PASSWORD",
- "label": "PASSWORD",
- "default": "password",
- "description": "Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth."
- },
+ "bind": "/portainer/Files/AppData/Config/PiHole_DoH-DoT/DNS",
+ "container": "/etc/dnsmasq.d"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole. This version has Ubound software installed on it so you don't need to rely on external DNS providers. When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here",
+ "env": [
{
- "name": "HASHED_PASSWORD",
- "label": "HASHED_PASSWORD",
- "default": "",
- "description": "Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below."
+ "default": "192.168.0.X",
+ "description": "Insert the Raspberry Pi IP here",
+ "label": "ServerIP",
+ "name": "ServerIP"
},
{
- "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."
+ "default": "Europe\\London",
+ "label": "TZ",
+ "name": "TZ"
},
{
- "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`."
+ "label": "DNSSEC",
+ "name": "DNSSEC",
+ "select": [
+ {
+ "default": true,
+ "text": "Enable DNSSEC",
+ "value": "true"
+ },
+ {
+ "text": "Disable DNSSEC",
+ "value": "false"
+ }
+ ]
},
{
- "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."
+ "default": "127.0.0.1#5335",
+ "label": "DNS1",
+ "name": "DNS1",
+ "preset": true
},
{
- "name": "DEFAULT_WORKSPACE",
- "label": "DEFAULT_WORKSPACE",
- "default": "/config/workspace",
- "description": "If this optional variable is set, code-server will open this directory by default"
+ "default": "127.0.0.1#5335",
+ "label": "DNS2",
+ "name": "DNS2",
+ "preset": true
}
],
+ "image": "cbcrowe/pihole-unbound:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole-unbound.png",
+ "name": "pihole-unbound",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://pi-hole.net/
Official Docker Documentation: https://github.com/chriscrowe/docker-pihole-unbound/tree/master/one-container
Pi-Hosted dedicated documentation: pi-hole.md
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. For extra information on this container visit the mainteiner GitHub Page. You can add ports: 5335 to access Ubound externally; 22 to enable SSH; 67 to use DHCP Server. Add those ports in Show advanced options. if you run into issues binding to port 53. If you like to use Pi-Hole's built in DHCP-Server change the Network type to host and open advance options and scroll to Labels and add: NET_ADMIN with the value True. When you do so, specify a port is no more needed, navigate to your.ip.goes.here/admin.",
+ "platform": "linux",
"ports": [
- "8443:8443/tcp"
+ "53:53/tcp",
+ "53:53/udp",
+ "1010:80/tcp",
+ "4443:443/tcp"
],
+ "restart_policy": "unless-stopped",
+ "title": "Pi-Hole-Unbound",
+ "type": 1,
"volumes": [
{
- "container": "/config",
- "bind": "/portainer/Files/AppData/Config/code-server"
+ "bind": "/portainer/Files/AppData/Config/PiHole-Unbound",
+ "container": "/etc/pihole"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/PiHole-Unbound/DNS",
+ "container": "/etc/dnsmasq.d"
}
],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/shmolf/portainer-templates/"
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
- "type": 3,
- "title": "Infisical {shmolf}",
- "name": "infisical",
"categories": [
- "Secrets",
- "Management"
+ "Other"
],
- "description": "The open-source secret management platform: Sync secrets/configs across your team/infrastructure and prevent secret leaks.",
- "logo": "https://raw.githubusercontent.com/shmolf/portainer-templates/main/assets/logos/infisical-black.webp",
- "note": "Application documentation \ud83d\uddd7",
- "env": [
- {
- "default": "8078",
- "label": "Http Port",
- "name": "PORT"
- },
+ "description": "Wireless control of PixelStrips or NeoPixels using a web graphical interface running on a Raspberry Pi.",
+ "image": "macley/pixel-server:latest",
+ "logo": "https://lirp.cdn-website.com/c73f56a6/dms3rep/multi/opt/ir.appnice.controlpad_512x512-640w.png",
+ "name": "pixel-server",
+ "platform": "linux",
+ "ports": [
+ "85:80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Pixel-server",
+ "type": 1,
+ "volumes": [
{
- "default": "c6606cd2daad581c4de96531427aae0d",
- "label": "Encryption Key",
- "name": "ENCRYPTION_KEY",
- "description": "Required key for platform encryption/decryption ops. 32 character hex string"
+ "bind": "/portainer/Files/AppData/Config/pixel-server/auth.cfg",
+ "container": "/opt/pixel-server/auth.cfg"
},
{
- "default": "5lrMXKKWCVocS/uerPsl7V+TX/aaUaI7iDkgl3tSmLE=",
- "label": "JWT Key",
- "name": "AUTH_SECRET",
- "description": "Required secrets to sign JWT tokens"
+ "bind": "/portainer/Files/AppData/Config/pixel-server/pixelserver.cfg",
+ "container": "/opt/pixel-server/pixelserver.cfg"
},
{
- "default": "postgres_password",
- "label": "Postgres Password",
- "name": "POSTGRES_PASSWORD"
+ "bind": "/portainer/Files/AppData/Config/pixel-server/users.cfg",
+ "container": "/opt/pixel-server/users.cfg"
},
{
- "default": "infisical",
- "label": "Postgres User",
- "name": "POSTGRES_USER"
- },
+ "container": "/etc/crontabs/"
+ }
+ ],
+ "privileged": true,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: http://www.penguintutor.com/projects/pixel-server
Official Docker Documentation: https://github.com/Macleykun/pixel-server
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_pixel-server.sh | bash
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Cloud",
+ "Productivity",
+ "Tools",
+ "Web"
+ ],
+ "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data!\n ",
+ "env": [
{
- "default": "infisical",
- "label": "Postgres Database",
- "name": "POSTGRES_DB"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "default": "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}",
- "label": "DB Connection URI",
- "name": "DB_CONNECTION_URI"
- },
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "privatebin/nginx-fpm-alpine:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/privatebin.png",
+ "name": "privatebin",
+ "platform": "linux",
+ "ports": [
+ "8080:8080/tcp"
+ ],
+ "privileged": true,
+ "restart_policy": "unless-stopped",
+ "title": "PrivateBin",
+ "type": 1,
+ "volumes": [
{
- "default": "http://localhost:8078",
- "label": "Website URL",
- "name": "SITE_URL"
+ "bind": "/portainer/Files/AppData/PrivateBin",
+ "container": "/srv/data"
},
{
- "default": "redis://redis:6379",
- "label": "Redis URL",
- "name": "REDIS_URL"
- },
+ "bind": "/portainer/Files/AppData/Config/PrivateBin",
+ "container": "/srv/cfg"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://privatebin.info/
Official Docker Documentation: https://hub.docker.com/r/privatebin/nginx-fpm-alpine
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Downloaders"
+ ],
+ "description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support. See the official documentation for WireGuard VPN support at https://hotio.dev/containers/qflood/",
+ "env": [
{
- "default": "",
- "label": "Email Host (Optional)",
- "name": "SMTP_HOST"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "default": "",
- "label": "Email Port (Optional)",
- "name": "SMTP_PORT"
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
},
{
- "default": "",
- "label": "Email Name (Optional)",
- "name": "SMTP_NAME"
+ "default": "002",
+ "label": "UMASK",
+ "name": "UMASK"
},
{
- "default": "",
- "label": "Email Username (Optional)",
- "name": "SMTP_USERNAME"
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
},
{
- "default": "",
- "label": "Email Password (Optional)",
- "name": "SMTP_PASSWORD"
- },
+ "default": "false",
+ "label": "FLOOD_AUTH",
+ "name": "FLOOD_AUTH"
+ }
+ ],
+ "image": "hotio/qflood:latest",
+ "logo": "https://raw.githubusercontent.com/jesec/flood/master/flood.svg",
+ "name": "qflood",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hotio.dev/containers/qflood/
Official Docker Documentation: https://hotio.dev/containers/qflood/
The default qBittorrent username is admin and the default password is adminadmin.",
+ "platform": "linux",
+ "ports": [
+ "3000:3000/tcp",
+ "8080:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "qFlood",
+ "type": 1,
+ "volumes": [
{
- "default": "",
- "label": "Heroku Client ID (Optional)",
- "name": "CLIENT_ID_HEROKU",
- "description": "Optional, only needed if integration is used"
+ "bind": "/portainer/Files/AppData/Config/qFlood",
+ "container": "/config"
},
{
- "default": "",
- "label": "Heroku Client Secret (Optional)",
- "name": "CLIENT_SECRET_HEROKU",
- "description": "Optional, only needed if integration is used"
- },
+ "bind": "/portainer/Downloads",
+ "container": "/app/qBittorrent/downloads"
+ }
+ ],
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Monitor",
+ "Tools"
+ ],
+ "description": "Monitor your Raspberry Pi and Dockers using Grafana developed by oijkn. Please download grafana configs from his git https://github.com/oijkn/Docker-Raspberry-PI-Monitoring",
+ "env": [
{
- "default": "",
- "label": "Vercel Client ID (Optional)",
- "name": "CLIENT_ID_VERCEL",
- "description": "Optional, only needed if integration is used"
- },
+ "default": "15d",
+ "label": "PROMETHEUS_RETENTION",
+ "name": "PROMETHEUS_RETENTION"
+ }
+ ],
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rpi_monitor.png",
+ "name": "RaspberryPi-Docker-Monitor",
+ "platform": "linux",
+ "ports": [
+ "3000:3000/tcp"
+ ],
+ "repository": {
+ "stackfile": "stack/raspberrypi-monitoring.yml",
+ "url": "https://github.com/pi-hosted/pi-hosted"
+ },
+ "restart_policy": "unless-stopped",
+ "title": "Raspberry Pi Docker Monitor",
+ "type": 3,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md
Official Docker Documentation: https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/rpi_docker_monitor.sh | bash
Youtube Video: Novaspirit Tech - Raspberry Pi Docker Monitoring
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "command": "",
+ "description": "Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others.",
+ "env": [
{
- "default": "",
- "label": "Vercel Client Secret (Optional)",
- "name": "CLIENT_SECRET_VERCEL",
- "description": "Optional, only needed if integration is used"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "default": "",
- "label": "Vercel Client Slug (Optional)",
- "name": "CLIENT_SLUG_VERCEL",
- "description": "Optional, only needed if integration is used"
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
},
{
- "default": "",
- "label": "Netlify Client ID (Optional)",
- "name": "CLIENT_ID_NETLIFY",
- "description": "Optional, only needed if integration is used"
+ "default": "1000",
+ "label": "USERID",
+ "name": "USERID"
},
{
- "default": "",
- "label": "Netlify Client Secret (Optional)",
- "name": "CLIENT_SECRET_NETLIFY",
- "description": "Optional, only needed if integration is used"
+ "default": "1000",
+ "label": "GROUPID",
+ "name": "GROUPID"
},
{
- "default": "",
- "label": "GitHub Client ID (Optional)",
- "name": "CLIENT_ID_GITHUB",
- "description": "Optional, only needed if integration is used"
+ "default": "guest;guest",
+ "label": "USER",
+ "name": "USER"
},
{
- "default": "",
- "label": "GitHub Client Secret (Optional)",
- "name": "CLIENT_SECRET_GITHUB",
- "description": "Optional, only needed if integration is used"
+ "default": "true",
+ "label": "PERMISSIONS",
+ "name": "PERMISSIONS"
},
{
- "default": "",
- "label": "GitLab Client ID (Optional)",
- "name": "CLIENT_ID_GITLAB",
- "description": "Optional, only needed if integration is used"
- },
+ "default": "portainer;/share;yes;no;yes;guest",
+ "label": "SHARE",
+ "name": "SHARE"
+ }
+ ],
+ "image": "dperson/samba:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/samba.png",
+ "name": "Samba",
+ "platform": "linux",
+ "ports": [
+ "139:139/tcp",
+ "445:445/tcp"
+ ],
+ "privileged": true,
+ "restart_policy": "unless-stopped",
+ "title": "Samba",
+ "type": 1,
+ "volumes": [
{
- "default": "",
- "label": "GitLab Client Secret (Optional)",
- "name": "CLIENT_SECRET_GITLAB",
- "description": "Optional, only needed if integration is used"
- },
+ "bind": "/portainer/Downloads",
+ "container": "/share"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.samba.org/
Official Docker Documentation: https://github.com/dperson/samba
Youtube Videos:
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "Open-Source Privacy-respecting metasearch engine",
+ "env": [
{
- "default": "",
- "label": "Bitbucket Client ID (Optional)",
- "name": "CLIENT_ID_BITBUCKET",
- "description": "Optional, only needed if integration is used"
+ "default": "http://localhost:9017",
+ "label": "BASE_URL",
+ "name": "BASE_URL"
},
{
- "default": "",
- "label": "Bitbucket Client Secret (Optional)",
- "name": "CLIENT_SECRET_BITBUCKET",
- "description": "Optional, only needed if integration is used"
- },
+ "default": "my-instance",
+ "label": "INSTANCE_NAME",
+ "name": "INSTANCE_NAME"
+ }
+ ],
+ "image": "searxng/searxng:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/searx.png",
+ "name": "SearXNG",
+ "platform": "linux",
+ "ports": [
+ "9017:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "SearXNG",
+ "type": 1,
+ "volumes": [
{
- "default": "",
- "label": "Sentry DSN (Optional)",
- "name": "SENTRY_DSN",
- "description": "Optional, only needed if monitoring is used"
- },
+ "bind": "/portainer/Files/AppData/Config/searxng",
+ "container": "/etc/searxng"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://docs.searxng.org/
Official Docker Documentation: https://docs.searxng.org/admin/installation-docker.html
Pi-Hosted dedicated documentation: searxng.md
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Tools",
+ "Web"
+ ],
+ "description": "Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.",
+ "image": "niruix/sshwifty:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/sshwifty-icon.png",
+ "name": "Sshwifty",
+ "platform": "linux",
+ "ports": [
+ "8182:8182/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Sshwifty",
+ "type": 1,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://sshwifty.herokuapp.com/
Official Docker Documentation: https://github.com/nirui/sshwifty#docker-image
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Tool"
+ ],
+ "description": "SurrealDB is an end-to-end cloud native database for web, mobile, serverless, jamstack, backend, and traditional applications.",
+ "image": "surrealdb/surrealdb:latest",
+ "logo": "",
+ "name": "SurrealDB",
+ "env": [
{
- "default": "",
- "label": "Google Client ID (Optional)",
- "name": "CLIENT_ID_GOOGLE_LOGIN",
- "description": "Optional, only needed if SSO is used"
+ "default": "default_username",
+ "label": "SDB_USERNAME",
+ "name": "SDB_USERNAME"
},
{
- "default": "",
- "label": "Google Client Secret (Optional)",
- "name": "CLIENT_SECRET_GOOGLE_LOGIN",
- "description": "Optional, only needed if SSO is used"
- },
+ "default": "default_password",
+ "label": "SDB_PASSWORD",
+ "name": "SDB_PASSWORD"
+ }
+ ],
+ "platform": "linux",
+ "ports": [
+ "8020:8000/tcp"
+ ],
+ "command": "start --user ${SDB_USERNAME} --pass ${SDB_PASSWORD} file:/data/database.db",
+ "volumes": [
{
- "default": "",
- "label": "GitHub Client ID (Optional)",
- "name": "CLIENT_ID_GITHUB_LOGIN",
- "description": "Optional, only needed if SSO is used"
- },
+ "bind": "/portainer/Files/AppData/Config/surrealdb/data",
+ "container": "/data"
+ }
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "SurrealDB",
+ "type": 1,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://surrealdb.com/
Official Docker Documentation: https://hub.docker.com/r/surrealdb/surrealdb
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Monitor",
+ "Other"
+ ],
+ "description": "A quick way to display system stats on a 128x64 I2C OLED display.",
+ "env": [
{
- "default": "",
- "label": "GitHub Client Secret (Optional)",
- "name": "CLIENT_SECRET_GITHUB_LOGIN",
- "description": "Optional, only needed if SSO is used"
+ "default": "8",
+ "label": "start displaying screen",
+ "name": "start"
},
{
- "default": "",
- "label": "GitLab Client ID (Optional)",
- "name": "CLIENT_ID_GITLAB_LOGIN",
- "description": "Optional, only needed if SSO is used"
+ "default": "23",
+ "label": "end displaying screen",
+ "name": "end"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.the-diy-life.com/
Official Docker Documentation: https://github.com/mklements/OLED_Stats_Docker
Run this command first to enable is2 communication! \\nsudo raspi-config nonint do_i2c 0\\nsudo /DietPi/dietpi/func/dietpi-set_hardware i2c enable || sudo /boot/dietpi/func/dietpi-set_hardware i2c enable\\n",
+ "image": "mklements/oled_stats:latest",
+ "logo": "https://camo.githubusercontent.com/4cf4aaa1e53612347e4d48f152d6d4eea0ce93a6ecacacaa9d44061d0994b408/68747470733a2f2f7777772e7468652d6469792d6c6966652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f30392f3138373137323831322d64653264653635632d626433302d343065372d613835322d3264343234656463323761622e6a7067",
+ "name": "OLED_Stats",
+ "platform": "linux",
+ "restart_policy": "unless-stopped",
+ "title": "System Stats OLED display",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/etc/timezone",
+ "container": "/etc/timezone"
},
{
- "default": "",
- "label": "GitLab Client Secret (Optional)",
- "name": "CLIENT_SECRET_GITLAB_LOGIN",
- "description": "Optional, only needed if SSO is used"
- },
+ "bind": "/etc/localtime",
+ "container": "/etc/localtime"
+ }
+ ],
+ "network": "host",
+ "privileged": true,
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Proxy",
+ "Security",
+ "Tools"
+ ],
+ "description": "Cloud-Native Networking Stack That Just Works.",
+ "image": "traefik:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/traefik.png",
+ "name": "traefik",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://doc.traefik.io/traefik/
Official Docker Documentation: https://doc.traefik.io/traefik/getting-started/install-traefik/
Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/traefik.sh | bash
A simple and lightweight reverse proxy",
+ "platform": "linux",
+ "ports": [
+ "80:80/tcp",
+ "443:443/tcp",
+ "8080:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Traefik",
+ "type": 1,
+ "volumes": [
{
- "default": "",
- "label": "Captcha Secret (Optional)",
- "name": "CAPTCHA_SECRET",
- "description": "Optional, only needed if captcha is used"
+ "bind": "/portainer/Files/AppData/Config/traefik/traefik.yml",
+ "container": "/traefik.yml"
},
{
- "default": "",
- "label": "Captcha Site Key (Optional)",
- "name": "NEXT_PUBLIC_CAPTCHA_SITE_KEY",
- "description": "Optional, only needed if captcha is used"
+ "bind": "/portainer/Files/AppData/Config/traefik/config.yml",
+ "container": "/config.yml"
},
{
- "default": "",
- "label": "Plain API Key (Optional)",
- "name": "PLAIN_API_KEY",
- "description": "Optional, only needed if Plain is used"
+ "bind": "/portainer/Files/AppData/Config/traefik/acme.json",
+ "container": "/acme.json"
},
{
- "default": "",
- "label": "Plain Wish Label IDs (Optional)",
- "name": "PLAIN_WISH_LABEL_IDS",
- "description": "Optional, only needed if Plain is used"
+ "bind": "/var/run/docker.sock",
+ "container": "/var/run/docker.sock"
}
],
- "platform": "linux",
- "repository": {
- "stackfile": "stacks/infisical/compose.yml",
- "url": "https://github.com/shmolf/portainer-templates"
- },
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/shmolf/portainer-templates/"
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Web",
+ "Other",
+ "Vpn",
"Tools"
],
- "description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.",
+ "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
"default": "1000",
@@ -16256,45 +15734,78 @@
"name": "PUID"
},
{
- "default": "100",
+ "default": "1000",
"label": "PGID",
"name": "PGID"
+ },
+ {
+ "default": "MULLVAD",
+ "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
+ "label": "OPENVPN_PROVIDER",
+ "name": "OPENVPN_PROVIDER"
+ },
+ {
+ "default": "",
+ "description": "Optional. Mostly used to narrow down what location to use by the provider",
+ "label": "OPENVPN_CONFIG",
+ "name": "OPENVPN_CONFIG"
+ },
+ {
+ "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"
+ },
+ {
+ "default": "true",
+ "label": "watch-dir-enabled",
+ "name": "TRANSMISSION_WATCH_DIR_ENABLED"
}
],
- "image": "gitea/gitea:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/gitea.png",
- "name": "gitea",
- "note": "Use SQLite3 for the database unless you have an external one setup.",
+ "image": "haugene/transmission-openvpn:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/transmission-icon.png",
+ "name": "transmission-openvpn-latest",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://transmissionbt.com/
Official Docker Documentation: https://haugene.github.io/docker-transmission-openvpn/run-container/
List of supported providers available here.",
+ "platform": "linux",
"ports": [
- "3000:3000/tcp",
- "222:22/tcp"
+ "9091:9091/tcp"
],
- "platform": "linux",
+ "privileged": true,
"restart_policy": "unless-stopped",
- "title": "Gitea",
+ "title": "Transmission OpenVPN Latest",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Gitea",
- "container": "/data"
+ "bind": "/portainer/Files/AppData/Config/transmission-openvpn",
+ "container": "/config"
},
{
- "bind": " /etc/timezone",
- "container": "/etc/timezone:ro"
+ "bind": "/portainer/Downloads",
+ "container": "/data"
},
{
"bind": "/etc/localtime",
- "container": "/etc/localtime:ro"
+ "container": "/etc/localtime"
}
],
- "maintainer": " https://github.com/Qballjos/portainer_templates/"
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
"Other",
+ "Vpn",
"Tools"
],
- "description": "Jellyseer is a free and open source software application for managing requests for your media library.",
+ "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
"default": "1000",
@@ -16302,119 +15813,185 @@
"name": "PUID"
},
{
- "default": "100",
+ "default": "1000",
"label": "PGID",
"name": "PGID"
+ },
+ {
+ "default": "MULLVAD",
+ "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
+ "label": "OPENVPN_PROVIDER",
+ "name": "OPENVPN_PROVIDER"
+ },
+ {
+ "default": "",
+ "description": "Optional. Mostly used to narrow down what location to use by the provider",
+ "label": "OPENVPN_CONFIG",
+ "name": "OPENVPN_CONFIG"
+ },
+ {
+ "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"
+ },
+ {
+ "default": "true",
+ "label": "watch-dir-enabled",
+ "name": "TRANSMISSION_WATCH_DIR_ENABLED"
}
],
- "image": "fallenbagel/jellyseerr:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jellyseerr.png",
- "name": "Jellyseerr",
+ "image": "haugene/transmission-openvpn:3.7.1",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/transmission-icon.png",
+ "name": "transmission-openvpn",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://transmissionbt.com/
Official Docker Documentation: https://haugene.github.io/docker-transmission-openvpn/run-container/
Youtube Video: Novaspirit Tech - Torrent with Docker and OPENVPN with Transmission and PIA
List of supported providers available here.",
"platform": "linux",
"ports": [
- "5055:5055/tcp"
+ "9091:9091/tcp"
],
+ "privileged": true,
"restart_policy": "unless-stopped",
- "title": "Jellyseerr",
+ "title": "Transmission OpenVPN v3",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Config/Jellyseerr",
- "container": "/app/config"
+ "bind": "/portainer/Files/AppData/Config/transmission-openvpn",
+ "container": "/config"
+ },
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/data"
+ },
+ {
+ "bind": "/etc/localtime",
+ "container": "/etc/localtime"
}
],
- "maintainer": " https://github.com/Qballjos/portainer_templates/"
- },
- {
- "categories": [
- "Other",
- "Tools"
- ],
- "description": "Passky is a simple, modern, lightweight, open-source and secure password manager.",
- "image": "rabbitcompany/passky-client:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/passky-icon.png",
- "name": "passky-client",
- "platform": "linux",
- "ports": [
- "8081:80/tcp"
- ],
- "restart_policy": "unless-stopped",
- "title": "Passky Client",
- "type": 1,
- "maintainer": " https://github.com/Qballjos/portainer_templates/"
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Other",
"Tools"
],
- "description": "Passky is a simple, modern, lightweight, open-source and secure password manager.",
+ "description": "Unmanic is a simple tool for optimising your file library. You can use it to convert your files into a single, uniform format, manage file movements based on timestamps, or execute custom commands against a file based on its file size.",
"env": [
{
- "default": "admin",
- "label": "ADMIN_USERNAME",
- "name": "ADMIN_USERNAME"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "label": "ADMIN_PASSWORD",
- "name": "ADMIN_PASSWORD"
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
}
],
- "image": "rabbitcompany/passky-server:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/passky-icon.png",
- "name": "passky-server",
- "note": "Do not forget to perform regular backups, especially before each update.",
+ "image": "josh5/unmanic:latest",
+ "logo": "https://docs.unmanic.app/img/icon.png",
+ "name": "unmanic",
"platform": "linux",
"ports": [
- "8080:80/tcp"
+ "8888:8888/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Passky Server",
+ "title": "Unmanic",
"type": 1,
"volumes": [
{
- "bind": "/portainer/Files/AppData/Passky-Server",
- "container": "/var/www/html/databases"
+ "bind": "/portainer/Files/AppData/Config/unmanic/config",
+ "container": "/config"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/unmanic/library",
+ "container": "/library"
+ },
+ {
+ "bind": "/portainer/Files/AppData/Config/unmanic/tmp",
+ "container": "/tmp/unmanic"
}
],
- "maintainer": " https://github.com/Qballjos/portainer_templates/"
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://docs.unmanic.app/
Official Docker Documentation: https://docs.unmanic.app/docs/installation/docker
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"categories": [
- "Tools",
- "Other"
+ "Other",
+ "Tools"
],
- "description": "A simple script that will watch a stream for you and earn the channel points.",
- "image": "rdavidoff/twitch-channel-points-miner-v2:latest",
- "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/twitchpointsminer.png",
- "name": "twitch-points-miner",
- "note": "Requires run.py, this is your starter script with your configuration. Please copy and modify accordingly Here",
+ "description": "This is a replacement for Microsoft's KMS server.",
+ "image": "mikolatero/vlmcsd:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/vlmcsd.png",
+ "name": "vlmcsd-kms",
"platform": "linux",
"ports": [
- "5000:5000/tcp"
+ "1688:1688/tcp"
],
"restart_policy": "unless-stopped",
- "title": "Twitch Points Miner",
+ "title": "Vlmcsd - KMS",
"type": 1,
- "volumes": [
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hub.docker.com/r/mikolatero/vlmcsd
Official Docker Documentation: https://github.com/mikolatero/docker-vlmcsd
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
+ },
+ {
+ "categories": [
+ "Other",
+ "Vpn"
+ ],
+ "description": "Fast VPN Server with easy to use User Interface",
+ "env": [
{
- "bind": "/portainer/Files/AppData/Config/TwitchPointsMiner/run.py",
- "container": "/usr/src/app/run.py"
+ "default": "example.domain.com",
+ "description": "Set here your DDNS domain",
+ "label": "WG_HOST",
+ "name": "WG_HOST"
},
{
- "bind": "/portainer/Files/AppData/TwitchPointsMiner/cookies",
- "container": "/usr/src/app/cookies"
+ "default": "ENTER AN ADMIN PASSWORD",
+ "description": "Leave blank to access WebUI without loggin",
+ "label": "PASSWORD",
+ "name": "PASSWORD"
},
{
- "bind": "/portainer/Files/AppData/TwitchPointsMiner/logs",
- "container": "/usr/src/app/logs"
+ "default": "51820",
+ "label": "WG_PORT",
+ "name": "WG_PORT"
},
{
- "bind": "/portainer/Files/AppData/TwitchPointsMiner/analytics",
- "container": "/usr/src/app/analytics"
+ "default": "1.1.1.1",
+ "label": "WG_DEFAULT_DNS",
+ "name": "WG_DEFAULT_DNS"
+ },
+ {
+ "default": "10.8.0.x",
+ "label": "WG_DEFAULT_ADDRESS",
+ "name": "WG_DEFAULT_ADDRESS"
+ },
+ {
+ "default": "0.0.0.0/0, ::/0",
+ "label": "WG_ALLOWED_IPS",
+ "name": "WG_ALLOWED_IPS"
}
],
- "maintainer": " https://github.com/Qballjos/portainer_templates/"
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/wireguard.png",
+ "name": "wg-easy",
+ "platform": "linux",
+ "repository": {
+ "stackfile": "stack/wireguard-easy.yml",
+ "url": "https://github.com/pi-hosted/pi-hosted"
+ },
+ "title": "Wireguard Server",
+ "type": 3,
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://github.com/WeeJeWel/wg-easy/
Official Docker Documentation: https://github.com/WeeJeWel/wg-easy/#1-install-docker
Youtube Video: Novaspirit Tech - Beginners Guide to WireGuard Docker and Installing Pi-OS 64bit
",
+ "maintainer": " https://github.com/novaspirit/pi-hosted/"
},
{
"type": 1,
@@ -20738,190 +20315,19 @@
],
"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": []
- },
- {
- "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": []
- },
- {
- "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\u2019s 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": []
- },
- {
- "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": []
- },
- {
- "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"
+ "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/wps-office/config"
+ "bind": "/volume1/docker/unifi-network-application/config"
}
],
"restart_policy": "unless-stopped",
@@ -20930,13 +20336,13 @@
},
{
"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.",
+ "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": "https://raw.githubusercontent.com/SergiX44/XBackBone/master/docs/img/xbackbone.png",
- "image": "linuxserver/xbackbone:latest",
+ "logo": "",
+ "image": "linuxserver/unrar:latest",
"env": [
{
"name": "PUID",
@@ -20958,13 +20364,12 @@
}
],
"ports": [
- "80:80/tcp",
- "443:443/tcp"
+ "80:80/tcp"
],
"volumes": [
{
"container": "/config",
- "bind": "/volume1/docker/xbackbone/config"
+ "bind": "/volume1/docker/unrar/config"
}
],
"restart_policy": "unless-stopped",
@@ -20973,13 +20378,13 @@
},
{
"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/).",
+ "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\u2019s editor VS Code.",
"platform": "linux",
- "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/yaak-logo.png",
- "image": "linuxserver/yaak:latest",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png",
+ "image": "linuxserver/vscodium:latest",
"env": [
{
"name": "PUID",
@@ -21007,7 +20412,7 @@
"volumes": [
{
"container": "/config",
- "bind": "/volume1/docker/yaak/config"
+ "bind": "/volume1/docker/vscodium/config"
}
],
"restart_policy": "unless-stopped",
@@ -21016,13 +20421,13 @@
},
{
"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.",
+ "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": "",
- "image": "linuxserver/yq:latest",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webcord-icon.png",
+ "image": "linuxserver/webcord:latest",
"env": [
{
"name": "PUID",
@@ -21044,12 +20449,13 @@
}
],
"ports": [
- "80:80/tcp"
+ "3000:3000/tcp",
+ "3001:3001/tcp"
],
"volumes": [
{
"container": "/config",
- "bind": "/volume1/docker/yq/config"
+ "bind": "/volume1/docker/webcord/config"
}
],
"restart_policy": "unless-stopped",
@@ -21058,13 +20464,13 @@
},
{
"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.",
+ "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/zotero-icon.png",
- "image": "linuxserver/zotero:latest",
+ "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wps-office-icon.png",
+ "image": "linuxserver/wps-office:latest",
"env": [
{
"name": "PUID",
@@ -21092,560 +20498,356 @@
"volumes": [
{
"container": "/config",
- "bind": "/volume1/docker/zotero/config"
- }
- ],
- "restart_policy": "unless-stopped",
- "maintainer": " https://github.com/technorabilia/portainer-templates/",
- "categories": []
- },
- {
- "type": 1,
- "title": "Registry (cache)",
- "description": "Docker image registry configured as a DockerHub pull through cache",
- "categories": [
- "Docker"
- ],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
- "image": "registry:latest",
- "ports": [
- "5000/tcp"
- ],
- "volumes": [
- {
- "container": "/var/lib/registry"
- }
- ],
- "env": [
- {
- "name": "REGISTRY_PROXY_REMOTEURL",
- "default": "https://registry-1.docker.io",
- "preset": true
- }
- ],
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 1,
- "title": "Ubuntu",
- "description": "Debian-based Linux operating system",
- "categories": [
- "Operatingsystem"
- ],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
- "image": "ubuntu:latest",
- "interactive": true,
- "command": "/bin/bash",
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 1,
- "title": "NodeJS",
- "description": "JavaScript-based platform for server-side and networking applications",
- "categories": [
- "Development"
- ],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/node.png",
- "image": "node:latest",
- "interactive": true,
- "command": "/bin/bash",
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 2,
- "title": "Swarm monitoring",
- "description": "Monitor your cluster performances with Prometheus & Grafana",
- "note": "Requires Docker version 19.03.0+. Make sure to add the monitoring == true
one of your Swarm manager node before deploying this stack.",
- "categories": [
- "Monitoring"
- ],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
- "repository": {
- "url": "https://github.com/portainer/templates",
- "stackfile": "swarm/monitoring/docker-compose.yml"
- },
- "env": [
- {
- "name": "GRAFANA_USER",
- "label": "Grafana admin user",
- "default": "admin"
- },
- {
- "name": "GRAFANA_PASSWORD",
- "label": "Grafana admin password"
- }
- ],
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 2,
- "title": "Redis Cluster",
- "description": "Open-source in-memory data structure store - Cluster mode",
- "categories": [
- "Database"
- ],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
- "repository": {
- "url": "https://github.com/portainer/templates",
- "stackfile": "stacks/redis-cluster/docker-stack.yaml"
- },
- "env": [
- {
- "name": "REDIS_PASSWD",
- "label": "Redis password"
- }
- ],
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 1,
- "title": "Dokku",
- "description": "Dokku setup as a container",
- "categories": [
- "Paas"
- ],
- "platform": "linux",
- "logo": "",
- "image": "dokku/dokku",
- "ports": [
- "22/tcp",
- "80/tcp",
- "443/tcp"
- ],
- "volumes": [
- {
- "container": "/mnt/dokku",
- "bind": "/var/lib/dokku"
- },
- {
- "container": "/var/run/docker.sock",
- "bind": "/var/run/docker.sock"
- }
- ],
- "env": [
- {
- "name": "DOKKU_HOSTNAME",
- "label": "Dokku hostname",
- "description": "Global hostname to be registered by Dokku"
- },
- {
- "name": "DOKKU_HOST_ROOT",
- "label": "Dokku host root",
- "default": "/var/lib/dokku/home/dokku",
- "description": "Image build cache path. Generally set to + '/home/dokku'"
- }
- ],
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 1,
- "title": "OPC Router",
- "description": "No-code middleware for industrial applications. The OPC Router connects PLCs, PCS, SCADA, MES, SQL databases and servers, label printers, e-mail servers and erp-systems via OPC UA, MQTT, REST, CSV and many others without any programming effort",
- "note": "More information about the EULA.",
- "categories": [
- "Edge"
- ],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/opc-router.png",
- "image": "opcrouter/runtime:latest",
- "ports": [
- "49429/tcp",
- "8080/tcp",
- "8081/tcp"
- ],
- "env": [
- {
- "name": "INITIAL_USERNAME",
- "label": "Initial Admin User user"
- },
- {
- "name": "INITIAL_PASSWORD",
- "label": "Inital Admin User Password"
- },
- {
- "name": "OR_I_ACCEPT_EULA",
- "label": "Accept EULA",
- "select": [
- {
- "text": "Yes, I accept",
- "value": "true",
- "default": true
- }
- ]
+ "bind": "/volume1/docker/wps-office/config"
}
],
- "volumes": [
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/technorabilia/portainer-templates/",
+ "categories": []
+ },
+ {
+ "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": [
{
- "container": "/data/database"
+ "name": "PUID",
+ "label": "PUID",
+ "default": "1024",
+ "description": "for UserID"
},
{
- "container": "/inray"
+ "name": "PGID",
+ "label": "PGID",
+ "default": "100",
+ "description": "for GroupID"
},
{
- "container": "/var/log/opcrouter"
+ "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)."
}
],
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 1,
- "title": "Floating License Server",
- "description": "License Server for Softing edgeConnector products",
- "categories": [
- "Edge"
- ],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
- "image": "softingindustrial/floating-license-server:latest",
"ports": [
- "6200/tcp"
+ "80:80/tcp",
+ "443:443/tcp"
],
- "interactive": true,
"volumes": [
{
- "container": "/licsrv/licenses"
+ "container": "/config",
+ "bind": "/volume1/docker/xbackbone/config"
}
],
- "maintainer": " https://github.com/portainer/templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/technorabilia/portainer-templates/",
+ "categories": []
},
{
"type": 1,
- "title": "EdgeConnector Modbus",
- "description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
- "categories": [
- "Edge"
- ],
+ "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://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
- "image": "softingindustrial/edgeconnector-modbus:latest",
- "ports": [
- "443/tcp",
- "8099/tcp",
- "4897/tcp"
- ],
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 1,
- "title": "EdgeConnector 840D",
- "description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
- "categories": [
- "Edge"
+ "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)."
+ }
],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
- "image": "softingindustrial/edgeconnector-840d",
"ports": [
- "443/tcp",
- "8099/tcp",
- "4897/tcp"
- ],
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 1,
- "title": "EdgeConnector Siemens",
- "description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
- "categories": [
- "Edge"
+ "3000:3000/tcp",
+ "3001:3001/tcp"
],
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
- "image": "softingindustrial/edgeconnector-siemens",
- "ports": [
- "443/tcp",
- "8099/tcp",
- "4897/tcp"
+ "volumes": [
+ {
+ "container": "/config",
+ "bind": "/volume1/docker/yaak/config"
+ }
],
- "maintainer": " https://github.com/portainer/templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/technorabilia/portainer-templates/",
+ "categories": []
},
{
"type": 1,
- "title": "EdgeConnector FANUC CNC",
- "description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
- "categories": [
- "Edge"
- ],
+ "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": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
- "image": "softingindustrial/edgeconnector-fanuc-cnc",
- "ports": [
- "443/tcp",
- "8099/tcp",
- "4897/tcp"
- ],
+ "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"
+ "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"
- },
- {
- "container": "/mqtt"
+ "container": "/config",
+ "bind": "/volume1/docker/yq/config"
}
],
- "maintainer": " https://github.com/portainer/templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/technorabilia/portainer-templates/",
+ "categories": []
},
{
"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"
- ],
+ "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://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
- "image": "softingindustrial/edgeaggregator",
- "ports": [
- "443/tcp",
- "8099/tcp",
- "4897/tcp"
- ],
+ "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"
+ "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"
- },
- {
- "container": "/mqtt"
+ "container": "/config",
+ "bind": "/volume1/docker/zotero/config"
}
],
- "maintainer": " https://github.com/portainer/templates/"
+ "restart_policy": "unless-stopped",
+ "maintainer": " https://github.com/technorabilia/portainer-templates/",
+ "categories": []
},
{
- "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"
+ "Web",
+ "Tools"
],
- "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"
- },
+ "description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.",
"env": [
{
- "name": "POSTGRES_USER",
- "label": "Database user"
- },
- {
- "name": "POSTGRES_PASSWORD",
- "label": "Database password"
- },
- {
- "name": "MPS_USER",
- "label": "MPS user"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "name": "MPS_PASSWORD",
- "label": "MPS password"
- },
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "gitea/gitea:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/gitea.png",
+ "name": "gitea",
+ "note": "Use SQLite3 for the database unless you have an external one setup.",
+ "ports": [
+ "3000:3000/tcp",
+ "222:22/tcp"
+ ],
+ "platform": "linux",
+ "restart_policy": "unless-stopped",
+ "title": "Gitea",
+ "type": 1,
+ "volumes": [
{
- "name": "MPS_COMMON_NAME",
- "label": "MPS URL",
- "description": "Used to connect to the MPS API."
+ "bind": "/portainer/Files/AppData/Config/Gitea",
+ "container": "/data"
},
{
- "name": "MPS_SECRET",
- "label": "MPS Secret",
- "description": "Strong secret key used to log into MPS."
+ "bind": " /etc/timezone",
+ "container": "/etc/timezone:ro"
},
{
- "name": "VAULT_SECRET",
- "label": "Vault secret",
- "description": "Secret token used to log into Vault (don't include '.' character)."
+ "bind": "/etc/localtime",
+ "container": "/etc/localtime:ro"
}
],
- "maintainer": " https://github.com/portainer/templates/"
+ "maintainer": " https://github.com/Qballjos/portainer_templates/"
},
{
- "type": 3,
- "title": "FDO",
- "description": "FDO",
- "platform": "linux",
- "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/intel.png",
- "repository": {
- "url": "https://github.com/portainer/templates",
- "stackfile": "stacks/fdo/docker-stack.yml"
- },
+ "categories": [
+ "Other",
+ "Tools"
+ ],
+ "description": "Jellyseer is a free and open source software application for managing requests for your media library.",
"env": [
{
- "name": "owner_api_user",
- "label": "API Username"
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
},
{
- "name": "owner_api_password",
- "label": "API Password"
+ "default": "100",
+ "label": "PGID",
+ "name": "PGID"
}
],
- "maintainer": " https://github.com/portainer/templates/",
- "categories": []
- },
- {
- "type": 2,
- "title": "LiveSwitch",
- "description": "A basic LiveSwitch stack with gateway, caching, database and media server",
- "categories": [
- "Media"
- ],
+ "image": "fallenbagel/jellyseerr:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jellyseerr.png",
+ "name": "Jellyseerr",
"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": [
+ "ports": [
+ "5055:5055/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Jellyseerr",
+ "type": 1,
+ "volumes": [
{
- "name": "POSTGRES_PASSWORD",
- "label": "Postgres password"
+ "bind": "/portainer/Files/AppData/Config/Jellyseerr",
+ "container": "/app/config"
}
],
- "maintainer": " https://github.com/portainer/templates/"
+ "maintainer": " https://github.com/Qballjos/portainer_templates/"
},
{
- "type": 3,
- "title": "TOSIBOX Lock for Container",
- "description": "Lock for Container brings secure connectivity inside your industrial IoT devices",
"categories": [
- "Edge"
+ "Other",
+ "Tools"
],
+ "description": "Passky is a simple, modern, lightweight, open-source and secure password manager.",
+ "image": "rabbitcompany/passky-client:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/passky-icon.png",
+ "name": "passky-client",
"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"
- }
+ "ports": [
+ "8081:80/tcp"
],
- "maintainer": " https://github.com/portainer/templates/"
+ "restart_policy": "unless-stopped",
+ "title": "Passky Client",
+ "type": 1,
+ "maintainer": " https://github.com/Qballjos/portainer_templates/"
},
{
- "type": 3,
- "title": "Pro Mosquitto with Management Center",
- "description": "Commercial-grade Mosquitto MQTT broker with Management Center",
- "note": "The Mosquitto broker password must be at least 12 characters.",
"categories": [
- "Edge"
+ "Other",
+ "Tools"
],
- "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"
- },
+ "description": "Passky is a simple, modern, lightweight, open-source and secure password manager.",
"env": [
{
- "name": "CEDALO_LICENSE_KEY",
- "label": "License key"
- },
- {
- "name": "CEDALO_MOSQUITTO_PASSWORD",
- "label": "Mosquitto password"
+ "default": "admin",
+ "label": "ADMIN_USERNAME",
+ "name": "ADMIN_USERNAME"
},
{
- "name": "CEDALO_MC_USER",
- "label": "Management Center username",
- "default": "cedalo"
- },
+ "label": "ADMIN_PASSWORD",
+ "name": "ADMIN_PASSWORD"
+ }
+ ],
+ "image": "rabbitcompany/passky-server:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/passky-icon.png",
+ "name": "passky-server",
+ "note": "Do not forget to perform regular backups, especially before each update.",
+ "platform": "linux",
+ "ports": [
+ "8080:80/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Passky Server",
+ "type": 1,
+ "volumes": [
{
- "name": "CEDALO_MC_PASSWORD",
- "label": "Management Center password"
+ "bind": "/portainer/Files/AppData/Passky-Server",
+ "container": "/var/www/html/databases"
}
],
- "maintainer": " https://github.com/portainer/templates/"
- },
- {
- "type": 4,
- "title": "Softing EdgeConnector modbus",
- "description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
- "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-modbus/docker-compose.yml",
- "maintainer": " https://github.com/portainer/templates/",
- "categories": []
- },
- {
- "type": 4,
- "title": "Softing EdgeConnector 840D",
- "description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
- "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-840d/docker-compose.yml",
- "maintainer": " https://github.com/portainer/templates/",
- "categories": []
- },
- {
- "type": 4,
- "title": "Softing EdgeConnector Siemens",
- "description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
- "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-siemens/docker-compose.yml",
- "maintainer": " https://github.com/portainer/templates/",
- "categories": []
- },
- {
- "type": 4,
- "title": "Softing EdgeConnector FANUC CNC",
- "description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
- "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-fanuc-cnc/docker-compose.yml",
- "maintainer": " https://github.com/portainer/templates/",
- "categories": []
- },
- {
- "type": 4,
- "title": "Softing EdgeConnector Aggregator",
- "description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
- "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-aggregator/docker-compose.yml",
- "maintainer": " https://github.com/portainer/templates/",
- "categories": []
+ "maintainer": " https://github.com/Qballjos/portainer_templates/"
},
{
- "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"
+ "Tools",
+ "Other"
],
+ "description": "A simple script that will watch a stream for you and earn the channel points.",
+ "image": "rdavidoff/twitch-channel-points-miner-v2:latest",
+ "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/twitchpointsminer.png",
+ "name": "twitch-points-miner",
+ "note": "Requires run.py, this is your starter script with your configuration. Please copy and modify accordingly Here",
"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": [
+ "ports": [
+ "5000:5000/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "Twitch Points Miner",
+ "type": 1,
+ "volumes": [
{
- "name": "MANUBES_SECRET",
- "label": "manubes secret"
+ "bind": "/portainer/Files/AppData/Config/TwitchPointsMiner/run.py",
+ "container": "/usr/src/app/run.py"
},
{
- "name": "ACCEPT_EULA",
- "label": "Accept EULA",
- "select": [
- {
- "text": "Yes, I accept",
- "value": "true",
- "default": true
- }
- ]
+ "bind": "/portainer/Files/AppData/TwitchPointsMiner/cookies",
+ "container": "/usr/src/app/cookies"
+ },
+ {
+ "bind": "/portainer/Files/AppData/TwitchPointsMiner/logs",
+ "container": "/usr/src/app/logs"
+ },
+ {
+ "bind": "/portainer/Files/AppData/TwitchPointsMiner/analytics",
+ "container": "/usr/src/app/analytics"
}
],
- "maintainer": " https://github.com/portainer/templates/"
+ "maintainer": " https://github.com/Qballjos/portainer_templates/"
}
]
}
\ No newline at end of file