15 Commits
v0.9.0 ... main

Author SHA1 Message Date
Liss-Bot
9c277ec367 Updates template + source list in docs (auto-generated, on 24-Apr-2023) 2023-04-24 19:50:44 +00:00
Liss-Bot
d7b7e9103c Updates templates (auto-generated, on 24-Apr-2023) 2023-04-24 19:50:43 +00:00
Alicia Sykes
9db9555fad Adds custom stack for get-outline 2023-04-24 20:49:44 +01:00
Alicia Sykes
fc619d5aad Ignores dirs 2023-04-24 20:03:50 +01:00
Liss-Bot
27ec4d928a Updates templates (auto-generated, on 24-Apr-2023) 2023-04-24 14:46:08 +00:00
Alicia Sykes
f960bae2fc Updates raw JSON link for CodeBerg mirror 2023-04-24 15:45:44 +01:00
Alicia Sykes
933e1d105c Minification of index styling 2023-04-23 23:03:52 +01:00
Alicia Sykes
62a857fb7d Updates self-hosted edition usage instructions 2023-04-23 22:59:35 +01:00
Alicia Sykes
5d929935b6 Update publish-docker.yml 2023-04-23 22:38:14 +01:00
Alicia Sykes
31615ce6b5 Updates to Dockerfile 2023-04-23 22:36:00 +01:00
Alicia Sykes
fcbdcc2a57 Updates branch name (main, not master) 2023-04-23 22:35:46 +01:00
Alicia Sykes
26cbcfeaa2 Merge branch 'main' of github.com:lissy93/portainer-templates 2023-04-23 22:34:49 +01:00
Alicia Sykes
7e14e79693 Updates to Dockerfile 2023-04-23 22:34:42 +01:00
Alicia Sykes
504f2dbf6a Enable re-build on Dockerfile changes 2023-04-23 22:33:51 +01:00
Alicia Sykes
11ec48de38 Adds an index for the self-hosted version 2023-04-23 22:32:36 +01:00
8 changed files with 741 additions and 194 deletions

386
.github/README.md vendored
View File

