Skip to content

Instantly share code, notes, and snippets.

@SvenDowideit
Last active August 10, 2021 07:47
Show Gist options
  • Save SvenDowideit/b0c39fe262dcc67c78a7988eb52bce04 to your computer and use it in GitHub Desktop.
Save SvenDowideit/b0c39fe262dcc67c78a7988eb52bce04 to your computer and use it in GitHub Desktop.
trying out some cue.
{
"version": "2",
"templates": [
{
"categories": [
"Other"
],
"description": "AdGuard Home is a network-wide software for blocking ads \u0026 tracking. After you set it up, it’ll cover ALL your home devices, and you don’t 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: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Adguard/Workdir",
"container": "/opt/adguardhome/work"
},
{
"bind": "/portainer/Files/AppData/Adguard/Conf",
"container": "/opt/adguardhome/conf"
}
]
},
{
"categories": [
"Other"
],
"description": "AdGuard Home is a network-wide software for blocking ads \u0026 tracking. After you set it up, it’ll cover ALL your home devices, and you don’t 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/Qballjos/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: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Adguard/Workdir",
"container": "/opt/adguardhome/work"
},
{
"bind": "/portainer/Files/AppData/Adguard/Conf",
"container": "/opt/adguardhome/conf"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/adguardhome-sync/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Adguardhome-sync: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/adguardhome-sync/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/music"
},
{
"container": "/playlists"
},
{
"container": "/podcasts"
},
{
"container": "/media"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Music"
],
"description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "airsonic"
},
{
"label": "JAVA_OPTS",
"name": "JAVA_OPTS",
"set": "-Xms256m -Xmx512m"
}
],
"image": "linuxserver/airsonic:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/airsonic-logo.png",
"name": "airsonic",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Airsonic: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Music",
"container": "/music"
},
{
"bind": "/portainer/Files/AppData/Airsonic/Playlists",
"container": "/playlists"
},
{
"bind": "/portainer/Podcasts",
"container": "/podcasts"
},
{
"bind": "/portainer/Files/AppData/Airsonic/Media",
"container": "/media"
},
{
"bind": "/portainer/Files/AppData/Config/Airsonic/",
"container": "/config"
}
]
},
{
"categories": [
"Music"
],
"description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "airsonic"
},
{
"label": "JAVA_OPTS",
"name": "JAVA_OPTS",
"set": "-Xms256m -Xmx512m"
}
],
"image": "linuxserver/airsonic:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/airsonic-logo.png",
"name": "airsonic",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Airsonic: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Music",
"container": "/music"
},
{
"bind": "/portainer/Files/AppData/Airsonic/Playlists",
"container": "/playlists"
},
{
"bind": "/portainer/Podcasts",
"container": "/podcasts"
},
{
"bind": "/portainer/Files/AppData/Airsonic/Media",
"container": "/media"
},
{
"bind": "/portainer/Files/AppData/Config/Airsonic/",
"container": "/config"
}
]
},
{
"categories": [
"Music"
],
"description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH",
"set": "airsonic"
},
{
"label": "JAVA_OPTS",
"name": "JAVA_OPTS",
"set": "-Xms256m -Xmx512m"
}
],
"image": "linuxserver/airsonic:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png",
"name": "airsonic",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Airsonic: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Music",
"container": "/music"
},
{
"bind": "/portainer/Files/AppData/Airsonic/Playlists",
"container": "/playlists"
},
{
"bind": "/portainer/Podcasts",
"container": "/podcasts"
},
{
"bind": "/portainer/Files/AppData/Airsonic/Media",
"container": "/media"
},
{
"bind": "/portainer/Files/AppData/Config/Airsonic/",
"container": "/config"
}
]
},
{
"categories": [
"Music Server"
],
"description": "[Airsonic](https://github.com/airsonic/airsonic) 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": "\u003cURL_BASE\u003e",
"description": "For setting url-base in reverse proxy setups.",
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH"
},
{
"default": "\u003coptions\u003e",
"description": "For passing additional java options.",
"label": "JAVA_OPTS",
"name": "JAVA_OPTS"
}
],
"image": "linuxserver/airsonic:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-banner.png",
"name": "Airsonic",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/airsonic/config\u003cbr\u003emkdir -p /volume1/docker/airsonic/music\u003cbr\u003emkdir -p /volume1/docker/airsonic/playlists\u003cbr\u003emkdir -p /volume1/docker/airsonic/podcasts\u003cbr\u003emkdir -p /volume1/docker/airsonic/media\u003c/p\u003e",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Airsonic: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/airsonic/config",
"container": "/config"
},
{
"bind": "/volume1/docker/airsonic/music",
"container": "/music"
},
{
"bind": "/volume1/docker/airsonic/playlists",
"container": "/playlists"
},
{
"bind": "/volume1/docker/airsonic/podcasts",
"container": "/podcasts"
},
{
"bind": "/volume1/docker/airsonic/media",
"container": "/media"
}
]
},
{
"categories": [
"Notifications"
],
"description": "[Apprise-api](https://github.com/caronc/apprise-api) Takes advantage of [Apprise](https://github.com/caronc/apprise) through your network with a user-friendly API. * Send notifications to more then 65+ services. * An incredibly lightweight gateway to Apprise. * A production ready micro-service at your disposal. Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.",
"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/apprise-api:latest",
"logo": "https://raw.githubusercontent.com/caronc/apprise-api/master/apprise_api/static/logo.png",
"name": "Apprise-api",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/apprise-api/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Apprise-api: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/audacity/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Audacity: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/audacity/config",
"container": "/config"
}
]
},
{
"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/mikestraney/portainer-templates/master/Images/authelia.png",
"name": "authelia",
"note": "Requires a configuration.yml file in order to work. Documentation is Available \u003ca href='https://docs.authelia.com/deployment/deployment-ha'\u003ehere\u003c/a\u003e.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Authelia: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Authelia",
"container": "/etc/authelia/"
}
]
},
{
"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/mikestraney/portainer-templates/master/Images/authelia.png",
"name": "authelia",
"note": "Requires a configuration.yml file in order to work. Documentation is Available \u003ca href='https://docs.authelia.com/deployment/deployment-ha'\u003ehere\u003c/a\u003e.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Authelia: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Authelia",
"container": "/etc/authelia/"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/authelia.png",
"name": "authelia",
"note": "Requires a configuration.yml file in order to work. Documentation is available \u003ca href='https://docs.authelia.com/deployment/deployment-ha'\u003ehere\u003c/a\u003e.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Authelia: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Authelia",
"container": "/etc/authelia/"
}
]
},
{
"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 \u003ca href='https://docs.authelia.com/deployment/deployment-ha'\u003ehere\u003c/a\u003e.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Authelia: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Authelia",
"container": "/etc/authelia/"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/babybuddy/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Babybuddy: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/babybuddy/config",
"container": "/config"
}
]
},
{
"categories": [
"Video",
"Music"
],
"description": "Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/bazarr:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bazarr.png",
"name": "Bazarr",
"platform": "linux",
"ports": [
"6767:6767/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bazarr: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bazarr",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"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": "hotio/bazarr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bazarr.png",
"name": "Bazarr",
"platform": "linux",
"ports": [
"6767:6767/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bazarr: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bazarr",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bazarr",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": [
"Media"
],
"description": "[Bazarr](https://www.bazarr.media/) is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.",
"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/bazarr:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png",
"name": "Bazarr",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/bazarr/config\u003cbr\u003emkdir -p /volume1/docker/bazarr/movies\u003cbr\u003emkdir -p /volume1/docker/bazarr/tv\u003c/p\u003e",
"platform": "linux",
"ports": [
"6767:6767/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bazarr: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/bazarr/config",
"container": "/config"
},
{
"bind": "/volume1/docker/bazarr/movies",
"container": "/movies"
},
{
"bind": "/volume1/docker/bazarr/tv",
"container": "/tv"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/beets:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/beets-icon.png",
"name": "beets",
"platform": "linux",
"ports": [
"8337:8337/tcp"
],
"restart_policy": "unless-stopped",
"title": "Beets: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Beets",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/beets:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/beets-icon.png",
"name": "beets",
"platform": "linux",
"ports": [
"8337:8337/tcp"
],
"restart_policy": "unless-stopped",
"title": "Beets: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Beets",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/beets:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png",
"name": "beets",
"platform": "linux",
"ports": [
"8337:8337/tcp"
],
"restart_policy": "unless-stopped",
"title": "Beets: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Beets",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Media"
],
"description": "[Beets](http://beets.io/) is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools.",
"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/beets:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/beets-icon.png",
"name": "Beets",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/beets/config\u003cbr\u003emkdir -p /volume1/docker/beets/music\u003cbr\u003emkdir -p /volume1/docker/beets/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"8337:8337/tcp"
],
"restart_policy": "unless-stopped",
"title": "Beets: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/beets/config",
"container": "/config"
},
{
"bind": "/volume1/docker/beets/music",
"container": "/music"
},
{
"bind": "/volume1/docker/beets/downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
"image": "bitwardenrs/server:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bitwarden.png",
"name": "bitwardenrs",
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
"platform": "linux",
"ports": [
":80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bitwarden RS: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bitwarden-rs",
"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": "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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bitwarden-rs",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/boinc/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Boinc: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/boinc/config",
"container": "/config"
}
]
},
{
"categories": [
"Audio"
],
"description": "[Booksonic-air](http://booksonic.org) is a platform for accessing the audibooks you own wherever you are. At the moment the platform consists of Booksonic Air - A server for streaming your audiobooks, successor to the original Booksonic server and based on Airsonic. Booksonic App - An DSub based Android app for connection to Booksonic-Air servers. .",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/booksonic-air/config\u003cbr\u003emkdir -p /volume1/docker/booksonic-air/audiobooks\u003cbr\u003emkdir -p /volume1/docker/booksonic-air/podcasts\u003cbr\u003emkdir -p /volume1/docker/booksonic-air/othermedia\u003c/p\u003e",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Booksonic-air: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/booksonic-air/config",
"container": "/config"
},
{
"bind": "/volume1/docker/booksonic-air/audiobooks",
"container": "/audiobooks"
},
{
"bind": "/volume1/docker/booksonic-air/podcasts",
"container": "/podcasts"
},
{
"bind": "/volume1/docker/booksonic-air/othermedia",
"container": "/othermedia"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/podcast"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Books",
"Other"
],
"description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "booksonic",
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH"
}
],
"image": "linuxserver/booksonic:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/booksonic.png",
"name": "booksonic",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Booksonic: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/Podcasts",
"container": "/podcast"
},
{
"bind": "/portainer/Files/AppData/Config/Booksonic",
"container": "/config"
}
]
},
{
"categories": [
"Books",
"Other"
],
"description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "booksonic",
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH"
}
],
"image": "linuxserver/booksonic:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/booksonic.png",
"name": "booksonic",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Booksonic: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/Podcasts",
"container": "/podcast"
},
{
"bind": "/portainer/Files/AppData/Config/Booksonic",
"container": "/config"
}
]
},
{
"categories": [
"Books",
"Other"
],
"description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "booksonic",
"label": "CONTEXT_PATH",
"name": "CONTEXT_PATH"
}
],
"image": "linuxserver/booksonic:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png",
"name": "booksonic",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Booksonic: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/Podcasts",
"container": "/podcast"
},
{
"bind": "/portainer/Files/AppData/Config/Booksonic",
"container": "/config"
}
]
},
{
"categories": [
"Media"
],
"description": "[Booksonic](http://booksonic.org) is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic.",
"env": [
{
"default": "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:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic.png",
"name": "Booksonic",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/booksonic/config\u003cbr\u003emkdir -p /volume1/docker/booksonic/audiobooks\u003cbr\u003emkdir -p /volume1/docker/booksonic/podcasts\u003cbr\u003emkdir -p /volume1/docker/booksonic/othermedia\u003c/p\u003e",
"platform": "linux",
"ports": [
"4040:4040/tcp"
],
"restart_policy": "unless-stopped",
"title": "Booksonic: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/booksonic/config",
"container": "/config"
},
{
"bind": "/volume1/docker/booksonic/audiobooks",
"container": "/audiobooks"
},
{
"bind": "/volume1/docker/booksonic/podcasts",
"container": "/podcasts"
},
{
"bind": "/volume1/docker/booksonic/othermedia",
"container": "/othermedia"
}
]
},
{
"categories": [
"Wiki"
],
"description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/bookstack2.png",
"note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack",
"platform": "linux",
"repository": {
"stackfile": "stacks/bookstack/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Bookstack: from mikestraney",
"type": 2
},
{
"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/Qballjos/portainer_templates/master/Images/bookstack2.png",
"note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/bookstack.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Bookstack: from Qballjos",
"type": 3
},
{
"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: from SelfhostedPro",
"type": 3
},
{
"categories": [
"Media"
],
"description": "[Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com",
"env": [
{
"default": "1024",
"description": "for GroupID",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"description": "for UserID",
"label": "PGID",
"name": "PGID"
},
{
"default": "",
"description": "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`",
"label": "APP_URL",
"name": "APP_URL"
},
{
"default": "\u003cyourdbhost\u003e",
"description": "for specifying the database host",
"label": "DB_HOST",
"name": "DB_HOST"
},
{
"default": "\u003cyourdbuser\u003e",
"description": "for specifying the database user",
"label": "DB_USER",
"name": "DB_USER"
},
{
"default": "\u003cyourdbpass\u003e",
"description": "for specifying the database password",
"label": "DB_PASS",
"name": "DB_PASS"
},
{
"default": "bookstackapp",
"description": "for specifying the database to be used",
"label": "DB_DATABASE",
"name": "DB_DATABASE"
}
],
"image": "linuxserver/bookstack:latest",
"logo": "https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/bookstack-logo500x500.png",
"name": "Bookstack",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/bookstack/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"6875:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bookstack: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/bookstack/config",
"container": "/config"
}
]
},
{
"categories": [
"webserver"
],
"description": "HTTP/2 web server with automatic HTTPS",
"image": "abiosoft/caddy:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp",
"2015/tcp"
],
"title": "Caddy: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/root/.caddy"
}
]
},
{
"categories": [
"webserver"
],
"description": "HTTP/2 web server with automatic HTTPS",
"image": "abiosoft/caddy:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp",
"2015/tcp"
],
"title": "Caddy: from portainer",
"type": 1,
"volumes": [
{
"container": "/root/.caddy"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/calibre-web:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/calibre-web-icon.png",
"name": "calibre-web",
"platform": "linux",
"ports": [
"8083:8083/tcp"
],
"restart_policy": "unless-stopped",
"title": "Calibre Web: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/AppData/Config/Calibre-web",
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Books"
],
"description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/calibre-web:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/calibre-web-icon.png",
"name": "calibre-web",
"note": "Configuration \u003cul\u003e\u003cli\u003e\u003cb\u003e/config\u003c/b\u003e - Where Calibre-web should store it's database\u003c/li\u003e\u003cli\u003e\u003cb\u003e/books\u003c/b\u003e - Path to your calibre library metadata.db file\u003c/li\u003e\u003c/ul\u003e",
"platform": "linux",
"ports": [
"8083:8083/tcp"
],
"restart_policy": "unless-stopped",
"title": "Calibre Web: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/AppData/Config/Calibre-web",
"container": "/config"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/calibre-web:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png",
"name": "calibre-web",
"platform": "linux",
"ports": [
"8083:8083/tcp"
],
"restart_policy": "unless-stopped",
"title": "Calibre Web: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/AppData/Config/Calibre-web",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Books"
],
"description": "[Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License.",
"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": "linuxserver/calibre-web:calibre",
"description": "#optional \u0026 **x86-64 only** Adds the ability to perform ebook conversion",
"label": "DOCKER_MODS",
"name": "DOCKER_MODS"
},
{
"default": "1",
"description": "Optionally set this to allow Google OAUTH to work",
"label": "OAUTHLIB_RELAX_TOKEN_SCOPE",
"name": "OAUTHLIB_RELAX_TOKEN_SCOPE"
}
],
"image": "linuxserver/calibre-web:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png",
"name": "Calibre-web",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/calibre-web/config\u003cbr\u003emkdir -p /volume1/docker/calibre-web/books\u003c/p\u003e",
"platform": "linux",
"ports": [
"8083:8083/tcp"
],
"restart_policy": "unless-stopped",
"title": "Calibre-web: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/calibre-web/config",
"container": "/config"
},
{
"bind": "/volume1/docker/calibre-web/books",
"container": "/books"
}
]
},
{
"categories": [
"Media"
],
"description": "[Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book manager. Users say it’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer experts.",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/calibre/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "Calibre: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/calibre/config",
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Cardigann",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/var/www/html/images"
}
]
},
{
"categories": [
"Other",
"Tools",
"Photo"
],
"description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "CHEVERETO_DB_HOST",
"name": "CHEVERETO_DB_HOST",
"set": ""
},
{
"label": "CHEVERETO_DB_USERNAME",
"name": "CHEVERETO_DB_USERNAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PASSWORD",
"name": "CHEVERETO_DB_PASSWORD",
"set": ""
},
{
"label": "CHEVERETO_DB_NAME",
"name": "CHEVERETO_DB_NAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PREFIX",
"name": "CHEVERETO_DB_PREFIX",
"set": ""
}
],
"image": "nmtan/chevereto:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/Chevereto.png",
"name": "Chevereto",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Chevereto: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/www/html/images"
}
]
},
{
"categories": [
"Other",
"Tools",
"Photo"
],
"description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "CHEVERETO_DB_HOST",
"name": "CHEVERETO_DB_HOST",
"set": ""
},
{
"label": "CHEVERETO_DB_USERNAME",
"name": "CHEVERETO_DB_USERNAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PASSWORD",
"name": "CHEVERETO_DB_PASSWORD",
"set": ""
},
{
"label": "CHEVERETO_DB_NAME",
"name": "CHEVERETO_DB_NAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PREFIX",
"name": "CHEVERETO_DB_PREFIX",
"set": ""
}
],
"image": "nmtan/chevereto:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/Chevereto.png",
"name": "Chevereto",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Chevereto: from Qballjos",
"type": 1,
"volumes": [
{
"container": "/var/www/html/images"
}
]
},
{
"categories": [
"Other",
"Tools",
"Photo"
],
"description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "CHEVERETO_DB_HOST",
"name": "CHEVERETO_DB_HOST",
"set": ""
},
{
"label": "CHEVERETO_DB_USERNAME",
"name": "CHEVERETO_DB_USERNAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PASSWORD",
"name": "CHEVERETO_DB_PASSWORD",
"set": ""
},
{
"label": "CHEVERETO_DB_NAME",
"name": "CHEVERETO_DB_NAME",
"set": ""
},
{
"label": "CHEVERETO_DB_PREFIX",
"name": "CHEVERETO_DB_PREFIX",
"set": ""
}
],
"image": "nmtan/chevereto:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png",
"name": "Chevereto",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Chevereto: from SelfhostedPro",
"type": 1,
"volumes": [
{
"container": "/var/www/html/images"
}
]
},
{
"categories": [
"Websites"
],
"description": "[Chevereto](https://github.com/Chevereto/Chevereto-Free) is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. It's your hosting and your rules, so say goodbye to closures and restrictions.",
"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/chevereto:latest",
"logo": "",
"name": "Chevereto",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/chevereto/config\u003cbr\u003emkdir -p /volume1/docker/chevereto/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Chevereto: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/chevereto/config",
"container": "/config"
},
{
"bind": "/volume1/docker/chevereto/data",
"container": "/data"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
"image": "gregyankovoy/chowdown:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/chowdown.png",
"name": "Chowdown",
"platform": "linux",
"ports": [
"4000:4000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Chowdown: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Chowdown",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
"image": "gregyankovoy/chowdown:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/chowdown.png",
"name": "Chowdown",
"platform": "linux",
"ports": [
"4000:4000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Chowdown: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Chowdown",
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Chowdown",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/cloud9/config\u003cbr\u003emkdir -p /volume1/docker/cloud9/code\u003cbr\u003e\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Cloud9: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/cloud9/config",
"container": "/config"
},
{
"bind": "/volume1/docker/cloud9/code",
"container": "/code"
},
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"categories": [
"database"
],
"command": "start --insecure",
"description": "An open-source, survivable, strongly consistent, scale-out SQL database",
"image": "cockroachdb/cockroach:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
"platform": "linux",
"ports": [
"26257/tcp",
"8080/tcp"
],
"title": "CockroachDB: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/cockroach/cockroach-data"
}
]
},
{
"categories": [
"database"
],
"command": "start --insecure",
"description": "An open-source, survivable, strongly consistent, scale-out SQL database",
"image": "cockroachdb/cockroach:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
"platform": "linux",
"ports": [
"26257/tcp",
"8080/tcp"
],
"title": "CockroachDB: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/cockroach/cockroach-data"
}
]
},
{
"categories": [
"database"
],
"command": "start --insecure",
"description": "An open-source, survivable, strongly consistent, scale-out SQL database",
"image": "cockroachdb/cockroach:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
"platform": "linux",
"ports": [
"26257/tcp",
"8080/tcp"
],
"title": "CockroachDB: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/cockroach/cockroach-data"
}
]
},
{
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to \u003ca href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\"\u003eCockroachDB documentation\u003c/a\u003e for production deployments.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/cockroachdb/edge/docker-stack.yml",
"title": "CockroachDB: from portainer",
"type": 4
},
{
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to \u003ca href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\"\u003eCockroachDB documentation\u003c/a\u003e for production deployments.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/cockroachdb/edge/docker-stack.yml",
"title": "CockroachDB: from portainer",
"type": 4
},
{
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to \u003ca href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\"\u003eCockroachDB documentation\u003c/a\u003e for production deployments.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/cockroachdb/edge/docker-stack.yml",
"title": "CockroachDB: from portainer",
"type": 4
},
{
"categories": [
"Other",
"Tools"
],
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PUID",
"name": "GUID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "PASSWORD",
"name": "PASSWORD"
},
{
"label": "SUDO_PASSWORD",
"name": "SUDO_PASSWORD"
},
{
"default": "example.my.domain",
"label": "PROXY_DOMAIN",
"name": "PROXY_DOMAIN"
}
],
"image": "linuxserver/code-server:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/code-server.png",
"name": "code-server",
"platform": "linux",
"ports": [
"8443:8443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Code Server: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Code-Server",
"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/Qballjos/portainer_templates/master/Images/code-server.png",
"name": "code-server",
"platform": "linux",
"ports": [
"8443:8443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Code Server: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Code-Server",
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Code-Server",
"container": "/config"
}
]
},
{
"categories": [
"Development"
],
"description": "[Code-server](https://coder.com) is VS Code running on a remote server, accessible through the browser. - Code on your Chromebook, tablet, and laptop with a consistent dev environment. - If you have a Windows or Mac workstation, more easily develop for Linux. - Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. - Preserve battery life when you're on the go. - All intensive computation runs on your server. - You're no longer running excess instances of Chrome.",
"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": "password",
"description": "Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth.",
"label": "PASSWORD",
"name": "PASSWORD"
},
{
"default": "",
"description": "Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below.",
"label": "HASHED_PASSWORD",
"name": "HASHED_PASSWORD"
},
{
"default": "password",
"description": "If this optional variable is set, user will have sudo access in the code-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"
},
{
"default": "code-server.my.domain",
"description": "If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#sub-domains)",
"label": "PROXY_DOMAIN",
"name": "PROXY_DOMAIN"
}
],
"image": "linuxserver/code-server:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/code-server-banner.png",
"name": "Code-server",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/code-server/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8443:8443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Code-server: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/code-server/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Productivity"
],
"description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/codiad:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/codiad-icon.png",
"name": "codiad",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Codiad: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Codiad",
"container": "/config"
}
]
},
{
"categories": [
"Productivity"
],
"description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/codiad:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/codiad-icon.png",
"name": "codiad",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Codiad: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Codiad",
"container": "/config"
}
]
},
{
"categories": [
"Productivity"
],
"description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/codiad:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png",
"name": "codiad",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Codiad: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Codiad",
"container": "/config"
}
]
},
{
"categories": [
"development"
],
"description": "ColdFusion (CFML) CLI",
"env": [
{
"name": "CFENGINE",
"set": "lucee@4.5"
}
],
"image": "ortussolutions/commandbox:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
"platform": "linux",
"ports": [
"8080/tcp",
"8443/tcp"
],
"title": "CommandBox: from mikestraney",
"type": 1
},
{
"categories": [
"development"
],
"description": "ColdFusion (CFML) CLI",
"env": [
{
"name": "CFENGINE",
"set": "lucee@4.5"
}
],
"image": "ortussolutions/commandbox:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
"platform": "linux",
"ports": [
"8080/tcp",
"8443/tcp"
],
"title": "CommandBox: from portainer",
"type": 1
},
{
"categories": [
"CMS"
],
"description": "Open-source modular CMS",
"env": [
{
"name": "express",
"set": "true"
},
{
"name": "install",
"set": "true"
},
{
"name": "CFENGINE",
"set": "lucee@4.5"
}
],
"image": "ortussolutions/contentbox:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
"platform": "linux",
"ports": [
"8080/tcp",
"8443/tcp"
],
"title": "ContentBox: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/data/contentbox/db"
},
{
"container": "/app/includes/shared/media"
}
]
},
{
"categories": [
"CMS"
],
"description": "Open-source modular CMS",
"env": [
{
"name": "express",
"set": "true"
},
{
"name": "install",
"set": "true"
},
{
"name": "CFENGINE",
"set": "lucee@4.5"
}
],
"image": "ortussolutions/contentbox:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
"platform": "linux",
"ports": [
"8080/tcp",
"8443/tcp"
],
"title": "ContentBox: from portainer",
"type": 1,
"volumes": [
{
"container": "/data/contentbox/db"
},
{
"container": "/app/includes/shared/media"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Books"
],
"description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/cops:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/cops-icon.png",
"name": "cops",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "COPS: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/AppData/Config/Cops",
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Books"
],
"description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/cops:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/cops-icon.png",
"name": "cops",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "COPS: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/AppData/Config/Cops",
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Books"
],
"description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/cops:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png",
"name": "cops",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "COPS: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Books",
"container": "/books"
},
{
"bind": "/portainer/Files/AppData/Config/Cops",
"container": "/config"
}
]
},
{
"categories": [
"Books"
],
"description": "[Cops](http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices. Changes in your Calibre library are reflected immediately in your COPS pages. See : [COPS's home](http://blog.slucas.fr/en/oss/calibre-opds-php-server) for more details. Don't forget to check the [Wiki](https://github.com/seblucas/cops/wiki). ## Why? (taken from the author's site) In my opinion Calibre is a marvelous tool but is too big and has too much dependencies to be used for its content server. That's the main reason why I coded this OPDS server. I needed a simple tool to be installed on a small server (Seagate Dockstar in my case). I initially thought of Calibre2OPDS but as it generate static file no search was possible. Later I added an simple HTML catalog that should be usable on my Kobo. So COPS's main advantages are : * No need for many dependencies. * No need for a lot of CPU or RAM. * Not much code. * Search is available. * With Dropbox / owncloud it's very easy to have an up to date OPDS server. * It was fun to code. If you want to use the OPDS feed don't forget to specify feed.php at the end of your URL.",
"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/cops:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cops-icon.png",
"name": "Cops",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/cops/config\u003cbr\u003emkdir -p /volume1/docker/cops/books\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Cops: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/cops/config",
"container": "/config"
},
{
"bind": "/volume1/docker/cops/books",
"container": "/books"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/movies"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/couchpotato:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/couchpotato-icon.png",
"name": "couchpotato",
"platform": "linux",
"ports": [
"5050:5050/tcp"
],
"restart_policy": "unless-stopped",
"title": "CouchPotato: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Couchpotato",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/couchpotato:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/couchpotato-icon.png",
"name": "couchpotato",
"platform": "linux",
"ports": [
"5050:5050/tcp"
],
"restart_policy": "unless-stopped",
"title": "CouchPotato: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Couchpotato",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/couchpotato:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png",
"name": "couchpotato",
"platform": "linux",
"ports": [
"5050:5050/tcp"
],
"restart_policy": "unless-stopped",
"title": "CouchPotato: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Couchpotato",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": [
"Media"
],
"description": "[Couchpotato](https://couchpota.to/) is an automatic NZB and torrent downloader. You can keep a `movies I want` list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
"env": [
{
"default": "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/couchpotato:latest",
"logo": "https://couchpota.to/media/images/full.png",
"name": "Couchpotato",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/couchpotato/config\u003cbr\u003emkdir -p /volume1/docker/couchpotato/downloads\u003cbr\u003emkdir -p /volume1/docker/couchpotato/movies\u003c/p\u003e",
"platform": "linux",
"ports": [
"5050:5050/tcp"
],
"restart_policy": "unless-stopped",
"title": "Couchpotato: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/couchpotato/config",
"container": "/config"
},
{
"bind": "/volume1/docker/couchpotato/downloads",
"container": "/downloads"
},
{
"bind": "/volume1/docker/couchpotato/movies",
"container": "/movies"
}
]
},
{
"categories": [
"database"
],
"description": "An open-source distributed SQL database",
"image": "crate:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
"platform": "linux",
"ports": [
"4200/tcp",
"4300/tcp"
],
"title": "CrateDB: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/data"
}
]
},
{
"categories": [
"database"
],
"description": "An open-source distributed SQL database",
"image": "crate:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
"platform": "linux",
"ports": [
"4200/tcp",
"4300/tcp"
],
"title": "CrateDB: from portainer",
"type": 1,
"volumes": [
{
"container": "/data"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/daapd:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
"name": "daapd",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Daapd: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Daapd",
"container": "/config"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/daapd:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
"name": "daapd",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Daapd: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Daapd",
"container": "/config"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/daapd:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
"name": "daapd",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Daapd: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Daapd",
"container": "/config"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Media"
],
"description": "[Daapd](https://owntone.github.io/owntone-server/) (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), Chromecast, MPD and internet radio.",
"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/daapd:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-git.png",
"name": "Daapd",
"network": "host",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/daapd/config\u003cbr\u003emkdir -p /volume1/docker/daapd/music\u003c/p\u003e",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Daapd: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/daapd/config",
"container": "/config"
},
{
"bind": "/volume1/docker/daapd/music",
"container": "/music"
}
]
},
{
"categories": [
"Productivity"
],
"description": "[darktable](https://www.darktable.org/) is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.",
"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/darktable:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/darktable-logo.png",
"name": "Darktable",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/darktable/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Darktable: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/darktable/config",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Another application bookmark dashboard, with fun features.",
"image": "rmountjoy/dashmachine:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/dashmachine_logo.png",
"name": "dashmachine",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "DashMachine: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Dashmachine",
"container": "/dashmachine/dashmachine/user_data"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Another application bookmark dashboard, with fun features.",
"image": "rmountjoy/dashmachine:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/dashmachine_logo.png",
"name": "dashmachine",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "DashMachine: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Dashmachine",
"container": "/dashmachine/dashmachine/user_data"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Dashmachine",
"container": "/dashmachine/dashmachine/user_data"
}
]
},
{
"categories": [
"Monitoring"
],
"description": "Collect events and metrics",
"env": [
{
"label": "Datadog API key",
"name": "API_KEY"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/datadog-agent/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Datadog agent: from mikestraney",
"type": 2
},
{
"categories": [
"Monitoring"
],
"description": "Collect events and metrics",
"env": [
{
"label": "Datadog API key",
"name": "API_KEY"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/datadog-agent/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Datadog agent: from mikestraney",
"type": 2
},
{
"categories": [
"Monitoring"
],
"description": "Collect events and metrics",
"env": [
{
"label": "Datadog API key",
"name": "API_KEY"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/datadog-agent/docker-stack.yml",
"url": "https://github.com/portainer/templates"
},
"title": "Datadog agent: from portainer",
"type": 2
},
{
"categories": [
"Monitoring"
],
"description": "Collect events and metrics",
"env": [
{
"label": "Datadog API key",
"name": "API_KEY"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/datadog-agent/docker-stack.yml",
"url": "https://github.com/portainer/templates"
},
"title": "Datadog agent: from portainer",
"type": 2
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/download"
}
]
},
{
"categories": [
"FTP",
"Other",
"Tools"
],
"description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/davos:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/davos.png",
"name": "davos",
"platform": "linux",
"ports": [
"8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Davos: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Davos",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"FTP",
"Other",
"Tools"
],
"description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/davos:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/davos.png",
"name": "davos",
"note": "Configuration \u003cul\u003e\u003cli\u003e\u003cb\u003e/config\u003c/b\u003e - AppData Location\u003c/li\u003e\u003cli\u003e\u003cb\u003e/downloads\u003c/b\u003e - File Download Location\u003c/li\u003e\u003c/ul\u003e",
"platform": "linux",
"ports": [
"8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Davos: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Davos",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"FTP",
"Other",
"Tools"
],
"description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/davos:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png",
"name": "davos",
"platform": "linux",
"ports": [
"8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Davos: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Davos",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Productivity"
],
"description": "[Davos](https://github.com/linuxserver/davos) is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.",
"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/davos:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/davos/master/docs/list.PNG",
"name": "Davos",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/davos/config\u003cbr\u003emkdir -p /volume1/docker/davos/download\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Davos: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/davos/config",
"container": "/config"
},
{
"bind": "/volume1/docker/davos/download",
"container": "/download"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/ddclient/config\u003c/p\u003e",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Ddclient: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/ddclient/config",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Music"
],
"description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
"image": "registry.gitlab.com/bockiii/deemix-docker",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/deemix.png",
"name": "deemix",
"note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to \u003ca href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'\u003ethis page\u003c/a\u003e for userToken details.",
"platform": "linux",
"ports": [
"9666:9666/tcp"
],
"restart_policy": "unless-stopped",
"title": "DeeMix: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/DeeMix",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/deemix.png",
"name": "deemix",
"note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to \u003ca href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'\u003ethis page\u003c/a\u003e for userToken details.",
"platform": "linux",
"ports": [
"9666:9666/tcp"
],
"restart_policy": "unless-stopped",
"title": "DeeMix: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/DeeMix",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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 \u003ca href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'\u003ethis page\u003c/a\u003e for userToken details.",
"platform": "linux",
"ports": [
"9666:9666/tcp"
],
"restart_policy": "unless-stopped",
"title": "DeeMix: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/DeeMix",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Files/AppData/Config/DelugeOpenVPN/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "UMASK_SET",
"name": "UMASK_SET",
"set": "000"
}
],
"image": "linuxserver/deluge:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/deluge-icon.png",
"namme": "deluge",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Deluge: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Deluge",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "UMASK_SET",
"name": "UMASK_SET",
"set": "000"
}
],
"image": "linuxserver/deluge:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/deluge-icon.png",
"namme": "deluge",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Deluge: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Deluge",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "UMASK",
"name": "UMASK",
"set": "000"
}
],
"image": "linuxserver/deluge:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png",
"namme": "deluge",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Deluge: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Deluge",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"File Management"
],
"description": "[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more...",
"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": "error",
"description": "set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web",
"label": "DELUGE_LOGLEVEL",
"name": "DELUGE_LOGLEVEL"
}
],
"image": "linuxserver/deluge:latest",
"logo": "https://avatars2.githubusercontent.com/u/6733935?v=3\u0026s=200",
"name": "Deluge",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/deluge/config\u003cbr\u003emkdir -p /volume1/docker/deluge/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"8112:8112/tcp",
"6881:6881/tcp",
"6881:6881/udp"
],
"restart_policy": "unless-stopped",
"title": "Deluge: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/deluge/config",
"container": "/config"
},
{
"bind": "/volume1/docker/deluge/downloads",
"container": "/downloads"
}
]
},
{
"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"
}
],
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/digikam/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Digikam: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/dillinger/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Dillinger: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/dillinger/config",
"container": "/config"
}
]
},
{
"categories": [
"Productivity"
],
"description": "[Diskover](https://github.com/shirosaidev/diskover) is a file system crawler and disk space usage software 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": "redis",
"description": "Redis host (optional)",
"label": "REDIS_HOST",
"name": "REDIS_HOST"
},
{
"default": "6379",
"description": "Redis port (optional)",
"label": "REDIS_PORT",
"name": "REDIS_PORT"
},
{
"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"
},
{
"default": "diskover-",
"description": "Index name prefix (optional)",
"label": "INDEX_NAME",
"name": "INDEX_NAME"
},
{
"default": "",
"description": "Optional arguments to pass to the diskover crawler (optional)",
"label": "DISKOVER_OPTS",
"name": "DISKOVER_OPTS"
},
{
"default": "",
"description": "Optional argumens to pass to the diskover bots launcher (optional)",
"label": "WORKER_OPTS",
"name": "WORKER_OPTS"
},
{
"default": "true",
"description": "Initiate a crawl every time the container is started (optional)",
"label": "RUN_ON_START",
"name": "RUN_ON_START"
},
{
"default": "true",
"description": "Run a crawl on as a cron job (optional)",
"label": "USE_CRON",
"name": "USE_CRON"
}
],
"image": "linuxserver/diskover:latest",
"logo": "https://raw.githubusercontent.com/shirosaidev/diskover/master/docs/diskover.png",
"name": "Diskover",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/diskover/config\u003cbr\u003emkdir -p /volume1/docker/diskover/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp",
"9181:9181/tcp",
"9999:9999/tcp"
],
"restart_policy": "unless-stopped",
"title": "Diskover: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/diskover/config",
"container": "/config"
},
{
"bind": "/volume1/docker/diskover/data",
"container": "/data"
}
]
},
{
"description": "This container needs special attention. Please check https://hub.docker.com/r/linuxserver/docker-compose 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/docker-compose:latest",
"logo": "",
"name": "Docker-compose",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/docker-compose/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Docker-compose: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/dokuwiki/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Dokuwiki: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/dokuwiki/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"HomeAutomation",
"Management"
],
"description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/domoticz:latest",
"logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
"name": "domoticz",
"platform": "linux",
"ports": [
"1443:1443/tcp",
"6144:6144/tcp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Domoticz: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Domoticz",
"container": "/config"
}
]
},
{
"categories": [
"HomeAutomation",
"Management"
],
"description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/domoticz:latest",
"logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
"name": "domoticz",
"platform": "linux",
"ports": [
"1443:1443/tcp",
"6144:6144/tcp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Domoticz: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Domoticz",
"container": "/config"
}
]
},
{
"categories": [
"HomeAutomation",
"Management"
],
"description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/domoticz:latest",
"logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
"name": "domoticz",
"platform": "linux",
"ports": [
"1443:1443/tcp",
"6144:6144/tcp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Domoticz: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Domoticz",
"container": "/config"
}
]
},
{
"categories": [
"Automation"
],
"description": "[Domoticz](https://www.domoticz.com) is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.",
"env": [
{
"default": "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": "domoticz",
"description": "Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying.",
"label": "WEBROOT",
"name": "WEBROOT"
}
],
"image": "linuxserver/domoticz:latest",
"logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
"name": "Domoticz",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/domoticz/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"6144:6144/tcp",
"1443:1443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Domoticz: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/domoticz/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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/doublecommander/config\u003cbr\u003emkdir -p /volume1/docker/doublecommander/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Doublecommander: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/doublecommander/config",
"container": "/config"
},
{
"bind": "/volume1/docker/doublecommander/data",
"container": "/data"
}
]
},
{
"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: from SelfhostedPro",
"type": 1
},
{
"categories": [
"CMS"
],
"description": "Open-source content management framework",
"image": "drupal:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Drupal: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"categories": [
"CMS"
],
"description": "Open-source content management framework",
"image": "drupal:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Drupal: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"categories": [
"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.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n",
"env": [
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": ""
},
{
"label": "TOKEN",
"name": "TOKEN",
"set": ""
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/duckdns:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/duckdns.png",
"name": "duckdns",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Duck DNS: from mikestraney",
"type": 1
},
{
"categories": [
"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.",
"env": [
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": ""
},
{
"label": "TOKEN",
"name": "TOKEN",
"set": ""
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/duckdns:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/duckdns.png",
"name": "duckdns",
"note": "\u003cb\u003eConfiguration\u003c/b\u003e\u003c/br\u003eFirst, go to duckdns site, register your subdomain and retrieve your token\u003cbr/\u003eThen run the docker create command above with your subdomain(s) and token\u003cbr/\u003eIt will update your IP with the DuckDNS service every 5 minutes",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Duck DNS: from Qballjos",
"type": 1
},
{
"categories": [
"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.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n",
"env": [
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": ""
},
{
"label": "TOKEN",
"name": "TOKEN",
"set": ""
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/duckdns:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png",
"name": "duckdns",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Duck DNS: from SelfhostedPro",
"type": 1
},
{
"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: from dnburgess",
"type": 1
},
{
"description": "[Duckdns](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.",
"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": "subdomain1,subdomain2",
"description": "multiple subdomains allowed, comma separated, no spaces",
"label": "SUBDOMAINS",
"name": "SUBDOMAINS"
},
{
"default": "token",
"description": "DuckDNS token",
"label": "TOKEN",
"name": "TOKEN"
},
{
"default": "false",
"description": "Set to `true` to log to file (also need to map /config).",
"label": "LOG_FILE",
"name": "LOG_FILE"
}
],
"image": "linuxserver/duckdns:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duckdns.png",
"name": "Duckdns",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/duckdns/config\u003c/p\u003e",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Duckdns: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/duckdns/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/tmp"
},
{
"container": "/backups"
},
{
"container": "/source"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/duplicati:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/duplicati-icon.png",
"name": "duplicati",
"platform": "linux",
"ports": [
"8200:8200/tcp"
],
"restart_policy": "unless-stopped",
"title": "Duplicati: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Duplicati",
"container": "/config"
},
{
"container": "/tmp"
},
{
"container": "/backups"
},
{
"container": "/source"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/duplicati:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/duplicati-icon.png",
"name": "duplicati",
"platform": "linux",
"ports": [
"8200:8200/tcp"
],
"restart_policy": "unless-stopped",
"title": "Duplicati: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Duplicati",
"container": "/config"
},
{
"container": "/tmp"
},
{
"container": "/backups"
},
{
"container": "/source"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/duplicati:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png",
"name": "duplicati",
"platform": "linux",
"ports": [
"8200:8200/tcp"
],
"restart_policy": "unless-stopped",
"title": "Duplicati: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Duplicati",
"container": "/config"
},
{
"container": "/tmp"
},
{
"container": "/backups"
},
{
"container": "/source"
}
]
},
{
"description": "[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive \u0026 S3, Google Drive, box.com, Mega, hubiC and many others.",
"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 specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with",
"label": "CLI_ARGS",
"name": "CLI_ARGS"
}
],
"image": "linuxserver/duplicati:latest",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/duplicati-icon.png",
"name": "Duplicati",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/duplicati/config\u003cbr\u003emkdir -p /volume1/docker/duplicati/backups\u003cbr\u003emkdir -p /volume1/docker/duplicati/source\u003c/p\u003e",
"platform": "linux",
"ports": [
"8200:8200/tcp"
],
"restart_policy": "unless-stopped",
"title": "Duplicati: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/duplicati/config",
"container": "/config"
},
{
"bind": "/volume1/docker/duplicati/backups",
"container": "/backups"
},
{
"bind": "/volume1/docker/duplicati/source",
"container": "/source"
}
]
},
{
"categories": [
"database"
],
"description": "Open-source search and analytics engine",
"image": "elasticsearch:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
"platform": "linux",
"ports": [
"9200/tcp",
"9300/tcp"
],
"title": "Elasticsearch: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/usr/share/elasticsearch/data"
}
]
},
{
"categories": [
"database"
],
"description": "Open-source search and analytics engine",
"image": "elasticsearch:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
"platform": "linux",
"ports": [
"9200/tcp",
"9300/tcp"
],
"title": "Elasticsearch: from portainer",
"type": 1,
"volumes": [
{
"container": "/usr/share/elasticsearch/data"
}
]
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Emby organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/emby:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/emby.png",
"name": "Emby",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Emby: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Emby",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/emby.png",
"name": "Emby",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Emby: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Emby",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Emby",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
]
},
{
"categories": [
"Home Media"
],
"description": "[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
"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/emby:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emby-logo.png",
"name": "Emby",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/emby/config\u003cbr\u003emkdir -p /volume1/docker/emby/data/tvshows\u003cbr\u003emkdir -p /volume1/docker/emby/data/movies\u003cbr\u003e\u003c/p\u003e",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Emby: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/emby/config",
"container": "/config"
},
{
"bind": "/volume1/docker/emby/data/tvshows",
"container": "/data/tvshows"
},
{
"bind": "/volume1/docker/emby/data/movies",
"container": "/data/movies"
},
{
"bind": "/opt/vc/lib",
"container": "/opt/vc/lib"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.",
"image": "linuxserver/embystat:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/embystat.png",
"name": "EmbyStat",
"note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services.",
"platform": "linux",
"ports": [
"6555:6555/tcp"
],
"restart_policy": "unless-stopped",
"title": "EmbyStat: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/EmbyStat",
"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/Qballjos/portainer_templates/master/Images/embystat.png",
"name": "EmbyStat",
"note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services.",
"platform": "linux",
"ports": [
"6555:6555/tcp"
],
"restart_policy": "unless-stopped",
"title": "EmbyStat: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/EmbyStat",
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/EmbyStat",
"container": "/config"
}
]
},
{
"description": "[Embystat](https://github.com/mregni/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.",
"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/embystat:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/embystat-logo.png",
"name": "Embystat",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/embystat/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"6555:6555/tcp"
],
"restart_policy": "unless-stopped",
"title": "Embystat: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/embystat/config",
"container": "/config"
}
]
},
{
"description": "[Endlessh](https://github.com/skeeto/endlessh) is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.",
"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": "10000",
"description": "The endless banner is sent one line at a time. This is the delay in milliseconds between individual lines.",
"label": "MSDELAY",
"name": "MSDELAY"
},
{
"default": "32",
"description": "The length of each line is randomized. This controls the maximum length of each line. Shorter lines may keep clients on for longer if they give up after a certain number of bytes.",
"label": "MAXLINES",
"name": "MAXLINES"
},
{
"default": "4096",
"description": "Maximum number of connections to accept at a time. Connections beyond this are not immediately rejected, but will wait in the queue.",
"label": "MAXCLIENTS",
"name": "MAXCLIENTS"
},
{
"default": "false",
"description": "By default, the app logs to container log. If this is set to `true`, the log will be output to file under `/config/logs/endlessh` (`/config` needs to be mapped).",
"label": "LOGFILE",
"name": "LOGFILE"
},
{
"default": "",
"description": "By default, the app binds to IPv4 and IPv6 addresses. Set it to `4` or `6` to bind to IPv4 only or IPv6 only, respectively. Leave blank to bind to both.",
"label": "BINDFAMILY",
"name": "BINDFAMILY"
}
],
"image": "linuxserver/endlessh:latest",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/openssh-server-logo.png",
"name": "Endlessh",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/endlessh/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"22:2222/tcp"
],
"restart_policy": "unless-stopped",
"title": "Endlessh: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/ffmpeg/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ffmpeg: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/ffmpeg/config",
"container": "/config"
}
]
},
{
"categories": [
"filesystem",
"storage"
],
"command": "--port 80 --database /data/database.db --root /srv",
"description": "A web file manager",
"image": "filebrowser/filebrowser:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png",
"note": "Default credentials: admin/admin",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "File browser: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/data"
},
{
"container": "/srv"
}
]
},
{
"categories": [
"filesystem",
"storage"
],
"command": "--port 80 --database /data/database.db --root /srv",
"description": "A web file manager",
"image": "filebrowser/filebrowser:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png",
"note": "Default credentials: admin/admin",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "File browser: from portainer",
"type": 1,
"volumes": [
{
"container": "/data"
},
{
"container": "/srv"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Web File Browser which can be used as a middleware or standalone app.",
"image": "80x86/filebrowser:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/filebrowser.png",
"name": "filebrowser",
"note": "The default user and password is admin/admin.",
"platform": "linux",
"ports": [
"8082:8082/tcp"
],
"restart_policy": "unless-stopped",
"title": "FileBrowser: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/FileBrowser",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config",
"container": "/myfiles"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Web File Browser which can be used as a middleware or standalone app.",
"image": "80x86/filebrowser:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/filebrowser.png",
"name": "filebrowser",
"note": "The default user and password is admin/admin.",
"platform": "linux",
"ports": [
"8082:8082/tcp"
],
"restart_policy": "unless-stopped",
"title": "FileBrowser: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/FileBrowser",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config",
"container": "/myfiles"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Web File Browser which can be used as a middleware or standalone app.",
"image": "80x86/filebrowser:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png",
"name": "filebrowser",
"note": "The default user and password is admin/admin.",
"platform": "linux",
"ports": [
"8082:8082/tcp"
],
"restart_policy": "unless-stopped",
"title": "FileBrowser: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/FileBrowser",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config",
"container": "/myfiles"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/filezilla/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Filezilla: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/firefox/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Firefox: from technorabilia",
"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://\u003curl\u003e:3306/fleet",
"description": "The full JDBC connection string to the Fleet database",
"label": "fleet_database_url",
"name": "fleet_database_url"
},
{
"default": "fleet_user",
"description": "The username with the relevant GRANT permissions for the database",
"label": "fleet_database_username",
"name": "fleet_database_username"
},
{
"default": "dbuserpassword",
"description": "The database user's password.",
"label": "fleet_database_password",
"name": "fleet_database_password"
},
{
"default": "randomstring",
"description": "A string used as part of the password key derivation process.",
"label": "fleet_admin_secret",
"name": "fleet_admin_secret"
}
],
"image": "linuxserver/fleet:latest",
"logo": "",
"name": "Fleet",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/fleet/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Fleet: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/foldingathome/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"7396:7396/tcp",
"36330:36330/tcp"
],
"restart_policy": "unless-stopped",
"title": "Foldingathome: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/foldingathome/config",
"container": "/config"
}
]
},
{
"category": [
"Other"
],
"description": "A free, self-hostable rss aggregator�",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Other"
],
"description": "A free, self-hostable rss aggregator…",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/freshrss:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/freshrss-icon.png",
"name": "freshrss",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "FreshRSS: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/freshrss",
"container": "/config"
}
]
},
{
"categories": [
"Other"
],
"description": "A free, self-hostable rss aggregator.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/freshrss:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/freshrss-icon.png",
"name": "freshrss",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "FreshRSS: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/freshrss",
"container": "/config"
}
]
},
{
"categories": [
"Other"
],
"description": "A free, self-hostable rss aggregator…",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/freshrss:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png",
"name": "freshrss",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "FreshRSS: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/freshrss",
"container": "/config"
}
]
},
{
"description": "[Freshrss](https://freshrss.org/) is a free, self-hostable aggregator for rss feeds.",
"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/freshrss:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freshrss-banner.png",
"name": "Freshrss",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/freshrss/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Freshrss: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/freshrss/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/comics"
},
{
"container": "/mylar"
}
]
},
{
"categories": [
"Web",
"Books",
"Tools"
],
"description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/gazee:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/gazee-logo.png",
"name": "gazee",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Gazee: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Gazee",
"container": "/config"
},
{
"bind": "/portainer/Comics",
"container": "/comics"
},
{
"bind": "/portainer/Files/AppData/Gazee",
"container": "/mylar"
}
]
},
{
"categories": [
"Web",
"Books",
"Tools"
],
"description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/gazee:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/gazee-logo.png",
"name": "gazee",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Gazee: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Gazee",
"container": "/config"
},
{
"bind": "/portainer/Comics",
"container": "/comics"
},
{
"bind": "/portainer/Files/AppData/Gazee",
"container": "/mylar"
}
]
},
{
"categories": [
"Web",
"Books",
"Tools"
],
"description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/gazee:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png",
"name": "gazee",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Gazee: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Gazee",
"container": "/config"
},
{
"bind": "/portainer/Comics",
"container": "/comics"
},
{
"bind": "/portainer/Files/AppData/Gazee",
"container": "/mylar"
}
]
},
{
"categories": [
"blog"
],
"description": "Free and open-source blogging platform",
"image": "ghost:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png",
"note": "Access the blog management interface under \u003ccode\u003e/ghost/\u003c/code\u003e.",
"platform": "linux",
"ports": [
"2368/tcp"
],
"title": "Ghost: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/ghost/content"
}
]
},
{
"categories": [
"blog"
],
"description": "Free and open-source blogging platform",
"image": "ghost:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png",
"note": "Access the blog management interface under \u003ccode\u003e/ghost/\u003c/code\u003e.",
"platform": "linux",
"ports": [
"2368/tcp"
],
"title": "Ghost: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/lib/ghost/content"
}
]
},
{
"categories": [
"development",
"project-management"
],
"description": "Open-source end-to-end software development platform",
"image": "gitlab/gitlab-ce:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
"note": "Default username is \u003cb\u003eroot\u003c/b\u003e. Check the \u003ca href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\"\u003eGitlab documentation\u003c/a\u003e to get started.",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"title": "Gitlab CE: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/etc/gitlab"
},
{
"container": "/var/log/gitlab"
},
{
"container": "/var/opt/gitlab"
}
]
},
{
"categories": [
"development",
"project-management"
],
"description": "Open-source end-to-end software development platform",
"image": "gitlab/gitlab-ce:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
"note": "Default username is \u003cb\u003eroot\u003c/b\u003e. Check the \u003ca href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\"\u003eGitlab documentation\u003c/a\u003e to get started.",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"title": "Gitlab CE: from portainer",
"type": 1,
"volumes": [
{
"container": "/etc/gitlab"
},
{
"container": "/var/log/gitlab"
},
{
"container": "/var/opt/gitlab"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/grav/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Grav: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/grav/config",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools",
"Finance"
],
"description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "Timezone",
"name": "TZ"
}
],
"image": "linuxserver/grocy:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/grocy_logo.png",
"name": "grocy",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Grocy: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Grocy",
"container": "/config"
}
]
},
{
"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 utility.",
"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/Qballjos/portainer_templates/master/Images/grocy_logo.png",
"name": "grocy",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Grocy: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Grocy",
"container": "/config"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Grocy",
"container": "/config"
}
]
},
{
"description": "[Grocy](https://github.com/grocy/grocy) is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utility. Keep track of your purchases, how much food you are wasting, what chores need doing and what batteries need charging with this proudly Open Source tool For more information on grocy visit their website and check it out: https://grocy.info",
"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/grocy:latest",
"logo": "https://grocy.info/img/grocy_logo.svg",
"name": "Grocy",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/grocy/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"9283:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Grocy: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/grocy/config",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A clientless remote desktop gateway.",
"image": "oznu/guacamole:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/guacamole.png",
"name": "guacamole",
"note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Guacamole: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Guacamole",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A clientless remote desktop gateway.",
"image": "oznu/guacamole:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/guacamole.png",
"name": "guacamole",
"note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Guacamole: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Guacamole",
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Guacamole",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e",
"platform": "linux",
"ports": [
"4822:4822/tcp"
],
"restart_policy": "unless-stopped",
"title": "Guacd: from technorabilia",
"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": "\u003cYour Key To Encrypt Security Data\u003e",
"description": "Key used to secure communication.",
"label": "SEC_KEY",
"name": "SEC_KEY"
},
{
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam",
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/habridge:latest",
"logo": "https://raw.githubusercontent.com/bwssytems/ha-bridge/master/src/main/resources/public/img/favicon.ico",
"name": "Habridge",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/habridge/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"50000:50000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Habridge: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/habridge/config",
"container": "/config"
}
]
},
{
"category": [
"Music"
],
"description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, �Torrent 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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/headphones:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/headphones-icon.png",
"name": "headphones",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Headphones: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Headphones",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/Downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/headphones:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/headphones-icon.png",
"name": "headphones",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Headphones: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Headphones",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/Downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Music"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/headphones:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png",
"name": "headphones",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Headphones: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Headphones",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/Downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"description": "[Headphones](https://github.com/rembo10/headphones) is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.",
"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/headphones:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png",
"name": "Headphones",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/headphones/config\u003cbr\u003emkdir -p /volume1/docker/headphones/downloads\u003cbr\u003emkdir -p /volume1/docker/headphones/music\u003c/p\u003e",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Headphones: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/headphones/config",
"container": "/config"
},
{
"bind": "/volume1/docker/headphones/downloads",
"container": "/downloads"
},
{
"bind": "/volume1/docker/headphones/music",
"container": "/music"
}
]
},
{
"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": "\u003cSITE_ROOT\u003e",
"description": "The site's top-level URL and the port it listens to if differrent than 80 or 443 (e.g., https://healthchecks.example.com:8000)",
"label": "SITE_ROOT",
"name": "SITE_ROOT"
},
{
"default": "\u003cSITE_NAME\u003e",
"description": "The site's name (e.g., 'Example Corp HealthChecks')",
"label": "SITE_NAME",
"name": "SITE_NAME"
},
{
"default": "\u003cDEFAULT_FROM_EMAIL\u003e",
"description": "From email for alerts",
"label": "DEFAULT_FROM_EMAIL",
"name": "DEFAULT_FROM_EMAIL"
},
{
"default": "\u003cEMAIL_HOST\u003e",
"description": "SMTP host",
"label": "EMAIL_HOST",
"name": "EMAIL_HOST"
},
{
"default": "\u003cEMAIL_PORT\u003e",
"description": "SMTP port",
"label": "EMAIL_PORT",
"name": "EMAIL_PORT"
},
{
"default": "\u003cEMAIL_HOST_USER\u003e",
"description": "SMTP user",
"label": "EMAIL_HOST_USER",
"name": "EMAIL_HOST_USER"
},
{
"default": "\u003cEMAIL_HOST_PASSWORD\u003e",
"description": "SMTP password",
"label": "EMAIL_HOST_PASSWORD",
"name": "EMAIL_HOST_PASSWORD"
},
{
"default": "\u003cTrue or False\u003e",
"description": "Use TLS for SMTP (`True` or `False`)",
"label": "EMAIL_USE_TLS",
"name": "EMAIL_USE_TLS"
},
{
"default": "\u003cALLOWED_HOSTS\u003e",
"description": "array of valid hostnames for the server `['test.com','test2.com']` or `'*'`",
"label": "ALLOWED_HOSTS",
"name": "ALLOWED_HOSTS"
},
{
"default": "\u003cSUPERUSER_EMAIL\u003e",
"description": "Superuser email",
"label": "SUPERUSER_EMAIL",
"name": "SUPERUSER_EMAIL"
},
{
"default": "\u003cSUPERUSER_PASSWORD\u003e",
"description": "Superuser password",
"label": "SUPERUSER_PASSWORD",
"name": "SUPERUSER_PASSWORD"
},
{
"default": "True/False",
"description": "Defaults to False. Set to true to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file.",
"label": "REGENERATE_SETTINGS",
"name": "REGENERATE_SETTINGS"
},
{
"default": "\u003cSITE_LOGO_URL\u003e",
"description": "Custom site logo URL",
"label": "SITE_LOGO_URL",
"name": "SITE_LOGO_URL"
}
],
"image": "linuxserver/healthchecks:latest",
"logo": "https://raw.githubusercontent.com/healthchecks/healthchecks/master/static/img/welcome.png",
"name": "Healthchecks",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/healthchecks/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Healthchecks: from technorabilia",
"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": "\u003chostname or ip\u003e",
"description": "Host address of mysql database",
"label": "DB_HOST",
"name": "DB_HOST"
},
{
"default": "3306",
"description": "Port to access mysql database default is 3306",
"label": "DB_PORT",
"name": "DB_PORT"
},
{
"default": "hedgedoc",
"description": "Database user",
"label": "DB_USER",
"name": "DB_USER"
},
{
"default": "\u003csecret password\u003e",
"description": "Database password",
"label": "DB_PASS",
"name": "DB_PASS"
},
{
"default": "hedgedoc",
"description": "Database name",
"label": "DB_NAME",
"name": "DB_NAME"
},
{
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam",
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/hedgedoc:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hedgedoc-banner.png",
"name": "Hedgedoc",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/hedgedoc/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Hedgedoc: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/hedgedoc/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/heimdall:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/heimdall-icon.png",
"name": "heimdall",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Heimdall: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Heimdall",
"container": "/config"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/heimdall:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/heimdall-icon.png",
"name": "heimdall",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Heimdall: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Heimdall",
"container": "/config"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/heimdall:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png",
"name": "heimdall",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Heimdall: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Heimdall",
"container": "/config"
}
]
},
{
"description": "[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.",
"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/heimdall:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-banner.png",
"name": "Heimdall",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/heimdall/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Heimdall: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/heimdall/config",
"container": "/config"
}
]
},
{
"categories": [
"Home Automation"
],
"description": "[Homeassistant](https://www.home-assistant.io/) is 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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/homeassistant/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8123:8123/tcp"
],
"restart_policy": "unless-stopped",
"title": "Homeassistant: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/homeassistant/config",
"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/mikestraney/portainer-templates/master/Images/homer.png",
"name": "homer",
"note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
"platform": "linux",
"ports": [
"8902:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Homer: from mikestraney",
"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": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
"image": "b4bz/homer:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/homer.png",
"name": "homer",
"note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
"platform": "linux",
"ports": [
"8902:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Homer: from Qballjos",
"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": "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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Homer/assets",
"container": "/www/assets"
},
{
"bind": "/portainer/Files/AppData/Config/Homer",
"container": "/www/config.yml"
}
]
},
{
"categories": [
"Video",
"Music",
"Other"
],
"description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/htpcmanager:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/htpcmanager-icon.png",
"name": "htpcmanager",
"platform": "linux",
"ports": [
"8085:8085/tcp"
],
"restart_policy": "unless-stopped",
"title": "HTPC Manager: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/HTPCmanager",
"container": "/config"
}
]
},
{
"categories": [
"Video",
"Music",
"Other"
],
"description": "HTPC Manager, a front end for many htpc related applications. Uses the Hellowlol HTPC Manager fork.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/htpcmanager:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/htpcmanager-icon.png",
"name": "htpcmanager",
"platform": "linux",
"ports": [
"8085:8085/tcp"
],
"restart_policy": "unless-stopped",
"title": "HTPC Manager: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/HTPCmanager",
"container": "/config"
}
]
},
{
"categories": [
"Video",
"Music",
"Other"
],
"description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/htpcmanager:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png",
"name": "htpcmanager",
"platform": "linux",
"ports": [
"8085:8085/tcp"
],
"restart_policy": "unless-stopped",
"title": "HTPC Manager: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/HTPCmanager",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"description": "[Htpcmanager](https://github.com/HTPC-Manager/HTPC-Manager) is a front end for many htpc related 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"
}
],
"image": "linuxserver/htpcmanager:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/htpcmanager-icon.png",
"name": "Htpcmanager",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/htpcmanager/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8085:8085/tcp"
],
"restart_policy": "unless-stopped",
"title": "Htpcmanager: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/htpcmanager/config",
"container": "/config"
}
]
},
{
"categories": [
"webserver"
],
"description": "Open-source HTTP server",
"image": "httpd:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Httpd: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/usr/local/apache2/htdocs/"
}
]
},
{
"categories": [
"webserver"
],
"description": "Open-source HTTP server",
"image": "httpd:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Httpd: from portainer",
"type": 1,
"volumes": [
{
"container": "/usr/local/apache2/htdocs/"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Create agents that monitor and act on your behalf.",
"image": "huginn/huginn:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/huginn.png",
"name": "huginn",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Huginn: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/huginn",
"container": "/var/lib/mysql"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Create agents that monitor and act on your behalf.",
"image": "huginn/huginn:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/huginn.png",
"name": "huginn",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Huginn: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/huginn",
"container": "/var/lib/mysql"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/huginn",
"container": "/var/lib/mysql"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Invoices, Expenses and Tasks built with Laravel and Flutter.",
"env": [
{
"default": "invoice.my.domain",
"label": "URL",
"name": "URL"
},
{
"label": "APP_KEY",
"name": "APP_KEY"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/invoice_ninja.png",
"name": "invoice_ninja",
"note": "The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation \u003ca href='https://github.com/invoiceninja/dockerfiles'\u003ehere\u003c/a\u003e. ",
"platform": "linux",
"repository": {
"stackfile": "stacks/invoice-ninja/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Invoice Ninja: from mikestraney",
"type": 2
},
{
"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/Qballjos/portainer_templates/master/Images/invoice_ninja.png",
"name": "invoice_ninja",
"note": "The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation \u003ca href='https://github.com/invoiceninja/dockerfiles'\u003ehere\u003c/a\u003e. ",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/invoice-ninja.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Invoice Ninja: from Qballjos",
"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 \u003ca href='https://github.com/invoiceninja/dockerfiles'\u003ehere\u003c/a\u003e. ",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/invoice-ninja.yml",
"url": "https://github.com/SelfhostedPro/selfhosted_templates"
},
"title": "Invoice Ninja: from SelfhostedPro",
"type": 3
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/ipfs/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp",
"4001:4001/tcp",
"5001:5001/tcp",
"8080:8080/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ipfs: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/ipfs/config",
"container": "/config"
}
]
},
{
"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: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/app/data"
}
]
},
{
"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: from portainer",
"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: from mikestraney",
"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: from portainer",
"type": 1,
"volumes": [
{
"container": "/app/data"
}
]
},
{
"categories": [
"serverless"
],
"description": "Open-source serverless computing platform",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"note": "Deploys the IronFunctions API and UI.",
"platform": "linux",
"repository": {
"stackfile": "stacks/ironfunctions/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "IronFunctions: from mikestraney",
"type": 2
},
{
"categories": [
"serverless"
],
"description": "Open-source serverless computing platform",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"note": "Deploys the IronFunctions API and UI.",
"platform": "linux",
"repository": {
"stackfile": "stacks/ironfunctions/docker-stack.yml",
"url": "https://github.com/portainer/templates"
},
"title": "IronFunctions: from portainer",
"type": 2
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/jackett:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/jacket-icon.png",
"name": "jackett",
"platform": "linux",
"ports": [
"9117:9117/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jackett: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Jackett",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/jackett:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jacket-icon.png",
"name": "jackett",
"platform": "linux",
"ports": [
"9117:9117/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jackett: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Jackett",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/jackett:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png",
"name": "jackett",
"platform": "linux",
"ports": [
"9117:9117/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jackett: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Jackett",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"description": "[Jackett](https://github.com/Jackett/Jackett) works as a proxy server: it translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping \u0026 translation logic - removing the burden from other apps.",
"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": "true",
"description": "Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default)",
"label": "AUTO_UPDATE",
"name": "AUTO_UPDATE"
},
{
"default": "\u003crun options here\u003e",
"description": "Optionally specify additional arguments to be passed.",
"label": "RUN_OPTS",
"name": "RUN_OPTS"
}
],
"image": "linuxserver/jackett:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jackett-banner.png",
"name": "Jackett",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/jackett/config\u003cbr\u003emkdir -p /volume1/docker/jackett/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"9117:9117/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jackett: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/jackett/config",
"container": "/config"
},
{
"bind": "/volume1/docker/jackett/downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/jellyfin:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/jellyfin.png",
"name": "jellyfin",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jellyfin: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Jelllyfin",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/jellyfin.png",
"name": "jellyfin",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jellyfin: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Jelllyfin",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Jelllyfin",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/data/tvshows"
},
{
"bind": "/portainer/Movies",
"container": "/data/movies"
}
]
},
{
"description": "[Jellyfin](https://jellyfin.github.io/) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.",
"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": "192.168.0.5",
"description": "Set the autodiscovery response domain or IP address.",
"label": "JELLYFIN_PublishedServerUrl",
"name": "JELLYFIN_PublishedServerUrl"
}
],
"image": "linuxserver/jellyfin:latest",
"logo": "https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/banner-logo-solid.svg?sanitize=true",
"name": "Jellyfin",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/jellyfin/config\u003cbr\u003emkdir -p /volume1/docker/jellyfin/data/tvshows\u003cbr\u003emkdir -p /volume1/docker/jellyfin/data/movies\u003cbr\u003e\u003c/p\u003e",
"platform": "linux",
"ports": [
"8096:8096/tcp",
"8920:8920/tcp",
"7359:7359/udp",
"1900:1900/udp"
],
"restart_policy": "unless-stopped",
"title": "Jellyfin: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/jellyfin/config",
"container": "/config"
},
{
"bind": "/volume1/docker/jellyfin/data/tvshows",
"container": "/data/tvshows"
},
{
"bind": "/volume1/docker/jellyfin/data/movies",
"container": "/data/movies"
},
{
"bind": "/opt/vc/lib",
"container": "/opt/vc/lib"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/jenkins-builder/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Jenkins-builder: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/jenkins-builder/config",
"container": "/config"
}
]
},
{
"categories": [
"continuous-integration"
],
"description": "Open-source continuous integration tool",
"env": [
{
"label": "Jenkins options",
"name": "JENKINS_OPTS"
}
],
"image": "jenkins/jenkins:lts",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
"platform": "linux",
"ports": [
"8080/tcp",
"50000/tcp"
],
"title": "Jenkins: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/jenkins_home"
}
]
},
{
"categories": [
"continuous-integration"
],
"description": "Open-source continuous integration tool",
"env": [
{
"label": "Jenkins options",
"name": "JENKINS_OPTS"
}
],
"image": "jenkins/jenkins:lts",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
"platform": "linux",
"ports": [
"8080/tcp",
"50000/tcp"
],
"title": "Jenkins: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/jenkins_home"
}
]
},
{
"categories": [
"CMS"
],
"description": "Another free and open-source CMS",
"env": [
{
"label": "MySQL database host",
"name": "JOOMLA_DB_HOST",
"type": "container"
},
{
"label": "Database password",
"name": "JOOMLA_DB_PASSWORD"
}
],
"image": "joomla:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Joomla: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"categories": [
"CMS"
],
"description": "Another free and open-source CMS",
"env": [
{
"label": "MySQL database host",
"name": "JOOMLA_DB_HOST",
"type": "container"
},
{
"label": "Database password",
"name": "JOOMLA_DB_PASSWORD"
}
],
"image": "joomla:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Joomla: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/kanzi/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Kanzi: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/kanzi/config",
"container": "/config"
}
]
},
{
"categories": [
"Video"
],
"description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/kodi-headless:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/kodi-icon.png",
"name": "kodi-headless",
"platform": "linux",
"ports": [
"8080/tcp",
"9777/udp"
],
"restart_policy": "unless-stopped",
"title": "Kodi Headless: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Kodi",
"container": "/config"
}
]
},
{
"categories": [
"Video"
],
"description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/kodi-headless:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/kodi-icon.png",
"name": "kodi-headless",
"platform": "linux",
"ports": [
"8080/tcp",
"9777/udp"
],
"restart_policy": "unless-stopped",
"title": "Kodi Headless: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Kodi",
"container": "/config"
}
]
},
{
"categories": [
"Video"
],
"description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/kodi-headless:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png",
"name": "kodi-headless",
"platform": "linux",
"ports": [
"8080/tcp",
"9777/udp"
],
"restart_policy": "unless-stopped",
"title": "Kodi Headless: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Kodi",
"container": "/config"
}
]
},
{
"category": [
"Video"
],
"description": "Headless installation of Kodi� (formerly known as XBMC�), 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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config/.kodi"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/books"
}
]
},
{
"categories": [
"Books"
],
"description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lazylibrarian:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/lazylibrarian-icon.png",
"name": "lazylibrarian",
"platform": "linux",
"ports": [
"5299:5299/tcp"
],
"restart_policy": "unless-stopped",
"title": "LazyLibrarian: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/books"
}
]
},
{
"categories": [
"Books"
],
"description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lazylibrarian:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lazylibrarian-icon.png",
"name": "lazylibrarian",
"platform": "linux",
"ports": [
"5299:5299/tcp"
],
"restart_policy": "unless-stopped",
"title": "LazyLibrarian: from Qballjos",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/books"
}
]
},
{
"categories": [
"Books"
],
"description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lazylibrarian:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png",
"name": "lazylibrarian",
"platform": "linux",
"ports": [
"5299:5299/tcp"
],
"restart_policy": "unless-stopped",
"title": "LazyLibrarian: from SelfhostedPro",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/books"
}
]
},
{
"description": "[Lazylibrarian](https://lazylibrarian.gitlab.io/) is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. This container is based on the DobyTang fork.",
"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": "linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg",
"description": "Allows additional functionality to be added, e.g. the Calibredb import program (optional, more info below)",
"label": "DOCKER_MODS",
"name": "DOCKER_MODS"
}
],
"image": "linuxserver/lazylibrarian:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lazylibrarian-icon.png",
"name": "Lazylibrarian",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/lazylibrarian/config\u003cbr\u003emkdir -p /volume1/docker/lazylibrarian/downloads\u003cbr\u003emkdir -p /volume1/docker/lazylibrarian/books\u003c/p\u003e",
"platform": "linux",
"ports": [
"5299:5299/tcp"
],
"restart_policy": "unless-stopped",
"title": "Lazylibrarian: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/lazylibrarian/config",
"container": "/config"
},
{
"bind": "/volume1/docker/lazylibrarian/downloads",
"container": "/downloads"
},
{
"bind": "/volume1/docker/lazylibrarian/books",
"container": "/books"
}
]
},
{
"description": "[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e",
"platform": "linux",
"ports": [
"8888:8888/tcp",
"9000:9000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ldap-auth: from technorabilia",
"type": 1
},
{
"categories": [
"Tools",
"Web"
],
"description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd \u0026lt;username\u0026gt;",
"env": [
{
"label": "EMAIL",
"name": "EMAIL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "URL",
"name": "URL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": "www,"
},
{
"label": "ONLY_SUBDOMAINS",
"name": "ONLY_SUBDOMAINS",
"set": "false"
},
{
"label": "DHLEVEL",
"name": "DHLEVEL",
"set": "2048"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VALIDATION",
"name": "VALIDATION",
"set": "http"
},
{
"label": "DNSPLUGIN",
"name": "DNSPLUGIN",
"set": "http"
}
],
"image": "linuxserver/swag:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/letsencrypt.png",
"name": "letsencrypt / SWAG",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Let's Encrypt / SWAG: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"container": "/config"
}
]
},
{
"categories": [
"Tools",
"Web"
],
"description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.",
"env": [
{
"label": "EMAIL",
"name": "EMAIL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "URL",
"name": "URL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": "www,"
},
{
"label": "ONLY_SUBDOMAINS",
"name": "ONLY_SUBDOMAINS",
"set": "false"
},
{
"label": "DHLEVEL",
"name": "DHLEVEL",
"set": "2048"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VALIDATION",
"name": "VALIDATION",
"set": "http"
},
{
"label": "DNSPLUGIN",
"name": "DNSPLUGIN",
"set": "http"
}
],
"image": "linuxserver/swag:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/letsencrypt.png",
"name": "letsencrypt / SWAG",
"note": "Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\u003cul\u003e\u003cli\u003e- Port 443 on the internet side of the router should be forwarded to this container's port 443.\u003c/li\u003e\u003cli\u003e- 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\u003c/li\u003e\u003cli\u003e- The container detects changes to url and subdomains, revokes existing certs and generates new ones during start.\u003c/li\u003e\u003cli\u003e- It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\u003c/li\u003e\u003cli\u003e- 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 \u003ccode\u003edocker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd \u0026lt;username\u0026gt;\u003c/code\u003e",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Let's Encrypt / SWAG: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"container": "/config"
}
]
},
{
"categories": [
"Tools",
"Web"
],
"description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd \u0026lt;username\u0026gt;",
"env": [
{
"label": "EMAIL",
"name": "EMAIL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "URL",
"name": "URL",
"set": "-Xms256m -Xmx512m"
},
{
"label": "SUBDOMAINS",
"name": "SUBDOMAINS",
"set": "www,"
},
{
"label": "ONLY_SUBDOMAINS",
"name": "ONLY_SUBDOMAINS",
"set": "false"
},
{
"label": "DHLEVEL",
"name": "DHLEVEL",
"set": "2048"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VALIDATION",
"name": "VALIDATION",
"set": "http"
},
{
"label": "DNSPLUGIN",
"name": "DNSPLUGIN",
"set": "http"
}
],
"image": "linuxserver/letsencrypt:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png",
"name": "letsencrypt",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Let's Encrypt: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LetsEncrypt",
"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 \u0026lt;username\u0026gt;",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/libreoffice/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Libreoffice: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/libreoffice/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/music"
},
{
"container": "/playlists"
},
{
"container": "/podcasts"
},
{
"container": "/media"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A Free and Open Source Speedtest for HTML5 and more.",
"image": "linuxserver/librespeed:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/speedtest.png",
"name": "librespeed",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "LibreSpeed: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LibreSpeed",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A Free and Open Source Speedtest for HTML5 and more.",
"image": "linuxserver/librespeed:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/speedtest.png",
"name": "librespeed",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "LibreSpeed: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LibreSpeed",
"container": "/config"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/LibreSpeed",
"container": "/config"
}
]
},
{
"description": "[Librespeed](https://github.com/librespeed/speedtest) is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers. No Flash, No Java, No Websocket, No Bullshit.",
"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": "PASSWORD",
"description": "Set the password for the results database.",
"label": "PASSWORD",
"name": "PASSWORD"
},
{
"default": "false",
"description": "(optional) set to `true` to enable custom results page in `/config/www/results/index.php`.",
"label": "CUSTOM_RESULTS",
"name": "CUSTOM_RESULTS"
},
{
"default": "sqlite",
"description": "Defaults to `sqlite`, can also be set to `mysql` or `postgresql`.",
"label": "DB_TYPE",
"name": "DB_TYPE"
},
{
"default": "DB_NAME",
"description": "Database name. Required for mysql and pgsql.",
"label": "DB_NAME",
"name": "DB_NAME"
},
{
"default": "DB_HOSTNAME",
"description": "Database address. Required for mysql and pgsql.",
"label": "DB_HOSTNAME",
"name": "DB_HOSTNAME"
},
{
"default": "DB_USERNAME",
"description": "Database username. Required for mysql and pgsql.",
"label": "DB_USERNAME",
"name": "DB_USERNAME"
},
{
"default": "DB_PASSWORD",
"description": "Database password. Required for mysql and pgsql.",
"label": "DB_PASSWORD",
"name": "DB_PASSWORD"
},
{
"default": "DB_PORT",
"description": "Database port. Required for mysql.",
"label": "DB_PORT",
"name": "DB_PORT"
}
],
"image": "linuxserver/librespeed:latest",
"logo": "https://raw.githubusercontent.com/librespeed/speedtest/master/.logo/logo3.png",
"name": "Librespeed",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/librespeed/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Librespeed: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/librespeed/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/music"
}
]
},
{
"categories": [
"Downloaders",
"Music"
],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lidarr:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/lidarr.png",
"name": "lidarr",
"platform": "linux",
"ports": [
"8686:8686/tcp"
],
"restart_policy": "unless-stopped",
"title": "lidarr: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lidarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Downloaders",
"Music"
],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/lidarr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lidarr.png",
"name": "lidarr",
"platform": "linux",
"ports": [
"8686:8686/tcp"
],
"restart_policy": "unless-stopped",
"title": "Lidarr: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lidarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"categories": [
"Downloaders",
"Music"
],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lidarr:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png",
"name": "lidarr",
"platform": "linux",
"ports": [
"8686:8686/tcp"
],
"restart_policy": "unless-stopped",
"title": "lidarr: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lidarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Music",
"container": "/music"
}
]
},
{
"description": "[Lidarr](https://github.com/lidarr/Lidarr) is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"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/lidarr:latest",
"logo": "https://github.com/lidarr/Lidarr/raw/develop/Logo/400.png",
"name": "Lidarr",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/lidarr/config\u003cbr\u003emkdir -p /volume1/docker/lidarr/music\u003cbr\u003emkdir -p /volume1/docker/lidarr/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"8686:8686/tcp"
],
"restart_policy": "unless-stopped",
"title": "Lidarr: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/lidarr/config",
"container": "/config"
},
{
"bind": "/volume1/docker/lidarr/music",
"container": "/music"
},
{
"bind": "/volume1/docker/lidarr/downloads",
"container": "/downloads"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/limnoria/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Limnoria: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/limnoria/config",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/pictures"
}
]
},
{
"categories": [
"Cloud",
"Web",
"Management",
"Photos"
],
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lychee:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/lychee-icon.png",
"name": "lychee",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Lychee: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lychee",
"container": "/config"
},
{
"bind": "/portainer/Pictures",
"container": "/pictures"
}
]
},
{
"categories": [
"Cloud",
"Web",
"Management",
"Photos"
],
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lychee:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lychee-icon.png",
"name": "lychee",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Lychee: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lychee",
"container": "/config"
},
{
"bind": "/portainer/Pictures",
"container": "/pictures"
}
]
},
{
"categories": [
"Cloud",
"Web",
"Management",
"Photos"
],
"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/lychee:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png",
"name": "lychee",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Lychee: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Lychee",
"container": "/config"
},
{
"bind": "/portainer/Pictures",
"container": "/pictures"
}
]
},
{
"description": "[Lychee](https://lycheeorg.github.io/) is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.' ### UPGRADE WARNING Please note that the v4 upgrade process resets ALL password-protected albums. Any albums that were made public with a password will need to be re-secured.",
"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": "mariadb",
"description": "for specifying the database host",
"label": "DB_HOST",
"name": "DB_HOST"
},
{
"default": "lychee",
"description": "for specifying the database user",
"label": "DB_USERNAME",
"name": "DB_USERNAME"
},
{
"default": "dbpassword",
"description": "for specifying the database password",
"label": "DB_PASSWORD",
"name": "DB_PASSWORD"
},
{
"default": "lychee",
"description": "for specifying the database to be used",
"label": "DB_DATABASE",
"name": "DB_DATABASE"
}
],
"image": "linuxserver/lychee:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lychee-icon.png",
"name": "Lychee",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/lychee/config\u003cbr\u003emkdir -p /volume1/docker/lychee/pictures\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Lychee: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/lychee/config",
"container": "/config"
},
{
"bind": "/volume1/docker/lychee/pictures",
"container": "/pictures"
}
]
},
{
"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: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/www/html/"
}
]
},
{
"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: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/www/html/"
}
]
},
{
"category": [
"Other",
"Tools"
],
"description": "An Enhanced drop in replacement for Mysql",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD",
"set": ""
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/mariadb:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/mariadb-icon.png",
"platform": "linux",
"ports": [
"3306/tcp"
],
"title": "mariadb: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"database"
],
"description": "Performance beyond MySQL",
"env": [
{
"label": "Root password",
"name": "MYSQL_ROOT_PASSWORD"
}
],
"image": "mariadb:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
"platform": "linux",
"ports": [
"3306/tcp"
],
"title": "MariaDB: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"categories": [
"database"
],
"description": "Performance beyond MySQL",
"env": [
{
"label": "Root password",
"name": "MYSQL_ROOT_PASSWORD"
}
],
"image": "mariadb:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
"platform": "linux",
"ports": [
"3306/tcp"
],
"title": "MariaDB: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"categories": [
"database"
],
"description": "Performance beyond MySQL",
"env": [
{
"label": "Root password",
"name": "MYSQL_ROOT_PASSWORD"
}
],
"image": "mariadb:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
"platform": "linux",
"ports": [
"3306/tcp"
],
"title": "MariaDB: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "An Enhanced drop in replacement for Mysql.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD",
"set": ""
}
],
"image": "linuxserver/mariadb:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mariadb-icon.png",
"name": "mariadb",
"platform": "linux",
"ports": [
"3306:3306/tcp"
],
"restart_policy": "unless-stopped",
"title": "MariaDB: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mariadb",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "An Enhanced drop in replacement for Mysql",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD",
"set": ""
}
],
"image": "linuxserver/mariadb:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png",
"name": "mariadb",
"platform": "linux",
"ports": [
"3306:3306/tcp"
],
"restart_policy": "unless-stopped",
"title": "MariaDB: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mariadb",
"container": "/config"
}
]
},
{
"description": "[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.",
"env": [
{
"default": "1024",
"description": "for GroupID",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"description": "for UserID",
"label": "PGID",
"name": "PGID"
},
{
"default": "ROOT_ACCESS_PASSWORD",
"description": "Set this to root password for installation (minimum 4 characters).",
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam",
"label": "TZ",
"name": "TZ"
},
{
"default": "USER_DB_NAME",
"description": "Specify the name of a database to be created on image startup.",
"label": "MYSQL_DATABASE",
"name": "MYSQL_DATABASE"
},
{
"default": "MYSQL_USER",
"description": "This user will have superuser access to the database specified by MYSQL_DATABASE (do not use root here).",
"label": "MYSQL_USER",
"name": "MYSQL_USER"
},
{
"default": "DATABASE_PASSWORD",
"description": "Set this to the password you want to use for you MYSQL_USER (minimum 4 characters).",
"label": "MYSQL_PASSWORD",
"name": "MYSQL_PASSWORD"
},
{
"default": "http://URL1/your.sql,https://URL2/your.sql",
"description": "Set this to ingest sql files from an http/https endpoint (comma seperated array).",
"label": "REMOTE_SQL",
"name": "REMOTE_SQL"
}
],
"image": "linuxserver/mariadb:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mariadb-git.png",
"name": "Mariadb",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/mariadb/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3306:3306/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mariadb: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/mariadb/config",
"container": "/config"
}
]
},
{
"categories": [
"marketing"
],
"description": "Open-source marketing automation platform",
"env": [
{
"label": "MySQL database host",
"name": "MAUTIC_DB_HOST",
"type": "container"
},
{
"label": "Database password",
"name": "MAUTIC_DB_PASSWORD"
}
],
"image": "mautic/mautic:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Mautic: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"categories": [
"marketing"
],
"description": "Open-source marketing automation platform",
"env": [
{
"label": "MySQL database host",
"name": "MAUTIC_DB_HOST",
"type": "container"
},
{
"label": "Database password",
"name": "MAUTIC_DB_PASSWORD"
}
],
"image": "mautic/mautic:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
"platform": "linux",
"ports": [
"80/tcp"
],
"title": "Mautic: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"categories": [
"Other"
],
"description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mcmyadmin2:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mcmyadmin-icon.png",
"name": "mcmyadmin2",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"25565:25565/tcp"
],
"restart_policy": "unless-stopped",
"title": "McMyAdmin 2: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/minecraft"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/mcmyadmin-icon.png",
"name": "mcmyadmin2",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"25565:25565/tcp"
],
"restart_policy": "unless-stopped",
"title": "McMyAdmin 2: from Qballjos",
"type": 1,
"volumes": [
{
"container": "/minecraft"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"container": "/minecraft"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/tv"
},
{
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/medusa:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/medusa-icon.png",
"name": "medusa",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "Medusa: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Medusa",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/medusa:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/medusa-icon.png",
"name": "medusa",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "Medusa: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Medusa",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/medusa:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png",
"name": "medusa",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "Medusa: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Medusa",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"description": "[Medusa](https://pymedusa.com/) is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"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/medusa:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png",
"name": "Medusa",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/medusa/config\u003cbr\u003emkdir -p /volume1/docker/medusa/downloads\u003cbr\u003emkdir -p /volume1/docker/medusa/tv\u003c/p\u003e",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "Medusa: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/medusa/config",
"container": "/config"
},
{
"bind": "/volume1/docker/medusa/downloads",
"container": "/downloads"
},
{
"bind": "/volume1/docker/medusa/tv",
"container": "/tv"
}
]
},
{
"categories": [
"OPS"
],
"description": "Microsoft Operations Management Suite Linux agent.",
"env": [
{
"description": "Azure Workspace ID",
"label": "Workspace ID",
"name": "AZURE_WORKSPACE_ID"
},
{
"description": "Azure primary key",
"label": "Primary key",
"name": "AZURE_PRIMARY_KEY"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/microsoft-oms/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Microsoft OMS Agent: from mikestraney",
"type": 2
},
{
"categories": [
"OPS"
],
"description": "Microsoft Operations Management Suite Linux agent.",
"env": [
{
"description": "Azure Workspace ID",
"label": "Workspace ID",
"name": "AZURE_WORKSPACE_ID"
},
{
"description": "Azure primary key",
"label": "Primary key",
"name": "AZURE_PRIMARY_KEY"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/microsoft-oms/docker-stack.yml",
"url": "https://github.com/portainer/templates"
},
"title": "Microsoft OMS Agent: from portainer",
"type": 2
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config/.minetest"
}
]
},
{
"categories": [
"Other"
],
"description": "Server version of minetest, a free, open source alternative to minecraft.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minetest:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"name": "minetest",
"platform": "linux",
"ports": [
"30000:30000/udp"
],
"restart_policy": "unless-stopped",
"title": "Minetest: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/config/.minetest"
}
]
},
{
"categories": [
"Other"
],
"description": "Server version of minetest, a free, open source alternative to minecraft.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minetest:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"name": "minetest",
"platform": "linux",
"ports": [
"30000:30000/udp"
],
"restart_policy": "unless-stopped",
"title": "Minetest: from Qballjos",
"type": 1,
"volumes": [
{
"container": "/config/.minetest"
}
]
},
{
"categories": [
"Other"
],
"description": "Server version of minetest, a free, open source alternative to minecraft.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minetest:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"name": "minetest",
"platform": "linux",
"ports": [
"30000:30000/udp"
],
"restart_policy": "unless-stopped",
"title": "Minetest: from SelfhostedPro",
"type": 1,
"volumes": [
{
"container": "/config/.minetest"
}
]
},
{
"description": "[Minetest](http://www.minetest.net/) (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like.",
"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": "'--gameid minetest'",
"description": "Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with",
"label": "CLI_ARGS",
"name": "CLI_ARGS"
}
],
"image": "linuxserver/minetest:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
"name": "Minetest",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/minetest/config/.minetest\u003c/p\u003e",
"platform": "linux",
"ports": [
"30000:30000/udp"
],
"restart_policy": "unless-stopped",
"title": "Minetest: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/minetest/config/.minetest",
"container": "/config/.minetest"
}
]
},
{
"categories": [
"storage"
],
"command": "server /data",
"description": "A distributed object storage server built for cloud applications and devops",
"env": [
{
"label": "Minio access key",
"name": "MINIO_ACCESS_KEY"
},
{
"label": "Minio secret key",
"name": "MINIO_SECRET_KEY"
}
],
"image": "minio/minio:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
"platform": "linux",
"ports": [
"9000/tcp"
],
"title": "Minio: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
]
},
{
"categories": [
"storage"
],
"command": "server /data",
"description": "A distributed object storage server built for cloud applications and devops",
"env": [
{
"label": "Minio access key",
"name": "MINIO_ACCESS_KEY"
},
{
"label": "Minio secret key",
"name": "MINIO_SECRET_KEY"
}
],
"image": "minio/minio:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
"platform": "linux",
"ports": [
"9000/tcp"
],
"title": "Minio: from portainer",
"type": 1,
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
]
},
{
"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: from dnburgess",
"type": 1
},
{
"categories": [
"Video",
"Other",
"Tools"
],
"description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minisatip:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/minisatip-icon.png",
"name": "minisatip",
"platform": "linux",
"ports": [
"8875:8875/tcp",
"554:554/tcp",
"1900:1900/udp"
],
"restart_policy": "unless-stopped",
"title": "Minisatip: from mikestraney",
"type": 1
},
{
"categories": [
"Video",
"Other",
"Tools"
],
"description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards. 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.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minisatip:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/minisatip-icon.png",
"name": "minisatip",
"platform": "linux",
"ports": [
"8875:8875/tcp",
"554:554/tcp",
"1900:1900/udp"
],
"restart_policy": "unless-stopped",
"title": "Minisatip: from Qballjos",
"type": 1
},
{
"categories": [
"Video",
"Other",
"Tools"
],
"description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/minisatip:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png",
"name": "minisatip",
"platform": "linux",
"ports": [
"8875:8875/tcp",
"554:554/tcp",
"1900:1900/udp"
],
"restart_policy": "unless-stopped",
"title": "Minisatip: from SelfhostedPro",
"type": 1
},
{
"description": "[Minisatip](https://github.com/catalinii/minisatip) is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.",
"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": "\u003cparameter\u003e",
"description": "Specify specific run params for minisatip",
"label": "RUN_OPTS",
"name": "RUN_OPTS"
}
],
"image": "linuxserver/minisatip:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/minisatip-icon.png",
"name": "Minisatip",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/minisatip/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8875:8875/tcp",
"554:554/tcp",
"1900:1900/udp"
],
"restart_policy": "unless-stopped",
"title": "Minisatip: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/minisatip/config",
"container": "/config"
}
]
},
{
"categories": [
"database"
],
"description": "Open-source document-oriented database",
"image": "mongo:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
"platform": "linux",
"ports": [
"27017/tcp"
],
"title": "Mongo: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/data/db"
}
]
},
{
"categories": [
"database"
],
"description": "Open-source document-oriented database",
"image": "mongo:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
"platform": "linux",
"ports": [
"27017/tcp"
],
"title": "Mongo: from portainer",
"type": 1,
"volumes": [
{
"container": "/data/db"
}
]
},
{
"categories": [
"Other",
"Music"
],
"description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..",
"image": "linuxserver/mstream:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mstream.png",
"name": "mstream",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mstream: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mstream",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/music"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/mstream.png",
"name": "mstream",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mstream: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mstream",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/music"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mstream",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/music"
}
]
},
{
"description": "[Mstream](https://mstream.io/) is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone.",
"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/mstream:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mstream-icon.png",
"name": "Mstream",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/mstream/config\u003cbr\u003emkdir -p /volume1/docker/mstream/music\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mstream: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/mstream/config",
"container": "/config"
},
{
"bind": "/volume1/docker/mstream/music",
"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/mikestraney/portainer-templates/master/Images/Mumble-logo.png",
"name": "murmur",
"platform": "linux",
"ports": [
"64738:64738/tcp",
"64738:64738/udp"
],
"restart_policy": "unless-stopped",
"title": "Murmur: from mikestraney",
"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": [
"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/Qballjos/portainer_templates/master/Images/Mumble-logo.png",
"name": "murmur",
"platform": "linux",
"ports": [
"64738:64738/tcp",
"64738:64738/udp"
],
"restart_policy": "unless-stopped",
"title": "Murmur: from Qballjos",
"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": [
"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: from SelfhostedPro",
"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"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"categories": [
"Music",
"Other",
"Tools"
],
"description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"env": [
{
"label": "BRAINZCODE",
"name": "BRAINZCODE",
"set": ""
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/musicbrainz:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/musicbrainz-icon.png",
"name": "musicbrainz",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "MusicBrainz: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/MusicBrainz",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/MusicBrainz",
"container": "/data"
}
]
},
{
"categories": [
"Music",
"Other",
"Tools"
],
"description": "MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"env": [
{
"label": "BRAINZCODE",
"name": "BRAINZCODE",
"set": ""
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/musicbrainz:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/musicbrainz-icon.png",
"name": "musicbrainz",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "MusicBrainz: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/MusicBrainz",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/MusicBrainz",
"container": "/data"
}
]
},
{
"categories": [
"Music",
"Other",
"Tools"
],
"description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
"env": [
{
"label": "BRAINZCODE",
"name": "BRAINZCODE",
"set": ""
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/musicbrainz:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png",
"name": "musicbrainz",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "MusicBrainz: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/MusicBrainz",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/MusicBrainz",
"container": "/data"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Web",
"Proxy",
"Other",
"Tools"
],
"description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/muximux:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/muximux-icon.png",
"name": "muximux",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Muximux: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Muximux",
"container": "/config"
}
]
},
{
"categories": [
"Web",
"Proxy",
"Other",
"Tools"
],
"description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/muximux:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/muximux-icon.png",
"name": "muximux",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Muximux: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Muximux",
"container": "/config"
}
]
},
{
"categories": [
"Web",
"Proxy",
"Other",
"Tools"
],
"description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/muximux:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png",
"name": "muximux",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Muximux: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Muximux",
"container": "/config"
}
]
},
{
"description": "[Muximux](https://github.com/mescon/Muximux) is a lightweight portal to view \u0026 manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
"env": [
{
"default": "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/muximux:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/muximux-icon.png",
"name": "Muximux",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/muximux/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Muximux: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/muximux/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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/mylar3/config\u003cbr\u003emkdir -p /volume1/docker/mylar3/comics\u003cbr\u003emkdir -p /volume1/docker/mylar3/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"8090:8090/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mylar3: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/mylar3/config",
"container": "/config"
},
{
"bind": "/volume1/docker/mylar3/comics",
"container": "/comics"
},
{
"bind": "/volume1/docker/mylar3/downloads",
"container": "/downloads"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/comics"
}
]
},
{
"categories": [
"Downloaders",
"Books"
],
"description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mylar:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/mylar-icon.png",
"name": "mylar",
"platform": "linux",
"ports": [
"8090:8090/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mylar: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mylar",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Comics",
"container": "/comics"
}
]
},
{
"categories": [
"Downloaders",
"Books"
],
"description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mylar:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mylar-icon.png",
"name": "mylar",
"platform": "linux",
"ports": [
"8090:8090/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mylar: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mylar",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Comics",
"container": "/comics"
}
]
},
{
"categories": [
"Downloaders",
"Books"
],
"description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/mylar:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png",
"name": "mylar",
"platform": "linux",
"ports": [
"8090:8090/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mylar: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mylar",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Comics",
"container": "/comics"
}
]
},
{
"description": "[MySQL Workbench](https://www.mysql.com/products/workbench/) is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.",
"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/mysql-workbench:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mysql-workbench-icon.png",
"name": "Mysql-workbench",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/mysql-workbench/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mysql-workbench: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/mysql-workbench/config",
"container": "/config"
}
]
},
{
"categories": [
"database"
],
"description": "The most popular open-source database",
"env": [
{
"label": "Root password",
"name": "MYSQL_ROOT_PASSWORD"
}
],
"image": "mysql:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
"platform": "linux",
"ports": [
"3306/tcp"
],
"title": "MySQL: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"categories": [
"database"
],
"description": "The most popular open-source database",
"env": [
{
"label": "Root password",
"name": "MYSQL_ROOT_PASSWORD"
}
],
"image": "mysql:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
"platform": "linux",
"ports": [
"3306/tcp"
],
"title": "MySQL: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nano-wallet: from technorabilia",
"type": 1
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/nano/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8075:8075/tcp",
"7076:3000/tcp",
"7077:3001/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nano: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/nano/config",
"container": "/config"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/netbootxyz/config\u003cbr\u003emkdir -p /volume1/docker/netbootxyz/assets\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp",
"69:69/udp",
"8080:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Netbootxyz: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/netbootxyz/config",
"container": "/config"
},
{
"bind": "/volume1/docker/netbootxyz/assets",
"container": "/assets"
}
]
},
{
"description": "[Netbox](https://github.com/netbox-community/netbox) is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.",
"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": "\u003cSUPERUSER_EMAIL\u003e",
"description": "Email address for `admin` account",
"label": "SUPERUSER_EMAIL",
"name": "SUPERUSER_EMAIL"
},
{
"default": "\u003cSUPERUSER_PASSWORD\u003e",
"description": "Password for `admin` account",
"label": "SUPERUSER_PASSWORD",
"name": "SUPERUSER_PASSWORD"
},
{
"default": "\u003cALLOWED_HOST\u003e",
"description": "The hostname you will use to access the app (i.e., netbox.example.com)",
"label": "ALLOWED_HOST",
"name": "ALLOWED_HOST"
},
{
"default": "\u003cDB_NAME\u003e",
"description": "Database name (default: netbox)",
"label": "DB_NAME",
"name": "DB_NAME"
},
{
"default": "\u003cDB_USER\u003e",
"description": "Database user",
"label": "DB_USER",
"name": "DB_USER"
},
{
"default": "\u003cDB_PASSWORD\u003e",
"description": "Database password",
"label": "DB_PASSWORD",
"name": "DB_PASSWORD"
},
{
"default": "\u003cDB_HOST\u003e",
"description": "Database host (default: postgres)",
"label": "DB_HOST",
"name": "DB_HOST"
},
{
"default": "\u003cDB_PORT\u003e",
"description": "Database port (defaul: 5432)",
"label": "DB_PORT",
"name": "DB_PORT"
},
{
"default": "\u003cREDIS_HOST\u003e",
"description": "Redis host (default: redis)",
"label": "REDIS_HOST",
"name": "REDIS_HOST"
},
{
"default": "\u003cREDIS_PORT\u003e",
"description": "Redis port number (default: 6379)",
"label": "REDIS_PORT",
"name": "REDIS_PORT"
},
{
"default": "\u003cREDIS_PASSWORD\u003e",
"description": "Redis password (default: none)",
"label": "REDIS_PASSWORD",
"name": "REDIS_PASSWORD"
},
{
"default": "\u003cREDIS_DB_TASK\u003e",
"description": "Redis database ID for tasks (default: 0)",
"label": "REDIS_DB_TASK",
"name": "REDIS_DB_TASK"
},
{
"default": "\u003cREDIS_DB_CACHE\u003e",
"description": "Redis database ID for caching (default: 1)",
"label": "REDIS_DB_CACHE",
"name": "REDIS_DB_CACHE"
},
{
"default": "\u003cBASE_PATH\u003e",
"description": "The path you will use to access the app (i.e., /netbox, optional, default: none)",
"label": "BASE_PATH",
"name": "BASE_PATH"
},
{
"default": "\u003cREMOTE_AUTH_ENABLED\u003e",
"description": "Enable remote authentication (optional, default: False)",
"label": "REMOTE_AUTH_ENABLED",
"name": "REMOTE_AUTH_ENABLED"
},
{
"default": "\u003cREMOTE_AUTH_BACKEND\u003e",
"description": "Python path to the custom Django authentication backend to use for external user authentication (optional, default: netbox.authentication.RemoteUserBackend)",
"label": "REMOTE_AUTH_BACKEND",
"name": "REMOTE_AUTH_BACKEND"
},
{
"default": "\u003cREMOTE_AUTH_HEADER\u003e",
"description": "Name of the HTTP header which informs NetBox of the currently authenticated user. (optional, default: HTTP_REMOTE_USER)",
"label": "REMOTE_AUTH_HEADER",
"name": "REMOTE_AUTH_HEADER"
},
{
"default": "\u003cREMOTE_AUTH_AUTO_CREATE_USER\u003e",
"description": "If true, NetBox will automatically create local accounts for users authenticated via a remote service (optional, default: False)",
"label": "REMOTE_AUTH_AUTO_CREATE_USER",
"name": "REMOTE_AUTH_AUTO_CREATE_USER"
},
{
"default": "\u003cREMOTE_AUTH_DEFAULT_GROUPS\u003e",
"description": "The list of groups to assign a new user account when created using remote authentication (optional, default: [])",
"label": "REMOTE_AUTH_DEFAULT_GROUPS",
"name": "REMOTE_AUTH_DEFAULT_GROUPS"
},
{
"default": "\u003cREMOTE_AUTH_DEFAULT_PERMISSIONS\u003e",
"description": "A mapping of permissions to assign a new user account when created using remote authentication (optional, default: {})",
"label": "REMOTE_AUTH_DEFAULT_PERMISSIONS",
"name": "REMOTE_AUTH_DEFAULT_PERMISSIONS"
}
],
"image": "linuxserver/netbox:latest",
"logo": "https://raw.githubusercontent.com/netbox-community/netbox/develop/docs/netbox_logo.svg",
"name": "Netbox",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/netbox/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Netbox: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/netbox/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nextcloud-icon.png",
"name": "nextcloud",
"note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
"platform": "linux",
"repository": {
"stackfile": "stacks/nextcloud/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Nextcloud: from mikestraney",
"type": 2
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nextcloud-icon.png",
"name": "nextcloud",
"note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/nextcloud.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Nextcloud: from Qballjos",
"type": 3
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png",
"name": "nextcloud",
"note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/nextcloud.yml",
"url": "https://github.com/SelfhostedPro/selfhosted_templates"
},
"title": "Nextcloud: from SelfhostedPro",
"type": 3
},
{
"description": "[Nextcloud](https://nextcloud.com/) gives you access to all your files wherever you are. Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home.",
"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/nextcloud:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-icon.png",
"name": "Nextcloud",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/nextcloud/config\u003cbr\u003emkdir -p /volume1/docker/nextcloud/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nextcloud: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/nextcloud/config",
"container": "/config"
},
{
"bind": "/volume1/docker/nextcloud/data",
"container": "/data"
}
]
},
{
"categories": [
"Cloud"
],
"description": "Nextcloud setup with a MySQL database",
"env": [
{
"description": "password for sql",
"label": "MYSQL_PASSWORD",
"name": "mypassword"
},
{
"description": "root password for sql",
"label": "MYSQL_ROOT_PASSWORD",
"name": "myrpassword"
}
],
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nextcloud-icon.png",
"note": "Deploys a Nextcloud instance connected to a MySQL database.",
"platform": "linux",
"repository": {
"stackfile": "stacks/nextcloud/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "NextcloudStack: from mikestraney",
"type": 2
},
{
"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.",
"env": [
{
"default": "/data/database.sqlite",
"label": "DB_SQLITE_FILE",
"name": "DB_SQLITE_FILE"
}
],
"image": "jc21/nginx-proxy-manager",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-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: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy/data",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy/letsencrypt",
"container": "/etc/letsencrypt"
}
]
},
{
"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.",
"env": [
{
"default": "/data/database.sqlite",
"label": "DB_SQLITE_FILE",
"name": "DB_SQLITE_FILE"
}
],
"image": "jc21/nginx-proxy-manager",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/proxy_mgr.png",
"name": "nginx-proxy-manager",
"platform": "linux",
"ports": [
"80:80/tcp",
"81:81/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy/data",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy/letsencrypt",
"container": "/etc/letsencrypt"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx-Proxy",
"container": "/config"
}
]
},
{
"category": [
"Web",
"Proxy"
],
"description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"label": "PGID",
"name": "PGID",
"set": "1000"
},
{
"label": "TZ",
"name": "TZ",
"set": "America/Chicago"
}
],
"image": "linuxserver/nginx:latest",
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nginx-icon.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"title": "nginx: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Web",
"Proxy"
],
"description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nginx:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nginx-icon.png",
"name": "nginx",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx",
"container": "/config"
}
]
},
{
"categories": [
"Web",
"Proxy"
],
"description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nginx:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nginx-icon.png",
"name": "nginx",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx",
"container": "/config"
}
]
},
{
"categories": [
"webserver"
],
"description": "High performance web server",
"image": "nginx:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"title": "Nginx: from portainer",
"type": 1,
"volumes": [
{
"container": "/etc/nginx"
},
{
"container": "/usr/share/nginx/html"
}
]
},
{
"categories": [
"Web",
"Proxy"
],
"description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nginx:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nginx-icon.png",
"name": "nginx",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx",
"container": "/config"
}
]
},
{
"categories": [
"Web",
"Proxy"
],
"description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nginx:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png",
"name": "nginx",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nginx",
"container": "/config"
}
]
},
{
"description": "[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in `/config` for easy user customization.",
"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/nginx:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-banner.png",
"name": "Nginx",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/nginx/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/nginx/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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/ngircd/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"6667:6667/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ngircd: from technorabilia",
"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": "\u003cyourUID\u003e",
"description": "specify your UID",
"label": "PUID",
"name": "PUID"
},
{
"default": "\u003cyourGID\u003e",
"description": "specify your GID",
"label": "PGID",
"name": "PGID"
},
{
"default": "Europe/Amsterdam",
"description": "Specify a timezone to use for example Europe/Amsterdam",
"label": "TZ",
"name": "TZ"
}
],
"image": "linuxserver/nntp2nntp:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nntp2nntp.png",
"name": "Nntp2nntp",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/nntp2nntp/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"1563:1563/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nntp2nntp: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/nntp2nntp/config",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbget:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/nzbget-icon.png",
"name": "nzbget",
"platform": "linux",
"ports": [
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "NZBGet: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbget",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbget:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nzbget-icon.png",
"name": "nzbget",
"platform": "linux",
"ports": [
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "NZBGet: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbget",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbget:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png",
"name": "nzbget",
"platform": "linux",
"ports": [
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "NZBGet: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbget",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"description": "[Nzbget](http://nzbget.net/) is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.",
"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": "latest",
"description": "Supported values are LATEST, PLEXPASS or a specific version number.",
"label": "VERSION",
"name": "VERSION"
}
],
"image": "linuxserver/nzbget:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nzbget-banner.png",
"name": "Nzbget",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/nzbget/config\u003cbr\u003emkdir -p /volume1/docker/nzbget/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nzbget: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/nzbget/config",
"container": "/config"
},
{
"bind": "/volume1/docker/nzbget/downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders",
"Other",
"Tools"
],
"description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/nzbhydra2:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/hydra-icon.png",
"name": "nzbhydra2",
"platform": "linux",
"ports": [
"5076:5076/tcp"
],
"restart_policy": "unless-stopped",
"title": "NZBHydra 2: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbhydra2",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/hydra-icon.png",
"name": "nzbhydra2",
"platform": "linux",
"ports": [
"5076:5076/tcp"
],
"restart_policy": "unless-stopped",
"title": "NZBHydra 2: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbhydra2",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Nzbhydra2",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"description": "[Nzbhydra2](https://github.com/theotherp/nzbhydra2) is a meta search application for NZB indexers, the 'spiritual successor' to NZBmegasearcH, and an evolution of the original application [NZBHydra](https://github.com/theotherp/nzbhydra). It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is replacing NZBHydra 1 and supports migrating from V1. Be wary that there may be some compatibility issues for those migrating from V1 to V2, so ensure you back up your old configuration before moving over to the new version. **NOTE:** The last version that supports migration is `linuxserver/nzbhydra2:v2.10.2-ls49`",
"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/nzbhydra2:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png",
"name": "Nzbhydra2",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/nzbhydra2/config\u003cbr\u003emkdir -p /volume1/docker/nzbhydra2/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"5076:5076/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nzbhydra2: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/nzbhydra2/config",
"container": "/config"
},
{
"bind": "/volume1/docker/nzbhydra2/downloads",
"container": "/downloads"
}
]
},
{
"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: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/odoo"
},
{
"container": "/mnt/extra-addons"
}
]
},
{
"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: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/lib/odoo"
},
{
"container": "/mnt/extra-addons"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"description": "Ombi allows you to host your own Plex Request and user management system. ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/ombi:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/ombi.png",
"name": "ombi",
"platform": "linux",
"ports": [
"3579:3579/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ombi: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Ombi",
"container": "/config"
}
]
},
{
"categories": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"description": "Ombi allows you to host your own Plex Request and user management system.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/ombi:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ombi.png",
"name": "ombi",
"platform": "linux",
"ports": [
"3579:3579/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ombi: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Ombi",
"container": "/config"
}
]
},
{
"categories": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"description": "Ombi allows you to host your own Plex Request and user management system. ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/ombi:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png",
"name": "ombi",
"platform": "linux",
"ports": [
"3579:3579/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ombi: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Ombi",
"container": "/config"
}
]
},
{
"description": "[Ombi](https://ombi.io) allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. Even automatically send them weekly newsletters of new content that has been added to your Plex server!",
"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": "/ombi",
"description": "Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable.",
"label": "BASE_URL",
"name": "BASE_URL"
}
],
"image": "linuxserver/ombi:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ombi.png",
"name": "Ombi",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/ombi/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3579:3579/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ombi: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/ombi/config",
"container": "/config"
}
]
},
{
"categories": [
"serverless"
],
"description": "Serverless functions made simple",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
"name": "func",
"note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. \u003cb\u003eWarning\u003c/b\u003e: the name of the stack must be 'func'.",
"platform": "linux",
"repository": {
"stackfile": "docker-compose.yml",
"url": "https://github.com/openfaas/faas"
},
"title": "OpenFaaS: from mikestraney",
"type": 2
},
{
"categories": [
"serverless"
],
"description": "Serverless functions made simple",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
"name": "func",
"note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. \u003cb\u003eWarning\u003c/b\u003e: the name of the stack must be 'func'.",
"platform": "linux",
"repository": {
"stackfile": "docker-compose.yml",
"url": "https://github.com/openfaas/faas"
},
"title": "OpenFaaS: from portainer",
"type": 2
},
{
"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": "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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/openssh-server/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"2222:2222/tcp"
],
"restart_policy": "unless-stopped",
"title": "Openssh-server: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/openssh-server/config",
"container": "/config"
}
]
},
{
"categories": [
"Other"
],
"description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
"env": [
{
"label": "INTERFACE",
"name": "INTERFACE",
"set": "eth0"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/openvpn-as:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/openvpn-as-icon.png",
"name": "openvpn-as",
"platform": "linux",
"ports": [
"943:943/tcp",
"9443:9443/tcp",
"1194:1194/udp"
],
"restart_policy": "unless-stopped",
"title": "OpenVPN Access Server: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
"container": "/config"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/openvpn-as-icon.png",
"name": "openvpn-as",
"platform": "linux",
"ports": [
"943:943/tcp",
"9443:9443/tcp",
"1194:1194/udp"
],
"restart_policy": "unless-stopped",
"title": "OpenVPN Access Server: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
"container": "/config"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Organizr",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"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": "organizr/organizr:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/organizr-icon.png",
"name": "organizr-v2",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Organizr: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Organizr",
"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": "organizr/organizr:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png",
"name": "organizr-v2",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Organizr: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Organizr",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Other"
],
"description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/oscam:latest",
"logo": "http://i.imgur.com/8LadrLg.png",
"name": "oscam",
"platform": "linux",
"ports": [
"8888:8888/tcp",
"10000:10000/tcp"
],
"restart_policy": "unless-stopped",
"title": "OScam: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OScam",
"container": "/config"
}
]
},
{
"categories": [
"Other"
],
"description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module (CAM). The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/oscam:latest",
"logo": "http://i.imgur.com/8LadrLg.png",
"name": "oscam",
"platform": "linux",
"ports": [
"8888:8888/tcp",
"10000:10000/tcp"
],
"restart_policy": "unless-stopped",
"title": "OScam: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OScam",
"container": "/config"
}
]
},
{
"categories": [
"Other"
],
"description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/oscam:latest",
"logo": "http://i.imgur.com/8LadrLg.png",
"name": "oscam",
"platform": "linux",
"ports": [
"8888:8888/tcp",
"10000:10000/tcp"
],
"restart_policy": "unless-stopped",
"title": "OScam: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OScam",
"container": "/config"
}
]
},
{
"description": "[Oscam](http://www.streamboard.tv/oscam/) is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.",
"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/oscam:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png",
"name": "Oscam",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/oscam/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8888:8888/tcp"
],
"restart_policy": "unless-stopped",
"title": "Oscam: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/oscam/config",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Overseerr is a free and open source software application for managing requests for your media library.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/overseerr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/overseerr-icon.png",
"name": "Overseerr",
"platform": "linux",
"ports": [
"5055:5055/tcp"
],
"restart_policy": "unless-stopped",
"title": "Overseerr: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Overseerr",
"container": "/config"
}
]
},
{
"categories": [
"Media"
],
"description": "[Overseerr](https://overseerr.dev/) is a free and open source software application for managing requests for your media library.",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/overseerr/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"5055:5055/tcp"
],
"restart_policy": "unless-stopped",
"title": "Overseerr: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/paperless-ng/config\u003cbr\u003emkdir -p /volume1/docker/paperless-ng/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Paperless-ng: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/paperless-ng/config",
"container": "/config"
},
{
"bind": "/volume1/docker/paperless-ng/data",
"container": "/data"
}
]
},
{
"description": "[Papermerge](https://www.papermerge.com/) is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS.'",
"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/papermerge:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/papermerge-icon.png",
"name": "Papermerge",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/papermerge/config\u003cbr\u003emkdir -p /volume1/docker/papermerge/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Papermerge: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/papermerge/config",
"container": "/config"
},
{
"bind": "/volume1/docker/papermerge/data",
"container": "/data"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/petio-icon.png",
"name": "Petio",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/petio.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "Petio: from Qballjos",
"type": 3
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/Pictures"
},
{
"container": "/Thumbs"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Photos"
],
"description": "A simple, easy way to turn a photo album into a webgallery",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/photoshow:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/photoshow-icon.png",
"name": "photoshow",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "PhotoShow: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Pictures",
"container": "/Pictures"
},
{
"bind": "/portainer/Files/AppData/Photoshow/Thumbs",
"container": "/Thumbs"
},
{
"bind": "/portainer/Files/AppData/Config/PhotoShow",
"container": "/config"
}
]
},
{
"categories": [
"Photos"
],
"description": "A simple, easy way to turn a photo album into a webgallery.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/photoshow:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/photoshow-icon.png",
"name": "photoshow",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "PhotoShow: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Pictures",
"container": "/Pictures"
},
{
"bind": "/portainer/Files/AppData/Photoshow/Thumbs",
"container": "/Thumbs"
},
{
"bind": "/portainer/Files/AppData/Config/PhotoShow",
"container": "/config"
}
]
},
{
"categories": [
"Photos"
],
"description": "A simple, easy way to turn a photo album into a webgallery",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/photoshow:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png",
"name": "photoshow",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "PhotoShow: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Pictures",
"container": "/Pictures"
},
{
"bind": "/portainer/Files/AppData/Photoshow/Thumbs",
"container": "/Thumbs"
},
{
"bind": "/portainer/Files/AppData/Config/PhotoShow",
"container": "/config"
}
]
},
{
"description": "[Photoshow](https://github.com/thibaud-rohmer/PhotoShow) is gallery software at its easiest, it doesn't even require a database.",
"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/photoshow:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png",
"name": "Photoshow",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/photoshow/config\u003cbr\u003emkdir -p /volume1/docker/photoshow/Pictures:ro\u003cbr\u003emkdir -p /volume1/docker/photoshow/Thumbs\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Photoshow: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/photoshow/config",
"container": "/config"
},
{
"bind": "/volume1/docker/photoshow/Pictures:ro",
"container": "/Pictures:ro"
},
{
"bind": "/volume1/docker/photoshow/Thumbs",
"container": "/Thumbs"
}
]
},
{
"categories": [
"System Tools"
],
"description": "[Phpmyadmin](https://github.com/phpmyadmin/phpmyadmin/) is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.",
"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": "1",
"description": "Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup)",
"label": "PMA_ARBITRARY",
"name": "PMA_ARBITRARY"
},
{
"default": "https://phpmyadmin.example.com",
"description": "Set the URL you will use to access the web frontend",
"label": "PMA_ABSOLUTE_URI",
"name": "PMA_ABSOLUTE_URI"
}
],
"image": "linuxserver/phpmyadmin:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/phpmyadmin-logo.png",
"name": "Phpmyadmin",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/phpmyadmin/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Phpmyadmin: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/phpmyadmin/config",
"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/mikestraney/portainer-templates/master/Images/pihole.png",
"name": "pihole",
"note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article \u003ca href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'\u003ehere\u003c/a\u003e 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: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiHole",
"container": "/etc/pihole"
},
{
"bind": "/portainer/Files/AppData/Config/PiHole/DNS",
"container": "/etc/dnsmasq.d"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/pihole.png",
"name": "pihole",
"note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article \u003ca href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'\u003ehere\u003c/a\u003e 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: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiHole",
"container": "/etc/pihole"
},
{
"bind": "/portainer/Files/AppData/Config/PiHole/DNS",
"container": "/etc/dnsmasq.d"
}
]
},
{
"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 \u003ca href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'\u003ehere\u003c/a\u003e 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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiHole",
"container": "/etc/pihole"
},
{
"bind": "/portainer/Files/AppData/Config/PiHole/DNS",
"container": "/etc/dnsmasq.d"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/pidgin/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pidgin: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/pidgin/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Photos"
],
"description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/piwigo:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/piwigo-icon.png",
"name": "piwigo",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Piwigo: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiWigo",
"container": "/config"
}
]
},
{
"categories": [
"Photos"
],
"description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/piwigo:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/piwigo-icon.png",
"name": "piwigo",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Piwigo: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiWigo",
"container": "/config"
}
]
},
{
"categories": [
"Photos"
],
"description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/piwigo:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png",
"name": "piwigo",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Piwigo: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiWigo",
"container": "/config"
}
]
},
{
"description": "[Piwigo](http://piwigo.org/) is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures.",
"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/piwigo:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piwigo-banner.png",
"name": "Piwigo",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/piwigo/config\u003cbr\u003emkdir -p /volume1/docker/piwigo/gallery\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Piwigo: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/piwigo/config",
"container": "/config"
},
{
"bind": "/volume1/docker/piwigo/gallery",
"container": "/gallery"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/pixapop/config\u003cbr\u003emkdir -p /volume1/docker/pixapop/photos\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pixapop: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/pixapop/config",
"container": "/config"
},
{
"bind": "/volume1/docker/pixapop/photos",
"container": "/photos"
}
]
},
{
"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: from mikestraney",
"type": 1
},
{
"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: from portainer",
"type": 1
},
{
"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: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PlexRequests",
"container": "/config"
}
]
},
{
"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: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PlexRequests",
"container": "/config"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PlexRequests",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VERSION",
"name": "VERSION",
"set": "latest"
}
],
"image": "linuxserver/plex:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/plex-icon.png",
"name": "plex",
"network": "host",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Plex: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Plex",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VERSION",
"name": "VERSION",
"set": "latest"
}
],
"image": "linuxserver/plex:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/plex-icon.png",
"name": "plex",
"network": "host",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Plex: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Plex",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": [
"Video",
"Music",
"Photos"
],
"description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "VERSION",
"name": "VERSION",
"set": "latest"
}
],
"image": "linuxserver/plex:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png",
"name": "plex",
"network": "host",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Plex: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Plex",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"description": "[Plex](https://plex.tv) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. 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": "docker",
"description": "Set whether to update plex or not - see Application Setup section.",
"label": "VERSION",
"name": "VERSION"
},
{
"default": "",
"description": "Optionally you can obtain a claim token from https://plex.tv/claim and input here. Keep in mind that the claim tokens expire within 4 minutes.",
"label": "PLEX_CLAIM",
"name": "PLEX_CLAIM"
}
],
"image": "linuxserver/plex:latest",
"logo": "http://the-gadgeteer.com/wp-content/uploads/2015/10/plex-logo-e1446990678679.png",
"name": "Plex",
"network": "host",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/plex/config\u003cbr\u003emkdir -p /volume1/docker/plex/tv\u003cbr\u003emkdir -p /volume1/docker/plex/movies\u003c/p\u003e",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Plex: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/plex/config",
"container": "/config"
},
{
"bind": "/volume1/docker/plex/tv",
"container": "/tv"
},
{
"bind": "/volume1/docker/plex/movies",
"container": "/movies"
}
]
},
{
"categories": [
"CMS"
],
"description": "A free and open-source CMS built on top of Zope",
"image": "plone:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
"platform": "linux",
"ports": [
"8080/tcp"
],
"title": "Plone: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/data"
}
]
},
{
"categories": [
"CMS"
],
"description": "A free and open-source CMS built on top of Zope",
"image": "plone:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
"platform": "linux",
"ports": [
"8080/tcp"
],
"title": "Plone: from portainer",
"type": 1,
"volumes": [
{
"container": "/data"
}
]
},
{
"categories": [
"portainer"
],
"description": "Manage all the resources in your Swarm cluster",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"note": "The agent will be deployed globally inside your cluster and available on port 9001.",
"platform": "linux",
"repository": {
"stackfile": "stacks/portainer-agent/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Portainer Agent: from mikestraney",
"type": 2
},
{
"categories": [
"portainer"
],
"description": "Manage all the resources in your Swarm cluster",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"note": "The agent will be deployed globally inside your cluster and available on port 9001.",
"platform": "linux",
"repository": {
"stackfile": "stacks/portainer-agent/docker-stack.yml",
"url": "https://github.com/portainer/templates"
},
"title": "Portainer Agent: from portainer",
"type": 2
},
{
"categories": [
"database"
],
"description": "The most advanced open-source database",
"env": [
{
"label": "Superuser",
"name": "POSTGRES_USER"
},
{
"label": "Superuser password",
"name": "POSTGRES_PASSWORD"
}
],
"image": "postgres:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
"platform": "linux",
"ports": [
"5432/tcp"
],
"title": "PostgreSQL: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/postgresql/data"
}
]
},
{
"categories": [
"database"
],
"description": "The most advanced open-source database",
"env": [
{
"label": "Superuser",
"name": "POSTGRES_USER"
},
{
"label": "Superuser password",
"name": "POSTGRES_PASSWORD"
}
],
"image": "postgres:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
"platform": "linux",
"ports": [
"5432/tcp"
],
"title": "PostgreSQL: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/lib/postgresql/data"
}
]
},
{
"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: \u003ca href=https://hub.docker.com/r/goofball222/pritunl\u003ehttps://hub.docker.com/r/goofball222/pritunl\u003c/a\u003e",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/pritunl.yml",
"url": "https://github.com/SelfhostedPro/selfhosted_templates"
},
"title": "Pritunl: from SelfhostedPro",
"type": 3
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/data"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other"
],
"description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/projectsend:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/projectsend-logo.png",
"name": "projectsend",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProjectSend: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProjectSend",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/ProjectSend",
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other"
],
"description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/projectsend:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/projectsend-logo.png",
"name": "projectsend",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProjectSend: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProjectSend",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/ProjectSend",
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other"
],
"description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/projectsend:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png",
"name": "projectsend",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProjectSend: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProjectSend",
"container": "/data"
},
{
"bind": "/portainer/Files/AppData/Config/ProjectSend",
"container": "/config"
}
]
},
{
"description": "[Projectsend](http://www.projectsend.org) is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. Secure, private and easy. No more depending on external services or e-mail to send those files.",
"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": "\u003c5000\u003e",
"description": "To set maximum upload size (in MB), default if unset is 5000.",
"label": "MAX_UPLOAD",
"name": "MAX_UPLOAD"
}
],
"image": "linuxserver/projectsend:latest",
"logo": "http://www.projectsend.org/wp-content/themes/projectsend/img/screenshots.png",
"name": "Projectsend",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/projectsend/config\u003cbr\u003emkdir -p /volume1/docker/projectsend/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Projectsend: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/projectsend/config",
"container": "/config"
},
{
"bind": "/volume1/docker/projectsend/data",
"container": "/data"
}
]
},
{
"categories": [
"Email",
"Productivity",
"Tools",
"Other"
],
"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
"image": "shenxn/protonmail-bridge:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/protonmail-bridge.png",
"name": "protonmail-bridge",
"note": "Please refer to the documentation \u003ca href='https://hub.docker.com/r/shenxn/protonmail-bridge'/\u003ehere\u003c/a\u003e to set this up.",
"platform": "linux",
"ports": [
"143/tcp",
"25/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProtonMail Bridge: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
"container": "/root"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/protonmail-bridge.png",
"name": "protonmail-bridge",
"note": "Please refer to the documentation \u003ca href='https://hub.docker.com/r/shenxn/protonmail-bridge'/\u003ehere\u003c/a\u003e to set this up.",
"platform": "linux",
"ports": [
"143/tcp",
"25/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProtonMail Bridge: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
"container": "/root"
}
]
},
{
"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 \u003ca href='https://hub.docker.com/r/shenxn/protonmail-bridge'/\u003ehere\u003c/a\u003e to set this up.",
"platform": "linux",
"ports": [
"143/tcp",
"25/tcp"
],
"restart_policy": "unless-stopped",
"title": "ProtonMail Bridge: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
"container": "/root"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/prowlarr.png",
"name": "prowlarr",
"platform": "linux",
"ports": [
"9696:9696/tcp"
],
"restart_policy": "unless-stopped",
"title": "Prowlarr: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Prowlarr",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/pwndrop/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pwndrop: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/pydio-cells/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"33060:33060/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pydio-cells: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/pydio-cells/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"categories": [
"Cloud",
"Other"
],
"description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/pydio:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/pydio-icon.png",
"name": "pydio",
"platform": "linux",
"ports": [
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pydio: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Pydio",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Pydio",
"container": "/data"
}
]
},
{
"categories": [
"Cloud",
"Other"
],
"description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/pydio:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/pydio-icon.png",
"name": "pydio",
"platform": "linux",
"ports": [
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pydio: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Pydio",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Pydio",
"container": "/data"
}
]
},
{
"categories": [
"Cloud",
"Other"
],
"description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/pydio:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png",
"name": "pydio",
"platform": "linux",
"ports": [
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pydio: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Pydio",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Pydio",
"container": "/data"
}
]
},
{
"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:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pyload-icon.png",
"name": "Pyload",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/pyload/config\u003cbr\u003emkdir -p /volume1/docker/pyload/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"8000:8000/tcp",
"7227:7227/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pyload: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/pyload/config",
"container": "/config"
},
{
"bind": "/volume1/docker/pyload/downloads",
"container": "/downloads"
}
]
},
{
"description": "[Pylon](https://github.com/pylonide/pylon) is a web based integrated development environment built with Node.js as a backend and with a supercharged JavaScript/HTML5 frontend, licensed under GPL version 3. This project originates from Cloud9 v2 project.",
"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-pylon.git",
"description": "Specify a git repo to checkout on first startup",
"label": "GITURL",
"name": "GITURL"
},
{
"default": "myuser",
"description": "Specify a basic auth user.",
"label": "PYUSER",
"name": "PYUSER"
},
{
"default": "mypass",
"description": "Specify a basic auth password.",
"label": "PYPASS",
"name": "PYPASS"
}
],
"image": "linuxserver/pylon:latest",
"logo": "https://raw.githubusercontent.com/pylonide/pylon/master/doc/screenshot02.png",
"name": "Pylon",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/pylon/config\u003cbr\u003emkdir -p /volume1/docker/pylon/code\u003c/p\u003e",
"platform": "linux",
"ports": [
"3131:3131/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pylon: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/pylon/config",
"container": "/config"
},
{
"bind": "/volume1/docker/pylon/code",
"container": "/code"
}
]
},
{
"category": [
"Downloaders"
],
"description": "The qBittorrent project aims to provide an open-source software alternative to �Torrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"env": [
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/qbittorrent:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/qbittorrent-icon.png",
"name": "qbittorrent",
"platform": "linux",
"ports": [
"6881:6881/tcp",
"6881:6881/udp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "qBittorrent: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/qBittorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/qbittorrent:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/qbittorrent-icon.png",
"name": "qbittorrent",
"platform": "linux",
"ports": [
"6881:6881/tcp",
"6881:6881/udp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "qBittorrent: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/qBittorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/qbittorrent:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png",
"name": "qbittorrent",
"platform": "linux",
"ports": [
"6881:6881/tcp",
"6881:6881/udp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "qBittorrent: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/qBittorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"description": "The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
"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": "8080",
"description": "for changing the port of the webui, see below for explanation",
"label": "WEBUI_PORT",
"name": "WEBUI_PORT"
}
],
"image": "linuxserver/qbittorrent:latest",
"logo": "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/qbittorrent-icon.png",
"name": "Qbittorrent",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/qbittorrent/config\u003cbr\u003emkdir -p /volume1/docker/qbittorrent/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"6881:6881/tcp",
"6881:6881/udp",
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Qbittorrent: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/qbittorrent/config",
"container": "/config"
},
{
"bind": "/volume1/docker/qbittorrent/downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Messenger"
],
"description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/quassel-core:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/quassel-core-icon.png",
"name": "quassel-core",
"platform": "linux",
"ports": [
"4242:4242/tcp"
],
"restart_policy": "unless-stopped",
"title": "Quassel IRC: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Quassel-core",
"container": "/config"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/quassel-core-icon.png",
"name": "quassel-core",
"platform": "linux",
"ports": [
"4242:4242/tcp"
],
"restart_policy": "unless-stopped",
"title": "Quassel IRC: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Quassel-core",
"container": "/config"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Quassel-core",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"description": "[Quassel-core](http://quassel-irc.org/) is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core. This container handles the IRC connection (quasselcore) and requires a desktop client (quasselclient) to be used and configured. It is designed to be always on and will keep your identity present in IRC even when your clients cannot be online. Backlog (history) is downloaded by your client upon reconnection allowing infinite scrollback through time.",
"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-from-environment",
"description": "Custom CLI options for Quassel",
"label": "RUN_OPTS",
"name": "RUN_OPTS"
}
],
"image": "linuxserver/quassel-core:latest",
"logo": "http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/256/Apps-quassel-icon.png",
"name": "Quassel-core",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/quassel-core/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"4242:4242/tcp",
"113:10113/tcp"
],
"restart_policy": "unless-stopped",
"title": "Quassel-core: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/quassel-core/config",
"container": "/config"
}
]
},
{
"description": "[Quassel-web](https://github.com/magne4000/quassel-webserver) is a web client for Quassel. Note that a Quassel-Core instance is required, we have a container available [here.](https://hub.docker.com/r/linuxserver/quassel-core/)",
"env": [
{
"default": "1024",
"description": "for GroupID",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"description": "for UserID",
"label": "PGID",
"name": "PGID"
},
{
"default": "192.168.1.10",
"description": "specify the URL or IP address of your Quassel Core instance",
"label": "QUASSEL_CORE",
"name": "QUASSEL_CORE"
},
{
"default": "4242",
"description": "specify the port of your Quassel Core instance",
"label": "QUASSEL_PORT",
"name": "QUASSEL_PORT"
},
{
"default": "/quassel",
"description": "Specify a url-base in reverse proxy setups ie. `/quassel`",
"label": "URL_BASE",
"name": "URL_BASE"
}
],
"image": "linuxserver/quassel-web:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png",
"name": "Quassel-web",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/quassel-web/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"64080:64080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Quassel-web: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/quassel-web/config",
"container": "/config"
}
]
},
{
"categories": [
"messaging"
],
"description": "Highly reliable enterprise messaging system",
"image": "rabbitmq:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
"platform": "linux",
"ports": [
"5671/tcp",
"5672/tcp"
],
"title": "RabbitMQ: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/rabbitmq"
}
]
},
{
"categories": [
"messaging"
],
"description": "Highly reliable enterprise messaging system",
"image": "rabbitmq:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
"platform": "linux",
"ports": [
"5671/tcp",
"5672/tcp"
],
"title": "RabbitMQ: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/lib/rabbitmq"
}
]
},
{
"category": [
"Downloaders",
"Video"
],
"description": "Radarr - A fork of Sonarr to work with movies � 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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/movies"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/radarr:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/radarr.png",
"name": "radarr",
"platform": "linux",
"ports": [
"7878:7878/tcp"
],
"restart_policy": "unless-stopped",
"title": "Radarr: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Radarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/radarr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/radarr.png",
"name": "radarr",
"platform": "linux",
"ports": [
"7878:7878/tcp"
],
"restart_policy": "unless-stopped",
"title": "Radarr: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Radarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/radarr:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png",
"name": "radarr",
"platform": "linux",
"ports": [
"7878:7878/tcp"
],
"restart_policy": "unless-stopped",
"title": "Radarr: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Radarr",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Movies",
"container": "/movies"
}
]
},
{
"description": "[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.",
"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/radarr:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png",
"name": "Radarr",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/radarr/config\u003cbr\u003emkdir -p /volume1/docker/radarr/movies\u003cbr\u003emkdir -p /volume1/docker/radarr/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"7878:7878/tcp"
],
"restart_policy": "unless-stopped",
"title": "Radarr: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/radarr/config",
"container": "/config"
},
{
"bind": "/volume1/docker/radarr/movies",
"container": "/movies"
},
{
"bind": "/volume1/docker/radarr/downloads",
"container": "/downloads"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/raneto/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Raneto: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003e\u003cbr\u003emkdir -p /volume1/docker/rdesktop/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3389:3389/tcp"
],
"privileged": true,
"restart_policy": "unless-stopped",
"title": "Rdesktop: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
},
{
"bind": "/volume1/docker/rdesktop/config",
"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/mikestraney/portainer-templates/master/Images/reactiveresume.png",
"name": "reactive-resume",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Reactive-Resume: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ReactiveResume",
"container": "/usr/src/app"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/reactiveresume.png",
"name": "reactive-resume",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Reactive-Resume: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ReactiveResume",
"container": "/usr/src/app"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ReactiveResume",
"container": "/usr/src/app"
}
]
},
{
"categories": [
"database"
],
"description": "Open-source in-memory data structure store",
"image": "redis:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"platform": "linux",
"ports": [
"6379/tcp"
],
"title": "Redis: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/data"
}
]
},
{
"categories": [
"database"
],
"description": "Open-source in-memory data structure store",
"image": "redis:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"platform": "linux",
"ports": [
"6379/tcp"
],
"title": "Redis: from portainer",
"type": 1,
"volumes": [
{
"container": "/data"
}
]
},
{
"categories": [
"project-management"
],
"description": "Open-source project management tool",
"image": "redmine:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
"platform": "linux",
"ports": [
"3000/tcp"
],
"title": "Redmine: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/usr/src/redmine/files"
}
]
},
{
"categories": [
"project-management"
],
"description": "Open-source project management tool",
"image": "redmine:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
"platform": "linux",
"ports": [
"3000/tcp"
],
"title": "Redmine: from portainer",
"type": 1,
"volumes": [
{
"container": "/usr/src/redmine/files"
}
]
},
{
"categories": [
"docker"
],
"description": "Docker image registry",
"image": "registry:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"platform": "linux",
"ports": [
"5000/tcp"
],
"title": "Registry: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/registry"
}
]
},
{
"categories": [
"docker"
],
"description": "Docker image registry",
"image": "registry:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"platform": "linux",
"ports": [
"5000/tcp"
],
"title": "Registry: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/lib/registry"
}
]
},
{
"description": "[Remmina](https://remmina.org/) is a remote desktop client written in GTK, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large or tiny screens. Remmina supports multiple network protocols, in an integrated and consistent user interface. Currently RDP, VNC, SPICE, NX, XDMCP, SSH and EXEC are supported.",
"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/remmina:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png",
"name": "Remmina",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/remmina/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Remmina: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/requestrr/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"4545:4545/tcp"
],
"restart_policy": "unless-stopped",
"title": "Requestrr: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/requestrr/config",
"container": "/config"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/resilio-sync:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/resilio.png",
"name": "resilio-sync",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Resilio Sync: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Resilio-Sync",
"container": "/config"
},
{
"container": "/sync"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/resilio-sync:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/resilio.png",
"name": "resilio-sync",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Resilio Sync: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Resilio-Sync",
"container": "/config"
},
{
"container": "/sync"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/resilio-sync:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png",
"name": "resilio-sync",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Resilio Sync: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Resilio-Sync",
"container": "/config"
},
{
"container": "/sync"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/sync"
},
{
"container": "/downloads"
}
]
},
{
"description": "[Resilio-sync](https://www.resilio.com/individuals/) (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.",
"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/resilio-sync:latest",
"logo": "https://www.resilio.com/img/individual/freeproduct.jpg",
"name": "Resilio-sync",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/resilio-sync/config\u003cbr\u003emkdir -p /volume1/docker/resilio-sync/downloads\u003cbr\u003emkdir -p /volume1/docker/resilio-sync/sync\u003c/p\u003e",
"platform": "linux",
"ports": [
"8888:8888/tcp",
"55555:55555/tcp"
],
"restart_policy": "unless-stopped",
"title": "Resilio-sync: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/resilio-sync/config",
"container": "/config"
},
{
"bind": "/volume1/docker/resilio-sync/downloads",
"container": "/downloads"
},
{
"bind": "/volume1/docker/resilio-sync/sync",
"container": "/sync"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/rsnapshot/config\u003cbr\u003emkdir -p /volume1/docker/rsnapshot/.snapshots\u003cbr\u003emkdir -p /volume1/docker/rsnapshot/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Rsnapshot: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/rsnapshot/config",
"container": "/config"
},
{
"bind": "/volume1/docker/rsnapshot/.snapshots",
"container": "/.snapshots"
},
{
"bind": "/volume1/docker/rsnapshot/data",
"container": "/data"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Popular torrent client with a webui for ease of use.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/rutorrent:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
"name": "rutorrent",
"platform": "linux",
"ports": [
"80/tcp",
"51413:51413/tcp",
"6881:6881/udp"
],
"restart_policy": "unless-stopped",
"title": "ruTorrent: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ruTorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Popular torrent client with a webui for ease of use.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/rutorrent:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
"name": "rutorrent",
"platform": "linux",
"ports": [
"80/tcp",
"51413:51413/tcp",
"6881:6881/udp"
],
"restart_policy": "unless-stopped",
"title": "ruTorrent: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ruTorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Popular torrent client with a webui for ease of use.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/rutorrent:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
"name": "rutorrent",
"platform": "linux",
"ports": [
"80/tcp",
"51413:51413/tcp",
"6881:6881/udp"
],
"restart_policy": "unless-stopped",
"title": "ruTorrent: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ruTorrent",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/incomplete-downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sabnzbd:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/sabnzbd-icon.png",
"name": "sabnzbd",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"9090:9090/tcp"
],
"restart_policy": "unless-stopped",
"title": "SABnzbd: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sabnzbd",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Downloads/incomplete",
"container": "/incomplete-downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sabnzbd:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sabnzbd-icon.png",
"name": "sabnzbd",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"9090:9090/tcp"
],
"restart_policy": "unless-stopped",
"title": "SABnzbd: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sabnzbd",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Downloads/incomplete",
"container": "/incomplete-downloads"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sabnzbd:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png",
"name": "sabnzbd",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"9090:9090/tcp"
],
"restart_policy": "unless-stopped",
"title": "SABnzbd: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sabnzbd",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Downloads/incomplete",
"container": "/incomplete-downloads"
}
]
},
{
"description": "[Sabnzbd](http://sabnzbd.org/) makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"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/sabnzbd:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sabnzbd-banner.png",
"name": "Sabnzbd",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/sabnzbd/config\u003cbr\u003emkdir -p /volume1/docker/sabnzbd/downloads\u003cbr\u003emkdir -p /volume1/docker/sabnzbd/incomplete-downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp",
"9090:9090/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sabnzbd: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/sabnzbd/config",
"container": "/config"
},
{
"bind": "/volume1/docker/sabnzbd/downloads",
"container": "/downloads"
},
{
"bind": "/volume1/docker/sabnzbd/incomplete-downloads",
"container": "/incomplete-downloads"
}
]
},
{
"categories": [
"storage"
],
"description": "Standalone AWS S3 protocol server",
"env": [
{
"label": "Scality S3 access key",
"name": "SCALITY_ACCESS_KEY"
},
{
"label": "Scality S3 secret key",
"name": "SCALITY_SECRET_KEY"
}
],
"image": "scality/s3server",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
"platform": "linux",
"ports": [
"8000/tcp"
],
"title": "Scality S3: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/usr/src/app/localData"
},
{
"container": "/usr/src/app/localMetadata"
}
]
},
{
"categories": [
"storage"
],
"description": "Standalone AWS S3 protocol server",
"env": [
{
"label": "Scality S3 access key",
"name": "SCALITY_ACCESS_KEY"
},
{
"label": "Scality S3 secret key",
"name": "SCALITY_SECRET_KEY"
}
],
"image": "scality/s3server",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
"platform": "linux",
"ports": [
"8000/tcp"
],
"title": "Scality S3: from portainer",
"type": 1,
"volumes": [
{
"container": "/usr/src/app/localData"
},
{
"container": "/usr/src/app/localMetadata"
}
]
},
{
"description": "[Scrutiny](https://github.com/AnalogJ/scrutiny) WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard \u0026 Monitoring solution, merging manufacturer provided S.M.A.R.T metrics with real-world failure rates from Backblaze.",
"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": "http://localhost:8080",
"description": "# optional - API endpoint of the scrutiny UI. Do not change unless using as a remote collector",
"label": "SCRUTINY_API_ENDPOINT",
"name": "SCRUTINY_API_ENDPOINT"
},
{
"default": "true",
"description": "# optional - Run the web service.",
"label": "SCRUTINY_WEB",
"name": "SCRUTINY_WEB"
},
{
"default": "true",
"description": "# optional - Run the metrics collector.",
"label": "SCRUTINY_COLLECTOR",
"name": "SCRUTINY_COLLECTOR"
}
],
"image": "linuxserver/scrutiny:latest",
"logo": "https://raw.githubusercontent.com/AnalogJ/scrutiny/master/docs/dashboard.png",
"name": "Scrutiny",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/scrutiny/config\u003cbr\u003e\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Scrutiny: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/scrutiny/config",
"container": "/config"
},
{
"bind": "/run/udev:ro",
"container": "/run/udev:ro"
}
]
},
{
"categories": [
"Log Management",
"Monitoring"
],
"description": "Collect logs, metrics and docker events",
"env": [
{
"label": "Logs token",
"name": "LOGSENE_TOKEN"
},
{
"label": "SPM monitoring token",
"name": "SPM_TOKEN"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/sematext-agent-docker/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Sematext Docker Agent: from mikestraney",
"type": 2
},
{
"categories": [
"Log Management",
"Monitoring"
],
"description": "Collect logs, metrics and docker events",
"env": [
{
"label": "Logs token",
"name": "LOGSENE_TOKEN"
},
{
"label": "SPM monitoring token",
"name": "SPM_TOKEN"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/sematext-agent-docker/docker-stack.yml",
"url": "https://github.com/mikestraney/portainer-templates"
},
"title": "Sematext Docker Agent: from mikestraney",
"type": 2
},
{
"categories": [
"Log Management",
"Monitoring"
],
"description": "Collect logs, metrics and docker events",
"env": [
{
"label": "Logs token",
"name": "LOGSENE_TOKEN"
},
{
"label": "SPM monitoring token",
"name": "SPM_TOKEN"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/sematext-agent-docker/docker-stack.yml",
"url": "https://github.com/portainer/templates"
},
"title": "Sematext Docker Agent: from portainer",
"type": 2
},
{
"categories": [
"Log Management",
"Monitoring"
],
"description": "Collect logs, metrics and docker events",
"env": [
{
"label": "Logs token",
"name": "LOGSENE_TOKEN"
},
{
"label": "SPM monitoring token",
"name": "SPM_TOKEN"
}
],
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"platform": "linux",
"repository": {
"stackfile": "stacks/sematext-agent-docker/docker-stack.yml",
"url": "https://github.com/portainer/templates"
},
"title": "Sematext Docker Agent: from portainer",
"type": 2
},
{
"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: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Shiori",
"container": "/srv/shiori"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/shiori-icon.png",
"name": "shiori",
"platform": "linux",
"ports": [
"8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Shiori: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Shiori",
"container": "/srv/shiori"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Shiori",
"container": "/srv/shiori"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/tv"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickchill:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/sickchill-icon.png",
"name": "sickchill",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickChill: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickChill",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/TV",
"container": "/tv"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickchill:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sickchill-icon.png",
"name": "sickchill",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickChill: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickChill",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/TV",
"container": "/tv"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickchill:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png",
"name": "sickchill",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickChill: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickChill",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/TV",
"container": "/tv"
}
]
},
{
"description": "[Sickchill](https://github.com/SickChill/SickChill) is an Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"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/sickchill:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sickchill-banner.png",
"name": "Sickchill",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/sickchill/config\u003cbr\u003emkdir -p /volume1/docker/sickchill/downloads\u003cbr\u003emkdir -p /volume1/docker/sickchill/tv\u003c/p\u003e",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sickchill: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/sickchill/config",
"container": "/config"
},
{
"bind": "/volume1/docker/sickchill/downloads",
"container": "/downloads"
},
{
"bind": "/volume1/docker/sickchill/tv",
"container": "/tv"
}
]
},
{
"categories": [
"Downloaders",
"Video"
],
"description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickgear:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/sickgear-icon.png",
"name": "sickgear",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickGear: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickGear",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/sickgear-icon.png",
"name": "sickgear",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "SickGear: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickGear",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/SickGear",
"container": "/config"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"description": "[SickGear](https://github.com/sickgear/sickgear) provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.. For more information on SickGear visit their website and check it out: https://github.com/SickGear/SickGear",
"env": [
{
"default": "1024",
"description": "for GroupID",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"description": "for UserID",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sickgear:latest",
"logo": "https://raw.githubusercontent.com/wiki/SickGear/SickGear.Wiki/images/SickGearLogo.png",
"name": "Sickgear",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/sickgear/config\u003cbr\u003emkdir -p /volume1/docker/sickgear/tv\u003cbr\u003emkdir -p /volume1/docker/sickgear/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"8081:8081/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sickgear: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/sickgear/config",
"container": "/config"
},
{
"bind": "/volume1/docker/sickgear/tv",
"container": "/tv"
},
{
"bind": "/volume1/docker/sickgear/downloads",
"container": "/downloads"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"categories": [
"Management"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/smokeping:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/smokeping-icon.png",
"name": "smokeping",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "SmokePing: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Smokeping",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Smokeping",
"container": "/data"
}
]
},
{
"categories": [
"Management"
],
"description": "SmokePing is a latency logging and graphing and alerting system. It consists of a daemon process which organizes the latency measurements and a CGI which presents the graphs.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/smokeping:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/smokeping-icon.png",
"name": "smokeping",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "SmokePing: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Smokeping",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Smokeping",
"container": "/data"
}
]
},
{
"categories": [
"Management"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/smokeping:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png",
"name": "smokeping",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "SmokePing: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Smokeping",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Smokeping",
"container": "/data"
}
]
},
{
"description": "[Smokeping](https://oss.oetiker.ch/smokeping/) keeps track of your network latency. For a full example of what this application is capable of visit [UCDavis](http://smokeping.ucdavis.edu/cgi-bin/smokeping.fcgi).",
"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/smokeping:latest",
"logo": "https://camo.githubusercontent.com/e0694ef783e3fd1d74e6776b28822ced01c7cc17/687474703a2f2f6f73732e6f6574696b65722e63682f736d6f6b6570696e672f696e632f736d6f6b6570696e672d6c6f676f2e706e67",
"name": "Smokeping",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/smokeping/config\u003cbr\u003emkdir -p /volume1/docker/smokeping/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Smokeping: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/smokeping/config",
"container": "/config"
},
{
"bind": "/volume1/docker/smokeping/data",
"container": "/data"
}
]
},
{
"description": "[Snapdrop](https://github.com/RobinLinus/snapdrop) A local file sharing in your browser. Inspired by Apple's Airdrop.",
"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/snapdrop:latest",
"logo": "https://raw.githubusercontent.com/RobinLinus/snapdrop/master/client/images/logo_transparent_512x512.png",
"name": "Snapdrop",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/snapdrop/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Snapdrop: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/snapdrop/config",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted snippet manager.",
"image": "snowmean/snibox-sqlite:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/snibox.png",
"name": "Snibox",
"note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
"platform": "linux",
"ports": [
"3010:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Snibox: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snibox",
"container": "/app/db/database"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted snippet manager.",
"image": "snowmean/snibox-sqlite:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/snibox.png",
"name": "Snibox",
"note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
"platform": "linux",
"ports": [
"3010:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Snibox: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snibox",
"container": "/app/db/database"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snibox",
"container": "/app/db/database"
}
]
},
{
"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": "\u003chostname or ip\u003e",
"description": "Hostname or IP and port if applicable IE \u003cip or hostname\u003e:8080",
"label": "NGINX_APP_URL",
"name": "NGINX_APP_URL"
},
{
"default": "\u003cmysql host\u003e",
"description": "Mysql hostname or IP to use",
"label": "MYSQL_PORT_3306_TCP_ADDR",
"name": "MYSQL_PORT_3306_TCP_ADDR"
},
{
"default": "\u003cmysql port\u003e",
"description": "Mysql port to use",
"label": "MYSQL_PORT_3306_TCP_PORT",
"name": "MYSQL_PORT_3306_TCP_PORT"
},
{
"default": "\u003cmysql database\u003e",
"description": "Mysql database to use",
"label": "MYSQL_DATABASE",
"name": "MYSQL_DATABASE"
},
{
"default": "\u003cmysql pass\u003e",
"description": "Mysql user to use",
"label": "MYSQL_USER",
"name": "MYSQL_USER"
},
{
"default": "changeme",
"description": "Mysql password to use",
"label": "MYSQL_PASSWORD",
"name": "MYSQL_PASSWORD"
}
],
"image": "linuxserver/snipe-it:latest",
"logo": "https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/snipe-it-logo500x500.png",
"name": "Snipe-it",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/snipe-it/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8080:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Snipe-it: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/snipe-it/config",
"container": "/config"
}
]
},
{
"categories": [
"search-engine"
],
"description": "Open-source enterprise search platform",
"image": "solr:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
"platform": "linux",
"ports": [
"8983/tcp"
],
"title": "Solr: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/opt/solr/mydata"
}
]
},
{
"categories": [
"search-engine"
],
"description": "Open-source enterprise search platform",
"image": "solr:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
"platform": "linux",
"ports": [
"8983/tcp"
],
"title": "Solr: from portainer",
"type": 1,
"volumes": [
{
"container": "/opt/solr/mydata"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/dev/rtc"
},
{
"container": "/tv"
},
{
"container": "/downloads"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sonarr:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/sonarr-icon.png",
"name": "sonarr",
"platform": "linux",
"ports": [
"8989:8989/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sonarr: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sonarr",
"container": "/config"
},
{
"bind": "/dev/rtc",
"container": "/dev/rtc"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "hotio/sonarr:release",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sonarr-icon.png",
"name": "sonarr",
"platform": "linux",
"ports": [
"8989:8989/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sonarr: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sonarr",
"container": "/config"
},
{
"bind": "/dev/rtc",
"container": "/dev/rtc"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/sonarr:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png",
"name": "sonarr",
"platform": "linux",
"ports": [
"8989:8989/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sonarr: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Sonarr",
"container": "/config"
},
{
"bind": "/dev/rtc",
"container": "/dev/rtc"
},
{
"bind": "/portainer/TV",
"container": "/tv"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"Media"
],
"description": "[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"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/sonarr:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-banner.png",
"name": "Sonarr",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/sonarr/config\u003cbr\u003emkdir -p /volume1/docker/sonarr/tv\u003cbr\u003emkdir -p /volume1/docker/sonarr/downloads\u003c/p\u003e",
"platform": "linux",
"ports": [
"8989:8989/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sonarr: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/sonarr/config",
"container": "/config"
},
{
"bind": "/volume1/docker/sonarr/tv",
"container": "/tv"
},
{
"bind": "/volume1/docker/sonarr/downloads",
"container": "/downloads"
}
]
},
{
"categories": [
"database"
],
"description": "Microsoft SQL Server Express for Windows containers",
"env": [
{
"name": "ACCEPT_EULA",
"set": "Y"
},
{
"label": "SA password",
"name": "sa_password"
}
],
"image": "microsoft/mssql-server-windows-express:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"platform": "windows",
"ports": [
"1433/tcp"
],
"title": "SQL Server Express: from mikestraney",
"type": 1,
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"categories": [
"database"
],
"description": "Microsoft SQL Server Express for Windows containers",
"env": [
{
"name": "ACCEPT_EULA",
"set": "Y"
},
{
"label": "SA password",
"name": "sa_password"
}
],
"image": "microsoft/mssql-server-windows-express:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"platform": "windows",
"ports": [
"1433/tcp"
],
"title": "SQL Server Express: from portainer",
"type": 1,
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"categories": [
"database"
],
"description": "Microsoft SQL Server Developer for Windows containers",
"env": [
{
"name": "ACCEPT_EULA",
"set": "Y"
},
{
"label": "SA password",
"name": "sa_password"
}
],
"image": "microsoft/mssql-server-windows-developer:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"platform": "windows",
"ports": [
"1433/tcp"
],
"title": "SQL Server: from mikestraney",
"type": 1,
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"categories": [
"database"
],
"description": "Microsoft SQL Server Developer for Windows containers",
"env": [
{
"name": "ACCEPT_EULA",
"set": "Y"
},
{
"label": "SA password",
"name": "sa_password"
}
],
"image": "microsoft/mssql-server-windows-developer:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"platform": "windows",
"ports": [
"1433/tcp"
],
"title": "SQL Server: from mikestraney",
"type": 1,
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"categories": [
"database"
],
"description": "Microsoft SQL Server Developer for Windows containers",
"env": [
{
"name": "ACCEPT_EULA",
"set": "Y"
},
{
"label": "SA password",
"name": "sa_password"
}
],
"image": "microsoft/mssql-server-windows-developer:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"platform": "windows",
"ports": [
"1433/tcp"
],
"title": "SQL Server: from portainer",
"type": 1,
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"categories": [
"database"
],
"description": "Microsoft SQL Server Developer for Windows containers",
"env": [
{
"name": "ACCEPT_EULA",
"set": "Y"
},
{
"label": "SA password",
"name": "sa_password"
}
],
"image": "microsoft/mssql-server-windows-developer:latest",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"platform": "windows",
"ports": [
"1433/tcp"
],
"title": "SQL Server: from portainer",
"type": 1,
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/sqlitebrowser/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Sqlitebrowser: from technorabilia",
"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™) 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": "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": "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": "",
"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`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `domeneshop`, `gandi`, `gehirn`, `google`, `hetzner`, `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"
},
{
"default": "",
"description": "Add your MaxmindDB license key to automatically download the GeoLite2-City.mmdb database. Download location is /config/geoip2db. The database is updated weekly.",
"label": "MAXMINDDB_LICENSE_KEY",
"name": "MAXMINDDB_LICENSE_KEY"
}
],
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/swag/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"443:443/tcp",
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Swag: from technorabilia",
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e",
"platform": "linux",
"ports": [
"8088:8088/tcp"
],
"restart_policy": "unless-stopped",
"title": "Synclounge: from technorabilia",
"type": 1
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/sync"
}
]
},
{
"categories": [
"Backup",
"Cloud",
"Other",
"Tools"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/syncthing:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/syncthing-icon.png",
"name": "syncthing",
"platform": "linux",
"ports": [
"8384:8384/tcp",
"21027:21027/udp",
"22000:22000/tcp"
],
"restart_policy": "unless-stopped",
"title": "SyncThing: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Syncthing",
"container": "/config"
},
{
"container": "/sync"
}
]
},
{
"categories": [
"Backup",
"Cloud",
"Other",
"Tools"
],
"description": "Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/syncthing:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/syncthing-icon.png",
"name": "syncthing",
"platform": "linux",
"ports": [
"8384:8384/tcp",
"21027:21027/udp",
"22000:22000/tcp"
],
"restart_policy": "unless-stopped",
"title": "SyncThing: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Syncthing",
"container": "/config"
},
{
"container": "/sync"
}
]
},
{
"categories": [
"Backup",
"Cloud",
"Other",
"Tools"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/syncthing:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png",
"name": "syncthing",
"platform": "linux",
"ports": [
"8384:8384/tcp",
"21027:21027/udp",
"22000:22000/tcp"
],
"restart_policy": "unless-stopped",
"title": "SyncThing: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Syncthing",
"container": "/config"
},
{
"container": "/sync"
}
]
},
{
"description": "[Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.",
"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/syncthing:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-banner.png",
"name": "Syncthing",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/syncthing/config\u003cbr\u003emkdir -p /volume1/docker/syncthing/data1\u003cbr\u003emkdir -p /volume1/docker/syncthing/data2\u003c/p\u003e",
"platform": "linux",
"ports": [
"8384:8384/tcp",
"22000:22000/tcp",
"22000:22000/udp",
"21027:21027/udp"
],
"restart_policy": "unless-stopped",
"title": "Syncthing: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/syncthing/config",
"container": "/config"
},
{
"bind": "/volume1/docker/syncthing/data1",
"container": "/data1"
},
{
"bind": "/volume1/docker/syncthing/data2",
"container": "/data2"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/syslog-ng/config\u003cbr\u003e\u003c/p\u003e",
"platform": "linux",
"ports": [
"514:5514/udp",
"601:6601/tcp",
"6514:6514/tcp"
],
"restart_policy": "unless-stopped",
"title": "Syslog-ng: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/syslog-ng/config",
"container": "/config"
},
{
"bind": "/var/log",
"container": "/var/log"
}
]
},
{
"description": "[Taisun](https://www.taisun.io/) is an application for a Docker enabled device with an emphasis on providing a web based interface for managing a single server. Taisun allows you to: - Deploy and manage web based virtual desktops. - Deploy Taisun specific stacks of applications - Browse available images on popular Docker repositories - Import a Docker project from any git repository and start developing on your choice of web based IDE or full Linux desktop - Spinup a developer container based on popular frameworks and work from a web based IDE - Single click remote server access to Taisun and your Docker applications",
"image": "linuxserver/taisun:latest",
"logo": "https://raw.githubusercontent.com/Taisun-Docker/taisun/master/public/favicon/apple-icon-180x180.png",
"name": "Taisun",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003e\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Taisun: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/logs"
},
{
"container": "/config"
}
]
},
{
"categories": [
"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.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/tautulli:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/tautulli-icon.png",
"name": "tautulli",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tautulli: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Logs",
"container": "/logs"
},
{
"bind": "/portainer/Files/AppData/Config/Tautulli",
"container": "/config"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/tautulli:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tautulli-icon.png",
"name": "tautulli",
"note": "\u003cb\u003ePort 8181\u003c/b\u003e The webui for Tautulli's webui\u003cbr/\u003e\u003c/br\u003eConfiguration \u003cul\u003e\u003cli\u003e\u003cb\u003e/config\u003c/b\u003e - Storing Configuration and the Tautulli database\u003c/li\u003e\u003cli\u003e\u003cb\u003e/logs\u003c/b\u003e - Map to you plex logs (required for IP logging)\u003c/li\u003e\u003c/ul\u003e",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tautulli: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Logs",
"container": "/logs"
},
{
"bind": "/portainer/Files/AppData/Config/Tautulli",
"container": "/config"
}
]
},
{
"categories": [
"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.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/tautulli:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png",
"name": "tautulli",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tautulli: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Logs",
"container": "/logs"
},
{
"bind": "/portainer/Files/AppData/Config/Tautulli",
"container": "/config"
}
]
},
{
"description": "[Tautulli](http://tautulli.com) is a python based web application for monitoring, analytics and notifications for Plex Media 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/tautulli:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png",
"name": "Tautulli",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/tautulli/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"8181:8181/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tautulli: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/tautulli/config",
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Messenger"
],
"description": "A self-hosted web IRC client",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/thelounge:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
"name": "thelounge",
"platform": "linux",
"ports": [
"9000:9000/tcp"
],
"restart_policy": "unless-stopped",
"title": "TheLounge: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TheLounge",
"container": "/config"
}
]
},
{
"categories": [
"Messenger"
],
"description": "A self-hosted web IRC client.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/thelounge:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
"name": "thelounge",
"platform": "linux",
"ports": [
"9000:9000/tcp"
],
"restart_policy": "unless-stopped",
"title": "TheLounge: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TheLounge",
"container": "/config"
}
]
},
{
"categories": [
"Messenger"
],
"description": "A self-hosted web IRC client",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/thelounge:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
"name": "thelounge",
"platform": "linux",
"ports": [
"9000:9000/tcp"
],
"restart_policy": "unless-stopped",
"title": "TheLounge: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TheLounge",
"container": "/config"
}
]
},
{
"description": "[Thelounge](https://thelounge.github.io/) (a fork of shoutIRC) is a web IRC client that you host on your own 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/thelounge:latest",
"logo": "https://raw.githubusercontent.com/thelounge/thelounge/master/client/img/logo-vertical-transparent-bg.svg?sanitize=true",
"name": "Thelounge",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/thelounge/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"9000:9000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Thelounge: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/thelounge/config",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A unique, non-linear notebook wiki.",
"image": "mazzolino/tiddlywiki:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/tiddlywiki.png",
"name": "tiddlywiki",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "TiddlyWiki: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TiddlyWiki",
"container": "/var/lib/tiddlywiki"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A unique, non-linear notebook wiki.",
"image": "mazzolino/tiddlywiki:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tiddlywiki.png",
"name": "tiddlywiki",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "TiddlyWiki: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TiddlyWiki",
"container": "/var/lib/tiddlywiki"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TiddlyWiki",
"container": "/var/lib/tiddlywiki"
}
]
},
{
"categories": [
"Other"
],
"description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "lunik1/tt-rss:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/tt-rss-icon.png",
"name": "tt-rss",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tiny Tiny RSS: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/tt-rss",
"container": "/config"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/tt-rss-icon.png",
"name": "tt-rss",
"platform": "linux",
"ports": [
"80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tiny Tiny RSS: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/tt-rss",
"container": "/config"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/tt-rss",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"VPN",
"Tools"
],
"description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "MULLVAD",
"description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
"label": "OPENVPN_PROVIDER",
"name": "OPENVPN_PROVIDER"
},
{
"default": "",
"label": "OPENVPN_USERNAME",
"name": "OPENVPN_USERNAME"
},
{
"default": "",
"label": "OPENVPN_PASSWORD",
"name": "OPENVPN_PASSWORD"
},
{
"default": "192.168.0.0/24",
"label": "LOCAL_NETWORK",
"name": "LOCAL_NETWORK"
}
],
"image": "haugene/transmission-openvpn:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/transmission-icon.png",
"name": "transmission-openvpn",
"note": "List of supported providers available \u003ca href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/\u003ehere\u003c/a\u003e.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission-OpenVPN: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Downloads",
"container": "/data"
},
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
}
]
},
{
"categories": [
"Other",
"VPN",
"Tools"
],
"description": "This container contains OpenVPN and Transmission with a configuration where Transmission is running only when OpenVPN has an active tunnel. It bundles configuration files for many popular VPN providers to make the setup easier.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "MULLVAD",
"description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
"label": "OPENVPN_PROVIDER",
"name": "OPENVPN_PROVIDER"
},
{
"default": "",
"label": "OPENVPN_USERNAME",
"name": "OPENVPN_USERNAME"
},
{
"default": "",
"label": "OPENVPN_PASSWORD",
"name": "OPENVPN_PASSWORD"
},
{
"default": "192.168.0.0/24",
"label": "LOCAL_NETWORK",
"name": "LOCAL_NETWORK"
}
],
"image": "haugene/transmission-openvpn:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/transmission-icon.png",
"name": "transmission-openvpn",
"note": "List of supported providers available \u003ca href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/\u003ehere\u003c/a\u003e.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission-OpenVPN: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Downloads",
"container": "/data"
},
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
}
]
},
{
"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 \u003ca href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/\u003ehere\u003c/a\u003e.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission-OpenVPN: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Downloads",
"container": "/data"
},
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
}
]
},
{
"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, �TP, 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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/downloads"
},
{
"container": "/watch"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/transmission:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/transmission-icon.png",
"name": "transmission",
"platform": "linux",
"ports": [
"9091:9091/tcp",
"51413:51413/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Transmission",
"container": "/config"
},
{
"bind": "/portainer/Files/Downloads",
"container": "/downloads"
},
{
"container": "/watch"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/transmission:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/transmission-icon.png",
"name": "transmission",
"platform": "linux",
"ports": [
"9091:9091/tcp",
"51413:51413/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Transmission",
"container": "/config"
},
{
"bind": "/portainer/Files/Downloads",
"container": "/downloads"
},
{
"container": "/watch"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/transmission:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png",
"name": "transmission",
"platform": "linux",
"ports": [
"9091:9091/tcp",
"51413:51413/tcp"
],
"restart_policy": "unless-stopped",
"title": "Transmission: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Transmission",
"container": "/config"
},
{
"bind": "/portainer/Files/Downloads",
"container": "/downloads"
},
{
"container": "/watch"
}
]
},
{
"description": "[Transmission](https://www.transmissionbt.com/) is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
"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": "/combustion-release/",
"description": "Specify an alternative UI options are [`/combustion-release/`](https://github.com/Secretmapper/combustion), [`/transmission-web-control/`](https://github.com/ronggang/transmission-web-control), [`/kettu/`](https://github.com/endor/kettu) and [`/flood-for-transmission/`](https://github.com/johman10/flood-for-transmission).",
"label": "TRANSMISSION_WEB_HOME",
"name": "TRANSMISSION_WEB_HOME"
},
{
"default": "username",
"description": "Specify an optional username for the interface",
"label": "USER",
"name": "USER"
},
{
"default": "password",
"description": "Specify an optional password for the interface",
"label": "PASS",
"name": "PASS"
},
{
"default": "iplist",
"description": "Specify an optional list of comma separated ip whitelist. Fill rpc-whitelist setting.",
"label": "WHITELIST",
"name": "WHITELIST"
},
{
"default": "dnsnane list",
"description": "Specify an optional list of comma separated dns name whitelist. Fill rpc-host-whitelist setting.",
"label": "HOST_WHITELIST",
"name": "HOST_WHITELIST"
}
],
"image": "linuxserver/transmission:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/transmission.png",
"name": "Transmission",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/transmission/config\u003cbr\u003emkdir -p /volume1/docker/transmission/downloads\u003cbr\u003emkdir -p /volume1/docker/transmission/watch\u003c/p\u003e",
"platform": "linux",
"ports": [
"9091:9091/tcp",
"51413:51413/tcp",
"51413:51413/udp"
],
"restart_policy": "unless-stopped",
"title": "Transmission: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/transmission/config",
"container": "/config"
},
{
"bind": "/volume1/docker/transmission/downloads",
"container": "/downloads"
},
{
"bind": "/volume1/docker/transmission/watch",
"container": "/watch"
}
]
},
{
"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\u0026gt;IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT\u0026gt;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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/recordings"
}
]
},
{
"categories": [
"Video",
"Other"
],
"description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT\u0026gt;IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT\u0026gt;IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/tvheadend:latest",
"logo": "http://i.imgur.com/zGSUAT4.png",
"name": "tvheadend",
"platform": "linux",
"ports": [
"9981:9981/tcp",
"9982:9982/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tvheadend: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TVHeadend",
"container": "/config"
},
{
"container": "/recordings"
}
]
},
{
"categories": [
"Video",
"Other"
],
"description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT\u0026gt;IP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT\u0026gt;IP streaming. Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/tvheadend:latest",
"logo": "http://i.imgur.com/zGSUAT4.png",
"name": "tvheadend",
"platform": "linux",
"ports": [
"9981:9981/tcp",
"9982:9982/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tvheadend: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TVHeadend",
"container": "/config"
},
{
"container": "/recordings"
}
]
},
{
"categories": [
"Video",
"Other"
],
"description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT\u0026gt;IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT\u0026gt;IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/tvheadend:latest",
"logo": "http://i.imgur.com/zGSUAT4.png",
"name": "tvheadend",
"platform": "linux",
"ports": [
"9981:9981/tcp",
"9982:9982/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tvheadend: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TVHeadend",
"container": "/config"
},
{
"container": "/recordings"
}
]
},
{
"description": "[Tvheadend](https://www.tvheadend.org/) works as a proxy server: is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT\u003eIP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT\u003eIP streaming. Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
"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": "\u003crun options here\u003e",
"description": "Optionally specify additional arguments to be passed. See Additional runtime parameters.",
"label": "RUN_OPTS",
"name": "RUN_OPTS"
}
],
"image": "linuxserver/tvheadend:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tvheadend-big.png",
"name": "Tvheadend",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/tvheadend/config\u003cbr\u003emkdir -p /volume1/docker/tvheadend/recordings\u003c/p\u003e",
"platform": "linux",
"ports": [
"9981:9981/tcp",
"9982:9982/tcp"
],
"restart_policy": "unless-stopped",
"title": "Tvheadend: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/tvheadend/config",
"container": "/config"
},
{
"bind": "/volume1/docker/tvheadend/recordings",
"container": "/recordings"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Books"
],
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"env": [
{
"label": "MAXMEM",
"name": "MAXMEM",
"set": "512"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/ubooquity:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/ubooquity-icon.png",
"name": "ubooquity",
"platform": "linux",
"ports": [
"2202:2202/tcp",
"2203:2203/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ubooquity: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Books"
],
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"env": [
{
"label": "MAXMEM",
"name": "MAXMEM",
"set": "512"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/ubooquity:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ubooquity-icon.png",
"name": "ubooquity",
"platform": "linux",
"ports": [
"2202:2202/tcp",
"2203:2203/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ubooquity: from Qballjos",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/config"
}
]
},
{
"categories": [
"Cloud",
"Books"
],
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"env": [
{
"label": "MAXMEM",
"name": "MAXMEM",
"set": "512"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/ubooquity:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png",
"name": "ubooquity",
"platform": "linux",
"ports": [
"2202:2202/tcp",
"2203:2203/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ubooquity: from SelfhostedPro",
"type": 1,
"volumes": [
{
"container": "/books"
},
{
"container": "/comics"
},
{
"container": "/config"
}
]
},
{
"description": "[Ubooquity](https://vaemendis.net/ubooquity/) is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
"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": "\u003cmaxmem\u003e",
"description": "To set the maximum memory. ( ex: set '1024' for 1GB )",
"label": "MAXMEM",
"name": "MAXMEM"
}
],
"image": "linuxserver/ubooquity:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ubooquity-banner.png",
"name": "Ubooquity",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/ubooquity/config\u003cbr\u003emkdir -p /volume1/docker/ubooquity/books\u003cbr\u003emkdir -p /volume1/docker/ubooquity/comics\u003cbr\u003emkdir -p /volume1/docker/ubooquity/files\u003c/p\u003e",
"platform": "linux",
"ports": [
"2202:2202/tcp",
"2203:2203/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ubooquity: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/ubooquity/config",
"container": "/config"
},
{
"bind": "/volume1/docker/ubooquity/books",
"container": "/books"
},
{
"bind": "/volume1/docker/ubooquity/comics",
"container": "/comics"
},
{
"bind": "/volume1/docker/ubooquity/files",
"container": "/files"
}
]
},
{
"categories": [
"Management",
"Tools"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/unifi-controller:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/unifi-icon.png",
"name": "unifi-controller",
"platform": "linux",
"ports": [
"3478:3478/udp",
"10001:10001/udp",
"8080:8080/tcp",
"8081:8081/tcp",
"8443:8443/tcp",
"8843:8843/tcp",
"8880:8880/tcp",
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "UniFi Controller: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Unifi",
"container": "/config"
}
]
},
{
"categories": [
"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": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/unifi-controller:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/unifi-icon.png",
"name": "unifi-controller",
"platform": "linux",
"ports": [
"3478:3478/udp",
"10001:10001/udp",
"8080:8080/tcp",
"8081:8081/tcp",
"8443:8443/tcp",
"8843:8843/tcp",
"8880:8880/tcp",
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "UniFi Controller: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Unifi",
"container": "/config"
}
]
},
{
"categories": [
"Management",
"Tools"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/unifi-controller:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png",
"name": "unifi-controller",
"platform": "linux",
"ports": [
"3478:3478/udp",
"10001:10001/udp",
"8080:8080/tcp",
"8081:8081/tcp",
"8443:8443/tcp",
"8843:8843/tcp",
"8880:8880/tcp",
"6789:6789/tcp"
],
"restart_policy": "unless-stopped",
"title": "UniFi Controller: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Unifi",
"container": "/config"
}
]
},
{
"categories": [
"CCTV"
],
"description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti’s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature‑packed user interface with advanced features such as motion detection, auto‑discovery, user‑level 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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/",
"container": "/recordings"
},
{
"bind": "/portainer/Files/AppData/Config/UniFiVideo/",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Networking"
],
"description": "The [Unifi-controller](https://www.ubnt.com/enterprise/#unifi) Controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.",
"env": [
{
"default": "1024",
"description": "for GroupID",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"description": "for UserID",
"label": "PGID",
"name": "PGID"
},
{
"default": "1024M",
"description": "Optionally change the Java memory limit (-Xmx) (default is 1024M).",
"label": "MEM_LIMIT",
"name": "MEM_LIMIT"
},
{
"default": "1024M",
"description": "Optionally change the Java initial memory (-Xms) (default is 1024M).",
"label": "MEM_STARTUP",
"name": "MEM_STARTUP"
}
],
"image": "linuxserver/unifi-controller:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-banner.png",
"name": "Unifi-controller",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/unifi-controller/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3478:3478/udp",
"10001:10001/udp",
"8080:8080/tcp",
"8443:8443/tcp",
"1900:1900/udp",
"8843:8843/tcp",
"8880:8880/tcp",
"6789:6789/tcp",
"5514:5514/udp"
],
"restart_policy": "unless-stopped",
"title": "Unifi-controller: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/unifi-controller/config",
"container": "/config"
}
]
},
{
"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: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/urbackup"
}
]
},
{
"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: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/urbackup"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/bitwarden.png",
"name": "vaultwarden",
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
"platform": "linux",
"ports": [
":80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Vaultwarden: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Vaultwarden",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools",
"Maintenance"
],
"description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
"image": "containrrr/watchtower:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/watchtower.png",
"name": "watchtower",
"note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Watchtower: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"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/Qballjos/portainer_templates/master/Images/watchtower.png",
"name": "watchtower",
"note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Watchtower: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/webgrabplus:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/webgrabplus.png",
"name": "webgrabplus",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "WebGrab+Plus: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/WebGrabPlus",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/WebGrabPlus",
"container": "/data"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/webgrabplus:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/webgrabplus.png",
"name": "webgrabplus",
"note": "Configuration \u003cul\u003e\u003cli\u003e\u003cb\u003e/config\u003c/b\u003e - This is where WebGrab+Plus will store it's configuration\u003c/li\u003e\u003cli\u003e\u003cb\u003e/data\u003c/b\u003e - This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.\u003c/li\u003e\u003c/ul\u003e",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "WebGrab+Plus: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/WebGrabPlus",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/WebGrabPlus",
"container": "/data"
}
]
},
{
"categories": [
"Downloaders"
],
"description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/webgrabplus:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png",
"name": "webgrabplus",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "WebGrab+Plus: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/WebGrabPlus",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/WebGrabPlus",
"container": "/data"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
},
{
"container": "/data"
}
]
},
{
"description": "[Webgrabplus](http://www.webgrabplus.com) is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.",
"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/webgrabplus:latest",
"logo": "http://www.webgrabplus.com/sites/default/themes/WgTheme/images/slideshows/EPG_fading.jpg",
"name": "Webgrabplus",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/webgrabplus/config\u003cbr\u003emkdir -p /volume1/docker/webgrabplus/data\u003c/p\u003e",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Webgrabplus: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/webgrabplus/config",
"container": "/config"
},
{
"bind": "/volume1/docker/webgrabplus/data",
"container": "/data"
}
]
},
{
"categories": [
"Utilities"
],
"description": "[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine and Ubuntu 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"
}
],
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/webtop/config\u003cbr\u003e\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"privileged": true,
"restart_policy": "unless-stopped",
"title": "Webtop: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/webtop/config",
"container": "/config"
},
{
"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/mikestraney/portainer-templates/master/Images/whoogle.png",
"name": "whoogle",
"platform": "linux",
"ports": [
"5001:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Whoogle: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Whoogle",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
"image": "benbusby/whoogle-search:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/whoogle.png",
"name": "whoogle",
"platform": "linux",
"ports": [
"5001:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Whoogle: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Whoogle",
"container": "/config"
}
]
},
{
"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: from SelfhostedPro",
"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/mikestraney/portainer-templates/master/Images/wikijs.png",
"name": "Wikijs",
"platform": "linux",
"ports": [
"3100:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Wikijs: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Wikijs",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config/Wikijs/data",
"container": "/data"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.",
"image": "linuxserver/wikijs:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/wikijs.png",
"name": "Wikijs",
"platform": "linux",
"ports": [
"3100:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Wikijs: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Wikijs",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config/Wikijs/data",
"container": "/data"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Wikijs",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config/Wikijs/data",
"container": "/data"
}
]
},
{
"description": "[Wikijs](https://github.com/Requarks/wiki) A modern, lightweight and powerful wiki app built on NodeJS.",
"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/wikijs:latest",
"logo": "https://static.requarks.io/logo/wikijs-full.svg",
"name": "Wikijs",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/wikijs/config\u003cbr\u003emkdir -p /volume1/docker/wikijs/data\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Wikijs: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/wikijs/config",
"container": "/config"
},
{
"bind": "/volume1/docker/wikijs/data",
"container": "/data"
}
]
},
{
"description": "[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.",
"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": "wireguard.domain.com",
"description": "External IP or domain name for docker host. Used in server mode. If set to `auto`, the container will try to determine and set the external IP automatically",
"label": "SERVERURL",
"name": "SERVERURL"
},
{
"default": "51820",
"description": "External port for docker host. Used in server mode.",
"label": "SERVERPORT",
"name": "SERVERPORT"
},
{
"default": "1",
"description": "Number of peers to create confs for. Required for server mode. Can be a list of names too: myPC,myPhone,myTablet...",
"label": "PEERS",
"name": "PEERS"
},
{
"default": "auto",
"description": "DNS server set in peer/client configs (can be set as `8.8.8.8`). Used in server mode. Defaults to `auto`, which uses wireguard docker host's DNS via included CoreDNS forward.",
"label": "PEERDNS",
"name": "PEERDNS"
},
{
"default": "10.13.13.0",
"description": "Internal subnet for the wireguard and server and peers (only change if it clashes). Used in server mode.",
"label": "INTERNAL_SUBNET",
"name": "INTERNAL_SUBNET"
},
{
"default": "0.0.0.0/0",
"description": "The IPs/Ranges that the peers will be able to reach using the VPN connection. If not specified the default value is: '0.0.0.0/0, ::0/0' This will cause ALL traffic to route through the VPN, if you want split tunneling, set this to only the IPs you would like to use the tunnel AND the ip of the server's WG ip, such as 10.13.13.1.",
"label": "ALLOWEDIPS",
"name": "ALLOWEDIPS"
}
],
"image": "linuxserver/wireguard:latest",
"logo": "https://www.wireguard.com/img/wireguard.svg",
"name": "Wireguard",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/wireguard/config\u003cbr\u003e\u003c/p\u003e",
"platform": "linux",
"ports": [
"51820:51820/udp"
],
"restart_policy": "unless-stopped",
"title": "Wireguard: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/wireguard/config",
"container": "/config"
},
{
"bind": "/lib/modules",
"container": "/lib/modules"
}
]
},
{
"description": "[Wireshark](https://www.wireshark.org/) is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.",
"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/wireshark:latest",
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png",
"name": "Wireshark",
"network": "host",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/wireshark/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Wireshark: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/wireshark/config",
"container": "/config"
}
]
},
{
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"stackfile": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/stacks/wordpress/edge/docker-stack.yml",
"title": "Wordpress: from mikestraney",
"type": 4
},
{
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"stackfile": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/stacks/wordpress/edge/docker-stack.yml",
"title": "Wordpress: from mikestraney",
"type": 4
},
{
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"stackfile": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/stacks/wordpress/edge/docker-stack.yml",
"title": "Wordpress: from mikestraney",
"type": 4
},
{
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/wordpress/edge/docker-stack.yml",
"title": "Wordpress: from portainer",
"type": 4
},
{
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/wordpress/edge/docker-stack.yml",
"title": "Wordpress: from portainer",
"type": 4
},
{
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/wordpress/edge/docker-stack.yml",
"title": "Wordpress: from portainer",
"type": 4
},
{
"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: from mikestraney",
"type": 1,
"volumes": [
{
"container": "/var/lib/wowza"
}
]
},
{
"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: from portainer",
"type": 1,
"volumes": [
{
"container": "/var/lib/wowza"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/xbackbone/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Xbackbone: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/xbackbone/config",
"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: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "yacht",
"container": "/config"
},
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"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: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "yacht",
"container": "/config"
},
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"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: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "yacht",
"container": "/config"
},
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"categories": [
"Other",
"Downloaders"
],
"description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.",
"image": "tzahi12345/youtubedl-material:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/ytdlm.png",
"name": "youtubedl-material",
"platform": "linux",
"ports": [
"17442:17442/tcp"
],
"restart_policy": "unless-stopped",
"title": "YouTubeDL-Material: from mikestraney",
"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": [
"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/Qballjos/portainer_templates/master/Images/ytdlm.png",
"name": "youtubedl-material",
"platform": "linux",
"ports": [
"17442:17442/tcp"
],
"restart_policy": "unless-stopped",
"title": "YouTubeDL-Material: from Qballjos",
"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": [
"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: from SelfhostedPro",
"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"
}
]
},
{
"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 \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/yq/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"80:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Yq: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/yq/config",
"container": "/config"
}
]
},
{
"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: from dnburgess",
"type": 1,
"volumes": [
{
"container": "/config"
}
]
},
{
"categories": [
"Messenger"
],
"description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/znc:latest",
"logo": "https://raw.githubusercontent.com/mikestraney/portainer-templates/master/Images/znc-icon.png",
"name": "znc",
"platform": "linux",
"ports": [
"6501:6501/tcp"
],
"restart_policy": "unless-stopped",
"title": "ZNC: from mikestraney",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ZNC",
"container": "/config"
}
]
},
{
"categories": [
"Messenger"
],
"description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/znc:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/znc-icon.png",
"name": "znc",
"platform": "linux",
"ports": [
"6501:6501/tcp"
],
"restart_policy": "unless-stopped",
"title": "ZNC: from Qballjos",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ZNC",
"container": "/config"
}
]
},
{
"categories": [
"Messenger"
],
"description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "linuxserver/znc:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png",
"name": "znc",
"platform": "linux",
"ports": [
"6501:6501/tcp"
],
"restart_policy": "unless-stopped",
"title": "ZNC: from SelfhostedPro",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ZNC",
"container": "/config"
}
]
},
{
"description": "[Znc](http://wiki.znc.in/ZNC) is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
"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/znc:latest",
"logo": "http://wiki.znc.in/resources/assets/wiki.png",
"name": "Znc",
"note": "Portainer App Templates by \u003ca href='https://www.technorabilia.com' target='_blank'\u003eTechnorabilia\u003c/a\u003e based on data provided by \u003ca href='https://www.linuxserver.io' target='_blank'\u003eLinuxServer.io\u003c/a\u003e.\u003c/p\u003e\u003cp\u003eDon't forget to create the volume directories on the host file system.\u003c/p\u003e\u003cp\u003emkdir -p /volume1/docker/znc/config\u003c/p\u003e",
"platform": "linux",
"ports": [
"6501:6501/tcp"
],
"restart_policy": "unless-stopped",
"title": "Znc: from technorabilia",
"type": 1,
"volumes": [
{
"bind": "/volume1/docker/znc/config",
"container": "/config"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment