{
"version": "2",
"templates": [
{
"type": 1,
"title": "Registry",
"description": "Docker image registry",
"categories": [
"docker"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"image": "registry:latest",
"ports": [
"5000/tcp"
],
"volumes": [
{
"container": "/var/lib/registry"
}
]
},
{
"type": 1,
"title": "Registry (cache)",
"description": "Docker image registry configured as a DockerHub pull through cache",
"categories": [
"docker"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"image": "registry:latest",
"ports": [
"5000/tcp"
],
"volumes": [
{
"container": "/var/lib/registry"
}
],
"env": [
{
"name": "REGISTRY_PROXY_REMOTEURL",
"default": "https://registry-1.docker.io",
"preset": true
}
]
},
{
"type": 1,
"title": "Ubuntu",
"description": "Debian-based Linux operating system",
"categories": [
"operating-system"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
"image": "ubuntu:latest",
"interactive": true,
"command": "/bin/bash"
},
{
"type": 1,
"title": "NodeJS",
"description": "JavaScript-based platform for server-side and networking applications",
"categories": [
"development"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/node.png",
"image": "node:latest",
"interactive": true,
"command": "/bin/bash"
},
{
"type": 1,
"title": "Nginx",
"description": "High performance web server",
"categories": [
"webserver"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png",
"image": "nginx:latest",
"ports": [
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/etc/nginx"
},
{
"container": "/usr/share/nginx/html"
}
]
},
{
"type": 1,
"title": "Httpd",
"description": "Open-source HTTP server",
"categories": [
"webserver"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
"image": "httpd:latest",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/usr/local/apache2/htdocs/"
}
]
},
{
"type": 1,
"title": "Caddy",
"description": "Open-source web server with automatic HTTPS written in Go",
"categories": [
"webserver"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
"image": "caddy:latest",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "MySQL",
"description": "The most popular open-source database",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
"image": "mysql/mysql-server:5.7",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
},
{
"name": "MYSQL_ROOT_HOST",
"default": "%",
"preset": true
}
],
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"type": 1,
"title": "MariaDB",
"description": "Performance beyond MySQL",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
"image": "mariadb:latest",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"ports": [
"3306/tcp"
],
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"type": 1,
"title": "PostgreSQL",
"description": "The most advanced open-source database",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
"image": "postgres:latest",
"env": [
{
"name": "POSTGRES_USER",
"label": "Superuser"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Superuser password"
}
],
"ports": [
"5432/tcp"
],
"volumes": [
{
"container": "/var/lib/postgresql/data"
}
]
},
{
"type": 1,
"title": "Mongo",
"description": "Open-source document-oriented database",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
"image": "mongo:latest",
"ports": [
"27017/tcp"
],
"volumes": [
{
"container": "/data/db"
}
]
},
{
"type": 1,
"title": "CrateDB",
"description": "An open-source distributed SQL database",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
"image": "crate:latest",
"ports": [
"4200/tcp",
"4300/tcp"
],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "Elasticsearch",
"description": "Open-source search and analytics engine",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
"image": "docker.elastic.co/elasticsearch/elasticsearch:7.15.1",
"ports": [
"9200/tcp",
"9300/tcp"
],
"volumes": [
{
"container": "/usr/share/elasticsearch/data"
}
]
},
{
"type": 1,
"title": "Gitlab CE",
"description": "Open-source end-to-end software development platform",
"note": "Default username is root. Check the Gitlab documentation to get started.",
"categories": [
"development",
"project-management"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
"image": "gitlab/gitlab-ce:latest",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"volumes": [
{
"container": "/etc/gitlab"
},
{
"container": "/var/log/gitlab"
},
{
"container": "/var/opt/gitlab"
}
]
},
{
"type": 1,
"title": "Minio",
"description": "A distributed object storage server built for cloud applications and devops",
"categories": [
"storage"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
"image": "quay.io/minio/minio:latest",
"ports": [
"9000/tcp",
"9001/tcp"
],
"env": [
{
"name": "MINIO_ROOT_USER",
"label": "Root user"
},
{
"name": "MINIO_ROOT_PASSWORD",
"label": "Root password"
}
],
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
],
"command": "server /data --console-address ':9001'"
},
{
"type": 1,
"title": "Scality S3",
"description": "Standalone AWS S3 protocol server",
"categories": [
"storage"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
"image": "scality/s3server",
"ports": [
"8000/tcp"
],
"env": [
{
"name": "SCALITY_ACCESS_KEY",
"label": "Scality S3 access key"
},
{
"name": "SCALITY_SECRET_KEY",
"label": "Scality S3 secret key"
}
],
"volumes": [
{
"container": "/usr/src/app/localData"
},
{
"container": "/usr/src/app/localMetadata"
}
]
},
{
"type": 1,
"title": "SQL Server",
"description": "Microsoft SQL Server on Linux",
"categories": [
"database"
],
"platform": "linux",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"image": "mcr.microsoft.com/mssql/server:2019-latest",
"ports": [
"1433/tcp"
],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "SA_PASSWORD",
"label": "SA password"
}
]
},
{
"type": 1,
"title": "SQL Server Express",
"description": "Microsoft SQL Server Express for Windows containers",
"categories": [
"database"
],
"platform": "windows",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"image": "microsoft/mssql-server-windows-express:latest",
"ports": [
"1433/tcp"
],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "sa_password",
"label": "SA password"
}
],
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"type": 1,
"title": "Solr",
"description": "Open-source enterprise search platform",
"categories": [
"search-engine"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
"image": "solr:latest",
"ports": [
"8983/tcp"
],
"volumes": [
{
"container": "/opt/solr/mydata"
}
]
},
{
"type": 1,
"title": "Redis",
"description": "Open-source in-memory data structure store",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"image": "redis:latest",
"ports": [
"6379/tcp"
],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 2,
"title": "Redis Cluster",
"description": "Open-source in-memory data structure store - Cluster mode",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/redis-cluster/docker-stack.yaml"
},
"env": [
{
"name": "REDIS_PASSWD",
"label": "Redis password"
}
]
},
{
"type": 1,
"title": "RabbitMQ",
"description": "Highly reliable enterprise messaging system",
"categories": [
"messaging"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
"image": "rabbitmq:latest",
"ports": [
"5671/tcp",
"5672/tcp"
],
"volumes": [
{
"container": "/var/lib/rabbitmq"
}
]
},
{
"type": 1,
"title": "Ghost",
"description": "Free and open-source blogging platform",
"categories": [
"blog"
],
"note": "Access the blog management interface under /ghost/.",
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png",
"image": "ghost:latest",
"ports": [
"2368/tcp"
],
"volumes": [
{
"container": "/var/lib/ghost/content"
}
]
},
{
"type": 1,
"title": "Joomla",
"description": "Another free and open-source CMS",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
"image": "joomla:latest",
"env": [
{
"name": "JOOMLA_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "JOOMLA_DB_PASSWORD",
"label": "Database password"
}
],
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Drupal",
"description": "Open-source content management framework",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
"image": "drupal:latest",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Plone",
"description": "A free and open-source CMS built on top of Zope",
"note": "Default user and password are admin/admin",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
"image": "plone:latest",
"ports": [
"8080/tcp"
],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "Sematext Docker Agent",
"description": "Collect logs, metrics and docker events",
"categories": [
"Log Management",
"Monitoring"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"image": "sematext/sematext-agent-docker:latest",
"name": "sematext-agent",
"privileged": true,
"env": [
{
"name": "LOGSENE_TOKEN",
"label": "Logs token"
},
{
"name": "SPM_TOKEN",
"label": "SPM monitoring token"
}
],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
]
},
{
"type": 1,
"title": "Datadog agent",
"description": "Collect events and metrics",
"categories": [
"Monitoring"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"image": "datadog/agent:latest",
"env": [
{
"name": "DD_API_KEY",
"label": "Datadog API key"
}
],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock",
"readonly": true
},
{
"container": "/host/sys/fs/cgroup",
"bind": "/sys/fs/cgroup",
"readonly": true
},
{
"container": "/host/proc",
"bind": "/proc",
"readonly": true
}
]
},
{
"type": 1,
"title": "Mautic",
"description": "Open-source marketing automation platform",
"categories": [
"marketing"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
"image": "mautic/mautic:latest",
"env": [
{
"name": "MAUTIC_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "MAUTIC_DB_PASSWORD",
"label": "Database password"
}
],
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Jenkins",
"description": "Open-source continuous integration tool",
"categories": [
"continuous-integration"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
"image": "jenkins/jenkins:lts-jdk11",
"ports": [
"8080/tcp",
"50000/tcp"
],
"volumes": [
{
"container": "/var/jenkins_home"
}
]
},
{
"type": 1,
"title": "Redmine",
"description": "Open-source project management tool",
"note": "Default user and password are admin/admin",
"categories": [
"project-management"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
"image": "redmine:latest",
"ports": [
"3000/tcp"
],
"volumes": [
{
"container": "/usr/src/redmine/files"
}
]
},
{
"type": 1,
"title": "File browser",
"description": "A web file manager",
"note": "Default credentials: admin/admin",
"categories": [
"filesystem",
"storage"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png",
"image": "filebrowser/filebrowser:latest",
"ports": [
"80/tcp"
],
"volumes": [
{
"container": "/data"
},
{
"container": "/srv"
}
],
"command": "--port 80 --database /data/database.db --root /srv"
},
{
"type": 1,
"title": "CommandBox",
"description": "ColdFusion (CFML) CLI",
"categories": [
"development"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
"image": "ortussolutions/commandbox:latest",
"env": [
{
"name": "CFENGINE",
"default": "lucee@4.5",
"preset": true
}
],
"ports": [
"8080/tcp",
"8443/tcp"
]
},
{
"type": 1,
"title": "ContentBox",
"description": "Open-source modular CMS",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
"image": "ortussolutions/contentbox:latest",
"env": [
{
"name": "express",
"default": "true",
"preset": true
},
{
"name": "install",
"default": "true",
"preset": true
},
{
"name": "CFENGINE",
"default": "lucee@4.5",
"preset": true
}
],
"ports": [
"8080/tcp",
"8443/tcp"
],
"volumes": [
{
"container": "/data/contentbox/db"
},
{
"container": "/app/includes/shared/media"
}
]
},
{
"type": 1,
"title": "Dokku",
"description": "Dokku setup as a container",
"categories": [
"PaaS"
],
"platform": "linux",
"logo": "",
"image": "dokku/dokku",
"ports": [
"22/tcp",
"80/tcp",
"443/tcp"
],
"volumes": [
{
"container": "/mnt/dokku",
"bind": "/var/lib/dokku"
},
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
],
"env": [
{
"name": "DOKKU_HOSTNAME",
"label": "Dokku hostname",
"description": "Global hostname to be registered by Dokku"
},
{
"name": "DOKKU_HOST_ROOT",
"label": "Dokku host root",
"default": "/var/lib/dokku/home/dokku",
"description": "Image build cache path. Generally set to + '/home/dokku'"
}
]
},
{
"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": [
"27017/tcp"
],
"env": [
{
"name": "OR_DATABASE_USERNAME",
"label": "Remote management user"
},
{
"name": "MONGO_INITDB_ROOT_USERNAME",
"label": "Remote management password"
},
{
"name": "OR_DATABASE_PASSWORD",
"label": "Database root user"
},
{
"name": "MONGO_INITDB_ROOT_PASSWORD",
"label": "Database root password"
},
{
"name": "OR_I_ACCEPT_EULA",
"label": "Accept EULA",
"select": [
{
"text": "Yes, I accept",
"value": "true",
"default": true
}
]
}
],
"volumes": [
{
"container": "/data/db"
},
{
"container": "/root/.dotnet/corefx/cryptography/x509stores/"
}
]
},
{
"type": 1,
"title": "Floating License Server",
"description": "License Server for Softing edgeConnector products",
"categories": [
"edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/floating-license-server:latest",
"ports": [
"6200/tcp"
],
"interactive": true,
"volumes": [
{
"container": "/licsrv/licenses"
}
]
},
{
"type": 1,
"title": "EdgeConnector Modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"categories": [
"edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-modbus:latest",
"ports": [
"443/tcp",
"8099/tcp",
"4897/tcp"
]
},
{
"type": 1,
"title": "EdgeConnector 840D",
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
"categories": [
"edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-840d",
"ports": [
"443/tcp",
"8099/tcp",
"4897/tcp"
]
},
{
"type": 2,
"title": "Portainer Agent",
"description": "Manage all the resources in your Swarm cluster",
"note": "The agent will be deployed globally inside your cluster and available on port 9001.",
"categories": [
"portainer"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/portainer-agent/docker-stack.yml"
}
},
{
"type": 2,
"title": "OpenFaaS",
"name": "func",
"description": "Serverless functions made simple",
"note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. Warning: the name of the stack must be 'func'.",
"categories": [
"serverless"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
"repository": {
"url": "https://github.com/openfaas/faas",
"stackfile": "docker-compose.yml"
}
},
{
"type": 2,
"title": "IronFunctions",
"description": "Open-source serverless computing platform",
"note": "Deploys the IronFunctions API and UI.",
"categories": [
"serverless"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/ironfunctions/docker-stack.yml"
}
},
{
"type": 2,
"title": "CockroachDB",
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to CockroachDB documentation for production deployments.",
"categories": [
"database"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/cockroachdb/docker-stack.yml"
}
},
{
"type": 2,
"title": "WordPress",
"description": "WordPress setup with a MySQL database",
"note": "Deploys a WordPress instance connected to a MySQL database.",
"categories": [
"CMS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/wordpress/docker-stack.yml"
},
"env": [
{
"name": "MYSQL_DATABASE_PASSWORD",
"label": "Database root password",
"description": "Password used by the MySQL root user."
}
]
},
{
"type": 3,
"title": "OpenAMT",
"description": "OpenAMT Cloud Toolkit",
"note": "MPS password needs to be 8-32 characters including one uppercase, one lowercase letters, one base-10 digit and one special character.",
"categories": [
"Cloud"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/intel.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/openamt/docker-compose.yml"
},
"env": [
{
"name": "POSTGRES_USER",
"label": "Database user"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Database password"
},
{
"name": "MPS_USER",
"label": "MPS user"
},
{
"name": "MPS_PASSWORD",
"label": "MPS password"
},
{
"name": "MPS_COMMON_NAME",
"label": "MPS URL",
"description": "Used to connect to the MPS API."
},
{
"name": "MPS_SECRET",
"label": "MPS Secret",
"description": "Strong secret key used to log into MPS."
},
{
"name": "VAULT_SECRET",
"label": "Vault secret",
"description": "Secret token used to log into Vault (don't include '.' character)."
}
]
},
{
"type": 2,
"title": "Microsoft OMS Agent",
"description": "Microsoft Operations Management Suite Linux agent.",
"categories": [
"OPS"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/microsoft-oms/docker-stack.yml"
},
"env": [
{
"name": "AZURE_WORKSPACE_ID",
"label": "Workspace ID",
"description": "Azure Workspace ID"
},
{
"name": "AZURE_PRIMARY_KEY",
"label": "Primary key",
"description": "Azure primary key"
}
]
},
{
"type": 4,
"title": "Softing EdgeConnector modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"note": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/softing-edgeconnector-modbus/docker-compose.yml"
},
{
"type": 3,
"title": "FDO",
"description": "FDO",
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/intel.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/fdo/docker-stack.yml"
},
"env": [
{
"name": "owner_api_user",
"label": "API Username"
},
{
"name": "owner_api_password",
"label": "API Password"
}
]
},
{
"type": 2,
"title": "LiveSwitch",
"description": "A basic LiveSwitch stack with gateway, caching, database and media server",
"categories": [
"media"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/liveswitch.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/liveswitch/docker-stack.yml"
},
"env": [
{
"name": "POSTGRES_PASSWORD",
"label": "Postgres password"
}
]
},
{
"type": 3,
"title": "TOSIBOX Lock for Container",
"description": "Lock for Container brings secure connectivity inside your industrial IoT devices",
"categories": [
"edge"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/tosibox.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/tosibox/docker-compose.yml"
},
"env": [
{
"name": "LICENSE_KEY",
"label": "License key"
}
]
},
{
"category": [
"Video",
"Music",
"Other"
],
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/htpcmanager:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/htpcmanager-icon.png",
"platform": "linux",
"ports": [
"8085/tcp"
],
"title": "htpcmanager",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Downloaders",
"Tools"
],
"description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/jackett:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/jacket-icon.png",
"platform": "linux",
"ports": [
"9117/tcp"
],
"title": "jackett",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Books",
"Other"
],
"description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "booksonic"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/booksonic:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/booksonic.png",
"platform": "linux",
"ports": [
"4040/tcp"
],
"title": "booksonic",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/podcast"
},
{
"container": "/config"
}
]
},
{
"category": [
"Management"
],
"description": "Smokeping keeps track of your network latency.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/smokeping:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/smokeping-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "smokeping",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"category": [
"DNS",
"Tools"
],
"description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence. First, go to duckdns site, register your subdomain and retrieve your token. Then run the docker create command above with your subdomain(s) and token. It will update your IP with the DuckDNS service every 5 minutes.",
"env": [
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": ""
},
{
"label": "TOKEN",
"name": "TOKEN",
"set": ""
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/duckdns:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/duckdns.png",
"platform": "linux",
"title": "duckdns",
"type": 1
},
{
"category": [
"Downloaders"
],
"description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.Optional postprocessors to add IMDb data, or to customize your xmltv listing.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/webgrabplus:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/webgrabplus.png",
"platform": "linux",
"title": "webgrabplus",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"category": [
"HomeAutomation:",
"Management"
],
"description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
"devices": [
{
"path to device": ""
}
],
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/domoticz:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/logo.png",
"platform": "linux",
"ports": [
"1443/tcp",
"6144/tcp",
"8080/tcp"
],
"title": "domoticz",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Downloaders"
],
"description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, \u00ef\u00bf\u00bdTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/transmission:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/transmission-icon.png",
"platform": "linux",
"ports": [
"9091/tcp",
"51413/tcp",
"51413/udp"
],
"title": "transmission",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/watch"
}
]
},
{
"category": [
"Music"
],
"description": "Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room. /music = Location of music. /media = Location of other media. /podcasts = Location of podcasts. /playlists = Location for playlists storage. CONTEXT_PATH is for setting url-base in reverse proxy setups - (optional) Default user/pass is admin/admin",
"env": [
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": ""
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/libresonic:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/libresonic.png",
"platform": "linux",
"ports": [
"4040/tcp"
],
"title": "libresonic",
"type": 1,
"volumes": [
{
"container": "/music"
},
{
"container": "/playlists"
},
{
"container": "/podcasts"
},
{
"container": "/media"
},
{
"container": "/config"
}
]
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Sickchill is an Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/sickchill:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sickchill.png",
"platform": "linux",
"ports": [
"8081/tcp"
],
"title": "sickchill",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/tv"
}
]
},
{
"category": [
"Music",
"Other",
"Tools"
],
"description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"env": [
{
"label": "BRAINZCODE",
"name": "BRAINZCODE",
"set": ""
},
{
"label": "WEBADDRESS",
"name": "WEBADDRESS",
"set": ""
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/musicbrainz:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/musicbrainz-icon.png",
"platform": "linux",
"ports": [
"5000/tcp"
],
"title": "musicbrainz",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"category": [
"Messenger"
],
"description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/quassel-core:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/quassel-core-icon.png",
"platform": "linux",
"ports": [
"4242/tcp"
],
"title": "quassel-core",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Photos"
],
"description": "A simple, easy way to turn a photo album into a webgallery",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/photoshow:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/photoshow-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "photoshow",
"type": 1,
"volumes": [
{
"container": "/Pictures"
},
{
"container": "/Thumbs"
},
{
"container": "/config"
}
]
},
{
"category": [
"Music"
],
"description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/daapd:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
"platform": "linux",
"title": "daapd",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/music"
}
]
},
{
"category": [
"Web",
"Books",
"Tools"
],
"description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
}
],
"image": "linuxserver/gazee:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/gazee-logo.png",
"platform": "linux",
"ports": [
"4242/tcp"
],
"title": "gazee",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/comics"
},
{
"container": "/mylar"
}
]
},
{
"category": [
"Productivity"
],
"description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/codiad:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/codiad-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "codiad",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Other"
],
"description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/oscam:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/oscam.png",
"platform": "linux",
"ports": [
"8888/tcp",
"10000/tcp"
],
"title": "oscam",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Video"
],
"description": "Headless installation of Kodi\u00ef\u00bf\u00bd (formerly known as XBMC\u00ef\u00bf\u00bd), to enable library updates.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/kodi-headless:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/kodi-icon.png",
"platform": "linux",
"ports": [
"8080/tcp",
"9777/udp"
],
"title": "kodi-headless",
"type": 1,
"volumes": [
{
"container": "/config/.kodi"
}
]
},
{
"category": [
"Cloud",
"Other"
],
"description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/pydio:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/pydio-icon.png",
"platform": "linux",
"ports": [
"443/tcp"
],
"title": "pydio",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"category": [
"Downloaders"
],
"description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/sabnzbd:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sabnzbd-icon.png",
"platform": "linux",
"ports": [
"8080/tcp",
"9090/tcp"
],
"title": "sabnzbd",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/incomplete-downloads"
}
]
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/medusa:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/medusa-icon.png",
"platform": "linux",
"ports": [
"8081/tcp"
],
"title": "medusa",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/tv"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Tools",
"Web",
"Other"
],
"description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/heimdall:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/heimdall-icon.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"title": "heimdall",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Backup:",
"Cloud",
"Other",
"Tools"
],
"description": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/syncthing:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/syncthing-icon.png",
"platform": "linux",
"ports": [
"8384/tcp",
"21027/udp",
"22000/tcp"
],
"title": "syncthing",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/sync"
}
]
},
{
"category": [
"Web",
"Proxy",
"Other",
"Tools"
],
"description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/muximux:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/muximux-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "muximux",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Music"
],
"description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/beets:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/beets-icon.png",
"platform": "linux",
"ports": [
"8337/tcp"
],
"title": "beets",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
]
},
{
"category": [
"Messenger"
],
"description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/znc:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/znc-icon.png",
"platform": "linux",
"ports": [
"6501/tcp"
],
"title": "znc",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Cloud",
"Books"
],
"description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
"env": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/cops:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/cops-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "cops",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/config"
}
]
},
{
"category": [
"Messenger"
],
"description": "A self-hosted web IRC client",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/thelounge:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
"platform": "linux",
"ports": [
"9000/tcp"
],
"title": "thelounge",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Downloaders"
],
"description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/nzbget:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nzbget-icon.png",
"platform": "linux",
"ports": [
"6789/tcp"
],
"title": "nzbget",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"description": "Ombi allows you to host your own Plex Request and user management system. ",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/ombi:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ombi.png",
"platform": "linux",
"ports": [
"3579/tcp"
],
"title": "ombi",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Cloud",
"Web",
"Management",
"Photos"
],
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/lychee:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lychee-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "lychee",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/pictures"
}
]
},
{
"category": [
"Downloaders"
],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "UMASK_SET",
"name": "UMASK_SET",
"set": "000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/deluge:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/deluge-icon.png",
"platform": "linux",
"title": "deluge",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Downloaders",
"Music"
],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/lidarr:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lidarr.png",
"platform": "linux",
"ports": [
"8686/tcp"
],
"title": "lidarr",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
]
},
{
"category": [
"Management",
"Tools"
],
"description": "The Unifi-controller Controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/unifi-controller:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/unifi-icon.png",
"platform": "linux",
"ports": [
"3478/udp",
"10001/udp",
"8080/tcp",
"8081/tcp",
"8443/tcp",
"8843/tcp",
"8880/tcp",
"6789/tcp"
],
"title": "unifi-controller",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Cloud",
"Books"
],
"description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/calibre-web:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/calibre-web-icon.png",
"platform": "linux",
"ports": [
"8083/tcp"
],
"title": "calibre-web",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/config"
}
]
},
{
"category": [
"Video",
"Music",
"Photos"
],
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "VERSION",
"name": "VERSION",
"set": "latest"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/plex:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/plex-icon.png",
"platform": "linux",
"title": "plex",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Music"
],
"description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, \u00ef\u00bf\u00bdTorrent and Blackhole.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/headphones:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/headphones-icon.png",
"platform": "linux",
"ports": [
"8181/tcp"
],
"title": "headphones",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
]
},
{
"category": [
"Downloaders"
],
"description": "The qBittorrent project aims to provide an open-source software alternative to \u00ef\u00bf\u00bdTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/qbittorrent:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/qbittorrent-icon.png",
"platform": "linux",
"ports": [
"6881/tcp",
"6881/udp",
"8080/tcp"
],
"title": "qbittorrent",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Downloaders",
"Video"
],
"description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/couchpotato:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/couchpotato-icon.png",
"platform": "linux",
"ports": [
"5050/tcp"
],
"title": "couchpotato",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/movies"
}
]
},
{
"category": [
"FTP",
"Other",
"Tools"
],
"description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
}
],
"image": "linuxserver/davos:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/davos.png",
"platform": "linux",
"ports": [
"8080/tcp"
],
"title": "davos",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/download"
}
]
},
{
"category": [
"Other"
],
"description": "A free, self-hostable rss aggregator\u00ef\u00bf\u00bd",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/freshrss:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/freshrss-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "freshrss",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Other"
],
"description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
"env": [
{
"label": "INTERFACE",
"name": "INTERFACE",
"set": "eth0"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/openvpn-as:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/openvpn-as-icon.png",
"platform": "linux",
"ports": [
"943/tcp",
"9443/tcp",
"1194/udp"
],
"title": "openvpn-as",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Downloaders",
"Books"
],
"description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/mylar:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/mylar-icon.png",
"platform": "linux",
"ports": [
"8090/tcp"
],
"title": "mylar",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/comics"
}
]
},
{
"category": [
"Downloaders",
"Other",
"Tools"
],
"description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/hydra2:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/hydra-icon.png",
"platform": "linux",
"ports": [
"5076/tcp"
],
"title": "hydra2",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Cloud",
"Productivity",
"Tools",
"Other"
],
"description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/projectsend:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/projectsend-logo.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "projectsend",
"type": 1,
"volumes": [
{
"container": "/data"
},
{
"container": "/config"
}
]
},
{
"category": [
"Other"
],
"description": "Server version of minetest, a free, open source alternative to minecraft.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/minetest:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"platform": "linux",
"ports": [
"30000/udp"
],
"title": "minetest",
"type": 1,
"volumes": [
{
"container": "/config/.minetest"
}
]
},
{
"category": [
"Video",
"Other"
],
"description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>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": [
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/tvheadend:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tvheadend.png",
"platform": "linux",
"ports": [
"9981/tcp",
"9982/tcp"
],
"title": "tvheadend",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/recordings"
}
]
},
{
"category": [
"Backup:",
"Cloud",
"Other",
"Productivity",
"Tools"
],
"description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/duplicati:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/duplicati-icon.png",
"platform": "linux",
"ports": [
"8200/tcp"
],
"title": "duplicati",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/tmp"
},
{
"container": "/backups"
},
{
"container": "/source"
}
]
},
{
"category": [
"Backup:",
"Cloud",
"Other",
"Tools"
],
"description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/resilio-sync:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/resilio.png",
"platform": "linux",
"ports": [
"8888/tcp",
"55555/tcp"
],
"title": "resilio-sync",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/sync"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Radarr - A fork of Sonarr to work with movies \u00ef\u00bf\u00bd la Couchpotato.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/radarr:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/radarr.png",
"platform": "linux",
"ports": [
"7878/tcp"
],
"title": "radarr",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/movies"
}
]
},
{
"category": [
"Photos"
],
"description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/piwigo:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/piwigo-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "piwigo",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Cloud",
"Books"
],
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"env": [
{
"label": "MAXMEM",
"name": "MAXMEM",
"set": "512"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/ubooquity:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ubooquity-icon.png",
"platform": "linux",
"ports": [
"2202/tcp",
"2203/tcp"
],
"title": "ubooquity",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/config"
}
]
},
{
"category": [
"Books"
],
"description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/lazylibrarian:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lazylibrarian-icon.png",
"platform": "linux",
"ports": [
"5299/tcp"
],
"title": "lazylibrarian",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/books"
}
]
},
{
"category": [
"Music"
],
"description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "airsonic"
},
{
"label": "JAVA_OPTS",
"name": "JAVA_OPTS",
"set": "-Xms256m -Xmx512m"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/airsonic:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/airsonic-logo.png",
"platform": "linux",
"ports": [
"4040/tcp"
],
"title": "airsonic",
"type": 1,
"volumes": [
{
"container": "/music"
},
{
"container": "/playlists"
},
{
"container": "/podcasts"
},
{
"container": "/media"
},
{
"container": "/config"
}
]
},
{
"category": [
"Tools",
"Web"
],
"description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <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"
},
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "VALIDATION",
"name": "VALIDATION",
"set": "http"
},
{
"label": "DNSPLUGIN",
"name": "DNSPLUGIN",
"set": "http"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/letsencrypt:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/letsencrypt.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"title": "letsencrypt",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/sonarr:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sonarr-icon.png",
"platform": "linux",
"ports": [
"8989/tcp"
],
"title": "sonarr",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/dev/rtc"
},
{
"container": "/tv"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Other",
"Tools"
],
"description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/tautulli:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tautulli-icon.png",
"platform": "linux",
"ports": [
"8181/tcp"
],
"title": "tautulli",
"type": 1,
"volumes": [
{
"container": "/logs"
},
{
"container": "/config"
}
]
},
{
"category": [
"Downloaders"
],
"description": "Popular torrent client with a webui for ease of use.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/rutorrent:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
"platform": "linux",
"ports": [
"80/tcp",
"51413/tcp",
"6881/udp"
],
"title": "rutorrent",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"category": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Nextcloud is an open source, self-hosted file sync and communication app platform. Access and sync your files, contacts, calendars and communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/nextcloud:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nextcloud-icon.png",
"platform": "linux",
"ports": [
"443/tcp"
],
"title": "nextcloud",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"category": [
"Video",
"Other",
"Tools"
],
"description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/minisatip:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/minisatip-icon.png",
"platform": "linux",
"ports": [
"8875/tcp",
"554/tcp",
"1900/udp"
],
"title": "minisatip",
"type": 1
},
{
"category": [
"Other",
"Tools"
],
"description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "organizrtools/organizr:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/organizr-icon.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Organizr",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"category": [
"Other",
"Tools",
"Photo"
],
"description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "CHEVERETO_DB_HOST",
"name": "CHEVERETO_DB_HOST",
"set": ""
},
{
"label": "CHEVERETO_DB_USERNAME",
"name": "CHEVERETO_DB_USERNAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PASSWORD",
"name": "CHEVERETO_DB_PASSWORD",
"set": ""
},
{
"label": "CHEVERETO_DB_NAME",
"name": "CHEVERETO_DB_NAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PREFIX",
"name": "CHEVERETO_DB_PREFIX",
"set": ""
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "nmtan/chevereto:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/Chevereto.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Chevereto",
"type": 1,
"volumes": [
{
"container": "/var/www/html/images"
}
]
},
{
"categories": [
"Other",
"Tools",
"Maintenance"
],
"description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
"image": "containrrr/watchtower:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png",
"name": "watchtower",
"note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Watchtower",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
"image": "benbusby/whoogle-search:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png",
"name": "whoogle",
"platform": "linux",
"ports": [
"5001:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Whoogle",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Whoogle",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.",
"image": "linuxserver/wikijs:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png",
"name": "wikijs",
"platform": "linux",
"ports": [
"3100:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Wikijs",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Wikijs",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config/Wikijs/data",
"container": "/data"
}
]
},
{
"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/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png",
"name": "youtubedl-material",
"platform": "linux",
"ports": [
"17442:17442/tcp"
],
"restart_policy": "unless-stopped",
"title": "YouTubeDL-Material",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/YTDLM",
"container": "/app/appdata"
},
{
"bind": "/portainer/Files/AppData/Youtube/Video",
"container": "/app/video"
},
{
"bind": "/portainer/Files/AppData/Youtube/Subscriptions",
"container": "/app/subscriptions"
},
{
"bind": "/portainer/Files/AppData/Youtube/Users",
"container": "/app/users"
},
{
"bind": "/portainer/Files/AppData/Youtube/Audio",
"container": "/app/audio"
}
]
},
{
"categories": [
"CCTV"
],
"description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti\u2019s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature\u2011packed user interface with advanced features such as motion detection, auto\u2011discovery, user\u2011level security, storage management, reporting, and mobile device support.",
"env": [
{
"default": "99",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "002",
"label": "UMASK",
"name": "UMASK"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "UniFi Video"
}
],
"image": "pducharme/unifi-video-controller:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png",
"name": "UniFi Video",
"platform": "linux",
"ports": [
"1935:1935/tcp",
"7444:7444/tcp",
"7447:7447/tcp",
"6666:6666/tcp",
"7442:7442/tcp",
"7080:7080/tcp",
"7443:7443/tcp",
"7445:7445/tcp",
"7446:7446/tcp"
],
"restart_policy": "unless-stopped",
"title": "UniFi Video",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/",
"container": "/recordings"
},
{
"bind": "/portainer/Files/AppData/Config/UniFiVideo/",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.",
"image": "selfhostedpro/yacht:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png",
"name": "yacht",
"platform": "linux",
"ports": [
"8001:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Yacht",
"type": 1,
"volumes": [
{
"bind": "yacht",
"container": "/config"
},
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"categories": [
"Other",
"VPN",
"Tools"
],
"description": "This container contains OpenVPN and Deluge with a configuration where Deluge is running only when OpenVPN has an active tunnel. It bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
"default": "1001",
"label": "PUID",
"name": "PUID"
},
{
"default": "1001",
"label": "PGID",
"name": "PUID"
},
{
"default": "MULLVAD",
"description": "see https://github.com/sgtsquiggs/docker-deluge-openvpn",
"label": "OPENVPN_PROVIDER",
"name": "OPENVPN_PROVIDER"
},
{
"label": "OPENVPN_USERNAME",
"name": "OPENVPN_USERNAME"
},
{
"label": "OPENVPN_PASSWORD",
"name": "OPENVPN_PASSWORD"
}
],
"image": "sgtsquiggs/deluge-openvpn:latest",
"name": "deluge-openvpn",
"platform": "linux",
"ports": [
"8112:8112/tcp"
],
"restart_policy": "unless-stopped",
"title": "Deluge openvpn",
"type": 1,
"volumes": [
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Files/AppData/Config/DelugeOpenVPN/config",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.",
"image": "radhifadlillah/shiori:latest",
"logo": "https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png",
"name": "shiori",
"platform": "linux",
"ports": [
"8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Shiori",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Shiori",
"container": "/srv/shiori"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickgear:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png",
"name": "sickgear",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickGear",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickGear",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A unique, non-linear notebook wiki.",
"image": "mazzolino/tiddlywiki:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png",
"name": "tiddlywiki",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "TiddlyWiki",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TiddlyWiki",
"container": "/var/lib/tiddlywiki"
}
]
},
{
"categories": [
"Other",
"VPN",
"Tools"
],
"description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "MULLVAD",
"description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
"label": "OPENVPN_PROVIDER",
"name": "OPENVPN_PROVIDER"
},
{
"default": "",
"label": "OPENVPN_USERNAME",
"name": "OPENVPN_USERNAME"
},
{
"default": "",
"label": "OPENVPN_PASSWORD",
"name": "OPENVPN_PASSWORD"
},
{
"default": "192.168.0.0/24",
"label": "LOCAL_NETWORK",
"name": "LOCAL_NETWORK"
}
],
"image": "haugene/transmission-openvpn:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png",
"name": "transmission-openvpn",
"note": "List of supported providers available here.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission-OpenVPN",
"type": 1,
"volumes": [
{
"bind": "/portainer/Downloads",
"container": "/data"
},
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
}
]
},
{
"categories": [
"Other"
],
"description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "lunik1/tt-rss:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png",
"name": "tt-rss",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tiny Tiny RSS",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/tt-rss",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Save recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
"image": "gregyankovoy/chowdown:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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"
}
]
},
{
"categories": [
"Downloaders"
],
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/cardigann:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png",
"name": "cardigann",
"platform": "linux",
"ports": [
"5060:5060/tcp"
],
"restart_policy": "unless-stopped",
"title": "Cardigann",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Cardigann",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PUID",
"name": "GUID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "PASSWORD",
"name": "PASSWORD"
},
{
"label": "SUDO_PASSWORD",
"name": "SUDO_PASSWORD"
},
{
"default": "example.my.domain",
"label": "PROXY_DOMAIN",
"name": "PROXY_DOMAIN"
}
],
"image": "linuxserver/code-server:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png",
"name": "code-server",
"platform": "linux",
"ports": [
"8443:8443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Code Server",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Code-Server",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Another application bookmark dashboard, with fun features.",
"image": "rmountjoy/dashmachine:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png",
"name": "dashmachine",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "DashMachine",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Dashmachine",
"container": "/dashmachine/dashmachine/user_data"
}
]
},
{
"categories": [
"Other",
"Music"
],
"description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
"image": "registry.gitlab.com/bockiii/deemix-docker",
"logo": "https://raw.githubusercontent.com/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.",
"platform": "linux",
"ports": [
"9666:9666/tcp"
],
"restart_policy": "unless-stopped",
"title": "DeeMix",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/DeeMix",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Emby organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/emby:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/emby.png",
"name": "emby",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Emby",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Emby",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
]
},
{
"categories": [
"Other",
"Tools",
"Finance"
],
"description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "Timezone",
"name": "TZ"
}
],
"image": "linuxserver/grocy:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png",
"name": "grocy",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Grocy",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Grocy",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A clientless remote desktop gateway.",
"image": "oznu/guacamole:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png",
"name": "guacamole",
"note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Guacamole",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Guacamole",
"container": "/config"
}
]
},
{
"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/SelfhostedPro/selfhosted_templates/master/Images/pihole.png",
"name": "pihole",
"note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53.",
"platform": "linux",
"ports": [
"53:53/tcp",
"53:53/udp",
"67:67/udp",
"1010:80/tcp",
"4443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pi-Hole",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiHole",
"container": "/etc/pihole"
},
{
"bind": "/portainer/Files/AppData/Config/PiHole/DNS",
"container": "/etc/dnsmasq.d"
}
]
},
{
"categories": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"description": "Simple automated way for users to request new content for Plex.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "URL_BASE",
"name": "URL_BASE",
"set": ""
}
],
"image": "linuxserver/plexrequests:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png",
"name": "plexrequests",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Plex Requests",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PlexRequests",
"container": "/config"
}
]
},
{
"categories": [
"Email",
"Productivity",
"Tools",
"Other"
],
"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
"image": "shenxn/protonmail-bridge:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png",
"name": "protonmail-bridge",
"note": "Please refer to the documentation here to set this up.",
"platform": "linux",
"ports": [
"143/tcp",
"25/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProtonMail Bridge",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
"container": "/root"
}
]
},
{
"categories": [
"VPN",
"Tools",
"Other",
"Web"
],
"description": "Pritunl container built on Alpine Linux. Supports IPv6 and running behind a reverse proxy. This container requires an external Mongo DB and should be run via Docker Compose or other orchestration.",
"env": [
{
"default": "false",
"label": "REVERSE_PROXY",
"name": "REVERSE_PROXY"
},
{
"label": "PRITUNL_OPTS",
"name": "PRITUNL_OPTS"
},
{
"default": "mongodb://mongo:27017/pritunl",
"label": "MONGODB_URI",
"name": "MONGODB_URI"
},
{
"default": "false",
"label": "WIREGUARD",
"name": "WIREGUARD"
}
],
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/pritunl/Images/pritunl.png",
"name": "pritunl",
"note": "Documentation on this containier can be found here: https://hub.docker.com/r/goofball222/pritunl",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/pritunl.yml",
"url": "https://github.com/SelfhostedPro/selfhosted_templates"
},
"title": "Pritunl",
"type": 3
},
{
"categories": [
"Messenger"
],
"description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/quassel-core:latest",
"logo": "https://raw.githubusercontent.com/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": [
{
"bind": "/portainer/Files/AppData/Config/Quassel-core",
"container": "/config"
}
]
},
{
"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"
],
"restart_policy": "unless-stopped",
"title": "Reactive-Resume",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ReactiveResume",
"container": "/usr/src/app"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A Free and Open Source Speedtest for HTML5 and more.",
"image": "linuxserver/librespeed:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png",
"name": "librespeed",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "LibreSpeed",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LibreSpeed",
"container": "/config"
}
]
},
{
"categories": [
"Other"
],
"description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mcmyadmin2:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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"
}
]
},
{
"categories": [
"Other",
"Music"
],
"description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..",
"image": "linuxserver/mstream:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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"
}
]
},
{
"categories": [
"Other",
"Voice",
"Chat"
],
"description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "goofball222/murmur:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png",
"name": "murmur",
"platform": "linux",
"ports": [
"64738:64738/tcp",
"64738:64738/udp"
],
"restart_policy": "unless-stopped",
"title": "Murmur",
"type": 1,
"volumes": [
{
"bind": "/etc/localtime:ro",
"container": "/etc/localtime"
},
{
"bind": "/portainer/Files/Config/Murmur",
"container": "/opt/murmur/config"
},
{
"bind": "/portainer/Files/Murmur/data",
"container": "/opt/murmur/data"
},
{
"bind": "/portainer/Files/Murmur/log",
"container": "/opt/murmur/log"
}
]
},
{
"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": "jlesage/nginx-proxy-manager",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png",
"name": "nginx-proxy-manager",
"platform": "linux",
"ports": [
"80:8080/tcp",
"81:8181/tcp",
"443:4443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy",
"container": "/config"
}
]
},
{
"categories": [
"Downloaders",
"Other",
"Tools"
],
"description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbhydra2:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png",
"name": "nzbhydra2",
"platform": "linux",
"ports": [
"5076:5076/tcp"
],
"restart_policy": "unless-stopped",
"title": "NZBHydra 2",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbhydra2",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Other"
],
"description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
"env": [
{
"label": "INTERFACE",
"name": "INTERFACE",
"set": "eth0"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/openvpn-as:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png",
"name": "openvpn-as",
"platform": "linux",
"ports": [
"943:943/tcp",
"9443:9443/tcp",
"1194:1194/udp"
],
"restart_policy": "unless-stopped",
"title": "OpenVPN Access Server",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "organizrtools/organizr-v2:php-fpm",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png",
"name": "organizr-v2",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Organizr v2",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Organizr",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted snippet manager.",
"image": "snowmean/snibox-sqlite:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png",
"name": "snibox",
"note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
"platform": "linux",
"ports": [
"3010:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Snibox",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snibox",
"container": "/app/db/database"
}
]
},
{
"categories": [
"Wiki"
],
"description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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/SelfhostedPro/selfhosted_templates"
},
"title": "Bookstack",
"type": 3
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Invoices, Expenses and Tasks built with Laravel and Flutter.",
"env": [
{
"default": "invoice.my.domain",
"label": "URL",
"name": "URL"
},
{
"label": "APP_KEY",
"name": "APP_KEY"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/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. ",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/invoice-ninja.yml",
"url": "https://github.com/SelfhostedPro/selfhosted_templates"
},
"title": "Invoice Ninja",
"type": 3
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/jellyfin:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png",
"name": "jellyfin",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jellyfin",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Jelllyfin",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
]
},
{
"categories": [
"Other",
"Tools",
"Authentication"
],
"description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
"env": [
{
"label": "TZ",
"name": "TZ"
}
],
"image": "authelia/authelia:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png",
"name": "authelia",
"note": "Requires a configuration.yml file in order to work. Documentation is Available here.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Authelia",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Authelia",
"container": "/etc/authelia/"
}
]
},
{
"categories": [
"Video",
"Music"
],
"description": "Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/bazarr:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png",
"name": "bazarr",
"platform": "linux",
"ports": [
"6767:6767/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bazarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bazarr",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"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"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.",
"image": "linuxserver/embystat:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_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"
}
]
},
{
"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/SelfhostedPro/selfhosted_templates/master/Images/homer.png",
"name": "homer",
"note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
"platform": "linux",
"ports": [
"8902:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Homer",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Homer/assets",
"container": "/www/assets"
},
{
"bind": "/portainer/Files/AppData/Config/Homer",
"container": "/www/config.yml"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Create agents that monitor and act on your behalf.",
"image": "huginn/huginn:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/huginn.png",
"name": "huginn",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Huginn",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/huginn",
"container": "/var/lib/mysql"
}
]
},
{
"categories": [
"project-management"
],
"description": "Open-source business apps",
"env": [
{
"label": "PostgreSQL database host",
"name": "HOST",
"type": "container"
},
{
"label": "Database user",
"name": "USER"
},
{
"label": "Database password",
"name": "PASSWORD"
}
],
"image": "odoo:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png",
"platform": "linux",
"ports": [
"8069/tcp"
],
"title": "Odoo",
"type": 1,
"volumes": [
{
"container": "/var/lib/odoo"
},
{
"container": "/mnt/extra-addons"
}
]
},
{
"categories": [
"backup"
],
"description": "Open-source network backup",
"image": "cfstras/urbackup",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png",
"note": "This application web interface is exposed on the port 55414 inside the container.",
"platform": "linux",
"ports": [
"55413/tcp",
"55414/tcp",
"55415/tcp",
"35622/tcp"
],
"title": "Urbackup",
"type": 1,
"volumes": [
{
"container": "/var/urbackup"
}
]
},
{
"categories": [
"streaming"
],
"description": "Streaming media server",
"env": [
{
"label": "Agree to Wowza EULA",
"name": "WOWZA_ACCEPT_LICENSE",
"set": "yes"
},
{
"label": "License key",
"name": "WOWZA_KEY"
}
],
"image": "sameersbn/wowza:4.1.2-8",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png",
"platform": "linux",
"ports": [
"1935/tcp",
"8086/tcp",
"8087/tcp",
"8088/tcp"
],
"title": "Wowza",
"type": 1,
"volumes": [
{
"container": "/var/lib/wowza"
}
]
},
{
"categories": [
"serverless"
],
"description": "Open-source serverless computing platform",
"image": "iron/functions:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"platform": "linux",
"ports": [
"8080/tcp"
],
"privileged": true,
"title": "IronFunctions API",
"type": 1,
"volumes": [
{
"container": "/app/data"
}
]
},
{
"categories": [
"serverless"
],
"description": "Open-source user interface for IronFunctions",
"env": [
{
"label": "API URL",
"name": "API_URL"
}
],
"image": "iron/functions-ui:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"platform": "linux",
"ports": [
"4000/tcp"
],
"privileged": true,
"title": "IronFunctions UI",
"type": 1,
"volumes": [
{
"container": "/app/data"
}
]
},
{
"categories": [
"CMS"
],
"description": "WebOps platform and hosting control panel",
"image": "plesk/plesk:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png",
"note": "Default credentials: admin / changeme",
"platform": "linux",
"ports": [
"21/tcp",
"80/tcp",
"443/tcp",
"8880/tcp",
"8443/tcp",
"8447/tcp"
],
"title": "Plesk",
"type": 1
},
{
"categories": [
"CMS"
],
"description": "Open-source e-commerce platform",
"image": "alankent/gsd:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/magento.png",
"platform": "linux",
"ports": [
"80/tcp",
"3000/tcp",
"3001/tcp"
],
"title": "Magento 2",
"type": 1,
"volumes": [
{
"container": "/var/www/html/"
}
]
},
{
"description": "[Adguardhome-sync](https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.",
"env": [
{
"default": "1024",
"description": "for GroupID",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"description": "for UserID",
"label": "PGID",
"name": "PGID"
},
{
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam",
"label": "TZ",
"name": "TZ"
},
{
"default": "/config/adguardhome-sync.yaml",
"description": "Set a custom config file.",
"label": "CONFIGFILE",
"name": "CONFIGFILE"
}
],
"image": "linuxserver/adguardhome-sync:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/adguardhomesync-icon.png",
"name": "Adguardhome-sync",
"note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/adguardhome-sync/config
", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Adguardhome-sync", "type": 1, "volumes": [ { "bind": "/volume1/docker/adguardhome-sync/config", "container": "/config" } ] }, { "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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/airsonic-advanced/config
mkdir -p /volume1/docker/airsonic-advanced/music
mkdir -p /volume1/docker/airsonic-advanced/playlists
mkdir -p /volume1/docker/airsonic-advanced/podcasts
mkdir -p /volume1/docker/airsonic-advanced/media
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/apprise-api/config
", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Apprise-api", "type": 1, "volumes": [ { "bind": "/volume1/docker/apprise-api/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/audacity:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png", "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
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Audacity", "type": 1, "volumes": [ { "bind": "/volume1/docker/audacity/config", "container": "/config" } ] }, { "description": "[Babybuddy](https://github.com/babybuddy/babybuddy) is a buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.", "env": [ { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/babybuddy:latest", "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/babybuddy-logo.png", "name": "Babybuddy", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/babybuddy/config
", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Babybuddy", "type": 1, "volumes": [ { "bind": "/volume1/docker/babybuddy/config", "container": "/config" } ] }, { "categories": [ "Research" ], "description": "[BOINC](https://boinc.berkeley.edu/) is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Optionally set a password for the gui.", "label": "PASSWORD", "name": "PASSWORD" } ], "image": "linuxserver/boinc:latest", "logo": "https://raw.githubusercontent.com/BOINC/boinc/master/doc/logo/boinc_logo_black.jpg", "name": "Boinc", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/boinc/config
", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Boinc", "type": 1, "volumes": [ { "bind": "/volume1/docker/boinc/config", "container": "/config" } ] }, { "categories": [ "Audio" ], "description": "[Booksonic-air](http://booksonic.org) is a platform for accessing the audiobooks you own wherever you are. At the moment the platform consists of Booksonic Air - A server for streaming your audiobooks, successor to the original Booksonic server and based on Airsonic. Booksonic App - An DSub based Android app for connection to Booksonic-Air servers. .", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "url-base", "description": "Base url for use with reverse proxies etc.", "label": "CONTEXT_PATH", "name": "CONTEXT_PATH" } ], "image": "linuxserver/booksonic-air:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png", "name": "Booksonic-air", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/booksonic-air/config
mkdir -p /volume1/docker/booksonic-air/audiobooks
mkdir -p /volume1/docker/booksonic-air/podcasts
mkdir -p /volume1/docker/booksonic-air/othermedia
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/budge/config
", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Budge", "type": 1, "volumes": [ { "bind": "/volume1/docker/budge/config", "container": "/config" } ] }, { "categories": [ "Media" ], "description": "[Calibre](https://calibre-ebook.com/) 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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Optionally set a password for the gui.", "label": "PASSWORD", "name": "PASSWORD" }, { "default": "", "description": "Optionally pass cli start arguments to calibre.", "label": "CLI_ARGS", "name": "CLI_ARGS" } ], "image": "linuxserver/calibre:latest", "logo": "https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png", "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
", "platform": "linux", "ports": [ "8080:8080/tcp", "8081:8081/tcp" ], "restart_policy": "unless-stopped", "title": "Calibre", "type": 1, "volumes": [ { "bind": "/volume1/docker/calibre/config", "container": "/config" } ] }, { "categories": [ "Development" ], "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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "https://github.com/linuxserver/docker-cloud9.git", "description": "Specify a git repo to checkout on first startup", "label": "GITURL", "name": "GITURL" }, { "default": "", "description": "Optionally specify a username for http auth", "label": "USERNAME", "name": "USERNAME" }, { "default": "", "description": "Optionally specify a password for http auth (if USERNAME and PASSWORD are not set, there will be no http auth)", "label": "PASSWORD", "name": "PASSWORD" } ], "image": "linuxserver/cloud9:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png", "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
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/darktable/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Darktable", "type": 1, "volumes": [ { "bind": "/volume1/docker/darktable/config", "container": "/config" } ] }, { "categories": [ "Networking" ], "description": "[Ddclient](https://github.com/ddclient/ddclient) is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/ddclient:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png", "name": "Ddclient", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/ddclient/config
", "platform": "linux", "restart_policy": "unless-stopped", "title": "Ddclient", "type": 1, "volumes": [ { "bind": "/volume1/docker/ddclient/config", "container": "/config" } ] }, { "categories": [ "Photography" ], "description": "[digiKam](https://www.digikam.org/): Professional Photo Management with the Power of Open Source", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "/", "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`", "label": "SUBFOLDER", "name": "SUBFOLDER" }, { "default": "en-us-qwerty", "description": "See the keyboard layouts section for more information and options.", "label": "KEYBOARD", "name": "KEYBOARD" } ], "image": "linuxserver/digikam:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png", "name": "Digikam", "network": "host", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/digikam/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Digikam", "type": 1, "volumes": [ { "bind": "/volume1/docker/digikam/config", "container": "/config" } ] }, { "categories": [ "Development" ], "description": "[Dillinger](https://github.com/joemccann/dillinger) is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/dillinger:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dillinger.png", "name": "Dillinger", "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/dillinger/config
", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Dillinger", "type": 1, "volumes": [ { "bind": "/volume1/docker/dillinger/config", "container": "/config" } ] }, { "categories": [ "Productivity" ], "description": "[Diskover](https://github.com/diskoverdata/diskover-community) is an open source file system indexer that uses Elasticsearch to index and manage data across heterogeneous storage systems.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "elasticsearch", "description": "ElasticSearch host (optional)", "label": "ES_HOST", "name": "ES_HOST" }, { "default": "9200", "description": "ElasticSearch port (optional)", "label": "ES_PORT", "name": "ES_PORT" }, { "default": "elastic", "description": "ElasticSearch username (optional)", "label": "ES_USER", "name": "ES_USER" }, { "default": "changeme", "description": "ElasticSearch password (optional)", "label": "ES_PASS", "name": "ES_PASS" } ], "image": "linuxserver/diskover:latest", "logo": "https://raw.githubusercontent.com/diskoverdata/diskover-community/master/diskover-web/public/images/diskover.png", "name": "Diskover", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/diskover/config
mkdir -p /volume1/docker/diskover/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/docker-compose/config
", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Docker-compose", "type": 1, "volumes": [ { "bind": "/volume1/docker/docker-compose/config", "container": "/config" } ] }, { "categories": [ "Productivity" ], "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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/dokuwiki:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dokuwiki-icon.png", "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
", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Dokuwiki", "type": 1, "volumes": [ { "bind": "/volume1/docker/dokuwiki/config", "container": "/config" } ] }, { "description": "[Doplarr](https://github.com/kiranshila/Doplarr) is an *arr request bot for Discord.'", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/doplarr/config
", "platform": "linux", "restart_policy": "unless-stopped", "title": "Doplarr", "type": 1, "volumes": [ { "bind": "/volume1/docker/doplarr/config", "container": "/config" } ] }, { "categories": [ "File Management" ], "description": "[Double Commander](https://doublecmd.sourceforge.io/) is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/doublecommander:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png", "name": "Doublecommander", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/doublecommander/config
mkdir -p /volume1/docker/doublecommander/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/emulatorjs/config
mkdir -p /volume1/docker/emulatorjs/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/endlessh/config
", "platform": "linux", "ports": [ "22:2222/tcp" ], "restart_policy": "unless-stopped", "title": "Endlessh", "type": 1, "volumes": [ { "bind": "/volume1/docker/endlessh/config", "container": "/config" } ] }, { "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/ffmpeg for details.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/ffmpeg:latest", "logo": "", "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
", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Ffmpeg", "type": 1, "volumes": [ { "bind": "/volume1/docker/ffmpeg/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/filezilla:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png", "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
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Filezilla", "type": 1, "volumes": [ { "bind": "/volume1/docker/filezilla/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/firefox:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/firefox-logo.png", "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
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Firefox", "type": 1, "volumes": [ { "bind": "/volume1/docker/firefox/config", "container": "/config" } ] }, { "description": "[Fleet](https://github.com/linuxserver/fleet) provides an online web interface which displays a set of maintained images from one or more owned repositories.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "DATABASE", "description": "A switch to define how Fleet manages user logins. If set to DATABASE, see the related optional params. Can be set to either DATABASE or PROPERTIES.", "label": "fleet_admin_authentication_type", "name": "fleet_admin_authentication_type" }, { "default": "jdbc:mariadb://Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/fleet/config
", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Fleet", "type": 1, "volumes": [ { "bind": "/volume1/docker/fleet/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/foldingathome:latest", "logo": "https://foldingathome.org/wp-content/uploads/2016/09/folding-at-home-logo.png", "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
", "platform": "linux", "ports": [ "7396:7396/tcp", "36330:36330/tcp" ], "restart_policy": "unless-stopped", "title": "Foldingathome", "type": 1, "volumes": [ { "bind": "/volume1/docker/foldingathome/config", "container": "/config" } ] }, { "categories": [ "Web Platform" ], "description": "[Grav](https://github.com/getgrav/grav/) is a Fast, Simple, and Flexible, file-based Web-platform.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/grav:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png", "name": "Grav", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/grav/config
", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Grav", "type": 1, "volumes": [ { "bind": "/volume1/docker/grav/config", "container": "/config" } ] }, { "description": "[Guacd](https://guacamole.apache.org/) - Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. This container is only the backend server component needed to use The official or 3rd party HTML5 frontends.", "image": "linuxserver/guacd:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/guacd.png", "name": "Guacd", "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.
", "platform": "linux", "ports": [ "4822:4822/tcp" ], "restart_policy": "unless-stopped", "title": "Guacd", "type": 1 }, { "description": "[Habridge](http://bwssystems.com/#/habridge) emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot Gen 1 (gen 2 has issues discovering ha-bridge) or other systems that support Philips Hue. The Bridge handles basic commands such as 'On', 'Off' and 'brightness' commands of the hue protocol. This bridge can control most devices that have a distinct API. In the cases of systems that require authorization and/or have APIs that cannot be handled in the current method, a module may need to be built. The Harmony Hub is such a module and so is the Nest module. The Bridge has helpers to build devices for the gateway for the Logitech Harmony Hub, Vera, Vera Lite or Vera Edge, Nest, Somfy Tahoma, Home Assistant, Domoticz, MQTT, HAL, Fibaro, HomeWizard, LIFX, OpenHAB, FHEM, Broadlink and the ability to proxy all of your real Hue bridges behind this bridge. This bridge was built to help put the Internet of Things together. For more information about how to use this software have a look at their Wiki [https://github.com/bwssytems/ha-bridge/wiki](https://github.com/bwssytems/ha-bridge/wiki)", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/habridge/config
", "platform": "linux", "ports": [ "8080:8080/tcp", "50000:50000/tcp" ], "restart_policy": "unless-stopped", "title": "Habridge", "type": 1, "volumes": [ { "bind": "/volume1/docker/habridge/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/healthchecks/config
", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Healthchecks", "type": 1, "volumes": [ { "bind": "/volume1/docker/healthchecks/config", "container": "/config" } ] }, { "categories": [ "Documentation" ], "description": "[HedgeDoc](https://hedgedoc.org/) gives you access to all your files wherever you are. HedgeDoc is a real-time, multi-platform collaborative markdown note editor. This means that you can write notes with other people on your desktop, tablet or even on the phone. You can sign-in via multiple auth providers like Facebook, Twitter, GitHub and many more on the homepage.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/hedgedoc/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Hedgedoc", "type": 1, "volumes": [ { "bind": "/volume1/docker/hedgedoc/config", "container": "/config" } ] }, { "categories": [ "Home Automation" ], "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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/homeassistant:latest", "logo": "https://github.com/home-assistant/home-assistant.io/raw/next/source/images/favicon-192x192-full.png", "name": "Homeassistant", "network": "host", "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
", "platform": "linux", "ports": [ "8123:8123/tcp" ], "restart_policy": "unless-stopped", "title": "Homeassistant", "type": 1, "volumes": [ { "bind": "/volume1/docker/homeassistant/config", "container": "/config" } ] }, { "categories": [ "P2P" ], "description": "[Ipfs](https://ipfs.io/) - A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/ipfs:latest", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Ipfs-logo-1024-ice-text.png/480px-Ipfs-logo-1024-ice-text.png", "name": "Ipfs", "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/ipfs/config
", "platform": "linux", "ports": [ "80:80/tcp", "4001:4001/tcp", "5001:5001/tcp", "8080:8080/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Ipfs", "type": 1, "volumes": [ { "bind": "/volume1/docker/ipfs/config", "container": "/config" } ] }, { "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/jenkins-builder for details.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/jenkins-builder:latest", "logo": "", "name": "Jenkins-builder", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/jenkins-builder/config
", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Jenkins-builder", "type": 1, "volumes": [ { "bind": "/volume1/docker/jenkins-builder/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "kanzi", "description": "Specify an invocation name for this skill, use either kanzi or kod.", "label": "INVOCATION_NAME", "name": "INVOCATION_NAME" }, { "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.", "label": "URL_ENDPOINT", "name": "URL_ENDPOINT" } ], "image": "linuxserver/kanzi:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kanzi.png", "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
", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Kanzi", "type": 1, "volumes": [ { "bind": "/volume1/docker/kanzi/config", "container": "/config" } ] }, { "description": "[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user\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).", "env": [ { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "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)", "label": "FERNETKEY", "name": "FERNETKEY" }, { "default": "", "description": "Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon", "label": "CERTFILE", "name": "CERTFILE" }, { "default": "", "description": "Point this to the private key file, matching the certificate file referred to in CERTFILE", "label": "KEYFILE", "name": "KEYFILE" } ], "image": "linuxserver/ldap-auth:latest", "logo": "https://jumpcloud.com/wp-content/uploads/2016/12/LDAP_Logo-1420591101.jpg", "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.
", "platform": "linux", "ports": [ "8888:8888/tcp", "9000:9000/tcp" ], "restart_policy": "unless-stopped", "title": "Ldap-auth", "type": 1 }, { "categories": [ "Productivity" ], "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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/libreoffice:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/libreoffice-logo.png", "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
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Libreoffice", "type": 1, "volumes": [ { "bind": "/volume1/docker/libreoffice/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/limnoria:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-limnoria/master/logo.png", "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
", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Limnoria", "type": 1, "volumes": [ { "bind": "/volume1/docker/limnoria/config", "container": "/config" } ] }, { "description": "[Mylar3](https://github.com/mylar3/mylar3) is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. It supports SABnzbd, NZBGET, and many torrent clients in addition to DDL.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" } ], "image": "linuxserver/mylar3:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png", "name": "Mylar3", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/mylar3/config
mkdir -p /volume1/docker/mylar3/comics
mkdir -p /volume1/docker/mylar3/downloads
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/mysql-workbench/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Mysql-workbench", "type": 1, "volumes": [ { "bind": "/volume1/docker/mysql-workbench/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "localhost", "description": "Default peer host (can be overidden with an array by command line options)", "label": "PEER_HOST", "name": "PEER_HOST" }, { "default": "GENESIS_PUBLIC", "description": "Genesis block public key", "label": "LIVE_GENESIS_PUB", "name": "LIVE_GENESIS_PUB" }, { "default": "nano_xxxxxx", "description": "Genesis block account", "label": "LIVE_GENESIS_ACCOUNT", "name": "LIVE_GENESIS_ACCOUNT" }, { "default": "WORK_FOR_BLOCK", "description": "Genesis block proof of work", "label": "LIVE_GENESIS_WORK", "name": "LIVE_GENESIS_WORK" }, { "default": "BLOCK_SIGNATURE", "description": "Genesis block signature", "label": "LIVE_GENESIS_SIG", "name": "LIVE_GENESIS_SIG" }, { "default": "--config node.enable_voting=true", "description": "Node run command cli args", "label": "CLI_OPTIONS", "name": "CLI_OPTIONS" }, { "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", "label": "LMDB_BOOTSTRAP_URL", "name": "LMDB_BOOTSTRAP_URL" } ], "image": "linuxserver/nano:latest", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Nano_logo.png/640px-Nano_logo.png", "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
", "platform": "linux", "ports": [ "8075:8075/tcp", "7076:3000/tcp", "7077:3001/tcp" ], "restart_policy": "unless-stopped", "title": "Nano", "type": 1, "volumes": [ { "bind": "/volume1/docker/nano/config", "container": "/config" } ] }, { "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.", "image": "linuxserver/nano-wallet:latest", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Nano_logo.png/640px-Nano_logo.png", "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.
", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Nano-wallet", "type": 1 }, { "description": "[Netbootxyz](https://netboot.xyz) is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool. iPXE is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "1.9.9", "description": "Specify a specific version of boot files you want to use from NETBOOT.XYZ (unset pulls latest)", "label": "MENU_VERSION", "name": "MENU_VERSION" }, { "default": "30000:30010", "description": "Specify the port range tftp will use for data transfers [(see Wikipedia)](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol#Details)", "label": "PORT_RANGE", "name": "PORT_RANGE" }, { "default": "/", "description": "Specify a sobfolder if running this behind a reverse proxy (IE /proxy/)", "label": "SUBFOLDER", "name": "SUBFOLDER" } ], "image": "linuxserver/netbootxyz:latest", "logo": "https://netboot.xyz/images/netboot.xyz.gif", "name": "Netbootxyz", "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/netbootxyz/config
mkdir -p /volume1/docker/netbootxyz/assets
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/netbox/config
", "platform": "linux", "ports": [ "8000:8000/tcp" ], "restart_policy": "unless-stopped", "title": "Netbox", "type": 1, "volumes": [ { "bind": "/volume1/docker/netbox/config", "container": "/config" } ] }, { "description": "[Ngircd](https://ngircd.barton.de/) is a free, portable and lightweight Internet Relay Chat server for small or private networks, developed under the GNU General Public License (GPL). It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections as well as PAM for authentication. It is written from scratch and not based on the original IRCd.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/ngircd:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ngircd-logo.png", "name": "Ngircd", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/ngircd/config
", "platform": "linux", "ports": [ "6667:6667/tcp" ], "restart_policy": "unless-stopped", "title": "Ngircd", "type": 1, "volumes": [ { "bind": "/volume1/docker/ngircd/config", "container": "/config" } ] }, { "description": "[Nntp2nntp](https://github.com/linuxserver/nntp2nntp) proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. It fully supports SSL and you can also limit the access to proxy with SSL certificates. nntp2nntp proxy is very simple and pretty fast. ## Warning Whilst we know of no nntp2nntp security issues the [upstream code](https://github.com/linuxserver/nntp2nntp) for this project has received no changes since 06.08.15 and is likely abandoned permanently. For this reason we strongly recommend you do not make this application public facing and if you must do so other layers of security and SSL should be considered an absolute bare minimum requirement. We see this proxy being used primarily on a LAN so that all the users NNTP applications can share a common set of internal credentials allowing for central managment of the upstream account e.g change provider, server, thread limits for all applications with one global config change.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/nntp2nntp/config
", "platform": "linux", "ports": [ "1563:1563/tcp" ], "restart_policy": "unless-stopped", "title": "Nntp2nntp", "type": 1, "volumes": [ { "bind": "/volume1/docker/nntp2nntp/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "yourpublickey", "description": "Optional ssh public key, which will automatically be added to authorized_keys.", "label": "PUBLIC_KEY", "name": "PUBLIC_KEY" }, { "default": "/path/to/file", "description": "Optionally specify a file containing the public key (works with docker secrets).", "label": "PUBLIC_KEY_FILE", "name": "PUBLIC_KEY_FILE" }, { "default": "/path/to/directory/containing/_only_/pubkeys", "description": "Optionally specify a directory containing the public keys (works with docker secrets).", "label": "PUBLIC_KEY_DIR", "name": "PUBLIC_KEY_DIR" }, { "default": "https://github.com/username.keys", "description": "Optionally specify a URL containing the public key.", "label": "PUBLIC_KEY_URL", "name": "PUBLIC_KEY_URL" }, { "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.", "label": "SUDO_ACCESS", "name": "SUDO_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.", "label": "PASSWORD_ACCESS", "name": "PASSWORD_ACCESS" }, { "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.", "label": "USER_PASSWORD", "name": "USER_PASSWORD" }, { "default": "/path/to/file", "description": "Optionally specify a file that contains the password. This setting supersedes the `USER_PASSWORD` option (works with docker secrets).", "label": "USER_PASSWORD_FILE", "name": "USER_PASSWORD_FILE" }, { "default": "linuxserver.io", "description": "Optionally specify a user name (Default:`linuxserver.io`)", "label": "USER_NAME", "name": "USER_NAME" } ], "image": "linuxserver/openssh-server:latest", "logo": "https://upload.wikimedia.org/wikipedia/en/6/65/OpenSSH_logo.png", "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
", "platform": "linux", "ports": [ "2222:2222/tcp" ], "restart_policy": "unless-stopped", "title": "Openssh-server", "type": 1, "volumes": [ { "bind": "/volume1/docker/openssh-server/config", "container": "/config" } ] }, { "description": "[Openvscode-server](https://github.com/gitpod-io/openvscode-server) provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "", "description": "Optional security token for accessing the Web UI (ie. `supersecrettoken`).", "label": "CONNECTION_TOKEN", "name": "CONNECTION_TOKEN" }, { "default": "", "description": "Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. `/path/to/file`). Overrides `CONNECTION_TOKEN`.", "label": "CONNECTION_SECRET", "name": "CONNECTION_SECRET" }, { "default": "password", "description": "If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password.", "label": "SUDO_PASSWORD", "name": "SUDO_PASSWORD" }, { "default": "", "description": "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`.", "label": "SUDO_PASSWORD_HASH", "name": "SUDO_PASSWORD_HASH" } ], "image": "linuxserver/openvscode-server:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openvscode-server-logo.png", "name": "Openvscode-server", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/openvscode-server/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Openvscode-server", "type": 1, "volumes": [ { "bind": "/volume1/docker/openvscode-server/config", "container": "/config" } ] }, { "categories": [ "Media" ], "description": "[Overseerr](https://overseerr.dev/) is a request management and media discovery tool built to work with your existing Plex ecosystem.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/overseerr:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/overseerr.png", "name": "Overseerr", "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/overseerr/config
", "platform": "linux", "ports": [ "5055:5055/tcp" ], "restart_policy": "unless-stopped", "title": "Overseerr", "type": 1, "volumes": [ { "bind": "/volume1/docker/overseerr/config", "container": "/config" } ] }, { "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.'", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "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", "label": "REDIS_URL", "name": "REDIS_URL" } ], "image": "linuxserver/paperless-ng:latest", "logo": "", "name": "Paperless-ng", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/paperless-ng/config
mkdir -p /volume1/docker/paperless-ng/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/papermerge/config
mkdir -p /volume1/docker/papermerge/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/phpmyadmin/config
", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Phpmyadmin", "type": 1, "volumes": [ { "bind": "/volume1/docker/phpmyadmin/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/pidgin:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pidgin-logo.png", "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
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Pidgin", "type": 1, "volumes": [ { "bind": "/volume1/docker/pidgin/config", "container": "/config" } ] }, { "categories": [ "Productivity" ], "description": "[Pixapop](https://github.com/bierdok/pixapop) is an open-source single page application to view your photos in the easiest way possible.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "admin", "description": "Specify a username to enable authentication.", "label": "APP_USERNAME", "name": "APP_USERNAME" }, { "default": "admin", "description": "Specify a password to enable authentication.", "label": "APP_PASSWORD", "name": "APP_PASSWORD" } ], "image": "linuxserver/pixapop:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png", "name": "Pixapop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pixapop/config
mkdir -p /volume1/docker/pixapop/photos
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/plex-meta-manager/config
", "platform": "linux", "restart_policy": "unless-stopped", "title": "Plex-meta-manager", "type": 1, "volumes": [ { "bind": "/volume1/docker/plex-meta-manager/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "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": "SECRET_PATH", "name": "SECRET_PATH" } ], "image": "linuxserver/pwndrop:latest", "logo": "https://raw.githubusercontent.com/kgretzky/pwndrop/master/media/pwndrop-logo-512.png", "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
", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Pwndrop", "type": 1, "volumes": [ { "bind": "/volume1/docker/pwndrop/config", "container": "/config" } ] }, { "description": "[Pydio-cells](https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "yourdomain.url", "description": "The external url you would like to use to access Pydio Cells (Can be https://domain.url or https://IP:PORT).", "label": "EXTERNALURL", "name": "EXTERNALURL" }, { "default": "0.0.0.0", "description": "Enter the LAN IP of the docker server. Required for local access by IP, added to self signed cert as SAN (not required if accessing only through reverse proxy).", "label": "SERVER_IP", "name": "SERVER_IP" } ], "image": "linuxserver/pydio-cells:latest", "logo": "https://raw.githubusercontent.com/wiki/pydio/cells/images/PydioCellsColor.png", "name": "Pydio-cells", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pydio-cells/config
", "platform": "linux", "ports": [ "8080:8080/tcp", "33060:33060/tcp" ], "restart_policy": "unless-stopped", "title": "Pydio-cells", "type": 1, "volumes": [ { "bind": "/volume1/docker/pydio-cells/config", "container": "/config" } ] }, { "description": "[pyLoad](https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/pyload-ng:latest", "logo": "https://pyload.net/img/banner.png", "name": "Pyload-ng", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pyload-ng/config
mkdir -p /volume1/docker/pyload-ng/downloads
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/pylon/config
mkdir -p /volume1/docker/pylon/code
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/qdirstat/config
mkdir -p /volume1/docker/qdirstat/data
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/quassel-web/config
", "platform": "linux", "ports": [ "64443:64443/tcp" ], "restart_policy": "unless-stopped", "title": "Quassel-web", "type": 1, "volumes": [ { "bind": "/volume1/docker/quassel-web/config", "container": "/config" } ] }, { "description": "[Raneto](http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/raneto:latest", "logo": "https://raw.githubusercontent.com/gilbitron/Raneto/master/logo/logo_readme.png", "name": "Raneto", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/raneto/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Raneto", "type": 1, "volumes": [ { "bind": "/volume1/docker/raneto/config", "container": "/config" } ] }, { "description": "[Rdesktop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/rdesktop:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rdesktop.png", "name": "Rdesktop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/rdesktop/config
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/remmina/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Remmina", "type": 1, "volumes": [ { "bind": "/volume1/docker/remmina/config", "container": "/config" } ] }, { "categories": [ "Media" ], "description": "[Requestrr](https://github.com/darkalfx/requestrr) is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/requestrr:latest", "logo": "https://github.com/darkalfx/requestrr/raw/master/Logos/requestrr_discord_Icon_512.png", "name": "Requestrr", "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/requestrr/config
", "platform": "linux", "ports": [ "4545:4545/tcp" ], "restart_policy": "unless-stopped", "title": "Requestrr", "type": 1, "volumes": [ { "bind": "/volume1/docker/requestrr/config", "container": "/config" } ] }, { "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.'", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/rsnapshot:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rsnapshot.png", "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
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/scrutiny/config
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/snapdrop/config
", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Snapdrop", "type": 1, "volumes": [ { "bind": "/volume1/docker/snapdrop/config", "container": "/config" } ] }, { "description": "[Snipe-it](https://github.com/snipe/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/snipe-it/config
", "platform": "linux", "ports": [ "8080:80/tcp" ], "restart_policy": "unless-stopped", "title": "Snipe-it", "type": 1, "volumes": [ { "bind": "/volume1/docker/snipe-it/config", "container": "/config" } ] }, { "description": "[DB Browser for SQLite](https://sqlitebrowser.org/) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/sqlitebrowser:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sqlitebrowser-banner.png", "name": "Sqlitebrowser", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/sqlitebrowser/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Sqlitebrowser", "type": 1, "volumes": [ { "bind": "/volume1/docker/sqlitebrowser/config", "container": "/config" } ] }, { "description": "SWAG - Secure Web Application Gateway (formerly known as letsencrypt, no relation to Let's Encrypt\u2122) sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes (Let's Encrypt and ZeroSSL). It also contains fail2ban for intrusion prevention.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "yourdomain.url", "description": "Top url you have control over (`customdomain.com` if you own it, or `customsubdomain.ddnsprovider.com` if dynamic dns).", "label": "URL", "name": "URL" }, { "default": "http", "description": "Certbot validation method to use, options are `http`, `dns` or `duckdns` (`dns` method also requires `DNSPLUGIN` variable set) (`duckdns` method requires `DUCKDNSTOKEN` variable set, and the `SUBDOMAINS` variable must be either empty or set to `wildcard`).", "label": "VALIDATION", "name": "VALIDATION" }, { "default": "www,", "description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this _exactly_ to `wildcard` (wildcard cert is available via `dns` and `duckdns` validation only)", "label": "SUBDOMAINS", "name": "SUBDOMAINS" }, { "default": "", "description": "Optionally define the cert provider. Set to `zerossl` for ZeroSSL certs (requires existing [ZeroSSL account](https://app.zerossl.com/signup) and the e-mail address entered in `EMAIL` env var). Otherwise defaults to Let's Encrypt.", "label": "CERTPROVIDER", "name": "CERTPROVIDER" }, { "default": "cloudflare", "description": "Required if `VALIDATION` is set to `dns`. Options are `aliyun`, `cloudflare`, `cloudxns`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `domeneshop`, `gandi`, `gehirn`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `luadns`, `netcup`, `njalla`, `nsone`, `ovh`, `rfc2136`, `route53`, `sakuracloud`, `transip` and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`.", "label": "DNSPLUGIN", "name": "DNSPLUGIN" }, { "default": "", "description": "Optionally override (in seconds) the default propagation time for the dns plugins.", "label": "PROPAGATION", "name": "PROPAGATION" }, { "default": "", "description": "Required if `VALIDATION` is set to `duckdns`. Retrieve your token from https://www.duckdns.org", "label": "DUCKDNSTOKEN", "name": "DUCKDNSTOKEN" }, { "default": "", "description": "Optional e-mail address used for cert expiration notifications (Required for ZeroSSL).", "label": "EMAIL", "name": "EMAIL" }, { "default": "false", "description": "If you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to `true`", "label": "ONLY_SUBDOMAINS", "name": "ONLY_SUBDOMAINS" }, { "default": "", "description": "Additional fully qualified domain names (comma separated, no spaces) ie. `extradomain.com,subdomain.anotherdomain.org,*.anotherdomain.org`", "label": "EXTRA_DOMAINS", "name": "EXTRA_DOMAINS" }, { "default": "false", "description": "Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes.", "label": "STAGING", "name": "STAGING" } ], "image": "linuxserver/swag:latest", "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/swag.gif", "name": "Swag", "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/swag/config
", "platform": "linux", "ports": [ "443:443/tcp", "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Swag", "type": 1, "volumes": [ { "bind": "/volume1/docker/swag/config", "container": "/config" } ] }, { "description": "[Synclounge](https://github.com/samcm/synclounge) is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.", "env": [ { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "plexuser1,plexuser2,email1,machineid1", "description": "If set, only the users defined here and the users of the plex servers defined here will be able to access the server. Use e-mails, plex usernames and/or plex server machine ids, comma separated, no spaces.", "label": "AUTH_LIST", "name": "AUTH_LIST" }, { "default": "false", "description": "DEPRECATED - (Still works but will be removed in the future in favor of the built-in var `autojoin__room`) - Set to `true` to let users autojoin the server and a room (specified by the `AUTOJOIN_ROOM` var).", "label": "AUTOJOIN_ENABLED", "name": "AUTOJOIN_ENABLED" }, { "default": "roomname", "description": "DEPRECATED - (Still works but will be removed in the future in favor of the built-in var `autojoin__room`) - Set the room name for auto joining (requires `AUTOJOIN_ENABLED` set to `true`).", "label": "AUTOJOIN_ROOM", "name": "AUTOJOIN_ROOM" } ], "image": "linuxserver/synclounge:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png", "name": "Synclounge", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
", "platform": "linux", "ports": [ "8088:8088/tcp" ], "restart_policy": "unless-stopped", "title": "Synclounge", "type": 1 }, { "categories": [ "System Tools" ], "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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/syslog-ng:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png", "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
Don't forget to create the volume directories on the host file system.
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Taisun", "type": 1, "volumes": [ { "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" } ] }, { "categories": [ "Utilities" ], "description": "[Webtop](https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" }, { "default": "/", "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`", "label": "SUBFOLDER", "name": "SUBFOLDER" }, { "default": "en-us-qwerty", "description": "See the keyboard layouts section for more information and options.", "label": "KEYBOARD", "name": "KEYBOARD" } ], "image": "linuxserver/webtop:latest", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png", "name": "Webtop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/webtop/config
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/wireguard/config
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/wireshark/config
", "platform": "linux", "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Wireshark", "type": 1, "volumes": [ { "bind": "/volume1/docker/wireshark/config", "container": "/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.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/xbackbone:latest", "logo": "https://raw.githubusercontent.com/SergiX44/XBackBone/master/docs/img/xbackbone.png", "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
", "platform": "linux", "ports": [ "80:80/tcp", "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Xbackbone", "type": 1, "volumes": [ { "bind": "/volume1/docker/xbackbone/config", "container": "/config" } ] }, { "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/yq for details.", "env": [ { "default": "1024", "description": "for GroupID", "label": "PUID", "name": "PUID" }, { "default": "100", "description": "for UserID", "label": "PGID", "name": "PGID" }, { "default": "Europe/Amsterdam", "description": "Specify a timezone to use for example Europe/Amsterdam", "label": "TZ", "name": "TZ" } ], "image": "linuxserver/yq:latest", "logo": "", "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
", "platform": "linux", "ports": [ "80:80/tcp" ], "restart_policy": "unless-stopped", "title": "Yq", "type": 1, "volumes": [ { "bind": "/volume1/docker/yq/config", "container": "/config" } ] }, { "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": "vaultwarden/server:latest", "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png", "name": "vaultwarden", "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", "platform": "linux", "ports": [ "80/tcp" ], "restart_policy": "unless-stopped", "title": "Vaultwarden", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Config/Vaultwarden", "container": "/config" } ] }, { "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 }, { "categories": [ "Other", "Tools", "Management" ], "description": "Peppermint is a free and open source tickeg management solution with a range of features", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "default": "5001", "label": "PORT", "name": "PORT" }, { "default": "peppermint", "label": "DB_USERNAME", "name": "DB_USERNAME" }, { "default": "1234", "label": "DB_PASSWORD", "name": "DB_PASSWORD" }, { "default": "postgres", "label": "DB_HOST", "name": "DB_HOST" } ], "image": "pepperlabs/peppermint:latest", "logo": "https://raw.githubusercontent.com/Peppermint-Lab/peppermint/master/public/logo.svg", "name": "Peppermint", "platform": "linux", "ports": [ "5001:5001/tcp" ], "restart_policy": "unless-stopped", "title": "Peppermint", "type": 1, "volumes": [ { "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/peppermint", "container": "/data" } ] }, { "categories": [ "Other", "Tools" ], "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" } ], "image": "archivebox/archivebox:master", "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/archivebox.png", "name": "archivebox", "note": "docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Let's Encrypt / SWAG",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"container": "/config"
}
]
},
{
"categories": [
"Network"
],
"description": "WIFI / LAN intruder detector",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "jokobsk/pi.alert",
"logo": "https://raw.githubusercontent.com/pucherot/Pi.Alert/main/docs/img/1_devices.jpg",
"name": "pi.alert",
"platform": "linux",
"ports": [
"20211:20211/udp"
],
"restart_policy": "always",
"title": "Pi.alert",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/pi.alert",
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "OWNCLOUD_DOMAIN",
"name": "OWNCLOUD_DOMAIN"
},
{
"label": "DB_PASSWORD",
"name": "DB_PASSWORD"
},
{
"label": "ADMIN_USERNAME",
"name": "ADMIN_USERNAME"
},
{
"label": "ADMIN_PASSWORD",
"name": "ADMIN_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/docker-library/docs/9d36b4ed7cabc35dbd3849272ba2bd7abe482172/owncloud/logo.png",
"name": "Owncloud",
"note": "The database user is owncloud and the database is owncloud.",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/owncloud.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Owncloud",
"type": 3
},
{
"categories": [
"Tools"
],
"description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/petio-icon.png",
"name": "Petio",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/petio.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Petio",
"type": 3
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "ghcr.io/linuxserver/prowlarr:develop",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/prowlarr.png",
"name": "prowlarr",
"platform": "linux",
"ports": [
"9696:9696/tcp"
],
"restart_policy": "unless-stopped",
"title": "Prowlarr",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Prowlarr",
"container": "/config"
}
]
},
{
"categories": [
"Multimedia"
],
"description": "Tdarr is a popular conditional transcoding application for processing large (or small) media libraries.",
"logo": "https://tdarr.io/static/media/logo3.02a3f4a3.png",
"name": "tdarr",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/tdarr.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Tdarr",
"type": 3
},
{
"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
},
{
"categories": [
"Dashboard",
"IoT"
],
"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
},
{
"categories": [
"Finance"
],
"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
},
{
"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
},
{
"categories": [
"Tools"
],
"description": "wallabag is a web application allowing you to save web pages for later reading. Click, save and read it when you want.",
"logo": "https://www.wallabag.org/user/themes/boxify/img/logo-wallabag.svg",
"name": "Wallabag",
"repository": {
"stackfile": "Template/Stack/wallabag.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"platform": "linux",
"ports": [
"8234:80/tcp"
],
"restart_policy": "always",
"title": "Wallabag",
"type": 3
},
{
"categories": [
"Tools"
],
"description": "Teleport allows engineers and security professionals to unify access for SSH servers, Kubernetes clusters, web applications, and databases across all environments.",
"logo": "https://bookface-images.s3.amazonaws.com/logos/386100350818400a035ac8e0caa84111de3316eb.png",
"name": "teleport",
"repository": {
"stackfile": "Template/Stack/teleport.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"platform": "linux",
"restart_policy": "always",
"title": "Teleport",
"type": 3
},
{
"categories": [
"Dashboard",
"Crypto",
"Finance"
],
"description": "Cryptofolio is an open-source, and self-hosted solution for tracking your cryptocurrency holdings. It features a web interface, an Android mobile app, and a cross-platform desktop application for Windows, macOS, and Linux.",
"image": "xtrendence/cryptofolio:latest",
"logo": "https://i.imgur.com/5v8lzea.png",
"name": "cryptofolio",
"platform": "linux",
"ports": [
"7280:80/tcp"
],
"restart_policy": "always",
"title": "Cryptofolio",
"type": 1
},
{
"categories": [
"Network"
],
"description": "Self-hosted website change detection monitoring.",
"image": "dgtlmoon/changedetection.io",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/changedetection-custom.png",
"name": "changedetection",
"platform": "linux",
"restart_policy": "always",
"title": "Change Detection",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/changedetection",
"container": "/datastore"
}
]
},
{
"categories": [
"Presentation"
],
"description": "It is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free | Production Mode",
"image": "cloudogu/reveal.js",
"logo": "https://pbs.twimg.com/profile_images/1260911777929400325/_ClbHpsz_400x400.jpg",
"name": "revealjs",
"platform": "linux",
"ports": [
"6060:8080/tcp"
],
"restart_policy": "always",
"title": "Reveal.js",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/revealjs/docs/slides",
"container": "/reveal/docs/slides"
},
{
"bind": "/portainer/Files/AppData/Config/revealjs/scripts/test",
"container": "/resources"
}
]
},
{
"categories": [
"Network"
],
"description": "An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.",
"image": "statping/statping:latest",
"logo": "https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/statping.png",
"name": "statping",
"platform": "linux",
"ports": [
"4040:8080/tcp"
],
"restart_policy": "always",
"title": "Statping",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/statping",
"container": "/app"
}
]
},
{
"categories": [
"Network"
],
"description": "Network UPS Tools server",
"image": "upshift/nut-upsd",
"logo": "",
"name": "nuts",
"platform": "linux",
"ports": [
"3493:3493/tcp"
],
"restart_policy": "always",
"title": "NUTS",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/nuts",
"container": "/app"
}
]
},
{
"categories": [
"Tools"
],
"description": "Your Budgets, Calendars, Meals, Inventory, Tasks, and so much more in one simple app.For everyone in your household.On all of your devices.In the cloud or self-hosted",
"logo": "https://homechart.app/images/homechart.min.776793e5e4334866f0799e8a84b8448efb1b06cb2762b2bb20f99068ac36136c.png",
"name": "homechart",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/homechart.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Homechart",
"type": 3
},
{
"categories": [
"Messenger"
],
"description": "Ferdi is a messaging browser that allows you to combine your favourite messaging services into one application",
"logo": "https://raw.githubusercontent.com/getferdi/server/master/logo.png",
"name": "ferdi-server",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/ferdiserver.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Ferdi Server",
"type": 3
},
{
"categories": [
"Messenger"
],
"description": "Ferdium is a messaging browser that allows you to combine your favourite messaging services into one application",
"logo": "https://github.com/ferdium/ferdium-server/raw/main/logo.png",
"name": "ferdium",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/ferdium.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Ferdium",
"type": 3
},
{
"categories": [
"Social"
],
"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": [
"3000:3000/tcp"
],
"title": "Littlelink Server",
"type": 3
},
{
"categories": [
"Downloaders"
],
"description": "A perfect Aria2 Docker image. Out of the box, just add download tasks and don't need to think about anything else.",
"logo": "https://imgcdn.p3terx.com/post/20201113041845.jpg",
"name": "aria2-pro",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/aria2pro.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Aria2 Pro",
"type": 3
},
{
"categories": [
"Downloaders"
],
"description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support.",
"logo": "https://hotio.dev/img/image-logos/flood.svg",
"name": "flood",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/flood.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Flood",
"type": 3
},
{
"categories": [
"Photos",
"AI"
],
"description": "Immich is a high performance self-hosted photo and video backup solution.",
"logo": "https://github.com/immich-app/immich/raw/main/design/immich-logo.svg",
"name": "immich",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/immich.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Immich",
"type": 3
},
{
"categories": [
"Cloud"
],
"description": "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. It is similar to the discontinued\u00a0Firefox Send, with the difference that only the admin is allowed to upload files",
"logo": "https://noted.lol/content/images/2023/02/gokapi-self-hosted-main.png",
"name": "gokapi",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/gokapi.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Gokapi",
"type": 3
},
{
"categories": [
"Time Tracking"
],
"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
},
{
"categories": [
"Learning"
],
"description": "Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments.",
"logo": "https://download.moodle.org/theme/moodleorgcleaned/pix/moodle_logo_TM.svg",
"name": "moodle",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/moodle.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Moodle",
"type": 3
},
{
"categories": [
"Helpdesk"
],
"description": "FreeScout\u00a0is the super lightweight free open source help desk and shared inbox written in PHP (Laravel framework) \u2013 self hosted clone of HelpScout.",
"logo": "https://raw.githubusercontent.com/freescout-helpdesk/freescout/master/public/img/logo-300.png",
"name": "freescout",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/freescout.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Freescout",
"type": 3
},
{
"categories": [
"Fitness"
],
"description": "Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django",
"logo": "https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png",
"name": "wger",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/wger.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Wger",
"type": 3
},
{
"categories": [
"Docker"
],
"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": "",
"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
},
{
"categories": [
"ebooks"
],
"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
},
{
"categories": [
"Messaging"
],
"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
},
{
"categories": [
"Employee"
],
"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
},
{
"categories": [
"Podcast"
],
"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
},
{
"categories": [
"Music",
"Monitoring"
],
"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",
"repository": {
"stackfile": "Template/Stack/your_spotify.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Your_spotify",
"type": 3
},
{
"categories": [
"Database",
"Metrics"
],
"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
},
{
"categories": [
"Database"
],
"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
},
{
"categories": [
"Analytics",
"Monitoring",
"Visualization"
],
"description": "Grafana is the open source analytics & monitoring solution for every database.",
"logo": "https://upload.wikimedia.org/wikipedia/commons/9/9d/Grafana_logo.png?20170804201233",
"name": "grafana",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/grafana.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Grafana",
"type": 3
},
{
"categories": [
"Files"
],
"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
},
{
"categories": [
"CMS"
],
"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
},
{
"categories": [
"Books"
],
"description": "Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.",
"logo": "https://readarr.com/img/logo.png",
"name": "readarr",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/readarr.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Readarr",
"type": 3
},
{
"categories": [
"Adult"
],
"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
},
{
"categories": [
"Multimedia"
],
"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"
},
"title": "Midarr",
"type": 3
},
{
"categories": [
"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",
"repository": {
"stackfile": "Template/Stack/mastodon.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Mastodon",
"type": 3
},
{
"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",
"repository": {
"stackfile": "Template/Stack/appwrite.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Appwrite",
"type": 3
},
{
"categories": [
"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",
"repository": {
"stackfile": "Template/Stack/actual.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Actual",
"type": 3
},
{
"categories": [
"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",
"repository": {
"stackfile": "Template/Stack/baikal.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Baikal",
"type": 3
},
{
"categories": [
"Download",
"Multimedia"
],
"description": "Autobrr is the modern download automation tool for torrents.",
"logo": "https://autobrr.com/img/logo.png",
"name": "autobrr",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/autobrr.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Autobrr",
"type": 3
},
{
"categories": [
"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",
"repository": {
"stackfile": "Template/Stack/glances.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Glances",
"type": 3
},
{
"categories": [
"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",
"repository": {
"stackfile": "Template/Stack/tailscale.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Tailscale",
"type": 3
},
{
"categories": [
"Wiki",
"Knowledge Base"
],
"description": "Documize Community is an open source, modern, self-hosted, enterprise-grade knowledge management solution.",
"logo": "",
"name": "documize",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/documize.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Documize",
"type": 3
},
{
"categories": [
"Dashboard"
],
"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
},
{
"categories": [
"Remote Control"
],
"description": "MeshCentral is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. ",
"logo": "https://repository-images.githubusercontent.com/101663032/a0f76700-4b4f-11eb-981e-ee7eea9fddf2",
"name": "meshcentral",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/meshcentral.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Meshcentral",
"type": 3
},
{
"categories": [
"Remote Control"
],
"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",
"repository": {
"stackfile": "Template/Stack/rustdesk.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Rust Desk",
"type": 3
},
{
"categories": [
"Remote Control"
],
"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
},
{
"categories": [
"Remote Control"
],
"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
},
{
"categories": [
"Productivity",
"DevTools"
],
"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",
"repository": {
"stackfile": "Template/Stack/tabby.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Tabby",
"type": 3
},
{
"categories": [
"Productivity",
"Drawing"
],
"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",
"repository": {
"stackfile": "Template/Stack/excalidraw.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Excalidraw",
"type": 3
},
{
"categories": [
"Network"
],
"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",
"repository": {
"stackfile": "Template/Stack/upsnap.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Upsnap",
"type": 3
},
{
"categories": [
"Development",
"Low Code",
"No code"
],
"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",
"repository": {
"stackfile": "Template/Stack/tooljet.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Tooljet",
"type": 3
},
{
"categories": [
"Productivity",
"Development",
"Low-code",
"No-code"
],
"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/budibase.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Budibase",
"type": 3
},
{
"categories": [
"Search"
],
"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
},
{
"categories": [
"Identity Management",
"Access proxy"
],
"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
},
{
"categories": [
"Identity Management",
"Security"
],
"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",
"repository": {
"stackfile": "Template/Stack/ory-kratos-oathkeeper.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Ory Kratos (Oathkeeper)",
"type": 3
},
{
"categories": [
"Productivity",
"Development",
"Low-code"
],
"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/appsmith.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Appsmith",
"type": 3
},
{
"categories": [
"email"
],
"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/mailpile.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Mailpile",
"type": 3
},
{
"categories": [
"Mail"
],
"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/posteio.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Poste.io",
"type": 3
},
{
"categories": [
"Network"
],
"description": "IPerf3 Docker Build for Network Performance and Bandwidth Testing",
"logo": "",
"name": "iperf",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/iperf.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "iperf",
"type": 3
},
{
"categories": [
"Docker"
],
"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
},
{
"categories": [
"Dashboard"
],
"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",
"repository": {
"stackfile": "Template/Stack/homepage.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Homepage",
"type": 3
},
{
"categories": [
"Finance"
],
"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",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/ihatemoney.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "I hate money",
"type": 3
},
{
"categories": [
"Finance"
],
"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/openbudgeteer.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "OpenBudgeteer",
"type": 3
},
{
"categories": [
"Multimedia"
],
"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/fireshare.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Fireshare",
"type": 3
},
{
"categories": [
"Downloading"
],
"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/filepizza.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Filepizza",
"type": 3
},
{
"categories": [
"Dashboard"
],
"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/jump.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Jump",
"type": 3
},
{
"categories": [
"Productivity"
],
"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/hasty-paste.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Hasty-Paste",
"type": 3
},
{
"categories": [
"Wiki"
],
"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/xwiki.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Xwiki",
"type": 3
},
{
"categories": [
"Productivity"
],
"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/leantime.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Leantime",
"type": 3
},
{
"categories": [
"Entertainment"
],
"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/jellyseer.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Jellyseer",
"type": 3
},
{
"categories": [
"Productivity"
],
"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/trudesk.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Trudesk",
"type": 3
},
{
"categories": [
"System"
],
"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/dashdot.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Dashdot",
"type": 3
},
{
"categories": [
"Productivity",
"Development",
"No-code"
],
"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/baserow.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Baserow",
"type": 3
},
{
"categories": [
"Productivity",
"Development",
"No-code"
],
"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/nocodb.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "NocoDB",
"type": 3
},
{
"categories": [
"Smart Home"
],
"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/broadlink-manager.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Broadlink Manager",
"type": 3
},
{
"categories": [
"Video",
"AI"
],
"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
},
{
"categories": [
"Analytics"
],
"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/umami.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"ports": [
"3000:3000/tcp"
],
"title": "Umami.is",
"type": 3
},
{
"categories": [
"Analytics"
],
"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/matomo.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"ports": [
"8282:80/tcp"
],
"title": "Matomo",
"type": 3
},
{
"categories": [
"Other"
],
"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/neko.yml",
"url": "https://github.com/xneo1/portainer_templates"
},
"title": "Neko",
"type": 3
},
{
"categories": [
"Media Server"
],
"description": "Helps you organize your *Ahem* ...more MATURE Media material....",
"env": [
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://dashy.to/img/dashy.png",
"name": "Stash",
"note": "## Keep configs, scrapers, and plugins here. - /portainer/Files/AppData/Config/stash:/root/.stash
## Point this at your collection.
- ./data:/data
## This is where your stash's metadata lives
- /portainer/Files/AppData/Config/stashmeta:/metadata
## Any other cache content.
- /portainer/Files/AppData/Config/stashcache:/cache
## Where to store generated content (screenshots,previews,transcodes,sprites)
- /portainer/Files/AppData/Config/stashgenerated:/generated", "platform": "linux", "repository": { "stackfile": "Template/Stack/stash.yml", "url": "https://github.com/mycroftwilde/portainer_templates" }, "title": "Stash", "type": 3 }, { "categories": [ "Chat Server" ], "description": "Rocket.Chat Server", "logo": "https://raw.githubusercontent.com/portapps/rocketchat-portable/master/res/papp.png", "note": "Rocket.Chat Server Container", "platform": "linux", "repository": { "stackfile": "Template/Stack/rocketchat.yml", "url": "https://github.com/mycroftwilde/portainer_templates" }, "title": "Rocket Chat", "type": 3 }, { "categories": [ "Notes Server" ], "description": "Joplin is an open-source note-taking app", "env": [ { "default": "22300", "label": "PORT", "name": "PORT" }, { "default": "http://joplin.yourdomain.tld:22300", "label": "URL", "name": "URL" } ], "logo": "https://raw.githubusercontent.com/laurent22/joplin/master/Assets/SquareIcon512.png", "note": "Joplin is an open-source note-taking app", "platform": "linux", "repository": { "stackfile": "Template/Stack/joplin.yml", "url": "https://github.com/mycroftwilde/portainer_templates" }, "title": "Joplin", "type": 3 }, { "categories": [ "Dashboard Server" ], "description": "MagicMirror2 Server", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "karsten13/magicmirror:latest", "logo": "https://github.com/MichMich/MagicMirror/raw/master/.github/header.png", "name": "MagicMirror2", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "command": "/bin/bash -c \"npm run server\" && exit 777", "title": "MagicMirror2", "type": 1, "volumes": [ { "container": "/opt/magic_mirror/config" }, { "container": "/opt/magic_mirror/modules" }, { "container": "/opt/magic_mirror/css" } ] }, { "categories": [ "Library Server" ], "description": "Koomga Manga, Comic and E-Book Server", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" } ], "image": "gotson/komga:latest", "logo": "https://raw.githubusercontent.com/gotson/komga/master/.github/readme-images/app-icon.png", "name": "Komga", "platform": "linux", "ports": [ "8080:8080/tcp" ], "restart_policy": "unless-stopped", "title": "Komga", "type": 1, "volumes": [ { "container": "/books" }, { "container": "/comics" }, { "container": "/manga" }, { "container": "/config" } ] }, { "categories": [ "Management Utility Server" ], "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 }, { "categories": [ "Other" ], "description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it\u2019ll cover ALL your home devices, and you don\u2019t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.", "env": [ { "default": "1000", "label": "PUID", "name": "PUID" }, { "default": "100", "label": "PGID", "name": "PGID" }, { "label": "CONTEXT_PATH", "name": "CONTEXT_PATH", "set": "adguard home" } ], "image": "adguard/adguardhome:latest", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/adguard.png", "name": "adguard", "platform": "linux", "ports": [ "53:53/tcp", "53:53/udp", "67:67/udp", "68:68/tcp", "68:68/udp", "80:80/tcp", "443:443/tcp", "853:853/tcp", "3000:3000/tcp" ], "restart_policy": "unless-stopped", "title": "Adguard", "type": 1, "volumes": [ { "bind": "/portainer/Files/AppData/Adguard/Workdir", "container": "/opt/adguardhome/work" }, { "bind": "/portainer/Files/AppData/Adguard/Conf", "container": "/opt/adguardhome/conf" } ] }, { "type": 2, "title": "NextcloudStack", "description": "Nextcloud setup with a MySQL database", "note": "Deploys a Nextcloud instance connected to a MySQL database.", "categories": [ "Cloud" ], "platform": "linux", "logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nextcloud-icon.png", "repository": { "url": "https://github.com/mikestraney/portainer-templates", "stackfile": "stacks/nextcloud/docker-stack.yml" }, "env": [ { "label": "MYSQL_PASSWORD", "name": "mypassword", "description": "password for sql" }, { "label": "MYSQL_ROOT_PASSWORD", "name": "myrpassword", "description": "root password for sql" } ] }, { "type": 1, "title": "Blender", "name": "Blender", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/blender/config
", "description": "[Blender](https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**", "platform": "linux", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/blender-logo.png", "image": "linuxserver/blender:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." }, { "name": "SUBFOLDER", "label": "SUBFOLDER", "default": "/", "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`" } ], "ports": [ "3000:3000/tcp", "3001:3001/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/blender/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Changedetection.io", "name": "Changedetection.io", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/changedetection.io/config
", "description": "[Changedetection.io](https://github.com/dgtlmoon/changedetection.io) provides free, open-source web page monitoring, notification and change detection.", "platform": "linux", "logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/changedetection-icon.png", "image": "linuxserver/changedetection.io:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." }, { "name": "BASE_URL", "label": "BASE_URL", "default": "", "description": "Specify the full URL (including protocol) when running behind a reverse proxy" } ], "ports": [ "5000:5000/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/changedetection.io/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Chromium", "name": "Chromium", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/chromium/config
", "description": "[Chromium](https://www.chromium.org/chromium-projects/) is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", "platform": "linux", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/chromium-logo.png", "image": "linuxserver/chromium:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." }, { "name": "CHROME_CLI", "label": "CHROME_CLI", "default": "https://www.linuxserver.io/", "description": "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full." } ], "ports": [ "3000:3000/tcp", "3001:3001/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/chromium/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Ci", "name": "Ci", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/ci/config
", "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/ci for details.", "platform": "linux", "logo": "", "image": "linuxserver/ci:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." } ], "ports": [ "80:80/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/ci/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Fail2ban", "name": "Fail2ban", "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/fail2ban/config
mkdir -p /volume1/docker/fail2ban/var/log:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/airsonic:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/apache2:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/authelia:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/emby:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/filebrowser:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/homeassistant:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/lighttpd:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/nextcloud:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/nginx:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/nzbget:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/overseerr:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/prowlarr:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/radarr:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/sabnzbd:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/sonarr:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/unificontroller:ro
mkdir -p /volume1/docker/fail2ban/remotelogs/vaultwarden:ro
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/feed2toot/config
", "description": "[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.", "platform": "linux", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/feed2toot-banner.png", "image": "linuxserver/feed2toot:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." }, { "name": "FEED_LIMIT", "label": "FEED_LIMIT", "default": "5", "description": "Limit number of RSS entries published at each execution." } ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/feed2toot/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Github-desktop", "name": "Github-desktop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/github-desktop/config
", "description": "[Github Desktop](https://desktop.github.com/) is an open source Electron-based GitHub app. It is written in TypeScript and uses React.", "platform": "linux", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/github-desktop-icon.png", "image": "linuxserver/github-desktop:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." } ], "ports": [ "3000:3000/tcp", "3001:3001/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/github-desktop/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Gitqlient", "name": "Gitqlient", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/gitqlient/config
", "description": "[GitQlient](https://github.com/francescmm/GitQlient) is a multi-platform Git client originally forked from QGit. Nowadays it goes beyond of just a fork and adds a lot of new functionality.", "platform": "linux", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/gitqlient-icon.png", "image": "linuxserver/gitqlient:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." } ], "ports": [ "3000:3000/tcp", "3001:3001/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/gitqlient/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Kasm", "name": "Kasm", "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/kasm/opt
mkdir -p /volume1/docker/kasm/profiles
Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/kdenlive/config
", "description": "[Kdenlive](https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.", "platform": "linux", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kdenlive-logo.png", "image": "linuxserver/kdenlive:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." }, { "name": "SUBFOLDER", "label": "SUBFOLDER", "default": "/", "description": "Specify a subfolder to use with reverse proxies, IE `/subfolder/`" } ], "ports": [ "3000:3000/tcp", "3001:3001/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/kdenlive/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Mullvad-browser", "name": "Mullvad-browser", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/mullvad-browser/config
", "description": "The [Mullvad Browser](https://mullvad.net/en/browser) is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. It\u2019s designed to minimize tracking and fingerprinting. You could say it\u2019s a Tor Browser to use without the Tor Network. Instead, you can use it with a trustworthy VPN.", "platform": "linux", "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mullvad-browser-logo.png", "image": "linuxserver/mullvad-browser:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." }, { "name": "LOCAL_NET", "label": "LOCAL_NET", "default": "192.168.0.0/16", "description": "If using a VPN, set this to your local LAN IP range using CIDR notation. Without it you will be unable to access the web interface. If you have multiple ranges or a complex LAN setup you will need to manage this yourself in the wg0.conf, see the App Setup section for details." } ], "ports": [ "3000:3000/tcp", "3001:3001/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/mullvad-browser/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Pairdrop", "name": "Pairdrop", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
", "description": "[PairDrop](https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.", "platform": "linux", "logo": "https://raw.githubusercontent.com/schlagmichdoch/PairDrop/master/public/images/android-chrome-512x512.png", "image": "linuxserver/pairdrop:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." }, { "name": "RATE_LIMIT", "label": "RATE_LIMIT", "default": "false", "description": "Set to `true` to limit clients to 100 requests per 5 min" }, { "name": "WS_FALLBACK", "label": "WS_FALLBACK", "default": "false", "description": "Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes)." }, { "name": "RTC_CONFIG", "label": "RTC_CONFIG", "default": "", "description": "Path to a json file containing custom STUN/TURN config (see App Setup notes)" } ], "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Readme-sync", "name": "Readme-sync", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
mkdir -p /volume1/docker/readme-sync/config
", "description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/readme-sync for details.", "platform": "linux", "logo": "", "image": "linuxserver/readme-sync:latest", "env": [ { "name": "PUID", "label": "PUID", "default": "1024", "description": "for UserID" }, { "name": "PGID", "label": "PGID", "default": "100", "description": "for GroupID" }, { "name": "TZ", "label": "TZ", "default": "Europe/Amsterdam", "description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)." } ], "ports": [ "80:80/tcp" ], "volumes": [ { "container": "/config", "bind": "/volume1/docker/readme-sync/config" } ], "restart_policy": "unless-stopped" }, { "type": 1, "title": "Tester", "name": "Tester", "note": "Portainer App Templates by Technorabilia based on data provided by LinuxServer.io.Don't forget to create the volume directories on the host file system.
", "description": "This internal tool is used as a desktop sandbox in our CI process to grab a screenshot of a hopefully functional endpoint", "platform": "linux", "logo": "https://avatars3.githubusercontent.com/u/12324908?s=200&v=4", "image": "linuxserver/tester:latest", "env": [ { "name": "URL", "label": "URL", "default": "http://google.com", "description": "Specify an endpoint, the container will automatically determine the correct protocol and program to use" } ], "ports": [ "3000:3000/tcp" ], "restart_policy": "unless-stopped" }, { "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" }, { "categories": [ "Other", "Tools" ], "description": "", "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