@@ -11,6 +11,23 @@
> `https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json`<br>
<details>
<summary><b>Contents</b></summary>
- [Intro](#intro)
- [Usage](#usage)
- [Self-Hosting](#self-hosting)
- [Editing](#editing)
- [Included Apps](#supported-apps-and-stacks)
- [Sources](#sources)
- [Contributing](#contributing)
- [Website](#website)
- [Mirror](#mirror)
- [Credits](#credits)
- [License](#license)
</details>
## Intro
In Portainer, [App Templates](https://docs.portainer.io/user/docker/templates) enable you to easily deploy services with a predetermined configuration, while allowing you to customize options through the web UI. While Portainer ships with some default templates (see [portainer/templates](https://github.com/portainer/templates)), it's often helpful to have 1-click access to many more apps + stacks, without having to constantly switch template sources.
@@ -41,6 +58,12 @@ Alternatively, when you start Portainer, you can append the `--templates` flag p
## Self-Hosting
If you'd prefer to source templates locally, you can self-host with Docker - there's a sample NGINX container provided<br>
Just run: `docker run -p 8080:80 lissy93/portainer-templates` (changing 8080 to a port of your choice)<br>
You'll then be able to pass Portainer the template file located at `http://[host]:[port]/templates.json`<br>
Alternatively, you can build the image yourself locally, with the following commands (if you're using your own fork, don't forget to switch `lissy93` out for your username!)
```bash
git clone https://github.com/lissy93/portainer-templates.git portainer-templates
cd portainer-templates
@@ -48,15 +71,7 @@ docker build -t portainer-templates .
docker run -d -p "8080:80" portainer-templates
```
If you're running a fork of this repo, don't forget to replace [`lissy93`] with your own username.
Your templates file will then be served up, at: `http://docker-host:8080/templates.json`
Or, to mount the `templates.json` file to your container, so that you can make changes to it, and have them show up within Portainer
```bash
docker run -d -p "8080:80" -v "${PWD}/templates.json:/usr/share/nginx/html/templates.json" portainer-templates
```
If you're using your own template file, but don't want to fork this repository, you can instead simply pass your `templates.json` file to the above Docker container as a volume, with `-v "${PWD}/templates.json:/usr/share/nginx/html/templates.json"`
---
@@ -393,177 +408,178 @@ If you'd like to use this repo as a base, but maintain your own list of template
300. <img title="Ory Kratos with Oathkeeper ORY Oathkeeper is an Identity Access Proxy IAP and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules " src='https://raw.githubusercontent.com/ory/meta/master/static/banners/oathkeeper.svg' width='26' height='26' /> **[Ory Kratos (Oathkeeper)](https://portainer-templates.as93.net/ory-kratos-oathkeeper 'Ory Kratos with Oathkeeper ORY Oathkeeper is an Identity Access Proxy IAP and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules ')**
301. <img title="Ory Kratos with Oathkeeper is the developer friendly security hardened and battle test Identity User Management and Authentication system for the Cloud " src='https://raw.githubusercontent.com/ory/meta/master/static/banners/kratos.svg' width='26' height='26' /> **[Ory Kratos (Standalone)](https://portainer-templates.as93.net/ory-kratos-standalone 'Ory Kratos with Oathkeeper is the developer friendly security hardened and battle test Identity User Management and Authentication system for the Cloud ')**
302. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/oscam.png' width='26' height='26' /> **[Oscam](https://portainer-templates.as93.net/oscam '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 ')**
303. <img title=" Overseerr https overseerr dev is a request management and media discovery tool built to work with your existing Plex ecosystem " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/overseerr.png' width='26' height='26' /> **[Overseerr](https://portainer-templates.as93.net/overseerr ' Overseerr https overseerr dev is a request management and media discovery tool built to work with your existing Plex ecosystem ')**
304. <img title="ownCloud is a self hosted file sync and share server It provides access to your data through a web interface sync clients or WebDAV while providing a platform to view sync and share across devices easily all under your control ownCloud s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage " src='https://raw.githubusercontent.com/docker-library/docs/9d36b4ed7cabc35dbd3849272ba2bd7abe482172/owncloud/logo.png' width='26' height='26' /> **[Owncloud](https://portainer-templates.as93.net/owncloud 'ownCloud is a self hosted file sync and share server It provides access to your data through a web interface sync clients or WebDAV while providing a platform to view sync and share across devices easily all under your control ownCloud s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage ')**
305. <img title=" PairDrop https github com schlagmichdoch PairDrop is a sublime alternative to AirDrop that works on all platforms Send images documents or text via peer to peer connection to devices in the same local network Wi Fi or to paired devices " src='https://raw.githubusercontent.com/schlagmichdoch/PairDrop/master/public/images/android-chrome-512x512.png' width='26' height='26' /> **[Pairdrop](https://portainer-templates.as93.net/pairdrop ' PairDrop https github com schlagmichdoch PairDrop is a sublime alternative to AirDrop that works on all platforms Send images documents or text via peer to peer connection to devices in the same local network Wi Fi or to paired devices ')**
306. <img title="Paperless 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 https github com jonaswinkler paperless ng" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png' width='26' height='26' /> **[Paperless](https://portainer-templates.as93.net/paperless 'Paperless 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 https github com jonaswinkler paperless ng')**
307. <img title="Paperless ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep well less paper Paperless ngx forked from paperless ng to continue the great work and distribute responsibility of supporting and advancing the project among a team of people Consider joining us Discussion of this transition can be found in issues 1599 and 1632 A demo is available at demo paperless ngx com using login demo demo Note demo content is reset frequently and confidential information should not be uploaded " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png' width='26' height='26' /> **[Paperless Ngx](https://portainer-templates.as93.net/paperless-ngx 'Paperless ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep well less paper Paperless ngx forked from paperless ng to continue the great work and distribute responsibility of supporting and advancing the project among a team of people Consider joining us Discussion of this transition can be found in issues 1599 and 1632 A demo is available at demo paperless ngx com using login demo demo Note demo content is reset frequently and confidential information should not be uploaded ')**
308. **[Paperless-Ng](https://portainer-templates.as93.net/paperlessng ' 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 ')**
309. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/papermerge-icon.png' width='26' height='26' /> **[Papermerge](https://portainer-templates.as93.net/papermerge ' 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 ')**
310. <img title="Peppermint is a free and open source tickeg management solution with a range of features" src='https://raw.githubusercontent.com/Peppermint-Lab/peppermint/master/public/logo.svg' width='26' height='26' /> **[Peppermint](https://portainer-templates.as93.net/peppermint 'Peppermint is a free and open source tickeg management solution with a range of features')**
311. <img title="Petio is a third party companion app available to Plex server owners to allow their users to request review and discover content " src='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/petio-icon.png' width='26' height='26' /> **[Petio](https://portainer-templates.as93.net/petio 'Petio is a third party companion app available to Plex server owners to allow their users to request review and discover content ')**
312. <img title="PGAdmin is a web based GUI tool used to interact with the Postgres database sessions both locally and remote servers as well You can use PGAdmin to perform any sort of database administration required for a Postgres database " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pgadmin.png' width='26' height='26' /> **[Pgadmin](https://portainer-templates.as93.net/pgadmin 'PGAdmin is a web based GUI tool used to interact with the Postgres database sessions both locally and remote servers as well You can use PGAdmin to perform any sort of database administration required for a Postgres database ')**
313. <img title="PhotoPrism is an AI powered app for browsing organizing sharing your photo collection It makes use of the latest technologies to tag and find pictures automatically without getting in your way You can run it at home on a private server or in the cloud " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/photoprism.png' width='26' height='26' /> **[Photoprism](https://portainer-templates.as93.net/photoprism 'PhotoPrism is an AI powered app for browsing organizing sharing your photo collection It makes use of the latest technologies to tag and find pictures automatically without getting in your way You can run it at home on a private server or in the cloud ')**
314. <img title="A simple easy way to turn a photo album into a webgallery" src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/photoshow-icon.png' width='26' height='26' /> **[Photoshow](https://portainer-templates.as93.net/photoshow 'A simple easy way to turn a photo album into a webgallery')**
315. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/phpmyadmin-logo.png' width='26' height='26' /> **[Phpmyadmin](https://portainer-templates.as93.net/phpmyadmin ' 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 ')**
316. <img title="A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png' width='26' height='26' /> **[Pi-Hole](https://portainer-templates.as93.net/pihole 'A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole ')**
317. <img title="A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole with both DoH DNS over HTTPS and DoT DNS over TLS clients " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole_doh-dot.png' width='26' height='26' /> **[Pi-Hole Doh/Dot](https://portainer-templates.as93.net/pihole-dohdot 'A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole with both DoH DNS over HTTPS and DoT DNS over TLS clients ')**
318. <img title="A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole This version has Ubound software installed on it so you don t need to rely on external DNS providers " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole-unbound.png' width='26' height='26' /> **[Pi-Hole-Unbound](https://portainer-templates.as93.net/piholeunbound 'A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole This version has Ubound software installed on it so you don t need to rely on external DNS providers ')**
319. <img title="WIFI LAN intruder detector" src='https://raw.githubusercontent.com/pucherot/Pi.Alert/main/docs/img/1_devices.jpg' width='26' height='26' /> **[Pi.Alert](https://portainer-templates.as93.net/pialert 'WIFI LAN intruder detector')**
320. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pidgin-logo.png' width='26' height='26' /> **[Pidgin](https://portainer-templates.as93.net/pidgin ' 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 ')**
321. <img title="Piwigo is photo gallery software for the web built by an active community of users and developers " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/piwigo-icon.png' width='26' height='26' /> **[Piwigo](https://portainer-templates.as93.net/piwigo 'Piwigo is photo gallery software for the web built by an active community of users and developers ')**
322. <img title=" Pixapop https github com bierdok pixapop is an open source single page application to view your photos in the easiest way possible " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png' width='26' height='26' /> **[Pixapop](https://portainer-templates.as93.net/pixapop ' Pixapop https github com bierdok pixapop is an open source single page application to view your photos in the easiest way possible ')**
323. <img title="Wireless control of PixelStrips or NeoPixels using a web graphical interface running on a Raspberry Pi " src='https://lirp.cdn-website.com/c73f56a6/dms3rep/multi/opt/ir.appnice.controlpad_512x512-640w.png' width='26' height='26' /> **[Pixel-Server](https://portainer-templates.as93.net/pixelserver 'Wireless control of PixelStrips or NeoPixels using a web graphical interface running on a Raspberry Pi ')**
324. <img title="WebOps platform and hosting control panel" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png' width='26' height='26' /> **[Plesk](https://portainer-templates.as93.net/plesk 'WebOps platform and hosting control panel')**
325. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/plex-icon.png' width='26' height='26' /> **[Plex](https://portainer-templates.as93.net/plex '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 ')**
326. <img title="Plex organizes your video music and photo collections and streams them to all of your screens " src='https://mediadepot.github.io/templates/img/plex-icon.png' width='26' height='26' /> **[Plex Media Server](https://portainer-templates.as93.net/plex-media-server 'Plex organizes your video music and photo collections and streams them to all of your screens ')**
327. <img title="Simple automated way for users to request new content for Plex " src='https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png' width='26' height='26' /> **[Plex Requests](https://portainer-templates.as93.net/plex-requests 'Simple automated way for users to request new content for Plex ')**
328. <img title=" Plex meta manager https github com meisnate12 Plex Meta Manager is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies shows and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-meta-manager-banner.png' width='26' height='26' /> **[Plex-Meta-Manager](https://portainer-templates.as93.net/plexmetamanager ' Plex meta manager https github com meisnate12 Plex Meta Manager is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies shows and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki ')**
329. <img title="A free and open source CMS built on top of Zope" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png' width='26' height='26' /> **[Plone](https://portainer-templates.as93.net/plone 'A free and open source CMS built on top of Zope')**
330. <img title="Manage all the resources in your Swarm cluster" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png' width='26' height='26' /> **[Portainer Agent](https://portainer-templates.as93.net/portainer-agent 'Manage all the resources in your Swarm cluster')**
331. **[Poste.Io](https://portainer-templates.as93.net/posteio 'Full stack mailserver solution with TLS support POP3s SMTP s IMAPs RSPAMD Clamav Roundcube HTTPS SPF DKIM with simple installation and web administration ')**
332. <img title="The most advanced open source database" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png' width='26' height='26' /> **[Postgresql](https://portainer-templates.as93.net/postgresql 'The most advanced open source database')**
333. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/pritunl/Images/pritunl.png' width='26' height='26' /> **[Pritunl](https://portainer-templates.as93.net/pritunl '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 ')**
334. <img title="PrivateBin is a minimalist open source online pastebin where the server has zero knowledge of pasted data " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/privatebin.png' width='26' height='26' /> **[Privatebin](https://portainer-templates.as93.net/privatebin 'PrivateBin is a minimalist open source online pastebin where the server has zero knowledge of pasted data ')**
335. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/projectsend-logo.png' width='26' height='26' /> **[Projectsend](https://portainer-templates.as93.net/projectsend '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 ')**
336. <img title="This is an unofficial Docker container of the ProtonMail Bridge Some of the scripts are based on Hendrik Meyer s work " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png' width='26' height='26' /> **[Protonmail Bridge](https://portainer-templates.as93.net/protonmail-bridge 'This is an unofficial Docker container of the ProtonMail Bridge Some of the scripts are based on Hendrik Meyer s work ')**
337. <img title="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 " src='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/prowlarr.png' width='26' height='26' /> **[Prowlarr](https://portainer-templates.as93.net/prowlarr 'Prowlarr is a indexer manager proxy built on the popular arr net reactjs base stack to integrate with your various PVR apps Prowlarr supports both Torrent Trackers and Usenet Indexers It integrates seamlessly with Sonarr Radarr Lidarr and Readarr offering complete management of your indexers with no per app Indexer setup required we do it all ')**
338. **[Proxitok](https://portainer-templates.as93.net/proxitok 'Use Tiktok with an alternative frontend inspired by Nitter ')**
339. <img title="Pure FTPd is a free BSD secure production quality and standard conformant FTP server " src='https://mediadepot.github.io/templates/img/pureftpd-icon.jpg' width='26' height='26' /> **[Pure-Ftp Server](https://portainer-templates.as93.net/pureftp-server 'Pure FTPd is a free BSD secure production quality and standard conformant FTP server ')**
340. <img title=" 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 " src='https://raw.githubusercontent.com/kgretzky/pwndrop/master/media/pwndrop-logo-512.png' width='26' height='26' /> **[Pwndrop](https://portainer-templates.as93.net/pwndrop ' 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 ')**
341. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/pydio-icon.png' width='26' height='26' /> **[Pydio](https://portainer-templates.as93.net/pydio '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 ')**
342. <img title=" 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 " src='https://raw.githubusercontent.com/wiki/pydio/cells/images/PydioCellsColor.png' width='26' height='26' /> **[Pydio-Cells](https://portainer-templates.as93.net/pydiocells ' 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 ')**
343. <img title=" 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 " src='https://pyload.net/img/banner.png' width='26' height='26' /> **[Pyload-Ng](https://portainer-templates.as93.net/pyloadng ' 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 ')**
344. <img title=" 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 " src='https://raw.githubusercontent.com/pylonide/pylon/master/doc/screenshot02.png' width='26' height='26' /> **[Pylon](https://portainer-templates.as93.net/pylon ' 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 ')**
345. <img title="The qBittorrent project aims to provide an open source software alternative to Torrent qBittorrent is based on the Qt toolkit and libtorrent rasterbar library " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/qbittorrent-icon.png' width='26' height='26' /> **[Qbittorrent](https://portainer-templates.as93.net/qbittorrent 'The qBittorrent project aims to provide an open source software alternative to Torrent qBittorrent is based on the Qt toolkit and libtorrent rasterbar library ')**
346. <img title=" QDirStat https github com shundhammer qdirstat Qt based directory statistics KDirStat without any KDE from the author of the original KDirStat " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qdirstat-logo.png' width='26' height='26' /> **[Qdirstat](https://portainer-templates.as93.net/qdirstat ' QDirStat https github com shundhammer qdirstat Qt based directory statistics KDirStat without any KDE from the author of the original KDirStat ')**
347. <img title="A docker image with qBittorrent and the Flood UI also optional WireGuard VPN support See the official documentation for WireGuard VPN support at https hotio dev containers qflood " src='https://raw.githubusercontent.com/jesec/flood/master/flood.svg' width='26' height='26' /> **[Qflood](https://portainer-templates.as93.net/qflood 'A docker image with qBittorrent and the Flood UI also optional WireGuard VPN support See the official documentation for WireGuard VPN support at https hotio dev containers qflood ')**
348. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png' width='26' height='26' /> **[Quassel Irc](https://portainer-templates.as93.net/quassel-irc '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 ')**
349. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/quassel-core-icon.png' width='26' height='26' /> **[Quassel-Core](https://portainer-templates.as93.net/quasselcore '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 ')**
350. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png' width='26' height='26' /> **[Quassel-Web](https://portainer-templates.as93.net/quasselweb ' 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 ')**
351. <img title="Highly reliable enterprise messaging system" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png' width='26' height='26' /> **[Rabbitmq](https://portainer-templates.as93.net/rabbitmq 'Highly reliable enterprise messaging system')**
352. <img title="Radarr A fork of Sonarr to work with movies la Couchpotato " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/radarr.png' width='26' height='26' /> **[Radarr](https://portainer-templates.as93.net/radarr 'Radarr A fork of Sonarr to work with movies la Couchpotato ')**
353. <img title=" Raneto http raneto com is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase " src='https://raw.githubusercontent.com/gilbitron/Raneto/master/logo/logo_readme.png' width='26' height='26' /> **[Raneto](https://portainer-templates.as93.net/raneto ' Raneto http raneto com is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase ')**
354. <img title="Monitor your Raspberry Pi and Dockers using Grafana developed by oijkn Please download grafana configs from his git https github com oijkn Docker Raspberry PI Monitoring" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rpi_monitor.png' width='26' height='26' /> **[Raspberry Pi Docker Monitor](https://portainer-templates.as93.net/raspberry-pi-docker-monitor 'Monitor your Raspberry Pi and Dockers using Grafana developed by oijkn Please download grafana configs from his git https github com oijkn Docker Raspberry PI Monitoring')**
355. <img title="Rclone is a command line program to sync files and directories to and from cloud providers Dropbox GDrive Box etc " src='https://mediadepot.github.io/templates/img/rclone.png' width='26' height='26' /> **[Rclone Config Backup](https://portainer-templates.as93.net/rclone-config-backup 'Rclone is a command line program to sync files and directories to and from cloud providers Dropbox GDrive Box etc ')**
356. <img title=" Rdesktop http xrdp org Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rdesktop.png' width='26' height='26' /> **[Rdesktop](https://portainer-templates.as93.net/rdesktop ' Rdesktop http xrdp org Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP ')**
357. <img title="A one of a kind resume builder that s not out to get your data Completely secure customizable portable open source and free forever " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png' width='26' height='26' /> **[Reactive-Resume](https://portainer-templates.as93.net/reactiveresume 'A one of a kind resume builder that s not out to get your data Completely secure customizable portable open source and free forever ')**
358. <img title="Readarr is a ebook collection manager for Usenet and BitTorrent users It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab sort and rename them " src='https://readarr.com/img/logo.png' width='26' height='26' /> **[Readarr](https://portainer-templates.as93.net/readarr 'Readarr is a ebook collection manager for Usenet and BitTorrent users It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab sort and rename them ')**
359. **[Readme-Sync](https://portainer-templates.as93.net/readmesync 'This container needs special attention Please check https hub docker com r linuxserver readme sync for details ')**
360. <img title="Open source in memory data structure store" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png' width='26' height='26' /> **[Redis](https://portainer-templates.as93.net/redis 'Open source in memory data structure store')**
361. <img title="Open source in memory data structure store Cluster mode" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png' width='26' height='26' /> **[Redis Cluster](https://portainer-templates.as93.net/redis-cluster 'Open source in memory data structure store Cluster mode')**
362. <img title="Open source project management tool" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png' width='26' height='26' /> **[Redmine](https://portainer-templates.as93.net/redmine 'Open source project management tool')**
363. <img title="Docker image registry" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png' width='26' height='26' /> **[Registry](https://portainer-templates.as93.net/registry 'Docker image registry')**
364. <img title="Docker image registry configured as a DockerHub pull through cache" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png' width='26' height='26' /> **[Registry (Cache)](https://portainer-templates.as93.net/registry-cache 'Docker image registry configured as a DockerHub pull through cache')**
365. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png' width='26' height='26' /> **[Remmina](https://portainer-templates.as93.net/remmina ' 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 ')**
366. **[Remotely](https://portainer-templates.as93.net/remotely 'Remotely is a remote control and remote scripting solution built with NET 6 Blazor and SignalR Core ')**
367. <img title=" Requestrr https github com darkalfx requestrr is a chatbot used to simplify using services like Sonarr Radarr Ombi via the use of chat " src='https://github.com/darkalfx/requestrr/raw/master/Logos/requestrr_discord_Icon_512.png' width='26' height='26' /> **[Requestrr](https://portainer-templates.as93.net/requestrr ' Requestrr https github com darkalfx requestrr is a chatbot used to simplify using services like Sonarr Radarr Ombi via the use of chat ')**
368. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/resilio.png' width='26' height='26' /> **[Resilio-Sync](https://portainer-templates.as93.net/resiliosync '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 ')**
369. <img title="It is an open source HTML presentation framework It enables anyone with a web browser to create fully featured and beautiful presentations for free Production Mode" src='https://pbs.twimg.com/profile_images/1260911777929400325/_ClbHpsz_400x400.jpg' width='26' height='26' /> **[Reveal.Js](https://portainer-templates.as93.net/revealjs 'It is an open source HTML presentation framework It enables anyone with a web browser to create fully featured and beautiful presentations for free Production Mode')**
370. <img title="Rocket Chat Server" src='https://raw.githubusercontent.com/portapps/rocketchat-portable/master/res/papp.png' width='26' height='26' /> **[Rocket Chat](https://portainer-templates.as93.net/rocket-chat 'Rocket Chat Server')**
371. <img title="RPort is free remote access and remote management now acquired by RealVNC" src='https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_634014ae8000cebecce8a571f9ea316f/cloudradar-gmbh-rport.png' width='26' height='26' /> **[Rport](https://portainer-templates.as93.net/rport 'RPort is free remote access and remote management now acquired by RealVNC')**
372. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rsnapshot.png' width='26' height='26' /> **[Rsnapshot](https://portainer-templates.as93.net/rsnapshot ' 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 ')**
373. <img title="Rust Desk is an Open source virtual or remote desktop infrastructure for everyone " src='https://images.sftcdn.net/images/t_app-logo-xl,f_auto,dpr_2/p/735e7f11-0f1e-492d-bfa4-4be6eead5179/3131069239/rustdesk-unnamed.png' width='26' height='26' /> **[Rust Desk](https://portainer-templates.as93.net/rust-desk 'Rust Desk is an Open source virtual or remote desktop infrastructure for everyone ')**
374. <img title="Popular torrent client with a webui for ease of use " src='https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png' width='26' height='26' /> **[Rutorrent](https://portainer-templates.as93.net/rutorrent 'Popular torrent client with a webui for ease of use ')**
375. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sabnzbd-icon.png' width='26' height='26' /> **[Sabnzbd](https://portainer-templates.as93.net/sabnzbd '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 ')**
376. <img title="Samba has provided secure stable and fast file and print services for all clients using the SMB CIFS protocol such as all versions of DOS and Windows OS 2 Linux and many others " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/samba.png' width='26' height='26' /> **[Samba](https://portainer-templates.as93.net/samba 'Samba has provided secure stable and fast file and print services for all clients using the SMB CIFS protocol such as all versions of DOS and Windows OS 2 Linux and many others ')**
377. <img title="Standalone AWS S3 protocol server" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png' width='26' height='26' /> **[Scality S3](https://portainer-templates.as93.net/scality-s 'Standalone AWS S3 protocol server')**
378. <img title=" Scrutiny https github com AnalogJ scrutiny WebUI for smartd S M A R T monitoring Scrutiny is a Hard Drive Health Dashboard Monitoring solution merging manufacturer provided S M A R T metrics with real world failure rates from Backblaze " src='https://raw.githubusercontent.com/AnalogJ/scrutiny/master/docs/dashboard.png' width='26' height='26' /> **[Scrutiny](https://portainer-templates.as93.net/scrutiny ' Scrutiny https github com AnalogJ scrutiny WebUI for smartd S M A R T monitoring Scrutiny is a Hard Drive Health Dashboard Monitoring solution merging manufacturer provided S M A R T metrics with real world failure rates from Backblaze ')**
379. <img title="Open Source Privacy respecting metasearch engine" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/searx.png' width='26' height='26' /> **[Searxng](https://portainer-templates.as93.net/searxng 'Open Source Privacy respecting metasearch engine')**
380. <img title="Collect logs metrics and docker events" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png' width='26' height='26' /> **[Sematext Docker Agent](https://portainer-templates.as93.net/sematext-docker-agent 'Collect logs metrics and docker events')**
381. <img title="A self hosted bookmark management tool " src='https://github.com/beromir/Servas/raw/main/docs/images/home.png' width='26' height='26' /> **[Servas](https://portainer-templates.as93.net/servas 'A self hosted bookmark management tool ')**
382. <img title="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 " src='https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png' width='26' height='26' /> **[Shiori](https://portainer-templates.as93.net/shiori '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 ')**
383. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sickchill.png' width='26' height='26' /> **[Sickchill](https://portainer-templates.as93.net/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 ')**
384. <img title="SickGear provides management of TV shows and or Anime it detects new episodes links downloader apps and more " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png' width='26' height='26' /> **[Sickgear](https://portainer-templates.as93.net/sickgear 'SickGear provides management of TV shows and or Anime it detects new episodes links downloader apps and more ')**
385. <img title="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 " src='https://mediadepot.github.io/templates/img/sickrage-icon.png' width='26' height='26' /> **[Sickrage](https://portainer-templates.as93.net/sickrage '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 ')**
386. <img title="A TLS proxy relay for the Signal privacy messenger app " src='https://avatars.githubusercontent.com/u/702459?s=200&v=4' width='26' height='26' /> **[Signal Proxy](https://portainer-templates.as93.net/signal-proxy 'A TLS proxy relay for the Signal privacy messenger app ')**
387. <img title="Silverstripe CMS is a free and open source Content Management System CMS and Framework for creating and maintaining websites and web applications " src='https://github.com/brettt89/silverstripe-docker/raw/master/docs/logo.png' width='26' height='26' /> **[Silverstripe](https://portainer-templates.as93.net/silverstripe 'Silverstripe CMS is a free and open source Content Management System CMS and Framework for creating and maintaining websites and web applications ')**
388. <img title="Smokeping keeps track of your network latency " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/smokeping-icon.png' width='26' height='26' /> **[Smokeping](https://portainer-templates.as93.net/smokeping 'Smokeping keeps track of your network latency ')**
389. <img title=" Snapdrop https github com RobinLinus snapdrop A local file sharing in your browser Inspired by Apple s Airdrop " src='https://raw.githubusercontent.com/RobinLinus/snapdrop/master/client/images/logo_transparent_512x512.png' width='26' height='26' /> **[Snapdrop](https://portainer-templates.as93.net/snapdrop ' Snapdrop https github com RobinLinus snapdrop A local file sharing in your browser Inspired by Apple s Airdrop ')**
390. <img title="Self hosted snippet manager " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png' width='26' height='26' /> **[Snibox](https://portainer-templates.as93.net/snibox 'Self hosted snippet manager ')**
391. <img title=" 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 " src='https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/snipe-it-logo500x500.png' width='26' height='26' /> **[Snipe-It](https://portainer-templates.as93.net/snipeit ' 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 ')**
392. <img title="Snippet Box is a simple self hosted app for organizing your code snippets " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/snibox.png' width='26' height='26' /> **[Snippet-Box](https://portainer-templates.as93.net/snippetbox 'Snippet Box is a simple self hosted app for organizing your code snippets ')**
393. **[Softing Edgeconnector Modbus](https://portainer-templates.as93.net/softing-edgeconnector-modbus 'Connect Modbus TCP Sensors PLCs and provide the data via OPC UA and MQTT')**
394. <img title="Open source enterprise search platform" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png' width='26' height='26' /> **[Solr](https://portainer-templates.as93.net/solr 'Open source enterprise search platform')**
395. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sonarr-icon.png' width='26' height='26' /> **[Sonarr](https://portainer-templates.as93.net/sonarr '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 ')**
396. <img title="Run a Speedtest every hour and graph the results See https hub docker com r henrywhitaker3 speedtest tracker tags for arch options" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/speedtest-tracker.png' width='26' height='26' /> **[Speedtest Tracker](https://portainer-templates.as93.net/speedtest-tracker 'Run a Speedtest every hour and graph the results See https hub docker com r henrywhitaker3 speedtest tracker tags for arch options')**
397. <img title="Microsoft SQL Server on Linux" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png' width='26' height='26' /> **[Sql Server](https://portainer-templates.as93.net/sql-server 'Microsoft SQL Server on Linux')**
398. <img title="Microsoft SQL Server Express for Windows containers" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png' width='26' height='26' /> **[Sql Server Express](https://portainer-templates.as93.net/sql-server-express 'Microsoft SQL Server Express for Windows containers')**
399. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sqlitebrowser-banner.png' width='26' height='26' /> **[Sqlitebrowser](https://portainer-templates.as93.net/sqlitebrowser ' 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 ')**
400. <img title="Sshwifty is a SSH and Telnet connector made for the Web It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible standard web browser " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/sshwifty-icon.png' width='26' height='26' /> **[Sshwifty](https://portainer-templates.as93.net/sshwifty 'Sshwifty is a SSH and Telnet connector made for the Web It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible standard web browser ')**
401. <img title="Helps you organize your Ahem more MATURE Media material " src='https://dashy.to/img/dashy.png' width='26' height='26' /> **[Stash](https://portainer-templates.as93.net/stash 'Helps you organize your Ahem more MATURE Media material ')**
402. <img title="An easy to use Status Page for your websites and applications Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page " src='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/statping.png' width='26' height='26' /> **[Statping](https://portainer-templates.as93.net/statping 'An easy to use Status Page for your websites and applications Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page ')**
403. **[Surrealdb](https://portainer-templates.as93.net/surrealdb 'SurrealDB is an end to end cloud native database for web mobile serverless jamstack backend and traditional applications ')**
404. <img title="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 " src='https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/swag.gif' width='26' height='26' /> **[Swag](https://portainer-templates.as93.net/swag '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 ')**
405. <img title="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 Before running this container make sure that the url and subdomains are properly forwarded to this container s host Port 443 on the internet side of the router should be forwarded to this container s port 443 If you need a dynamic dns provider you can use the free provider duckdns org where the url will be yoursubdomain duckdns org and the subdomains can be www ftp cloud The container detects changes to url and subdomains revokes existing certs and generates new ones during start It also detects changes to the DHLEVEL parameter and replaces the dhparams file If you d like to password protect your sites you can use htpasswd Run the following command on your host to generate the htpasswd file docker exec it swag htpasswd c config nginx htpasswd lt username gt " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/swag.png' width='26' height='26' /> **[Swag - Secure Web Application Gateway](https://portainer-templates.as93.net/swag--secure-web-application-gateway '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 Before running this container make sure that the url and subdomains are properly forwarded to this container s host Port 443 on the internet side of the router should be forwarded to this container s port 443 If you need a dynamic dns provider you can use the free provider duckdns org where the url will be yoursubdomain duckdns org and the subdomains can be www ftp cloud The container detects changes to url and subdomains revokes existing certs and generates new ones during start It also detects changes to the DHLEVEL parameter and replaces the dhparams file If you d like to password protect your sites you can use htpasswd Run the following command on your host to generate the htpasswd file docker exec it swag htpasswd c config nginx htpasswd lt username gt ')**
406. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png' width='26' height='26' /> **[Synclounge](https://portainer-templates.as93.net/synclounge ' 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 ')**
407. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/syncthing-icon.png' width='26' height='26' /> **[Syncthing](https://portainer-templates.as93.net/syncthing '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 ')**
408. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png' width='26' height='26' /> **[Syslog-Ng](https://portainer-templates.as93.net/syslogng ' 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 ')**
409. <img title="A quick way to display system stats on a 128x64 I2C OLED display " src='https://camo.githubusercontent.com/4cf4aaa1e53612347e4d48f152d6d4eea0ce93a6ecacacaa9d44061d0994b408/68747470733a2f2f7777772e7468652d6469792d6c6966652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f30392f3138373137323831322d64653264653635632d626433302d343065372d613835322d3264343234656463323761622e6a7067' width='26' height='26' /> **[System Stats Oled Display](https://portainer-templates.as93.net/system-stats-oled-display 'A quick way to display system stats on a 128x64 I2C OLED display ')**
410. <img title="Tabby is an infinitely customizable cross platform terminal app for local shells serial SSH and Telnet connections " src='https://tabby.sh/32bf32ff6c87e8d18932.svg' width='26' height='26' /> **[Tabby](https://portainer-templates.as93.net/tabby 'Tabby is an infinitely customizable cross platform terminal app for local shells serial SSH and Telnet connections ')**
411. <img title="Tailscale lets you easily manage access to private resources quickly SSH into devices on your network and work securely from anywhere in the world " src='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/tailscale.jpg' width='26' height='26' /> **[Tailscale](https://portainer-templates.as93.net/tailscale 'Tailscale lets you easily manage access to private resources quickly SSH into devices on your network and work securely from anywhere in the world ')**
412. <img title=" 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" src='https://raw.githubusercontent.com/Taisun-Docker/taisun/master/public/favicon/apple-icon-180x180.png' width='26' height='26' /> **[Taisun](https://portainer-templates.as93.net/taisun ' 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')**
413. <img title="The recipe manager that allows you to manage your ever growing collection of digital recipes " src='https://docs.tandoor.dev/logo_color.svg' width='26' height='26' /> **[Tandoor](https://portainer-templates.as93.net/tandoor 'The recipe manager that allows you to manage your ever growing collection of digital recipes ')**
414. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tautulli-icon.png' width='26' height='26' /> **[Tautulli](https://portainer-templates.as93.net/tautulli '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 ')**
415. <img title="Tdarr is a popular conditional transcoding application for processing large or small media libraries " src='https://tdarr.io/static/media/logo3.02a3f4a3.png' width='26' height='26' /> **[Tdarr](https://portainer-templates.as93.net/tdarr 'Tdarr is a popular conditional transcoding application for processing large or small media libraries ')**
416. <img title="Teleport allows engineers and security professionals to unify access for SSH servers Kubernetes clusters web applications and databases across all environments " src='https://bookface-images.s3.amazonaws.com/logos/386100350818400a035ac8e0caa84111de3316eb.png' width='26' height='26' /> **[Teleport](https://portainer-templates.as93.net/teleport 'Teleport allows engineers and security professionals to unify access for SSH servers Kubernetes clusters web applications and databases across all environments ')**
417. <img title="This internal tool is used as a desktop sandbox in our CI process to grab a screenshot of a hopefully functional endpoint" src='https://avatars3.githubusercontent.com/u/12324908?s=200&v=4' width='26' height='26' /> **[Tester](https://portainer-templates.as93.net/tester 'This internal tool is used as a desktop sandbox in our CI process to grab a screenshot of a hopefully functional endpoint')**
418. <img title="A self hosted web IRC client" src='https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png' width='26' height='26' /> **[Thelounge](https://portainer-templates.as93.net/thelounge 'A self hosted web IRC client')**
419. <img title="A unique non linear notebook wiki " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png' width='26' height='26' /> **[Tiddlywiki](https://portainer-templates.as93.net/tiddlywiki 'A unique non linear notebook wiki ')**
420. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png' width='26' height='26' /> **[Tiny Tiny Rss](https://portainer-templates.as93.net/tiny-tiny-rss '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 ')**
421. <img title="Tooljet is an Open source low code application development platform for building and deploying business applications " src='https://uploads-ssl.webflow.com/6266634263b9179f76b2236e/63aaa161e3b3be42ec50eb6f_Logomark.svg' width='26' height='26' /> **[Tooljet](https://portainer-templates.as93.net/tooljet 'Tooljet is an Open source low code application development platform for building and deploying business applications ')**
422. <img title="Lock for Container brings secure connectivity inside your industrial IoT devices" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/tosibox.png' width='26' height='26' /> **[Tosibox Lock For Container](https://portainer-templates.as93.net/tosibox-lock-for-container 'Lock for Container brings secure connectivity inside your industrial IoT devices')**
423. <img title="Cloud Native Networking Stack That Just Works " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/traefik.png' width='26' height='26' /> **[Traefik](https://portainer-templates.as93.net/traefik 'Cloud Native Networking Stack That Just Works ')**
424. <img title="Traggo is a tag based time tracking tool In Traggo there are no tasks only tagged time spans " src='https://traggo.net/images/favicon.png' width='26' height='26' /> **[Traggo](https://portainer-templates.as93.net/traggo 'Traggo is a tag based time tracking tool In Traggo there are no tasks only tagged time spans ')**
425. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/transmission-icon.png' width='26' height='26' /> **[Transmission](https://portainer-templates.as93.net/transmission '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 ')**
426. <img title="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 " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/transmission-icon.png' width='26' height='26' /> **[Transmission Openvpn Version 4](https://portainer-templates.as93.net/transmission-openvpn-version- '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 ')**
427. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png' width='26' height='26' /> **[Transmission-Openvpn](https://portainer-templates.as93.net/transmissionopenvpn '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 ')**
428. <img title="Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases" src='https://www.saashub.com/images/app/service_logos/55/2901389fab77/large.png?1561117248' width='26' height='26' /> **[Trilium](https://portainer-templates.as93.net/trilium 'Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases')**
429. <img title="Trudesk is an Open Source Help Desk Software and Ticketing System" src='https://trudesk.io/wp-content/uploads/2019/10/logo-med.png' width='26' height='26' /> **[Trudesk](https://portainer-templates.as93.net/trudesk 'Trudesk is an Open Source Help Desk Software and Ticketing System')**
430. <img title="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 gt IP and HDHomeRun as input sources Tvheadend offers the HTTP VLC MPlayer HTSP Kodi Movian and SAT gt IP streaming Multiple EPG sources are supported over the air DVB and ATSC including OpenTV DVB extensions XMLTV PyXML " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tvheadend.png' width='26' height='26' /> **[Tvheadend](https://portainer-templates.as93.net/tvheadend '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 gt IP and HDHomeRun as input sources Tvheadend offers the HTTP VLC MPlayer HTSP Kodi Movian and SAT gt IP streaming Multiple EPG sources are supported over the air DVB and ATSC including OpenTV DVB extensions XMLTV PyXML ')**
431. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ubooquity-icon.png' width='26' height='26' /> **[Ubooquity](https://portainer-templates.as93.net/ubooquity '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 ')**
432. <img title="Debian based Linux operating system" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png' width='26' height='26' /> **[Ubuntu](https://portainer-templates.as93.net/ubuntu 'Debian based Linux operating system')**
433. <img title="Umami is a simple easy to use self hosted web analytics solution The goal is to provide you with a friendlier privacy focused alternative to Google Analytics and a free open sourced alternative to paid solutions" src='https://icons.duckduckgo.com/ip3/umami.is.ico' width='26' height='26' /> **[Umami.Is](https://portainer-templates.as93.net/umamiis 'Umami is a simple easy to use self hosted web analytics solution The goal is to provide you with a friendlier privacy focused alternative to Google Analytics and a free open sourced alternative to paid solutions')**
434. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png' width='26' height='26' /> **[Unifi Video](https://portainer-templates.as93.net/unifi-video '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 ')**
435. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/unifi-icon.png' width='26' height='26' /> **[Unifi-Controller](https://portainer-templates.as93.net/unificontroller '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 ')**
436. <img title="Unmanic is a simple tool for optimising your file library You can use it to convert your files into a single uniform format manage file movements based on timestamps or execute custom commands against a file based on its file size " src='https://docs.unmanic.app/img/icon.png' width='26' height='26' /> **[Unmanic](https://portainer-templates.as93.net/unmanic 'Unmanic is a simple tool for optimising your file library You can use it to convert your files into a single uniform format manage file movements based on timestamps or execute custom commands against a file based on its file size ')**
437. <img title="Monitor your Unifi Controller using Grafana developed by oijkn for the Raspberry Pi Monitor " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/unpoller-logo.png' width='26' height='26' /> **[Unpoller Monitor](https://portainer-templates.as93.net/unpoller-monitor 'Monitor your Unifi Controller using Grafana developed by oijkn for the Raspberry Pi Monitor ')**
438. <img title="UpSnap is a simple wake on lan app written with SvelteKit Go PocketBase and nmap " src='https://github.com/seriousm4x/UpSnap/raw/master/frontend/static/favicon.png' width='26' height='26' /> **[Upsnap](https://portainer-templates.as93.net/upsnap 'UpSnap is a simple wake on lan app written with SvelteKit Go PocketBase and nmap ')**
439. <img title="It is a self hosted monitoring tool like Uptime Robot " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/uptime-kuma.png' width='26' height='26' /> **[Uptime Kuma](https://portainer-templates.as93.net/uptime-kuma 'It is a self hosted monitoring tool like Uptime Robot ')**
440. <img title="Open source network backup" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png' width='26' height='26' /> **[Urbackup](https://portainer-templates.as93.net/urbackup 'Open source network backup')**
441. <img title="A tool for monitoring webpages for updates" src='https://mediadepot.github.io/templates/img/urlwatch.png' width='26' height='26' /> **[Urlwatch](https://portainer-templates.as93.net/urlwatch 'A tool for monitoring webpages for updates')**
442. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png' width='26' height='26' /> **[Vaultwarden](https://portainer-templates.as93.net/vaultwarden '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 ')**
443. <img title="The to do app to organize your life Before use create custom template and Edit VIKUNJA SERVICE FRONTENDURL VIKUNJA API URL VIKUNJA SERVICE JWTSECRET" src='https://vikunja.io/images/vikunja.png' width='26' height='26' /> **[Vikunja](https://portainer-templates.as93.net/vikunja 'The to do app to organize your life Before use create custom template and Edit VIKUNJA SERVICE FRONTENDURL VIKUNJA API URL VIKUNJA SERVICE JWTSECRET')**
444. <img title="Vikunja With Frontend The to do app to organize your life Must run tools install vikunja sh before installing the template More informantion at https vikunja io " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/vikunja.png' width='26' height='26' /> **[Vikunja With Frontend](https://portainer-templates.as93.net/vikunja-with-frontend 'Vikunja With Frontend The to do app to organize your life Must run tools install vikunja sh before installing the template More informantion at https vikunja io ')**
445. <img title="This is a replacement for Microsoft s KMS server " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/vlmcsd.png' width='26' height='26' /> **[Vlmcsd - Kms](https://portainer-templates.as93.net/vlmcsd--kms 'This is a replacement for Microsoft s KMS server ')**
446. <img title=" VSCodium https vscodium com is a community driven freely licensed binary distribution of Microsoft s editor VS Code " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png' width='26' height='26' /> **[Vscodium](https://portainer-templates.as93.net/vscodium ' VSCodium https vscodium com is a community driven freely licensed binary distribution of Microsoft s editor VS Code ')**
447. <img title="Secure fast FTP server for UNIX like systems" src='https://mediadepot.github.io/templates/img/pureftpd-icon.jpg' width='26' height='26' /> **[Vsftpd Ftp Server](https://portainer-templates.as93.net/vsftpd-ftp-server 'Secure fast FTP server for UNIX like systems')**
448. <img title="wallabag is a web application allowing you to save web pages for later reading Click save and read it when you want " src='https://www.wallabag.org/user/themes/boxify/img/logo-wallabag.svg' width='26' height='26' /> **[Wallabag](https://portainer-templates.as93.net/wallabag 'wallabag is a web application allowing you to save web pages for later reading Click save and read it when you want ')**
449. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png' width='26' height='26' /> **[Watchtower](https://portainer-templates.as93.net/watchtower '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 ')**
450. <img title=" WebCord https github com SpacingBat3 WebCord can be summarized as a pack of security and privacy hardenings Discord features reimplementations Electron Chromium Discord bugs workarounds stylesheets internal pages and wrapped https discord com page designed to conform with ToS as much as it is possible or hide the changes that might violate it from Discord s eyes " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webcord-icon.png' width='26' height='26' /> **[Webcord](https://portainer-templates.as93.net/webcord ' WebCord https github com SpacingBat3 WebCord can be summarized as a pack of security and privacy hardenings Discord features reimplementations Electron Chromium Discord bugs workarounds stylesheets internal pages and wrapped https discord com page designed to conform with ToS as much as it is possible or hide the changes that might violate it from Discord s eyes ')**
451. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/webgrabplus.png' width='26' height='26' /> **[Webgrabplus](https://portainer-templates.as93.net/webgrabplus '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 ')**
452. <img title=" Webtop https github com linuxserver gclient Alpine Ubuntu Fedora and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png' width='26' height='26' /> **[Webtop](https://portainer-templates.as93.net/webtop ' Webtop https github com linuxserver gclient Alpine Ubuntu Fedora and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser ')**
453. <img title="Self hosted FLOSS fitness workout nutrition and weight tracker written with Django" src='https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png' width='26' height='26' /> **[Wger](https://portainer-templates.as93.net/wger 'Self hosted FLOSS fitness workout nutrition and weight tracker written with Django')**
454. <img title="Whisparr is an adult movie collection manager for Usenet and BitTorrent users " src='https://whisparr.com/logo/256.png' width='26' height='26' /> **[Whisparr](https://portainer-templates.as93.net/whisparr 'Whisparr is an adult movie collection manager for Usenet and BitTorrent users ')**
455. <img title="Self hosted ad free privacy respecting Google metasearch engine " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png' width='26' height='26' /> **[Whoogle](https://portainer-templates.as93.net/whoogle 'Self hosted ad free privacy respecting Google metasearch engine ')**
456. <img title="Wikijs A modern lightweight and powerful wiki app built on NodeJS " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png' width='26' height='26' /> **[Wikijs](https://portainer-templates.as93.net/wikijs 'Wikijs A modern lightweight and powerful wiki app built on NodeJS ')**
457. <img title="A Docker image for Windows 2000 Advanced Server with SP4 " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/win2000.png' width='26' height='26' /> **[Windows 2000](https://portainer-templates.as93.net/windows- 'A Docker image for Windows 2000 Advanced Server with SP4 ')**
458. <img title=" 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 " src='https://www.wireguard.com/img/wireguard.svg' width='26' height='26' /> **[Wireguard](https://portainer-templates.as93.net/wireguard ' 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 ')**
459. <img title="Fast VPN Server with easy to use User Interface" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/wireguard.png' width='26' height='26' /> **[Wireguard Server](https://portainer-templates.as93.net/wireguard-server 'Fast VPN Server with easy to use User Interface')**
460. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png' width='26' height='26' /> **[Wireshark](https://portainer-templates.as93.net/wireshark ' 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 ')**
461. <img title=" Wizarr is an advanced user invitation and management system for Jellyfin Plex Emby etc " src='https://mediadepot.github.io/templates/img/wizarr-logo.png' width='26' height='26' /> **[Wizarr](https://portainer-templates.as93.net/wizarr ' Wizarr is an advanced user invitation and management system for Jellyfin Plex Emby etc ')**
462. <img title="WordPress setup with a MySQL database" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png' width='26' height='26' /> **[Wordpress](https://portainer-templates.as93.net/wordpress 'WordPress setup with a MySQL database')**
463. <img title="Streaming media server" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png' width='26' height='26' /> **[Wowza](https://portainer-templates.as93.net/wowza 'Streaming media server')**
464. <img title=" WPS Office https www wps com is a lightweight feature rich comprehensive office suite with high compatibility As a handy and professional office software WPS Office allows you to edit files in Writer Presentation Spreadsheet and PDF to improve your work efficiency " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wps-office-icon.png' width='26' height='26' /> **[Wps-Office](https://portainer-templates.as93.net/wpsoffice ' WPS Office https www wps com is a lightweight feature rich comprehensive office suite with high compatibility As a handy and professional office software WPS Office allows you to edit files in Writer Presentation Spreadsheet and PDF to improve your work efficiency ')**
465. <img title=" 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 " src='https://raw.githubusercontent.com/SergiX44/XBackBone/master/docs/img/xbackbone.png' width='26' height='26' /> **[Xbackbone](https://portainer-templates.as93.net/xbackbone ' 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 ')**
466. <img title="Xwiki s a free wiki software platform written in Java with a design emphasis on extensibility XWiki is an enterprise wiki " src='https://upload.wikimedia.org/wikipedia/commons/e/e2/Logo-xwikiorange.svg' width='26' height='26' /> **[Xwiki](https://portainer-templates.as93.net/xwiki 'Xwiki s a free wiki software platform written in Java with a design emphasis on extensibility XWiki is an enterprise wiki ')**
467. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png' width='26' height='26' /> **[Yacht](https://portainer-templates.as93.net/yacht '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 ')**
468. **[Your_Spotify](https://portainer-templates.as93.net/yourspotify 'YourSpotify is a self hosted application that tracks what you listen and offers you a dashboard to explore statistics about it ')**
469. <img title="YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/yourls-logo.png' width='26' height='26' /> **[Yourls](https://portainer-templates.as93.net/yourls 'YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener ')**
470. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png' width='26' height='26' /> **[Youtubedl-Material](https://portainer-templates.as93.net/youtubedlmaterial '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 ')**
471. **[Yq](https://portainer-templates.as93.net/yq 'This container needs special attention Please check https hub docker com r linuxserver yq for details ')**
472. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/znc-icon.png' width='26' height='26' /> **[Znc](https://portainer-templates.as93.net/znc '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 ')**
473. <img title="Zusam is a free and open source way to self host private forums for groups of friends " src='https://github.com/zusam/zusam/raw/master/app/src/assets/zusam_logo.png' width='26' height='26' /> **[Zus.Am](https://portainer-templates.as93.net/zusam 'Zusam is a free and open source way to self host private forums for groups of friends ')**
303. <img title="Open source collaborative knowledge base for modern teams" src='https://avatars.githubusercontent.com/u/1765001' width='26' height='26' /> **[Outline](https://portainer-templates.as93.net/outline 'Open source collaborative knowledge base for modern teams')**
304. <img title=" Overseerr https overseerr dev is a request management and media discovery tool built to work with your existing Plex ecosystem " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/overseerr.png' width='26' height='26' /> **[Overseerr](https://portainer-templates.as93.net/overseerr ' Overseerr https overseerr dev is a request management and media discovery tool built to work with your existing Plex ecosystem ')**
305. <img title="ownCloud is a self hosted file sync and share server It provides access to your data through a web interface sync clients or WebDAV while providing a platform to view sync and share across devices easily all under your control ownCloud s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage " src='https://raw.githubusercontent.com/docker-library/docs/9d36b4ed7cabc35dbd3849272ba2bd7abe482172/owncloud/logo.png' width='26' height='26' /> **[Owncloud](https://portainer-templates.as93.net/owncloud 'ownCloud is a self hosted file sync and share server It provides access to your data through a web interface sync clients or WebDAV while providing a platform to view sync and share across devices easily all under your control ownCloud s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage ')**
306. <img title=" PairDrop https github com schlagmichdoch PairDrop is a sublime alternative to AirDrop that works on all platforms Send images documents or text via peer to peer connection to devices in the same local network Wi Fi or to paired devices " src='https://raw.githubusercontent.com/schlagmichdoch/PairDrop/master/public/images/android-chrome-512x512.png' width='26' height='26' /> **[Pairdrop](https://portainer-templates.as93.net/pairdrop ' PairDrop https github com schlagmichdoch PairDrop is a sublime alternative to AirDrop that works on all platforms Send images documents or text via peer to peer connection to devices in the same local network Wi Fi or to paired devices ')**
307. <img title="Paperless 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 https github com jonaswinkler paperless ng" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png' width='26' height='26' /> **[Paperless](https://portainer-templates.as93.net/paperless 'Paperless 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 https github com jonaswinkler paperless ng')**
308. <img title="Paperless ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep well less paper Paperless ngx forked from paperless ng to continue the great work and distribute responsibility of supporting and advancing the project among a team of people Consider joining us Discussion of this transition can be found in issues 1599 and 1632 A demo is available at demo paperless ngx com using login demo demo Note demo content is reset frequently and confidential information should not be uploaded " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png' width='26' height='26' /> **[Paperless Ngx](https://portainer-templates.as93.net/paperless-ngx 'Paperless ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep well less paper Paperless ngx forked from paperless ng to continue the great work and distribute responsibility of supporting and advancing the project among a team of people Consider joining us Discussion of this transition can be found in issues 1599 and 1632 A demo is available at demo paperless ngx com using login demo demo Note demo content is reset frequently and confidential information should not be uploaded ')**
309. **[Paperless-Ng](https://portainer-templates.as93.net/paperlessng ' 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 ')**
310. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/papermerge-icon.png' width='26' height='26' /> **[Papermerge](https://portainer-templates.as93.net/papermerge ' 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 ')**
311. <img title="Peppermint is a free and open source tickeg management solution with a range of features" src='https://raw.githubusercontent.com/Peppermint-Lab/peppermint/master/public/logo.svg' width='26' height='26' /> **[Peppermint](https://portainer-templates.as93.net/peppermint 'Peppermint is a free and open source tickeg management solution with a range of features')**
312. <img title="Petio is a third party companion app available to Plex server owners to allow their users to request review and discover content " src='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/petio-icon.png' width='26' height='26' /> **[Petio](https://portainer-templates.as93.net/petio 'Petio is a third party companion app available to Plex server owners to allow their users to request review and discover content ')**
313. <img title="PGAdmin is a web based GUI tool used to interact with the Postgres database sessions both locally and remote servers as well You can use PGAdmin to perform any sort of database administration required for a Postgres database " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pgadmin.png' width='26' height='26' /> **[Pgadmin](https://portainer-templates.as93.net/pgadmin 'PGAdmin is a web based GUI tool used to interact with the Postgres database sessions both locally and remote servers as well You can use PGAdmin to perform any sort of database administration required for a Postgres database ')**
314. <img title="PhotoPrism is an AI powered app for browsing organizing sharing your photo collection It makes use of the latest technologies to tag and find pictures automatically without getting in your way You can run it at home on a private server or in the cloud " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/photoprism.png' width='26' height='26' /> **[Photoprism](https://portainer-templates.as93.net/photoprism 'PhotoPrism is an AI powered app for browsing organizing sharing your photo collection It makes use of the latest technologies to tag and find pictures automatically without getting in your way You can run it at home on a private server or in the cloud ')**
315. <img title="A simple easy way to turn a photo album into a webgallery" src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/photoshow-icon.png' width='26' height='26' /> **[Photoshow](https://portainer-templates.as93.net/photoshow 'A simple easy way to turn a photo album into a webgallery')**
316. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/phpmyadmin-logo.png' width='26' height='26' /> **[Phpmyadmin](https://portainer-templates.as93.net/phpmyadmin ' 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 ')**
317. <img title="A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png' width='26' height='26' /> **[Pi-Hole](https://portainer-templates.as93.net/pihole 'A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole ')**
318. <img title="A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole with both DoH DNS over HTTPS and DoT DNS over TLS clients " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole_doh-dot.png' width='26' height='26' /> **[Pi-Hole Doh/Dot](https://portainer-templates.as93.net/pihole-dohdot 'A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole with both DoH DNS over HTTPS and DoT DNS over TLS clients ')**
319. <img title="A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole This version has Ubound software installed on it so you don t need to rely on external DNS providers " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole-unbound.png' width='26' height='26' /> **[Pi-Hole-Unbound](https://portainer-templates.as93.net/piholeunbound 'A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole This version has Ubound software installed on it so you don t need to rely on external DNS providers ')**
320. <img title="WIFI LAN intruder detector" src='https://raw.githubusercontent.com/pucherot/Pi.Alert/main/docs/img/1_devices.jpg' width='26' height='26' /> **[Pi.Alert](https://portainer-templates.as93.net/pialert 'WIFI LAN intruder detector')**
321. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pidgin-logo.png' width='26' height='26' /> **[Pidgin](https://portainer-templates.as93.net/pidgin ' 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 ')**
322. <img title="Piwigo is photo gallery software for the web built by an active community of users and developers " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/piwigo-icon.png' width='26' height='26' /> **[Piwigo](https://portainer-templates.as93.net/piwigo 'Piwigo is photo gallery software for the web built by an active community of users and developers ')**
323. <img title=" Pixapop https github com bierdok pixapop is an open source single page application to view your photos in the easiest way possible " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png' width='26' height='26' /> **[Pixapop](https://portainer-templates.as93.net/pixapop ' Pixapop https github com bierdok pixapop is an open source single page application to view your photos in the easiest way possible ')**
324. <img title="Wireless control of PixelStrips or NeoPixels using a web graphical interface running on a Raspberry Pi " src='https://lirp.cdn-website.com/c73f56a6/dms3rep/multi/opt/ir.appnice.controlpad_512x512-640w.png' width='26' height='26' /> **[Pixel-Server](https://portainer-templates.as93.net/pixelserver 'Wireless control of PixelStrips or NeoPixels using a web graphical interface running on a Raspberry Pi ')**
325. <img title="WebOps platform and hosting control panel" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png' width='26' height='26' /> **[Plesk](https://portainer-templates.as93.net/plesk 'WebOps platform and hosting control panel')**
326. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/plex-icon.png' width='26' height='26' /> **[Plex](https://portainer-templates.as93.net/plex '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 ')**
327. <img title="Plex organizes your video music and photo collections and streams them to all of your screens " src='https://mediadepot.github.io/templates/img/plex-icon.png' width='26' height='26' /> **[Plex Media Server](https://portainer-templates.as93.net/plex-media-server 'Plex organizes your video music and photo collections and streams them to all of your screens ')**
328. <img title="Simple automated way for users to request new content for Plex " src='https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png' width='26' height='26' /> **[Plex Requests](https://portainer-templates.as93.net/plex-requests 'Simple automated way for users to request new content for Plex ')**
329. <img title=" Plex meta manager https github com meisnate12 Plex Meta Manager is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies shows and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-meta-manager-banner.png' width='26' height='26' /> **[Plex-Meta-Manager](https://portainer-templates.as93.net/plexmetamanager ' Plex meta manager https github com meisnate12 Plex Meta Manager is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies shows and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki ')**
330. <img title="A free and open source CMS built on top of Zope" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png' width='26' height='26' /> **[Plone](https://portainer-templates.as93.net/plone 'A free and open source CMS built on top of Zope')**
331. <img title="Manage all the resources in your Swarm cluster" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png' width='26' height='26' /> **[Portainer Agent](https://portainer-templates.as93.net/portainer-agent 'Manage all the resources in your Swarm cluster')**
332. **[Poste.Io](https://portainer-templates.as93.net/posteio 'Full stack mailserver solution with TLS support POP3s SMTP s IMAPs RSPAMD Clamav Roundcube HTTPS SPF DKIM with simple installation and web administration ')**
333. <img title="The most advanced open source database" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png' width='26' height='26' /> **[Postgresql](https://portainer-templates.as93.net/postgresql 'The most advanced open source database')**
334. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/pritunl/Images/pritunl.png' width='26' height='26' /> **[Pritunl](https://portainer-templates.as93.net/pritunl '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 ')**
335. <img title="PrivateBin is a minimalist open source online pastebin where the server has zero knowledge of pasted data " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/privatebin.png' width='26' height='26' /> **[Privatebin](https://portainer-templates.as93.net/privatebin 'PrivateBin is a minimalist open source online pastebin where the server has zero knowledge of pasted data ')**
336. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/projectsend-logo.png' width='26' height='26' /> **[Projectsend](https://portainer-templates.as93.net/projectsend '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 ')**
337. <img title="This is an unofficial Docker container of the ProtonMail Bridge Some of the scripts are based on Hendrik Meyer s work " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png' width='26' height='26' /> **[Protonmail Bridge](https://portainer-templates.as93.net/protonmail-bridge 'This is an unofficial Docker container of the ProtonMail Bridge Some of the scripts are based on Hendrik Meyer s work ')**
338. <img title="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 " src='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/prowlarr.png' width='26' height='26' /> **[Prowlarr](https://portainer-templates.as93.net/prowlarr 'Prowlarr is a indexer manager proxy built on the popular arr net reactjs base stack to integrate with your various PVR apps Prowlarr supports both Torrent Trackers and Usenet Indexers It integrates seamlessly with Sonarr Radarr Lidarr and Readarr offering complete management of your indexers with no per app Indexer setup required we do it all ')**
339. **[Proxitok](https://portainer-templates.as93.net/proxitok 'Use Tiktok with an alternative frontend inspired by Nitter ')**
340. <img title="Pure FTPd is a free BSD secure production quality and standard conformant FTP server " src='https://mediadepot.github.io/templates/img/pureftpd-icon.jpg' width='26' height='26' /> **[Pure-Ftp Server](https://portainer-templates.as93.net/pureftp-server 'Pure FTPd is a free BSD secure production quality and standard conformant FTP server ')**
341. <img title=" 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 " src='https://raw.githubusercontent.com/kgretzky/pwndrop/master/media/pwndrop-logo-512.png' width='26' height='26' /> **[Pwndrop](https://portainer-templates.as93.net/pwndrop ' 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 ')**
342. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/pydio-icon.png' width='26' height='26' /> **[Pydio](https://portainer-templates.as93.net/pydio '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 ')**
343. <img title=" 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 " src='https://raw.githubusercontent.com/wiki/pydio/cells/images/PydioCellsColor.png' width='26' height='26' /> **[Pydio-Cells](https://portainer-templates.as93.net/pydiocells ' 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 ')**
344. <img title=" 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 " src='https://pyload.net/img/banner.png' width='26' height='26' /> **[Pyload-Ng](https://portainer-templates.as93.net/pyloadng ' 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 ')**
345. <img title=" 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 " src='https://raw.githubusercontent.com/pylonide/pylon/master/doc/screenshot02.png' width='26' height='26' /> **[Pylon](https://portainer-templates.as93.net/pylon ' 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 ')**
346. <img title="The qBittorrent project aims to provide an open source software alternative to Torrent qBittorrent is based on the Qt toolkit and libtorrent rasterbar library " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/qbittorrent-icon.png' width='26' height='26' /> **[Qbittorrent](https://portainer-templates.as93.net/qbittorrent 'The qBittorrent project aims to provide an open source software alternative to Torrent qBittorrent is based on the Qt toolkit and libtorrent rasterbar library ')**
347. <img title=" QDirStat https github com shundhammer qdirstat Qt based directory statistics KDirStat without any KDE from the author of the original KDirStat " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qdirstat-logo.png' width='26' height='26' /> **[Qdirstat](https://portainer-templates.as93.net/qdirstat ' QDirStat https github com shundhammer qdirstat Qt based directory statistics KDirStat without any KDE from the author of the original KDirStat ')**
348. <img title="A docker image with qBittorrent and the Flood UI also optional WireGuard VPN support See the official documentation for WireGuard VPN support at https hotio dev containers qflood " src='https://raw.githubusercontent.com/jesec/flood/master/flood.svg' width='26' height='26' /> **[Qflood](https://portainer-templates.as93.net/qflood 'A docker image with qBittorrent and the Flood UI also optional WireGuard VPN support See the official documentation for WireGuard VPN support at https hotio dev containers qflood ')**
349. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png' width='26' height='26' /> **[Quassel Irc](https://portainer-templates.as93.net/quassel-irc '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 ')**
350. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/quassel-core-icon.png' width='26' height='26' /> **[Quassel-Core](https://portainer-templates.as93.net/quasselcore '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 ')**
351. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png' width='26' height='26' /> **[Quassel-Web](https://portainer-templates.as93.net/quasselweb ' 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 ')**
352. <img title="Highly reliable enterprise messaging system" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png' width='26' height='26' /> **[Rabbitmq](https://portainer-templates.as93.net/rabbitmq 'Highly reliable enterprise messaging system')**
353. <img title="Radarr A fork of Sonarr to work with movies la Couchpotato " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/radarr.png' width='26' height='26' /> **[Radarr](https://portainer-templates.as93.net/radarr 'Radarr A fork of Sonarr to work with movies la Couchpotato ')**
354. <img title=" Raneto http raneto com is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase " src='https://raw.githubusercontent.com/gilbitron/Raneto/master/logo/logo_readme.png' width='26' height='26' /> **[Raneto](https://portainer-templates.as93.net/raneto ' Raneto http raneto com is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase ')**
355. <img title="Monitor your Raspberry Pi and Dockers using Grafana developed by oijkn Please download grafana configs from his git https github com oijkn Docker Raspberry PI Monitoring" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rpi_monitor.png' width='26' height='26' /> **[Raspberry Pi Docker Monitor](https://portainer-templates.as93.net/raspberry-pi-docker-monitor 'Monitor your Raspberry Pi and Dockers using Grafana developed by oijkn Please download grafana configs from his git https github com oijkn Docker Raspberry PI Monitoring')**
356. <img title="Rclone is a command line program to sync files and directories to and from cloud providers Dropbox GDrive Box etc " src='https://mediadepot.github.io/templates/img/rclone.png' width='26' height='26' /> **[Rclone Config Backup](https://portainer-templates.as93.net/rclone-config-backup 'Rclone is a command line program to sync files and directories to and from cloud providers Dropbox GDrive Box etc ')**
357. <img title=" Rdesktop http xrdp org Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rdesktop.png' width='26' height='26' /> **[Rdesktop](https://portainer-templates.as93.net/rdesktop ' Rdesktop http xrdp org Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP ')**
358. <img title="A one of a kind resume builder that s not out to get your data Completely secure customizable portable open source and free forever " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png' width='26' height='26' /> **[Reactive-Resume](https://portainer-templates.as93.net/reactiveresume 'A one of a kind resume builder that s not out to get your data Completely secure customizable portable open source and free forever ')**
359. <img title="Readarr is a ebook collection manager for Usenet and BitTorrent users It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab sort and rename them " src='https://readarr.com/img/logo.png' width='26' height='26' /> **[Readarr](https://portainer-templates.as93.net/readarr 'Readarr is a ebook collection manager for Usenet and BitTorrent users It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab sort and rename them ')**
360. **[Readme-Sync](https://portainer-templates.as93.net/readmesync 'This container needs special attention Please check https hub docker com r linuxserver readme sync for details ')**
361. <img title="Open source in memory data structure store" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png' width='26' height='26' /> **[Redis](https://portainer-templates.as93.net/redis 'Open source in memory data structure store')**
362. <img title="Open source in memory data structure store Cluster mode" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png' width='26' height='26' /> **[Redis Cluster](https://portainer-templates.as93.net/redis-cluster 'Open source in memory data structure store Cluster mode')**
363. <img title="Open source project management tool" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png' width='26' height='26' /> **[Redmine](https://portainer-templates.as93.net/redmine 'Open source project management tool')**
364. <img title="Docker image registry" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png' width='26' height='26' /> **[Registry](https://portainer-templates.as93.net/registry 'Docker image registry')**
365. <img title="Docker image registry configured as a DockerHub pull through cache" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png' width='26' height='26' /> **[Registry (Cache)](https://portainer-templates.as93.net/registry-cache 'Docker image registry configured as a DockerHub pull through cache')**
366. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png' width='26' height='26' /> **[Remmina](https://portainer-templates.as93.net/remmina ' 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 ')**
367. **[Remotely](https://portainer-templates.as93.net/remotely 'Remotely is a remote control and remote scripting solution built with NET 6 Blazor and SignalR Core ')**
368. <img title=" Requestrr https github com darkalfx requestrr is a chatbot used to simplify using services like Sonarr Radarr Ombi via the use of chat " src='https://github.com/darkalfx/requestrr/raw/master/Logos/requestrr_discord_Icon_512.png' width='26' height='26' /> **[Requestrr](https://portainer-templates.as93.net/requestrr ' Requestrr https github com darkalfx requestrr is a chatbot used to simplify using services like Sonarr Radarr Ombi via the use of chat ')**
369. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/resilio.png' width='26' height='26' /> **[Resilio-Sync](https://portainer-templates.as93.net/resiliosync '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 ')**
370. <img title="It is an open source HTML presentation framework It enables anyone with a web browser to create fully featured and beautiful presentations for free Production Mode" src='https://pbs.twimg.com/profile_images/1260911777929400325/_ClbHpsz_400x400.jpg' width='26' height='26' /> **[Reveal.Js](https://portainer-templates.as93.net/revealjs 'It is an open source HTML presentation framework It enables anyone with a web browser to create fully featured and beautiful presentations for free Production Mode')**
371. <img title="Rocket Chat Server" src='https://raw.githubusercontent.com/portapps/rocketchat-portable/master/res/papp.png' width='26' height='26' /> **[Rocket Chat](https://portainer-templates.as93.net/rocket-chat 'Rocket Chat Server')**
372. <img title="RPort is free remote access and remote management now acquired by RealVNC" src='https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_634014ae8000cebecce8a571f9ea316f/cloudradar-gmbh-rport.png' width='26' height='26' /> **[Rport](https://portainer-templates.as93.net/rport 'RPort is free remote access and remote management now acquired by RealVNC')**
373. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rsnapshot.png' width='26' height='26' /> **[Rsnapshot](https://portainer-templates.as93.net/rsnapshot ' 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 ')**
374. <img title="Rust Desk is an Open source virtual or remote desktop infrastructure for everyone " src='https://images.sftcdn.net/images/t_app-logo-xl,f_auto,dpr_2/p/735e7f11-0f1e-492d-bfa4-4be6eead5179/3131069239/rustdesk-unnamed.png' width='26' height='26' /> **[Rust Desk](https://portainer-templates.as93.net/rust-desk 'Rust Desk is an Open source virtual or remote desktop infrastructure for everyone ')**
375. <img title="Popular torrent client with a webui for ease of use " src='https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png' width='26' height='26' /> **[Rutorrent](https://portainer-templates.as93.net/rutorrent 'Popular torrent client with a webui for ease of use ')**
376. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sabnzbd-icon.png' width='26' height='26' /> **[Sabnzbd](https://portainer-templates.as93.net/sabnzbd '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 ')**
377. <img title="Samba has provided secure stable and fast file and print services for all clients using the SMB CIFS protocol such as all versions of DOS and Windows OS 2 Linux and many others " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/samba.png' width='26' height='26' /> **[Samba](https://portainer-templates.as93.net/samba 'Samba has provided secure stable and fast file and print services for all clients using the SMB CIFS protocol such as all versions of DOS and Windows OS 2 Linux and many others ')**
378. <img title="Standalone AWS S3 protocol server" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png' width='26' height='26' /> **[Scality S3](https://portainer-templates.as93.net/scality-s 'Standalone AWS S3 protocol server')**
379. <img title=" Scrutiny https github com AnalogJ scrutiny WebUI for smartd S M A R T monitoring Scrutiny is a Hard Drive Health Dashboard Monitoring solution merging manufacturer provided S M A R T metrics with real world failure rates from Backblaze " src='https://raw.githubusercontent.com/AnalogJ/scrutiny/master/docs/dashboard.png' width='26' height='26' /> **[Scrutiny](https://portainer-templates.as93.net/scrutiny ' Scrutiny https github com AnalogJ scrutiny WebUI for smartd S M A R T monitoring Scrutiny is a Hard Drive Health Dashboard Monitoring solution merging manufacturer provided S M A R T metrics with real world failure rates from Backblaze ')**
380. <img title="Open Source Privacy respecting metasearch engine" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/searx.png' width='26' height='26' /> **[Searxng](https://portainer-templates.as93.net/searxng 'Open Source Privacy respecting metasearch engine')**
381. <img title="Collect logs metrics and docker events" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png' width='26' height='26' /> **[Sematext Docker Agent](https://portainer-templates.as93.net/sematext-docker-agent 'Collect logs metrics and docker events')**
382. <img title="A self hosted bookmark management tool " src='https://github.com/beromir/Servas/raw/main/docs/images/home.png' width='26' height='26' /> **[Servas](https://portainer-templates.as93.net/servas 'A self hosted bookmark management tool ')**
383. <img title="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 " src='https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png' width='26' height='26' /> **[Shiori](https://portainer-templates.as93.net/shiori '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 ')**
384. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sickchill.png' width='26' height='26' /> **[Sickchill](https://portainer-templates.as93.net/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 ')**
385. <img title="SickGear provides management of TV shows and or Anime it detects new episodes links downloader apps and more " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png' width='26' height='26' /> **[Sickgear](https://portainer-templates.as93.net/sickgear 'SickGear provides management of TV shows and or Anime it detects new episodes links downloader apps and more ')**
386. <img title="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 " src='https://mediadepot.github.io/templates/img/sickrage-icon.png' width='26' height='26' /> **[Sickrage](https://portainer-templates.as93.net/sickrage '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 ')**
387. <img title="A TLS proxy relay for the Signal privacy messenger app " src='https://avatars.githubusercontent.com/u/702459?s=200&v=4' width='26' height='26' /> **[Signal Proxy](https://portainer-templates.as93.net/signal-proxy 'A TLS proxy relay for the Signal privacy messenger app ')**
388. <img title="Silverstripe CMS is a free and open source Content Management System CMS and Framework for creating and maintaining websites and web applications " src='https://github.com/brettt89/silverstripe-docker/raw/master/docs/logo.png' width='26' height='26' /> **[Silverstripe](https://portainer-templates.as93.net/silverstripe 'Silverstripe CMS is a free and open source Content Management System CMS and Framework for creating and maintaining websites and web applications ')**
389. <img title="Smokeping keeps track of your network latency " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/smokeping-icon.png' width='26' height='26' /> **[Smokeping](https://portainer-templates.as93.net/smokeping 'Smokeping keeps track of your network latency ')**
390. <img title=" Snapdrop https github com RobinLinus snapdrop A local file sharing in your browser Inspired by Apple s Airdrop " src='https://raw.githubusercontent.com/RobinLinus/snapdrop/master/client/images/logo_transparent_512x512.png' width='26' height='26' /> **[Snapdrop](https://portainer-templates.as93.net/snapdrop ' Snapdrop https github com RobinLinus snapdrop A local file sharing in your browser Inspired by Apple s Airdrop ')**
391. <img title="Self hosted snippet manager " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png' width='26' height='26' /> **[Snibox](https://portainer-templates.as93.net/snibox 'Self hosted snippet manager ')**
392. <img title=" 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 " src='https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/snipe-it-logo500x500.png' width='26' height='26' /> **[Snipe-It](https://portainer-templates.as93.net/snipeit ' 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 ')**
393. <img title="Snippet Box is a simple self hosted app for organizing your code snippets " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/snibox.png' width='26' height='26' /> **[Snippet-Box](https://portainer-templates.as93.net/snippetbox 'Snippet Box is a simple self hosted app for organizing your code snippets ')**
394. **[Softing Edgeconnector Modbus](https://portainer-templates.as93.net/softing-edgeconnector-modbus 'Connect Modbus TCP Sensors PLCs and provide the data via OPC UA and MQTT')**
395. <img title="Open source enterprise search platform" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png' width='26' height='26' /> **[Solr](https://portainer-templates.as93.net/solr 'Open source enterprise search platform')**
396. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sonarr-icon.png' width='26' height='26' /> **[Sonarr](https://portainer-templates.as93.net/sonarr '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 ')**
397. <img title="Run a Speedtest every hour and graph the results See https hub docker com r henrywhitaker3 speedtest tracker tags for arch options" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/speedtest-tracker.png' width='26' height='26' /> **[Speedtest Tracker](https://portainer-templates.as93.net/speedtest-tracker 'Run a Speedtest every hour and graph the results See https hub docker com r henrywhitaker3 speedtest tracker tags for arch options')**
398. <img title="Microsoft SQL Server on Linux" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png' width='26' height='26' /> **[Sql Server](https://portainer-templates.as93.net/sql-server 'Microsoft SQL Server on Linux')**
399. <img title="Microsoft SQL Server Express for Windows containers" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png' width='26' height='26' /> **[Sql Server Express](https://portainer-templates.as93.net/sql-server-express 'Microsoft SQL Server Express for Windows containers')**
400. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sqlitebrowser-banner.png' width='26' height='26' /> **[Sqlitebrowser](https://portainer-templates.as93.net/sqlitebrowser ' 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 ')**
401. <img title="Sshwifty is a SSH and Telnet connector made for the Web It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible standard web browser " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/sshwifty-icon.png' width='26' height='26' /> **[Sshwifty](https://portainer-templates.as93.net/sshwifty 'Sshwifty is a SSH and Telnet connector made for the Web It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible standard web browser ')**
402. <img title="Helps you organize your Ahem more MATURE Media material " src='https://dashy.to/img/dashy.png' width='26' height='26' /> **[Stash](https://portainer-templates.as93.net/stash 'Helps you organize your Ahem more MATURE Media material ')**
403. <img title="An easy to use Status Page for your websites and applications Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page " src='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/statping.png' width='26' height='26' /> **[Statping](https://portainer-templates.as93.net/statping 'An easy to use Status Page for your websites and applications Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page ')**
404. **[Surrealdb](https://portainer-templates.as93.net/surrealdb 'SurrealDB is an end to end cloud native database for web mobile serverless jamstack backend and traditional applications ')**
405. <img title="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 " src='https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/swag.gif' width='26' height='26' /> **[Swag](https://portainer-templates.as93.net/swag '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 ')**
406. <img title="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 Before running this container make sure that the url and subdomains are properly forwarded to this container s host Port 443 on the internet side of the router should be forwarded to this container s port 443 If you need a dynamic dns provider you can use the free provider duckdns org where the url will be yoursubdomain duckdns org and the subdomains can be www ftp cloud The container detects changes to url and subdomains revokes existing certs and generates new ones during start It also detects changes to the DHLEVEL parameter and replaces the dhparams file If you d like to password protect your sites you can use htpasswd Run the following command on your host to generate the htpasswd file docker exec it swag htpasswd c config nginx htpasswd lt username gt " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/swag.png' width='26' height='26' /> **[Swag - Secure Web Application Gateway](https://portainer-templates.as93.net/swag--secure-web-application-gateway '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 Before running this container make sure that the url and subdomains are properly forwarded to this container s host Port 443 on the internet side of the router should be forwarded to this container s port 443 If you need a dynamic dns provider you can use the free provider duckdns org where the url will be yoursubdomain duckdns org and the subdomains can be www ftp cloud The container detects changes to url and subdomains revokes existing certs and generates new ones during start It also detects changes to the DHLEVEL parameter and replaces the dhparams file If you d like to password protect your sites you can use htpasswd Run the following command on your host to generate the htpasswd file docker exec it swag htpasswd c config nginx htpasswd lt username gt ')**
407. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png' width='26' height='26' /> **[Synclounge](https://portainer-templates.as93.net/synclounge ' 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 ')**
408. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/syncthing-icon.png' width='26' height='26' /> **[Syncthing](https://portainer-templates.as93.net/syncthing '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 ')**
409. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png' width='26' height='26' /> **[Syslog-Ng](https://portainer-templates.as93.net/syslogng ' 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 ')**
410. <img title="A quick way to display system stats on a 128x64 I2C OLED display " src='https://camo.githubusercontent.com/4cf4aaa1e53612347e4d48f152d6d4eea0ce93a6ecacacaa9d44061d0994b408/68747470733a2f2f7777772e7468652d6469792d6c6966652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f30392f3138373137323831322d64653264653635632d626433302d343065372d613835322d3264343234656463323761622e6a7067' width='26' height='26' /> **[System Stats Oled Display](https://portainer-templates.as93.net/system-stats-oled-display 'A quick way to display system stats on a 128x64 I2C OLED display ')**
411. <img title="Tabby is an infinitely customizable cross platform terminal app for local shells serial SSH and Telnet connections " src='https://tabby.sh/32bf32ff6c87e8d18932.svg' width='26' height='26' /> **[Tabby](https://portainer-templates.as93.net/tabby 'Tabby is an infinitely customizable cross platform terminal app for local shells serial SSH and Telnet connections ')**
412. <img title="Tailscale lets you easily manage access to private resources quickly SSH into devices on your network and work securely from anywhere in the world " src='https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/tailscale.jpg' width='26' height='26' /> **[Tailscale](https://portainer-templates.as93.net/tailscale 'Tailscale lets you easily manage access to private resources quickly SSH into devices on your network and work securely from anywhere in the world ')**
413. <img title=" 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" src='https://raw.githubusercontent.com/Taisun-Docker/taisun/master/public/favicon/apple-icon-180x180.png' width='26' height='26' /> **[Taisun](https://portainer-templates.as93.net/taisun ' 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')**
414. <img title="The recipe manager that allows you to manage your ever growing collection of digital recipes " src='https://docs.tandoor.dev/logo_color.svg' width='26' height='26' /> **[Tandoor](https://portainer-templates.as93.net/tandoor 'The recipe manager that allows you to manage your ever growing collection of digital recipes ')**
415. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tautulli-icon.png' width='26' height='26' /> **[Tautulli](https://portainer-templates.as93.net/tautulli '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 ')**
416. <img title="Tdarr is a popular conditional transcoding application for processing large or small media libraries " src='https://tdarr.io/static/media/logo3.02a3f4a3.png' width='26' height='26' /> **[Tdarr](https://portainer-templates.as93.net/tdarr 'Tdarr is a popular conditional transcoding application for processing large or small media libraries ')**
417. <img title="Teleport allows engineers and security professionals to unify access for SSH servers Kubernetes clusters web applications and databases across all environments " src='https://bookface-images.s3.amazonaws.com/logos/386100350818400a035ac8e0caa84111de3316eb.png' width='26' height='26' /> **[Teleport](https://portainer-templates.as93.net/teleport 'Teleport allows engineers and security professionals to unify access for SSH servers Kubernetes clusters web applications and databases across all environments ')**
418. <img title="This internal tool is used as a desktop sandbox in our CI process to grab a screenshot of a hopefully functional endpoint" src='https://avatars3.githubusercontent.com/u/12324908?s=200&v=4' width='26' height='26' /> **[Tester](https://portainer-templates.as93.net/tester 'This internal tool is used as a desktop sandbox in our CI process to grab a screenshot of a hopefully functional endpoint')**
419. <img title="A self hosted web IRC client" src='https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png' width='26' height='26' /> **[Thelounge](https://portainer-templates.as93.net/thelounge 'A self hosted web IRC client')**
420. <img title="A unique non linear notebook wiki " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png' width='26' height='26' /> **[Tiddlywiki](https://portainer-templates.as93.net/tiddlywiki 'A unique non linear notebook wiki ')**
421. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png' width='26' height='26' /> **[Tiny Tiny Rss](https://portainer-templates.as93.net/tiny-tiny-rss '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 ')**
422. <img title="Tooljet is an Open source low code application development platform for building and deploying business applications " src='https://uploads-ssl.webflow.com/6266634263b9179f76b2236e/63aaa161e3b3be42ec50eb6f_Logomark.svg' width='26' height='26' /> **[Tooljet](https://portainer-templates.as93.net/tooljet 'Tooljet is an Open source low code application development platform for building and deploying business applications ')**
423. <img title="Lock for Container brings secure connectivity inside your industrial IoT devices" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/tosibox.png' width='26' height='26' /> **[Tosibox Lock For Container](https://portainer-templates.as93.net/tosibox-lock-for-container 'Lock for Container brings secure connectivity inside your industrial IoT devices')**
424. <img title="Cloud Native Networking Stack That Just Works " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/traefik.png' width='26' height='26' /> **[Traefik](https://portainer-templates.as93.net/traefik 'Cloud Native Networking Stack That Just Works ')**
425. <img title="Traggo is a tag based time tracking tool In Traggo there are no tasks only tagged time spans " src='https://traggo.net/images/favicon.png' width='26' height='26' /> **[Traggo](https://portainer-templates.as93.net/traggo 'Traggo is a tag based time tracking tool In Traggo there are no tasks only tagged time spans ')**
426. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/transmission-icon.png' width='26' height='26' /> **[Transmission](https://portainer-templates.as93.net/transmission '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 ')**
427. <img title="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 " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/transmission-icon.png' width='26' height='26' /> **[Transmission Openvpn Version 4](https://portainer-templates.as93.net/transmission-openvpn-version- '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 ')**
428. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png' width='26' height='26' /> **[Transmission-Openvpn](https://portainer-templates.as93.net/transmissionopenvpn '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 ')**
429. <img title="Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases" src='https://www.saashub.com/images/app/service_logos/55/2901389fab77/large.png?1561117248' width='26' height='26' /> **[Trilium](https://portainer-templates.as93.net/trilium 'Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases')**
430. <img title="Trudesk is an Open Source Help Desk Software and Ticketing System" src='https://trudesk.io/wp-content/uploads/2019/10/logo-med.png' width='26' height='26' /> **[Trudesk](https://portainer-templates.as93.net/trudesk 'Trudesk is an Open Source Help Desk Software and Ticketing System')**
431. <img title="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 gt IP and HDHomeRun as input sources Tvheadend offers the HTTP VLC MPlayer HTSP Kodi Movian and SAT gt IP streaming Multiple EPG sources are supported over the air DVB and ATSC including OpenTV DVB extensions XMLTV PyXML " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tvheadend.png' width='26' height='26' /> **[Tvheadend](https://portainer-templates.as93.net/tvheadend '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 gt IP and HDHomeRun as input sources Tvheadend offers the HTTP VLC MPlayer HTSP Kodi Movian and SAT gt IP streaming Multiple EPG sources are supported over the air DVB and ATSC including OpenTV DVB extensions XMLTV PyXML ')**
432. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ubooquity-icon.png' width='26' height='26' /> **[Ubooquity](https://portainer-templates.as93.net/ubooquity '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 ')**
433. <img title="Debian based Linux operating system" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png' width='26' height='26' /> **[Ubuntu](https://portainer-templates.as93.net/ubuntu 'Debian based Linux operating system')**
434. <img title="Umami is a simple easy to use self hosted web analytics solution The goal is to provide you with a friendlier privacy focused alternative to Google Analytics and a free open sourced alternative to paid solutions" src='https://icons.duckduckgo.com/ip3/umami.is.ico' width='26' height='26' /> **[Umami.Is](https://portainer-templates.as93.net/umamiis 'Umami is a simple easy to use self hosted web analytics solution The goal is to provide you with a friendlier privacy focused alternative to Google Analytics and a free open sourced alternative to paid solutions')**
435. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png' width='26' height='26' /> **[Unifi Video](https://portainer-templates.as93.net/unifi-video '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 ')**
436. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/unifi-icon.png' width='26' height='26' /> **[Unifi-Controller](https://portainer-templates.as93.net/unificontroller '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 ')**
437. <img title="Unmanic is a simple tool for optimising your file library You can use it to convert your files into a single uniform format manage file movements based on timestamps or execute custom commands against a file based on its file size " src='https://docs.unmanic.app/img/icon.png' width='26' height='26' /> **[Unmanic](https://portainer-templates.as93.net/unmanic 'Unmanic is a simple tool for optimising your file library You can use it to convert your files into a single uniform format manage file movements based on timestamps or execute custom commands against a file based on its file size ')**
438. <img title="Monitor your Unifi Controller using Grafana developed by oijkn for the Raspberry Pi Monitor " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/unpoller-logo.png' width='26' height='26' /> **[Unpoller Monitor](https://portainer-templates.as93.net/unpoller-monitor 'Monitor your Unifi Controller using Grafana developed by oijkn for the Raspberry Pi Monitor ')**
439. <img title="UpSnap is a simple wake on lan app written with SvelteKit Go PocketBase and nmap " src='https://github.com/seriousm4x/UpSnap/raw/master/frontend/static/favicon.png' width='26' height='26' /> **[Upsnap](https://portainer-templates.as93.net/upsnap 'UpSnap is a simple wake on lan app written with SvelteKit Go PocketBase and nmap ')**
440. <img title="It is a self hosted monitoring tool like Uptime Robot " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/uptime-kuma.png' width='26' height='26' /> **[Uptime Kuma](https://portainer-templates.as93.net/uptime-kuma 'It is a self hosted monitoring tool like Uptime Robot ')**
441. <img title="Open source network backup" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png' width='26' height='26' /> **[Urbackup](https://portainer-templates.as93.net/urbackup 'Open source network backup')**
442. <img title="A tool for monitoring webpages for updates" src='https://mediadepot.github.io/templates/img/urlwatch.png' width='26' height='26' /> **[Urlwatch](https://portainer-templates.as93.net/urlwatch 'A tool for monitoring webpages for updates')**
443. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png' width='26' height='26' /> **[Vaultwarden](https://portainer-templates.as93.net/vaultwarden '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 ')**
444. <img title="The to do app to organize your life Before use create custom template and Edit VIKUNJA SERVICE FRONTENDURL VIKUNJA API URL VIKUNJA SERVICE JWTSECRET" src='https://vikunja.io/images/vikunja.png' width='26' height='26' /> **[Vikunja](https://portainer-templates.as93.net/vikunja 'The to do app to organize your life Before use create custom template and Edit VIKUNJA SERVICE FRONTENDURL VIKUNJA API URL VIKUNJA SERVICE JWTSECRET')**
445. <img title="Vikunja With Frontend The to do app to organize your life Must run tools install vikunja sh before installing the template More informantion at https vikunja io " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/vikunja.png' width='26' height='26' /> **[Vikunja With Frontend](https://portainer-templates.as93.net/vikunja-with-frontend 'Vikunja With Frontend The to do app to organize your life Must run tools install vikunja sh before installing the template More informantion at https vikunja io ')**
446. <img title="This is a replacement for Microsoft s KMS server " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/vlmcsd.png' width='26' height='26' /> **[Vlmcsd - Kms](https://portainer-templates.as93.net/vlmcsd--kms 'This is a replacement for Microsoft s KMS server ')**
447. <img title=" VSCodium https vscodium com is a community driven freely licensed binary distribution of Microsoft s editor VS Code " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png' width='26' height='26' /> **[Vscodium](https://portainer-templates.as93.net/vscodium ' VSCodium https vscodium com is a community driven freely licensed binary distribution of Microsoft s editor VS Code ')**
448. <img title="Secure fast FTP server for UNIX like systems" src='https://mediadepot.github.io/templates/img/pureftpd-icon.jpg' width='26' height='26' /> **[Vsftpd Ftp Server](https://portainer-templates.as93.net/vsftpd-ftp-server 'Secure fast FTP server for UNIX like systems')**
449. <img title="wallabag is a web application allowing you to save web pages for later reading Click save and read it when you want " src='https://www.wallabag.org/user/themes/boxify/img/logo-wallabag.svg' width='26' height='26' /> **[Wallabag](https://portainer-templates.as93.net/wallabag 'wallabag is a web application allowing you to save web pages for later reading Click save and read it when you want ')**
450. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png' width='26' height='26' /> **[Watchtower](https://portainer-templates.as93.net/watchtower '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 ')**
451. <img title=" WebCord https github com SpacingBat3 WebCord can be summarized as a pack of security and privacy hardenings Discord features reimplementations Electron Chromium Discord bugs workarounds stylesheets internal pages and wrapped https discord com page designed to conform with ToS as much as it is possible or hide the changes that might violate it from Discord s eyes " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webcord-icon.png' width='26' height='26' /> **[Webcord](https://portainer-templates.as93.net/webcord ' WebCord https github com SpacingBat3 WebCord can be summarized as a pack of security and privacy hardenings Discord features reimplementations Electron Chromium Discord bugs workarounds stylesheets internal pages and wrapped https discord com page designed to conform with ToS as much as it is possible or hide the changes that might violate it from Discord s eyes ')**
452. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/webgrabplus.png' width='26' height='26' /> **[Webgrabplus](https://portainer-templates.as93.net/webgrabplus '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 ')**
453. <img title=" Webtop https github com linuxserver gclient Alpine Ubuntu Fedora and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png' width='26' height='26' /> **[Webtop](https://portainer-templates.as93.net/webtop ' Webtop https github com linuxserver gclient Alpine Ubuntu Fedora and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser ')**
454. <img title="Self hosted FLOSS fitness workout nutrition and weight tracker written with Django" src='https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png' width='26' height='26' /> **[Wger](https://portainer-templates.as93.net/wger 'Self hosted FLOSS fitness workout nutrition and weight tracker written with Django')**
455. <img title="Whisparr is an adult movie collection manager for Usenet and BitTorrent users " src='https://whisparr.com/logo/256.png' width='26' height='26' /> **[Whisparr](https://portainer-templates.as93.net/whisparr 'Whisparr is an adult movie collection manager for Usenet and BitTorrent users ')**
456. <img title="Self hosted ad free privacy respecting Google metasearch engine " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png' width='26' height='26' /> **[Whoogle](https://portainer-templates.as93.net/whoogle 'Self hosted ad free privacy respecting Google metasearch engine ')**
457. <img title="Wikijs A modern lightweight and powerful wiki app built on NodeJS " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png' width='26' height='26' /> **[Wikijs](https://portainer-templates.as93.net/wikijs 'Wikijs A modern lightweight and powerful wiki app built on NodeJS ')**
458. <img title="A Docker image for Windows 2000 Advanced Server with SP4 " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/win2000.png' width='26' height='26' /> **[Windows 2000](https://portainer-templates.as93.net/windows- 'A Docker image for Windows 2000 Advanced Server with SP4 ')**
459. <img title=" 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 " src='https://www.wireguard.com/img/wireguard.svg' width='26' height='26' /> **[Wireguard](https://portainer-templates.as93.net/wireguard ' 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 ')**
460. <img title="Fast VPN Server with easy to use User Interface" src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/wireguard.png' width='26' height='26' /> **[Wireguard Server](https://portainer-templates.as93.net/wireguard-server 'Fast VPN Server with easy to use User Interface')**
461. <img title=" 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 " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-icon.png' width='26' height='26' /> **[Wireshark](https://portainer-templates.as93.net/wireshark ' 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 ')**
462. <img title=" Wizarr is an advanced user invitation and management system for Jellyfin Plex Emby etc " src='https://mediadepot.github.io/templates/img/wizarr-logo.png' width='26' height='26' /> **[Wizarr](https://portainer-templates.as93.net/wizarr ' Wizarr is an advanced user invitation and management system for Jellyfin Plex Emby etc ')**
463. <img title="WordPress setup with a MySQL database" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png' width='26' height='26' /> **[Wordpress](https://portainer-templates.as93.net/wordpress 'WordPress setup with a MySQL database')**
464. <img title="Streaming media server" src='https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png' width='26' height='26' /> **[Wowza](https://portainer-templates.as93.net/wowza 'Streaming media server')**
465. <img title=" WPS Office https www wps com is a lightweight feature rich comprehensive office suite with high compatibility As a handy and professional office software WPS Office allows you to edit files in Writer Presentation Spreadsheet and PDF to improve your work efficiency " src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wps-office-icon.png' width='26' height='26' /> **[Wps-Office](https://portainer-templates.as93.net/wpsoffice ' WPS Office https www wps com is a lightweight feature rich comprehensive office suite with high compatibility As a handy and professional office software WPS Office allows you to edit files in Writer Presentation Spreadsheet and PDF to improve your work efficiency ')**
466. <img title=" 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 " src='https://raw.githubusercontent.com/SergiX44/XBackBone/master/docs/img/xbackbone.png' width='26' height='26' /> **[Xbackbone](https://portainer-templates.as93.net/xbackbone ' 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 ')**
467. <img title="Xwiki s a free wiki software platform written in Java with a design emphasis on extensibility XWiki is an enterprise wiki " src='https://upload.wikimedia.org/wikipedia/commons/e/e2/Logo-xwikiorange.svg' width='26' height='26' /> **[Xwiki](https://portainer-templates.as93.net/xwiki 'Xwiki s a free wiki software platform written in Java with a design emphasis on extensibility XWiki is an enterprise wiki ')**
468. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png' width='26' height='26' /> **[Yacht](https://portainer-templates.as93.net/yacht '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 ')**
469. **[Your_Spotify](https://portainer-templates.as93.net/yourspotify 'YourSpotify is a self hosted application that tracks what you listen and offers you a dashboard to explore statistics about it ')**
470. <img title="YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener " src='https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/yourls-logo.png' width='26' height='26' /> **[Yourls](https://portainer-templates.as93.net/yourls 'YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener ')**
471. <img title="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 " src='https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png' width='26' height='26' /> **[Youtubedl-Material](https://portainer-templates.as93.net/youtubedlmaterial '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 ')**
472. **[Yq](https://portainer-templates.as93.net/yq 'This container needs special attention Please check https hub docker com r linuxserver yq for details ')**
473. <img title="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 " src='https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/znc-icon.png' width='26' height='26' /> **[Znc](https://portainer-templates.as93.net/znc '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 ')**
474. <img title="Zusam is a free and open source way to self host private forums for groups of friends " src='https://github.com/zusam/zusam/raw/master/app/src/assets/zusam_logo.png' width='26' height='26' /> **[Zus.Am](https://portainer-templates.as93.net/zusam 'Zusam is a free and open source way to self host private forums for groups of friends ')**
<!-- auto-insert-apps:end -->
@@ -602,6 +618,14 @@ The main `templates.json` file is composes of these sources, along with the cont
## Contributing
Contributions of any kind are very welcome, and would be much appreciated.
For Code of Conduct, see [Contributor Convent](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).
For a guide on adding templates, see the [Editing](#editing) section above (TLDR; either update sources.csv, or paste your template collection into the ./sources directory).
Or, to make changes to the website, see the [Website](#website) section below.
If you're new to GitHub, you can get started by forking the repo, making your changes, adding, commiting and pushing the code, then come back here to open a pull request. You may also find [this guide](https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3#let-s-make-our-first-pull-request-) or the [git docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) helpful for getting started, but feel free to reach out if you need any support.
---
## Website
@@ -630,7 +654,7 @@ There's a mirror of this repository, maintained on CodeBerg at: **[codeberg.org/
To pull templates from there, instead of GitHub, use this URL in your Portainer instance instead:
```
https://codeberg.org/alicia/portainer-templates/src/branch/main/templates.json
https://codeberg.org/alicia/portainer-templates/raw/branch/main/templates.json
```
---

View File

@@ -4,10 +4,11 @@ name: 🐳 Build + Publish Multi-Platform Image
on:
workflow_dispatch:
push:
branches: ['master']
branches: ['main']
tags: ['v[0-9].[0-9]+.[0-9]+']
paths:
- 'templates.json'
- 'Dockerfile'
env:
DH_IMAGE: ${{ secrets.DOCKER_REPO || github.event.repository.name }}
@@ -36,9 +37,9 @@ jobs:
images: |
${{ env.DH_IMAGE }}
ghcr.io/${{ env.GH_IMAGE }}
tags: |
type=ref,event=tag,suffix={{tag}}
type=ref,event=branch,branch=main,name=latest
# tags: |
# type=ref,event=tag,suffix={{tag}}
# type=ref,event=branch,branch=main,name=latest
labels: |
maintainer=Lissy93
org.opencontainers.image.title=Portainer-Templates

View File

@@ -1,5 +1,6 @@
FROM nginx:stable-alpine
COPY templates.json /usr/share/nginx/html/templates.json
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80

28
index.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<head>
<title>Portainer Templates</title>
</head>
<body>
<main>
<h1>Portainer Templates</h1>
<p><i>Your template server is up and running 🎉</i></p>
<p>
Within your Portainer instance, you can add this URL as a template source:
<a href="/templates.json"><code>templates.json</code></a>
</p>
<p>
For further documentation, or to make changes, visit the GitHub repo at
<a href="https://github.com/lissy93/portainer-templates">github.com/lissy93/portainer-templates</a>
<br>
Or to browse the full list of apps, along with stats, config options and usage docs, see
<a href="https://portainer-templates.as93.net">portainer-templates.as93.net</a>
</p>
</main>
<style>
body { background: #101828; color: #ffffff; font-family: sans-serif; }
h1 { font-size: 3rem; text-align: center; }
main { background: #1d2939; padding: 1rem; border-radius: 6px; margin: 1rem auto; max-width: 1000px; }
i { font-size: 1.2rem; opacity: 0.8; }
a { color: #0ba5ec; font-weight: bold; }
</style>
</body>

View File

@@ -14,9 +14,9 @@ templates = []
# For each file in sources
for file in files:
# Open the file
with open(templates_src_dir + file) as f:
if file.endswith('.json'):
file_path = os.path.join(templates_src_dir, file)
if os.path.isfile(file_path) and file.endswith('.json'):
with open(file_path) as f:
# Load the JSON into a variable
data = json.load(f)['templates']
# Append the template object to the templates list

View File

@@ -0,0 +1,205 @@
{
"version": "2",
"templates": [
{
"categories": [
"Productivity",
"Social"
],
"description": "Open source collaborative knowledge base for modern teams",
"env": [
{
"default": "production",
"label": "NODE_ENV",
"name": "NODE_ENV"
},
{
"default": "",
"label": "SECRET_KEY",
"name": "SECRET_KEY"
},
{
"default": "",
"label": "UTILS_SECRET",
"name": "UTILS_SECRET"
},
{
"default": "",
"label": "DATABASE_URL",
"name": "DATABASE_URL"
},
{
"default": "",
"label": "DATABASE_URL_TEST",
"name": "DATABASE_URL_TEST"
},
{
"default": "",
"label": "DATABASE_CONNECTION_POOL_MIN",
"name": "DATABASE_CONNECTION_POOL_MIN"
},
{
"default": "",
"label": "DATABASE_CONNECTION_POOL_MAX",
"name": "DATABASE_CONNECTION_POOL_MAX"
},
{
"default": "",
"label": "REDIS_URL",
"name": "REDIS_URL"
},
{
"default": "",
"label": "URL",
"name": "URL"
},
{
"default": "3000",
"label": "PORT",
"name": "PORT"
},
{
"default": "",
"label": "COLLABORATION_URL",
"name": "COLLABORATION_URL"
},
{
"default": "",
"label": "GOOGLE_CLIENT_ID",
"name": "GOOGLE_CLIENT_ID"
},
{
"default": "",
"label": "GOOGLE_CLIENT_SECRET",
"name": "GOOGLE_CLIENT_SECRET"
},
{
"default": "",
"label": "SSL_KEY",
"name": "SSL_KEY"
},
{
"default": "",
"label": "SSL_CERT",
"name": "SSL_CERT"
},
{
"default": "true",
"label": "FORCE_HTTPS",
"name": "FORCE_HTTPS"
},
{
"default": "true",
"label": "ENABLE_UPDATES",
"name": "ENABLE_UPDATES"
},
{
"default": "1",
"label": "WEB_CONCURRENCY",
"name": "WEB_CONCURRENCY"
},
{
"default": "5120000",
"label": "MAXIMUM_IMPORT_SIZE",
"name": "MAXIMUM_IMPORT_SIZE"
},
{
"default": "http",
"label": "DEBUG",
"name": "DEBUG"
},
{
"default": "info",
"label": "LOG_LEVEL",
"name": "LOG_LEVEL"
},
{
"default": "",
"label": "GOOGLE_ANALYTICS_ID",
"name": "GOOGLE_ANALYTICS_ID"
},
{
"default": "",
"label": "SENTRY_DSN",
"name": "SENTRY_DSN"
},
{
"default": "",
"label": "SENTRY_TUNNEL",
"name": "SENTRY_TUNNEL"
},
{
"default": "",
"label": "SMTP_HOST",
"name": "SMTP_HOST"
},
{
"default": "",
"label": "SMTP_PORT",
"name": "SMTP_PORT"
},
{
"default": "",
"label": "SMTP_USERNAME",
"name": "SMTP_USERNAME"
},
{
"default": "",
"label": "SMTP_PASSWORD",
"name": "SMTP_PASSWORD"
},
{
"default": "",
"label": "SMTP_FROM_EMAIL",
"name": "SMTP_FROM_EMAIL"
},
{
"default": "",
"label": "SMTP_REPLY_EMAIL",
"name": "SMTP_REPLY_EMAIL"
},
{
"default": "",
"label": "SMTP_TLS_CIPHERS",
"name": "SMTP_TLS_CIPHERS"
},
{
"default": "true",
"label": "SMTP_SECURE",
"name": "SMTP_SECURE"
},
{
"default": "en_US",
"label": "DEFAULT_LANGUAGE",
"name": "DEFAULT_LANGUAGE"
},
{
"default": "true",
"label": "RATE_LIMITER_ENABLED",
"name": "RATE_LIMITER_ENABLED"
},
{
"default": "1000",
"label": "RATE_LIMITER_REQUESTS",
"name": "RATE_LIMITER_REQUESTS"
},
{
"default": "60",
"label": "RATE_LIMITER_DURATION_WINDOW",
"name": "RATE_LIMITER_DURATION_WINDOW"
}
],
"logo": "https://avatars.githubusercontent.com/u/1765001",
"name": "outline",
"note": "Open source collaborative knowledge base for modern teams",
"platform": "linux",
"repository": {
"stackfile": "sources/stacks/outline.yml",
"url": "https://github.com/lissy93/portainer-templates"
},
"restart_policy": "unless-stopped",
"title": "Outline",
"type": 3
}
]
}

View File

@@ -0,0 +1,88 @@
version: "3"
services:
outline:
image: docker.getoutline.com/outlinewiki/outline:latest
env_file: ./docker.env
ports:
- "3000:3000"
depends_on:
- postgres
- redis
- storage
redis:
image: redis
env_file: ./docker.env
ports:
- "6379:6379"
volumes:
- ./redis.conf:/redis.conf
command: ["redis-server", "/redis.conf"]
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 10s
timeout: 30s
retries: 3
postgres:
image: postgres
env_file: ./docker.env
ports:
- "5432:5432"
volumes:
- database-data:/var/lib/postgresql/data
healthcheck:
test: ["CMD", "pg_isready"]
interval: 30s
timeout: 20s
retries: 3
environment:
POSTGRES_USER: 'user'
POSTGRES_PASSWORD: 'pass'
POSTGRES_DB: 'outline'
storage:
image: minio/minio
env_file: ./docker.env
ports:
- "9000:9000"
entrypoint: sh
command: -c 'minio server'
deploy:
restart_policy:
condition: on-failure
volumes:
- storage-data:/data
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
timeout: 20s
retries: 3
https-portal:
image: steveltn/https-portal
env_file: ./docker.env
ports:
- '80:80'
- '443:443'
links:
- outline
- storage
restart: always
volumes:
- https-portal-data:/var/lib/https-portal
healthcheck:
test: ["CMD", "service", "nginx", "status"]
interval: 30s
timeout: 20s
retries: 3
environment:
DOMAINS: 'docs.mycompany.com -> http://outline:3000'
STAGE: 'production'
WEBSOCKET: 'true'
volumes:
https-portal-data:
storage-data:
database-data:

View File

@@ -11548,6 +11548,206 @@
"title": "PhotoPrism",
"type": 3
},
{
"categories": [
"Productivity",
"Social"
],
"description": "Open source collaborative knowledge base for modern teams",
"env": [
{
"default": "production",
"label": "NODE_ENV",
"name": "NODE_ENV"
},
{
"default": "",
"label": "SECRET_KEY",
"name": "SECRET_KEY"
},
{
"default": "",
"label": "UTILS_SECRET",
"name": "UTILS_SECRET"
},
{
"default": "",
"label": "DATABASE_URL",
"name": "DATABASE_URL"
},
{
"default": "",
"label": "DATABASE_URL_TEST",
"name": "DATABASE_URL_TEST"
},
{
"default": "",
"label": "DATABASE_CONNECTION_POOL_MIN",
"name": "DATABASE_CONNECTION_POOL_MIN"
},
{
"default": "",
"label": "DATABASE_CONNECTION_POOL_MAX",
"name": "DATABASE_CONNECTION_POOL_MAX"
},
{
"default": "",
"label": "REDIS_URL",
"name": "REDIS_URL"
},
{
"default": "",
"label": "URL",
"name": "URL"
},
{
"default": "3000",
"label": "PORT",
"name": "PORT"
},
{
"default": "",
"label": "COLLABORATION_URL",
"name": "COLLABORATION_URL"
},
{
"default": "",
"label": "GOOGLE_CLIENT_ID",
"name": "GOOGLE_CLIENT_ID"
},
{
"default": "",
"label": "GOOGLE_CLIENT_SECRET",
"name": "GOOGLE_CLIENT_SECRET"
},
{
"default": "",
"label": "SSL_KEY",
"name": "SSL_KEY"
},
{
"default": "",
"label": "SSL_CERT",
"name": "SSL_CERT"
},
{
"default": "true",
"label": "FORCE_HTTPS",
"name": "FORCE_HTTPS"
},
{
"default": "true",
"label": "ENABLE_UPDATES",
"name": "ENABLE_UPDATES"
},
{
"default": "1",
"label": "WEB_CONCURRENCY",
"name": "WEB_CONCURRENCY"
},
{
"default": "5120000",
"label": "MAXIMUM_IMPORT_SIZE",
"name": "MAXIMUM_IMPORT_SIZE"
},
{
"default": "http",
"label": "DEBUG",
"name": "DEBUG"
},
{
"default": "info",
"label": "LOG_LEVEL",
"name": "LOG_LEVEL"
},
{
"default": "",
"label": "GOOGLE_ANALYTICS_ID",
"name": "GOOGLE_ANALYTICS_ID"
},
{
"default": "",
"label": "SENTRY_DSN",
"name": "SENTRY_DSN"
},
{
"default": "",
"label": "SENTRY_TUNNEL",
"name": "SENTRY_TUNNEL"
},
{
"default": "",
"label": "SMTP_HOST",
"name": "SMTP_HOST"
},
{
"default": "",
"label": "SMTP_PORT",
"name": "SMTP_PORT"
},
{
"default": "",
"label": "SMTP_USERNAME",
"name": "SMTP_USERNAME"
},
{
"default": "",
"label": "SMTP_PASSWORD",
"name": "SMTP_PASSWORD"
},
{
"default": "",
"label": "SMTP_FROM_EMAIL",
"name": "SMTP_FROM_EMAIL"
},
{
"default": "",
"label": "SMTP_REPLY_EMAIL",
"name": "SMTP_REPLY_EMAIL"
},
{
"default": "",
"label": "SMTP_TLS_CIPHERS",
"name": "SMTP_TLS_CIPHERS"
},
{
"default": "true",
"label": "SMTP_SECURE",
"name": "SMTP_SECURE"
},
{
"default": "en_US",
"label": "DEFAULT_LANGUAGE",
"name": "DEFAULT_LANGUAGE"
},
{
"default": "true",
"label": "RATE_LIMITER_ENABLED",
"name": "RATE_LIMITER_ENABLED"
},
{
"default": "1000",
"label": "RATE_LIMITER_REQUESTS",
"name": "RATE_LIMITER_REQUESTS"
},
{
"default": "60",
"label": "RATE_LIMITER_DURATION_WINDOW",
"name": "RATE_LIMITER_DURATION_WINDOW"
}
],
"logo": "https://avatars.githubusercontent.com/u/1765001",
"name": "outline",
"note": "Open source collaborative knowledge base for modern teams",
"platform": "linux",
"repository": {
"stackfile": "sources/stacks/outline.yml",
"url": "https://github.com/lissy93/portainer-templates"
},
"restart_policy": "unless-stopped",
"title": "Outline",
"type": 3
},
{
"categories": [
"Adblocking"
@@ -12974,7 +13174,7 @@
},
{
"categories": [
"Download",
"Downloaders",
"Multimedia"
],
"description": "Autobrr is the modern download automation tool for torrents.",
@@ -13378,7 +13578,7 @@
},
{
"categories": [
"Downloading"
"Downloaders"
],
"description": "Peer-to-peer file transfers in your browser",
"logo": "https://raw.githubusercontent.com/kern/filepizza/master/src/static/images/wordmark.png",