Lissy93 / portainer-templates

🚢 500+ 1-click Portainer app templates
https://portainer-templates.as93.net
MIT License
1.83k stars 176 forks source link
docker linux portainer privacy self-hosted server

Portainer Templates

A compiled list of 500+ ready to go Portainer App templates

🌐 portainer-templates.as93.net

TL;DR Under Settings → App Templates in your Portainer GUI, paste this URL:
https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json

Contents - [Intro](#intro) - [Usage](#usage) - [Self-Hosting](#self-hosting) - [Editing](#editing) - [Included Apps](#supported-apps-and-stacks) - [Sources](#sources) - [Raising Issues](#raising-issues) - [Contributing](#contributing) - [Website](#website) - [Mirror](#mirror) - [Credits](#credits) - [License](#license)

Intro

In Portainer, App 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), it's often helpful to have 1-click access to many more apps + stacks, without having to constantly switch template sources.

This repo combines app templates from several sources, to create a ready-to-go template file containing all the apps you'll ever need. It's also possible to self-host, as well as combine with your own custom templates.

You can browse all supported apps and stacks and see stats, config options and stand-alone installation commands for each, at portainer-templates.as93.net


Usage

  1. Log into your Portainer web UI
  2. Under Settings --> App Templates, update the URL to
    • https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json
  3. Now under Home --> App Templates, you should see all apps. Click one to deploy.
Show me...

Alternatively, when you start Portainer, you can append the --templates flag pointing to the templates URL.


Self-Hosting

If you'd prefer to source templates locally, you can self-host with Docker - there's a sample NGINX container provided
Just run: docker run -p 8080:80 lissy93/portainer-templates (changing 8080 to a port of your choice)
You'll then be able to pass Portainer the template file located at http://[host]:[port]/templates.json

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!)

git clone https://github.com/lissy93/portainer-templates.git
cd portainer-templates
docker build -t portainer-templates .
docker run -d -p "8080:80" 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"


Editing

The template.json file is generated using the scripts in lib, using GitHub Actions. Running the make command will download all listed sources, parse them, and combine them with anything in the sources dir, outputting the templates.json file.
So, you only need to edit either the sources.csv file, or add your templates directly into the sources/ directory.

Adding a new Source

If you're maintaining your own list of Portainer templates, and would like them to be included, just add the URL to your template.json file to sources.csv, along with a name. When the action runs, it will download the content, parse it and add it to the final template.

Adding a Template / Template list

Alternatively, place your template file within the sources directory, and it will be automatically combined into the main template.json. Be sure that your template corresponds to Portainer's App Template JSON Format.

Validating Templates

There is a schema defined in Schema.json, which can be used to validate any Portainer template. Run make validate to ensure your template conforms to Portainer's App Template specification.

Maintaining your own Templates

If you'd like to use this repo as a base, but maintain your own list of template, just fork the repository, and update lissy93 with your username in the import URL.


Supported Apps and Stacks


↕️ Click to Expand ↕️

_Click an item, to see stats, config options and installation instructions_ 1. **[Activepieces](https://portainer-templates.as93.net/activepieces 'Automate your marketing sales and operations')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 2. **[Actual](https://portainer-templates.as93.net/actual 'Actual is a super fast privacy focused app for managing your finances ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 3. **[Adguard](https://portainer-templates.as93.net/adguard 'AdGuard Home is a network wide software for blocking ads tracking After you set it up it ll cover ALL your home devices and you don t need any client side software for that With the rise of Internet Of Things and connected devices it becomes more and more important to be able to control your whole network ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 4. **[Adguardhome](https://portainer-templates.as93.net/adguardhome 'AdGuard Home is a network wide software for blocking ads tracking ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 5. **[Adguardhome-Sync](https://portainer-templates.as93.net/adguardhomesync ' Adguardhome sync https github com bakito adguardhome sync is a tool to synchronize AdGuardHome config to replica instances ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 6. **[Airsonic](https://portainer-templates.as93.net/airsonic 'Airsonic is a free web based media streamer providing ubiqutious access to your music Use it to share your music with friends or to listen to your own music while at work You can stream to multiple players simultaneously for instance to one player in your kitchen and another in your living room ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 7. **[Airsonic-Advanced](https://portainer-templates.as93.net/airsonicadvanced ' Airsonic advanced https github com airsonic advanced airsonic advanced is a free web based media streamer providing ubiquitious access to your music Use it to share your music with friends or to listen to your own music while at work You can stream to multiple players simultaneously for instance to one player in your kitchen and another in your living room ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 8. **[Alpine Xfce4 Novnc](https://portainer-templates.as93.net/alpine-xfce-novnc 'Alpine xfce4 novnc')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 9. **[Altus](https://portainer-templates.as93.net/altus ' Altus https github com amanharwara altus is an Electron based WhatsApp client with themes and multiple account support ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 10. **[Ansible-Semaphore](https://portainer-templates.as93.net/ansiblesemaphore 'Modern UI for Ansible')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 11. **[Apache Httpd](https://portainer-templates.as93.net/apache-httpd 'The Apache HTTP Server is a free and open source cross platform web server software released under the terms of Apache License 2 0 Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 12. **[Apprise-Api](https://portainer-templates.as93.net/appriseapi ' Apprise api https github com caronc apprise api Takes advantage of Apprise https github com caronc apprise through your network with a user friendly API Send notifications to more then 65 services An incredibly lightweight gateway to Apprise A production ready micro service at your disposal Apprise API was designed to easily fit into existing and new eco systems that are looking for a simple notification solution ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 13. **[Appsmith](https://portainer-templates.as93.net/appsmith 'Appsmith www appsmith com is the first open source low code tool that helps developers build dashboards and admin panels very quickly ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 14. **[Appwrite](https://portainer-templates.as93.net/appwrite 'Appwrite is a self hosted backend as a service platform that provides developers with all the core APIs required to build any application ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 15. **[Archisteamfarm](https://portainer-templates.as93.net/archisteamfarm 'C application with primary purpose of farming Steam cards from multiple accounts simultaneously ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 16. **[Archivebox](https://portainer-templates.as93.net/archivebox 'ArchiveBox is a powerful self hosted internet archiving solution to collect save and view sites you want to preserve offline ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 17. **[Ardour](https://portainer-templates.as93.net/ardour ' Ardour https ardour org is an open source collaborative effort of a worldwide team including musicians programmers and professional recording engineers ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 18. **[Aria2 Pro](https://portainer-templates.as93.net/aria-pro 'A perfect Aria2 Docker image Out of the box just add download tasks and don t need to think about anything else ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 19. **[Ariang](https://portainer-templates.as93.net/ariang 'AriaNg is a modern web frontend making aria2 easier to use AriaNg is written in pure html javascript thus it does not need any compilers or runtime environment You can just put AriaNg in your web server and open it in your browser AriaNg uses responsive layout and supports any desktop or mobile devices ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 20. **[Asciinema {Shmolf}](https://portainer-templates.as93.net/asciinema-shmolf 'Self hosted terminal recording and playback')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 21. **[Audacity](https://portainer-templates.as93.net/audacity ' Audacity https www audacityteam org is an easy to use multi track audio editor and recorder Developed by a group of volunteers as open source ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 22. **[Audiobookshelf](https://portainer-templates.as93.net/audiobookshelf 'Audiobook Server')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 23. **[Authelia](https://portainer-templates.as93.net/authelia 'An open source authentication and authorization server providing 2 factor authentication and single sign on SSO for your applications via a web portal ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 24. **[Authentik](https://portainer-templates.as93.net/authentik 'Authentik is an open source Identity Provider focused on flexibility and versatility')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 25. **[Autobrr](https://portainer-templates.as93.net/autobrr 'Autobrr is the modern download automation tool for torrents ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 26. **[Babybuddy](https://portainer-templates.as93.net/babybuddy ' Babybuddy https github com babybuddy babybuddy is a buddy for babies Helps caregivers track sleep feedings diaper changes tummy time and more to learn about and predict baby s needs without as much guess work ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 27. **[Baikal](https://portainer-templates.as93.net/baikal 'Ba kal is a lightweight CalDAV CardDAV server It offers an extensive web interface with easy management of users address books and calendars ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 28. **[Bambustudio](https://portainer-templates.as93.net/bambustudio ' Bambu Studio https bambulab com en download studio Bambu Studio is an open source cutting edge feature rich slicing software It contains project based workflows systematically optimized slicing algorithms and an easy to use graphical interface bringing users an incredibly smooth printing experience ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 29. **[Baserow](https://portainer-templates.as93.net/baserow ' Open source no code database and Airtable alternative ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 30. **[Bazarr](https://portainer-templates.as93.net/bazarr 'Bazarr is a companion application to Sonarr and Radarr It can manage and download subtitles based on your requirements You define your preferences by TV show or movie and Bazarr takes care of everything for you ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 31. **[Beets](https://portainer-templates.as93.net/beets 'The purpose of beets is to get your music collection right once and for all It catalogs your collection automatically improving its metadata as it goes using the MusicBrainz database Then it provides a bouquet of tools for manipulating and accessing your music ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 32. **[Beszel](https://portainer-templates.as93.net/beszel 'A lightweight server resource monitoring hub with historical data docker stats and alerts ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 33. **[Bitwarden Rs](https://portainer-templates.as93.net/bitwarden-rs '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 ')** -- ([Report issues]( https://github.com/SelfhostedPro/selfhosted_templates/)) 34. **[Blender](https://portainer-templates.as93.net/blender ' Blender https www blender org is a free and open source 3D computer graphics software toolset used for creating animated films visual effects art 3D printed models motion graphics interactive 3D applications virtual reality and computer games This image does not support GPU rendering out of the box only accelerated workspace experience ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 35. **[Boinc](https://portainer-templates.as93.net/boinc ' BOINC https boinc berkeley edu is a platform for high throughput computing on a large scale thousands or millions of computers It can be used for volunteer computing using consumer devices or grid computing using organizational resources It supports virtualized parallel and GPU based applications ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 36. **[Booksonic](https://portainer-templates.as93.net/booksonic 'Booksonic is a server and an app for streaming your audiobooks to any pc or android phone Most of the functionality is also availiable on other platforms that have apps for subsonic')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 37. **[Booksonic-Air](https://portainer-templates.as93.net/booksonicair ' Booksonic air http booksonic org is a platform for accessing the audibooks you own wherever you are At the moment the platform consists of Booksonic Air A server for streaming your audiobooks successor to the original Booksonic server and based on Airsonic Booksonic App An DSub based Android app for connection to Booksonic Air servers ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 38. **[Bookstack](https://portainer-templates.as93.net/bookstack 'Bookstack is a free and open source Wiki designed for creating beautiful documentation Feautring a simple but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 39. **[Broadlink Manager](https://portainer-templates.as93.net/broadlink-manager 'BroadlinkManager is a Flask powerd easy to use system that hepls you to work with Broadlink Devices ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 40. **[Budge](https://portainer-templates.as93.net/budge ' Budge https github com linuxserver budge is an open source budgeting with envelopes personal finance app ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 41. **[Budibase](https://portainer-templates.as93.net/budibase 'Budibase allows no code users to build apps quickly with more functionality available with a little bit of inline code ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 42. **[Build-Agent](https://portainer-templates.as93.net/buildagent ' This container needs special attention Please check https hub docker com r linuxserver build agent for details ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 43. **[Caddy](https://portainer-templates.as93.net/caddy 'Open source web server with automatic HTTPS written in Go')** -- ([Report issues]( https://github.com/portainer/templates/)) 44. **[Calibre](https://portainer-templates.as93.net/calibre 'Calibre is a powerful and easy to use e book manager Users say it s outstanding and a must have It ll allow you to do nearly everything and it takes things a step beyond normal e book software It s also completely free and open source and great for both casual users and computer experts ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 45. **[Calibre-Web](https://portainer-templates.as93.net/calibreweb 'Calibre Web is a web app providing a clean interface for browsing reading and downloading eBooks using an existing Calibre database br br b u span style color E80000 Configuration span u b br b config b Where Calibre web should store it s database br b books b Path to your calibre library metadata db file br ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 46. **[Calligra](https://portainer-templates.as93.net/calligra ' Calligra https calligra org is an office and graphic art suite by KDE It is available for desktop PCs tablet computers and smartphones It contains applications for word processing spreadsheets presentation vector graphics and editing databases ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 47. **[Cardigann](https://portainer-templates.as93.net/cardigann 'Cardigann a server for adding extra indexers to Sonarr SickRage and CouchPotato via Torznab and TorrentPotato proxies Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format ')** -- ([Report issues]( https://github.com/SelfhostedPro/selfhosted_templates/)) 48. **[Castopod](https://portainer-templates.as93.net/castopod 'Castopod is a free and open source hosting platform made for podcasters ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 49. **[Changedetection](https://portainer-templates.as93.net/changedetection 'changedetection io The best and simplest self hosted open source website change detection monitoring and notification service An alternative to Visualping Watchtower')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 50. **[Changedetection.Io](https://portainer-templates.as93.net/changedetectionio ' Changedetection io https github com dgtlmoon changedetection io provides free open source web page monitoring notification and change detection ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 51. **[Chevereto](https://portainer-templates.as93.net/chevereto 'Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes Please note that this offers only the free Chevereto version ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 52. **[Chibisafe](https://portainer-templates.as93.net/chibisafe 'Chibisafe is a modern and self hosted take on file uploading services that can handle anything you throw at it thanks to it s robust and fast API chunked uploads support and more ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 53. **[Chiefonboarding](https://portainer-templates.as93.net/chiefonboarding 'ChiefOnboarding is a free and open source employee onboarding platform You can onboarding new hires through Slack or the dashboard ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 54. **[Chowdown](https://portainer-templates.as93.net/chowdown 'ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 55. **[Chromium](https://portainer-templates.as93.net/chromium ' Chromium https www chromium org chromium projects is an open source browser project that aims to build a safer faster and more stable way for all users to experience the web ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 56. **[Chrony Ntp](https://portainer-templates.as93.net/chrony-ntp 'chrony is a versatile implementation of the Network Time Protocol NTP It can synchronise the system clock with NTP servers reference clocks e g GPS receiver and manual input using wristwatch and keyboard It can also operate as an NTPv4 RFC 5905 server and peer to provide a time service to other computers in the network ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 57. **[Ci](https://portainer-templates.as93.net/ci ' This container needs special attention Please check https hub docker com r linuxserver ci for details ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 58. **[Clamav](https://portainer-templates.as93.net/clamav 'ClamAV is an open source antivirus engine for detecting trojans viruses malware other malicious threats ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 59. **[Cloud Commander](https://portainer-templates.as93.net/cloud-commander 'Cloud Commander a file manager for the web with console and editor ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 60. **[Cloud9](https://portainer-templates.as93.net/cloud ' Cloud9 https github com c9 core Cloud9 is a complete web based IDE with terminal access This container is for running their core SDK locally and developing plugins ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 61. **[Cloudflare Ddns](https://portainer-templates.as93.net/cloudflare-ddns 'Cloudflare DDNS A small and fast DDNS updater for Cloudflare ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 62. **[Cockpit {Shmolf}](https://portainer-templates.as93.net/cockpit-shmolf 'Cockpit is a headless CMS with an API first approach that puts content first ')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 63. **[Cockroachdb](https://portainer-templates.as93.net/cockroachdb 'CockroachDB cluster')** -- ([Report issues]( https://github.com/portainer/templates/)) 64. **[Code Server](https://portainer-templates.as93.net/code-server 'Code server is VS Code running on a remote server accessible through the browser ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 65. **[Code-Server {Shmolf}](https://portainer-templates.as93.net/codeserver-shmolf 'Code server https coder com is VS Code running on a remote server accessible through the browser Code on your Chromebook tablet and laptop with a consistent dev environment If you have a Windows or Mac workstation more easily develop for Linux Take advantage of large cloud servers to speed up tests compilations downloads and more Preserve battery life when you re on the go All intensive computation runs on your server You re no longer running excess instances of Chrome ')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 66. **[Codex](https://portainer-templates.as93.net/codex 'Codex is a web server comic book browser and reader ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 67. **[Codiad](https://portainer-templates.as93.net/codiad 'Codiad is a web based IDE framework with a small footprint and minimal requirements ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 68. **[Commandbox](https://portainer-templates.as93.net/commandbox 'ColdFusion CFML CLI')** -- ([Report issues]( https://github.com/portainer/templates/)) 69. **[Contentbox](https://portainer-templates.as93.net/contentbox 'Open source modular CMS')** -- ([Report issues]( https://github.com/portainer/templates/)) 70. **[Cops](https://portainer-templates.as93.net/cops 'COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 71. **[Couchpotato](https://portainer-templates.as93.net/couchpotato 'CouchPotato CP is an automatic NZB and torrent downloader You can keep a movies I want list and it will search for NZBs torrents of these movies every X hours Once a movie is found it will send it to SABnzbd or download the torrent to a specified directory ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 72. **[Cratedb](https://portainer-templates.as93.net/cratedb 'An open source distributed SQL database')** -- ([Report issues]( https://github.com/portainer/templates/)) 73. **[Cryptofolio](https://portainer-templates.as93.net/cryptofolio 'Cryptofolio is an open source and self hosted solution for tracking your cryptocurrency holdings It features a web interface an Android mobile app and a cross platform desktop application for Windows macOS and Linux ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 74. **[Cura](https://portainer-templates.as93.net/cura ' UltiMaker Cura https ultimaker com software ultimaker cura is free easy to use 3D printing software trusted by millions of users Fine tune your 3D model with 400 settings for the best slicing and printing results ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 75. **[Daapd](https://portainer-templates.as93.net/daapd 'DAAP iTunes media server with support for AirPlay devices Apple Remote and compatibles MPD and internet radio ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 76. **[Darktable](https://portainer-templates.as93.net/darktable ' darktable https www darktable org is an open source photography workflow application and raw developer A virtual lighttable and darkroom for photographers It manages your digital negatives in a database lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 77. **[Dashdot](https://portainer-templates.as93.net/dashdot 'Dashdot is a modern server dashboard running on the latest tech designed with glassmorphism in mind It is intended to be used for smaller VPS and private servers ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 78. **[Dashmachine](https://portainer-templates.as93.net/dashmachine 'Another application bookmark dashboard with fun features ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 79. **[Dashy](https://portainer-templates.as93.net/dashy 'Helps you organize your self hosted services by making them accessible from a single place ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 80. **[Datadog Agent](https://portainer-templates.as93.net/datadog-agent 'Collect events and metrics')** -- ([Report issues]( https://github.com/portainer/templates/)) 81. **[Davinci Postgres Server](https://portainer-templates.as93.net/davinci-postgres-server 'DaVinci Resolve Postgresql Server Davinci requires a specific version of postgres db this container will install the version needed')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 82. **[Davos](https://portainer-templates.as93.net/davos 'davos is an FTP automation tool that periodically scans given host locations for new files It can be configured for various purposes including listening for specific files to appear in the host location ready for it to download and then move if required It also supports completion notifications as well as downstream API calls to further the workflow config AppData Location download File Download Location')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 83. **[Ddclient](https://portainer-templates.as93.net/ddclient ' Ddclient https github com ddclient ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider It was originally written by Paul Burry and is now mostly by wimpunk It has the capability to update more than just dyndns and it can fetch your WAN ipaddress in a few different ways ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 84. **[Deemix](https://portainer-templates.as93.net/deemix 'Deemix is a deezer downloader built from the ashes of Deezloader Remix ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 85. **[Deluge](https://portainer-templates.as93.net/deluge 'Deluge is a lightweight Free Software cross platform BitTorrent client providing Full Encryption WebUI Plugin System Much more ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 86. **[Deluge Openvpn](https://portainer-templates.as93.net/deluge-openvpn 'This container contains OpenVPN and Deluge with a configuration where Deluge is running only when OpenVPN has an active tunnel It bundles configuration files for many popular VPN providers to make the setup easier ')** -- ([Report issues]( https://github.com/SelfhostedPro/selfhosted_templates/)) 87. **[Digikam](https://portainer-templates.as93.net/digikam ' digiKam https www digikam org Professional Photo Management with the Power of Open Source')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 88. **[Diskover](https://portainer-templates.as93.net/diskover ' Diskover https github com diskoverdata diskover community is an open source file system indexer that uses Elasticsearch to index and manage data across heterogeneous storage systems ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 89. **[Docker Container Stats](https://portainer-templates.as93.net/docker-container-stats 'Docker Container Stats is a web interface for viewing historical and current statistics per docker container cpu mem net i o block i o in a docker container ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 90. **[Dockge](https://portainer-templates.as93.net/dockge 'A fancy easy to use and reactive self hosted docker compose yaml stack oriented manager ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 91. **[Documize](https://portainer-templates.as93.net/documize 'Documize Community is an open source modern self hosted enterprise grade knowledge management solution ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 92. **[Dokemon](https://portainer-templates.as93.net/dokemon 'Deploy compose files start stop containers delete unused images view logs')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 93. **[Dokku](https://portainer-templates.as93.net/dokku 'Dokku setup as a container')** -- ([Report issues]( https://github.com/portainer/templates/)) 94. **[Dokuwiki](https://portainer-templates.as93.net/dokuwiki ' Dokuwiki https www dokuwiki org dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn t require a database It is loved by users for its clean and readable syntax The ease of maintenance backup and integration makes it an administrator s favorite Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 95. **[Domoticz](https://portainer-templates.as93.net/domoticz 'Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights Switches various sensors meters like Temperature Rain Wind UV Electra Gas Water and much more Notifications Alerts can be sent to any mobile device')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 96. **[Doplarr](https://portainer-templates.as93.net/doplarr ' Doplarr https github com kiranshila Doplarr is an arr request bot for Discord ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 97. **[Doublecommander](https://portainer-templates.as93.net/doublecommander ' Double Commander https doublecmd sourceforge io is a free cross platform open source file manager with two panels side by side It is inspired by Total Commander and features some new ideas ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 98. **[Dozzle](https://portainer-templates.as93.net/dozzle ' Realtime log viewer for docker containers ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 99. **[Dradis](https://portainer-templates.as93.net/dradis 'Dradis Framework Collaboration and reporting for IT Security teams http dradisframework org')** -- ([Report issues]( https://github.com/SelfhostedPro/selfhosted_templates/)) 100. **[Draw.Io](https://portainer-templates.as93.net/drawio 'draw io formerly Diagramly is free online diagram software You can use it as a flowchart maker network diagram software to create UML online as an ER diagram tool to design database schema to build BPMN online as a circuit diagram maker and more draw io can import vsdx Gliffy and Lucidchart files ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 101. **[Droppy](https://portainer-templates.as93.net/droppy 'Droppy is a self hosted file storage server')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 102. **[Drupal](https://portainer-templates.as93.net/drupal 'Open source content management framework')** -- ([Report issues]( https://github.com/portainer/templates/)) 103. **[Duckdns](https://portainer-templates.as93.net/duckdns 'Duck DNS is a free service which will point a DNS sub domains of duckdns org to an IP of your choice The service is completely free and doesn t require reactivation or forum posts to maintain its existence First go to duckdns site register your subdomain and retrieve your token Then run the docker create command above with your subdomain s and token It will update your IP with the DuckDNS service every 5 minutes ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 104. **[Duplicacy](https://portainer-templates.as93.net/duplicacy 'Duplicacy backs up your files to many cloud storages with client side encryption and the highest level of deduplication')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 105. **[Duplicati](https://portainer-templates.as93.net/duplicati 'Free backup software to store encrypted backups online Duplicati works with standard protocols like FTP SSH WebDAV as well as popular services like Microsoft OneDrive Amazon Cloud Drive and S3 Google Drive box com Mega hubiC and many others ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 106. **[Eclipse Mosquitto Mqtt](https://portainer-templates.as93.net/eclipse-mosquitto-mqtt 'Eclipse Mosquitto is an open source message broker that implements the MQTT protocol versions 5 0 3 1 1 and 3 1 Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers Have a look on https mosquitto org man mosquitto passwd 1 html')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 107. **[Edgeconnector 840D](https://portainer-templates.as93.net/edgeconnector-d 'Access Siemens SINUMERIK 840D sl pl controllers and provide data via OPC UA and MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 108. **[Edgeconnector Aggregator](https://portainer-templates.as93.net/edgeconnector-aggregator 'Offers a powerful OPC UA aggregation service which provides data via OPC UA as well as MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 109. **[Edgeconnector Fanuc Cnc](https://portainer-templates.as93.net/edgeconnector-fanuc-cnc 'Connect FANUC CNCs and provide the data via OPC UA and MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 110. **[Edgeconnector Modbus](https://portainer-templates.as93.net/edgeconnector-modbus 'Connect Modbus TCP Sensors PLCs and provide the data via OPC UA and MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 111. **[Edgeconnector Siemens](https://portainer-templates.as93.net/edgeconnector-siemens 'Connect Siemens SIMATIC S7 300 400 1200 1500 PLCs and provide the data via OPC UA and MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 112. **[Elasticsearch](https://portainer-templates.as93.net/elasticsearch 'Open source search and analytics engine')** -- ([Report issues]( https://github.com/portainer/templates/)) 113. **[Emby](https://portainer-templates.as93.net/emby 'Emby organizes video music live TV and photos from personal media libraries and streams them to smart TVs streaming boxes and mobile devices This container is packaged as a standalone emby Media Server ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 114. **[Embystat](https://portainer-templates.as93.net/embystat 'Embystat is a personal web server that can calculate all kinds of statistics from your local Emby server Just install this on your server and let him calculate all kinds of fun stuff ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 115. **[Emulatorjs](https://portainer-templates.as93.net/emulatorjs ' Emulatorjs https github com linuxserver emulatorjs In browser web based emulation portable to nearly any device for many retro consoles A mix of emulators is used between Libretro and EmulatorJS ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 116. **[Endlessh](https://portainer-templates.as93.net/endlessh ' Endlessh https github com skeeto endlessh is an SSH tarpit that very slowly sends an endless random SSH banner It keeps SSH clients locked up for hours or even days at a time The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 117. **[Eufy Security Ws](https://portainer-templates.as93.net/eufy-security-ws 'Eufy Security Web Socket Edit container and add username password ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 118. **[Excalidraw](https://portainer-templates.as93.net/excalidraw 'Virtual whiteboard for sketching hand drawn like diagrams Collaborative and end to end encrypted ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 119. **[Fail2Ban](https://portainer-templates.as93.net/failban ' Fail2ban http www fail2ban org is a daemon to ban hosts that cause multiple authentication errors ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 120. **[Faster-Whisper](https://portainer-templates.as93.net/fasterwhisper ' Faster whisper https github com SYSTRAN faster whisper is a reimplementation of OpenAI s Whisper model using CTranslate2 which is a fast inference engine for Transformer models This container provides a Wyoming protocol server for faster whisper ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 121. **[Fdo](https://portainer-templates.as93.net/fdo 'FDO')** -- ([Report issues]( https://github.com/portainer/templates/)) 122. **[Feed2Toot](https://portainer-templates.as93.net/feedtoot ' Feed2toot https gitlab com chaica feed2toot automatically parses rss feeds identifies new posts and posts them on the Mastodon social network ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 123. **[Feedcord](https://portainer-templates.as93.net/feedcord 'FeedCord is a dead simple RSS Reader designed to integrate seamlessly with Discord With just a few configuration steps you can have a news feed text channel up and running in your server ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 124. **[Fenrus](https://portainer-templates.as93.net/fenrus 'Fenrus is a Node application and requires NodeJS to run Once NodeJS is installed you can run Fenrus')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 125. **[Ferdi Server](https://portainer-templates.as93.net/ferdi-server 'Ferdi is a messaging browser that allows you to combine your favourite messaging services into one application')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 126. **[Ferdium](https://portainer-templates.as93.net/ferdium ' Ferdium https ferdium org is a desktop app that helps you organize how you use your favourite apps by combining them into one application ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 127. **[Fetchcord](https://portainer-templates.as93.net/fetchcord 'FetchCord grabs your OS info and displays it as Discord Rich Presence')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 128. **[Ffmpeg](https://portainer-templates.as93.net/ffmpeg 'This container needs special attention Please check https hub docker com r linuxserver ffmpeg for details ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 129. **[File Browser](https://portainer-templates.as93.net/file-browser 'A web file manager')** -- ([Report issues]( https://github.com/portainer/templates/)) 130. **[Filebrowser Latest](https://portainer-templates.as93.net/filebrowser-latest 'Web File Browser which can be used as a middleware or standalone app ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 131. **[Filebrowser S6](https://portainer-templates.as93.net/filebrowser-s ' arm s6 version Web File Browser which can be used as a middleware or standalone app ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 132. **[Filepizza](https://portainer-templates.as93.net/filepizza 'Peer to peer file transfers in your browser')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 133. **[Filerun](https://portainer-templates.as93.net/filerun 'access your files anywhere through self hosted secure cloud storage file backup and sharing for your photos videos files and more ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 134. **[Filestash](https://portainer-templates.as93.net/filestash 'A Dropbox like file manager that let you manage your data anywhere it is located ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 135. **[Filezilla](https://portainer-templates.as93.net/filezilla ' FIleZilla https filezilla project org Client is a fast and reliable cross platform FTP FTPS and SFTP client with lots of useful features and an intuitive graphical user interface ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 136. **[Firefox](https://portainer-templates.as93.net/firefox ' Firefox https www mozilla org en US firefox Browser also known as Mozilla Firefox or simply Firefox is a free and open source web browser developed by the Mozilla Foundation and its subsidiary the Mozilla Corporation Firefox uses the Gecko layout engine to render web pages which implements current and anticipated web standards ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 137. **[Fireshare](https://portainer-templates.as93.net/fireshare 'Fireshare Share your game clips videos or other media via unique links ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 138. **[Flame](https://portainer-templates.as93.net/flame 'Flame is self hosted startpage for your server Its design is inspired heavily by SUI Flame is very easy to setup and use With built in editors it allows you to setup your very own application hub in no time no file editing necessary ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 139. **[Flame-Dashboard](https://portainer-templates.as93.net/flamedashboard 'Flame is self hosted startpage for your server Its design is inspired heavily by SUI Flame is very easy to setup and use With built in editors it allows you to setup your very own application hub in no time no file editing necessary ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 140. **[Flaresolverr](https://portainer-templates.as93.net/flaresolverr 'FlareSolverr is a proxy server to bypass Cloudflare and DDoS GUARD protection ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 141. **[Fleet](https://portainer-templates.as93.net/fleet ' Fleet https github com linuxserver fleet provides an online web interface which displays a set of maintained images from one or more owned repositories ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 142. **[Flexget](https://portainer-templates.as93.net/flexget ' Flexget http flexget com is a multipurpose automation tool for all of your media ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 143. **[Floating License Server](https://portainer-templates.as93.net/floating-license-server 'License Server for Softing edgeConnector products')** -- ([Report issues]( https://github.com/portainer/templates/)) 144. **[Flood](https://portainer-templates.as93.net/flood 'A docker image with qBittorrent and the Flood UI also optional WireGuard VPN support ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 145. **[Flowiseai](https://portainer-templates.as93.net/flowiseai 'Open source UI visual tool to build your customized LLM flow using LangchainJS written in Node Typescript Javascript')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 146. **[Foldingathome](https://portainer-templates.as93.net/foldingathome ' Folding home https foldingathome org is a distributed computing project for simulating protein dynamics including the process of protein folding and the movements of proteins implicated in a variety of diseases It brings together citizen scientists who volunteer to run simulations of protein dynamics on their personal computers Insights from this data are helping scientists to better understand biology and providing new opportunities for developing therapeutics ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 147. **[Foundryvtt Server](https://portainer-templates.as93.net/foundryvtt-server 'This docker image provides the FoundryVTT system for hosting your own virtual table top games ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 148. **[Freeboard](https://portainer-templates.as93.net/freeboard 'Freeboard is a turn key HTML based engine for dashboards Besides a nice looking layout engine it provides a plugin architecture for creating datasources which fetch data and widgets which display data freeboard then does all the work to connect the two together ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 149. **[Freecad](https://portainer-templates.as93.net/freecad ' FreeCAD https www freecad org is a general purpose parametric 3D computer aided design CAD modeler and a building information modeling BIM software application with finite element method FEM support ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 150. **[Freescout](https://portainer-templates.as93.net/freescout 'FreeScout is the super lightweight free open source help desk and shared inbox written in PHP Laravel framework self hosted clone of HelpScout ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 151. **[Freetube](https://portainer-templates.as93.net/freetube ' FreeTube https freetubeapp io is a feature rich and user friendly YouTube client with a focus on privacy ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 152. **[Freshrss](https://portainer-templates.as93.net/freshrss 'A free self hostable rss aggregator ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 153. **[Frigate Nvr](https://portainer-templates.as93.net/frigate-nvr 'A complete and local NVR designed for Home Assistant with AI object detection Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 154. **[Funkwhale](https://portainer-templates.as93.net/funkwhale 'A social platform to enjoy and share music Funkwhale is a community driven project that lets you listen and share music and audio within a decentralized open network ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 155. **[Fusion](https://portainer-templates.as93.net/fusion 'A lightweight RSS feed aggregator and reader ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 156. **[Gaps](https://portainer-templates.as93.net/gaps 'Gaps searches through your Plex Server or local folders for all movies then queries for known movies in the same collection ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 157. **[Gathio](https://portainer-templates.as93.net/gathio 'Gathio is a simple federated privacy first event hosting platform ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 158. **[Gazee](https://portainer-templates.as93.net/gazee 'A WebApp Comic Reader for your favorite digital comics Reach and read your comic library from any web connected device with a modern web browser')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 159. **[Ghost](https://portainer-templates.as93.net/ghost 'Free and open source blogging platform')** -- ([Report issues]( https://github.com/portainer/templates/)) 160. **[Ghostfolio](https://portainer-templates.as93.net/ghostfolio 'Ghostfolio is an open source wealth management software built with web technology ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 161. **[Gimp](https://portainer-templates.as93.net/gimp ' GIMP https www gimp org is a free and open source raster graphics editor used for image manipulation retouching and image editing free form drawing transcoding between different image file formats and more specialized tasks It is extensible by means of plugins and scriptable ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 162. **[Gitea](https://portainer-templates.as93.net/gitea 'Git with a cup of tea Painless self hosted all in one software development service including Git hosting code review team collaboration package registry and CI CD ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 163. **[Github-Desktop](https://portainer-templates.as93.net/githubdesktop ' Github Desktop https desktop github com is an open source Electron based GitHub app It is written in TypeScript and uses React ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 164. **[Gitlab Ce](https://portainer-templates.as93.net/gitlab-ce 'Open source end to end software development platform')** -- ([Report issues]( https://github.com/portainer/templates/)) 165. **[Gitqlient](https://portainer-templates.as93.net/gitqlient ' GitQlient https github com francescmm GitQlient is a multi platform Git client originally forked from QGit Nowadays it goes beyond of just a fork and adds a lot of new functionality ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 166. **[Glances](https://portainer-templates.as93.net/glances 'Glances is an open source system cross platform monitoring tool It allows real time monitoring of various aspects of your system such as CPU memory disk network usage etc ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 167. **[Go-Socks5-Proxy](https://portainer-templates.as93.net/gosocksproxy 'Simple socks5 server using go socks5 with authentication options')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 168. **[Gokapi](https://portainer-templates.as93.net/gokapi 'Gokapi is a lightweight server to share files which expire after a set amount of downloads or days It is similar to the discontinued Firefox Send with the difference that only the admin is allowed to upload files')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 169. **[Gotify](https://portainer-templates.as93.net/gotify 'A simple server for sending and receiving messages')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 170. **[Grafana](https://portainer-templates.as93.net/grafana 'Metrics Graphing Tool')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 171. **[Grav](https://portainer-templates.as93.net/grav ' Grav https github com getgrav grav is a Fast Simple and Flexible file based Web platform ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 172. **[Grocy](https://portainer-templates.as93.net/grocy 'Grocy is an ERP system for your kitchen Cut down on food waste and manage your chores with this brilliant utility ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 173. **[Guacamole](https://portainer-templates.as93.net/guacamole 'A clientless remote desktop gateway ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 174. **[Habridge](https://portainer-templates.as93.net/habridge 'Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo Dot Gen 1 gen 2 has issues discovering ha bridge or other systems that support Philips Hue https github com bwssytems ha bridge wiki https github com bwssytems ha bridge wiki ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 175. **[Hasty-Paste](https://portainer-templates.as93.net/hastypaste 'Hasty Paste is a fast and minimal paste bin written in Python using Quart ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 176. **[Hauk](https://portainer-templates.as93.net/hauk 'Hauk is a fully open source self hosted location sharing service Install the backend code on a PHP compatible web server install the companion app on your phone and you re good to go ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 177. **[Headphones](https://portainer-templates.as93.net/headphones 'Headphones is an automated music downloader for NZB and Torrent written in Python It supports SABnzbd NZBget Transmission Torrent and Blackhole ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 178. **[Healthchecks](https://portainer-templates.as93.net/healthchecks ' Healthchecks https github com healthchecks healthchecks is a watchdog for your cron jobs It s a web server that listens for pings from your cron jobs plus a web interface ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 179. **[Hedgedoc](https://portainer-templates.as93.net/hedgedoc ' HedgeDoc https hedgedoc org gives you access to all your files wherever you are HedgeDoc is a real time multi platform collaborative markdown note editor This means that you can write notes with other people on your desktop tablet or even on the phone You can sign in via multiple auth providers like Facebook Twitter GitHub and many more on the homepage ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 180. **[Heimdall](https://portainer-templates.as93.net/heimdall 'Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 181. **[Hishtory-Server](https://portainer-templates.as93.net/hishtoryserver ' hiSHtory https github com ddworken hishtory is a better shell history It stores your shell history in context what directory you ran the command in whether it succeeded or failed how long it took etc This is all stored locally and end to end encrypted for syncing to to all your other computers ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 182. **[Hoarder](https://portainer-templates.as93.net/hoarder 'Hoarder is an open source Bookmark Everything app that uses AI for automatically tagging the content you throw at it ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 183. **[Homarr](https://portainer-templates.as93.net/homarr 'Homarr is a simple and lightweight homepage for your server that helps you easily access all of your services in one place ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 184. **[Homarr-Secured](https://portainer-templates.as93.net/homarrsecured 'Homarr is a simple and lightweight homepage for your server that helps you easily access all of your services in one place ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 185. **[Homeassistant](https://portainer-templates.as93.net/homeassistant ' Home Assistant Core https www home assistant io Open source home automation that puts local control and privacy first Powered by a worldwide community of tinkerers and DIY enthusiasts Perfect to run on a Raspberry Pi or a local server ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 186. **[Homebridge](https://portainer-templates.as93.net/homebridge 'Homebridge allows you to integrate with smart home devices that do not natively support HomeKit There are over 2 000 Homebridge plugins supporting thousands of different smart accessories ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 187. **[Homebridge - Debian](https://portainer-templates.as93.net/homebridge--debian 'Debian Homebridge allows you to integrate with smart home devices that do not natively support HomeKit There are over 2 000 Homebridge plugins supporting thousands of different smart accessories ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 188. **[Homechart](https://portainer-templates.as93.net/homechart 'Your Budgets Calendars Meals Inventory Tasks and so much more in one simple app For everyone in your household On all of your devices In the cloud or self hosted')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 189. **[Homepage](https://portainer-templates.as93.net/homepage 'A modern fully static fast secure fully proxied highly customizable application dashboard with integrations for more than 25 services and translations for over 15 languages Easily configured via YAML files or discovery via docker labels ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 190. **[Homer](https://portainer-templates.as93.net/homer 'A dead simple static HOMepage for your servER to keep your s ervices on hand from a simple yaml configuration file ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 191. **[Htpcmanager](https://portainer-templates.as93.net/htpcmanager 'Htpcmanager a front end for many htpc related applications Hellowlol version ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 192. **[Httpd](https://portainer-templates.as93.net/httpd 'Open source HTTP server')** -- ([Report issues]( https://github.com/portainer/templates/)) 193. **[Huginn](https://portainer-templates.as93.net/huginn 'Create agents that monitor and act on your behalf ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 194. **[Hydra2](https://portainer-templates.as93.net/hydra 'NZBHydra is a meta search for NZB indexers and the spiritual successor to NZBmegasearcH It provides easy access to a number of raw and newznab based indexers ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 195. **[I Hate Money](https://portainer-templates.as93.net/i-hate-money 'I hate money is a web application made to ease shared budget management It keeps track of who bought what when and for whom and helps to settle the bills ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 196. **[Immich](https://portainer-templates.as93.net/immich 'Immich is a high performance self hosted photo and video backup solution ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 197. **[Immich {Shmolf}](https://portainer-templates.as93.net/immich-shmolf 'Self hosted backup solution for photos and videos on mobile device ')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 198. **[Infisical {Shmolf}](https://portainer-templates.as93.net/infisical-shmolf 'The open source secret management platform Sync secrets configs across your team infrastructure and prevent secret leaks ')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 199. **[Influxdb](https://portainer-templates.as93.net/influxdb 'InfluxDB is an open source time series database for recording metrics events and analytics ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 200. **[Influxdb & Telegraf](https://portainer-templates.as93.net/influxdb--telegraf 'InfluxDB is an open source time series database for recording metrics events and analytics Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 201. **[Influxdb 1.8.10](https://portainer-templates.as93.net/influxdb- 'InfluxDB is an open source time series database for recording metrics events and analytics ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 202. **[Inkscape](https://portainer-templates.as93.net/inkscape ' Inkscape https inkscape org is professional quality vector graphics software which runs on Linux Mac OS X and Windows desktop computers ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 203. **[Invidious](https://portainer-templates.as93.net/invidious 'Invidious is an open source alternative front end to YouTube ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 204. **[Invoice Ninja](https://portainer-templates.as93.net/invoice-ninja 'Invoices Expenses and Tasks built with Laravel and Flutter ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 205. **[Iobroker](https://portainer-templates.as93.net/iobroker 'IoBroker is a open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures With the help of plugins called adapters ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 206. **[Iperf](https://portainer-templates.as93.net/iperf 'IPerf3 Docker Build for Network Performance and Bandwidth Testing')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 207. **[Ironfunctions](https://portainer-templates.as93.net/ironfunctions 'Open source serverless computing platform')** -- ([Report issues]( https://github.com/portainer/templates/)) 208. **[Ironfunctions Api](https://portainer-templates.as93.net/ironfunctions-api 'Open source serverless computing platform')** -- ([Report issues]( https://github.com/mikestraney/portainer-templates/)) 209. **[Ironfunctions Ui](https://portainer-templates.as93.net/ironfunctions-ui 'Open source user interface for IronFunctions')** -- ([Report issues]( https://github.com/mikestraney/portainer-templates/)) 210. **[Jackett](https://portainer-templates.as93.net/jackett 'Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker site specific http queries and parses the html response sending results back to the requesting software ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 211. **[Jdownloader](https://portainer-templates.as93.net/jdownloader 'JDownloader docker image')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 212. **[Jellyfin](https://portainer-templates.as93.net/jellyfin 'Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media It is an alternative to the proprietary Emby and Plex to provide media from a dedicated server to end user devices via multiple apps ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 213. **[Jellyfin-Accounts](https://portainer-templates.as93.net/jellyfinaccounts 'jfa go is a user management app for Jellyfin and now Emby that provides invite based account creation as well as other features that make one s instance much easier to manage ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 214. **[Jellyseer](https://portainer-templates.as93.net/jellyseer 'Jellyseerr is a free and open source fork of Overseerr for managing requests for your media library It integrates with your existing services such as Sonarr Radarr and Jellyfin ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 215. **[Jellyseerr](https://portainer-templates.as93.net/jellyseerr 'Jellyseer is a free and open source software application for managing requests for your media library ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 216. **[Jenkins](https://portainer-templates.as93.net/jenkins 'Open source continuous integration tool')** -- ([Report issues]( https://github.com/portainer/templates/)) 217. **[Jenkins-Builder](https://portainer-templates.as93.net/jenkinsbuilder ' This container needs special attention Please check https hub docker com r linuxserver jenkins builder for details ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 218. **[Joomla](https://portainer-templates.as93.net/joomla 'Another free and open source CMS')** -- ([Report issues]( https://github.com/portainer/templates/)) 219. **[Joplin](https://portainer-templates.as93.net/joplin 'Joplin is an open source note taking app')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 220. **[Jump](https://portainer-templates.as93.net/jump 'Jump is yet another self hosted startpage for your server designed to be simple stylish fast and secure ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 221. **[Kali-Linux](https://portainer-templates.as93.net/kalilinux ' Kali linux https github com linuxserver docker kali linux is an Advanced Penetration Testing Linux distribution used for Penetration Testing Ethical Hacking and network security assessments KALI LINUX is a trademark of OffSec ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 222. **[Kanzi](https://portainer-templates.as93.net/kanzi ' Kanzi https lexigr am formerly titled Kodi Alexa this custom skill is the ultimate voice remote control for navigating Kodi It can do anything you can think of 100 intents This container also contains lexigram cli to setup Kanzi with an Amazon Developer Account and automatically deploy it to Amazon ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 223. **[Kapowarr](https://portainer-templates.as93.net/kapowarr 'Kapowarr is a software to build and manage a comic book library fitting in the arr suite of software ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 224. **[Kasm](https://portainer-templates.as93.net/kasm ' Kasm https www kasmweb com utm campaign LinuxServer utm source listing Workspaces is a docker container streaming platform for delivering browser based access to desktops applications and web services Kasm uses devops enabled Containerized Desktop Infrastructure CDI to create on demand disposable docker containers that are accessible via web browser Example use cases include Remote Browser Isolation RBI Data Loss Prevention DLP Desktop as a Service DaaS Secure Remote Access Services RAS and Open Source Intelligence OSINT collections The rendering of the graphical based containers is powered by the open source project KasmVNC https www kasmweb com kasmvnc html utm campaign LinuxServer utm source kasmvnc ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 225. **[Kavita](https://portainer-templates.as93.net/kavita 'Kavita Manga Comic and E Book Server')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 226. **[Kdenlive](https://portainer-templates.as93.net/kdenlive ' Kdenlive https kdenlive org is a powerful free and open source cross platform video editing program made by the KDE community Feature rich and production ready ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 227. **[Keepassxc](https://portainer-templates.as93.net/keepassxc ' KeePassXC https keepassxc org is a free and open source password manager It started as a community fork of KeePassX itself a cross platform port of KeePass ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 228. **[Kicad](https://portainer-templates.as93.net/kicad ' KiCad https www kicad org A Cross Platform and Open Source Electronics Design Automation Suite ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 229. **[Kimai](https://portainer-templates.as93.net/kimai ' Kimai https kimai org is a professional grade time tracking application free and open source It handles use cases of freelancers as well as companies with dozens or hundreds of users Kimai was build to track your project times and ships with many advanced features including but not limited to JSON API invoicing data exports multi timer and punch in punch out mode tagging multi user multi timezones multi language over 30 translations existing https hosted weblate org projects kimai authentication via SAML LDAP Database two factor authentication 2FA with TOTP customizable role and team permissions responsive design user customer project specific rates advanced search filtering money and time budgets advanced reporting support for plugins https www kimai org store and so much more ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 230. **[Kiwix](https://portainer-templates.as93.net/kiwix 'Internet Offline Store any website on your mobile phone or computer easily ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 231. **[Klaxon](https://portainer-templates.as93.net/klaxon 'Klaxon is a free quick to set up and easy to use robot that checks websites regularly so you don t have to ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 232. **[Klipper[Testing], Mainsail, Moonraker](https://portainer-templates.as93.net/klippertesting-mainsail-moonraker 'Klipper is a 3d Printer firmware It combines the power of a general purpose computer with one or more micro controllers See the features document for more information on why you should use Klipper ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 233. **[Kodi-Headless](https://portainer-templates.as93.net/kodiheadless 'Headless installation of Kodi formerly known as XBMC to enable library updates ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 234. **[Koillection](https://portainer-templates.as93.net/koillection 'Koillection is a self hosted collection manager created to keep track of physical mostly collections of any kind like books DVDs stamps games ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 235. **[Kometa](https://portainer-templates.as93.net/kometa ' Kometa https github com Kometa Team Kometa is a powerful tool designed to give you complete control over your media libraries With Kometa you can take your customization to the next level with granular control over metadata collections overlays and much more ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 236. **[Komga](https://portainer-templates.as93.net/komga 'Koomga Manga Comic and E Book Server')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 237. **[Krita](https://portainer-templates.as93.net/krita ' Krita https krita org en is a professional FREE and open source painting program It is made by artists that want to see affordable art tools for everyone ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 238. **[Lazylibrarian](https://portainer-templates.as93.net/lazylibrarian 'LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 239. **[Lazytainer](https://portainer-templates.as93.net/lazytainer 'Lazytainer monitors network traffic to containers If there is traffic the container runs otherwise the container is stopped paused ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 240. **[Ldap-Auth](https://portainer-templates.as93.net/ldapauth ' Ldap auth https github com nginxinc nginx ldap auth software is for authenticating users who request protected resources from servers proxied by nginx It includes a daemon ldap auth that communicates with an authentication server and a webserver daemon that generates an authentication cookie based on the user s credentials The daemons are written in Python for use with a Lightweight Directory Access Protocol LDAP authentication server OpenLDAP or Microsoft Windows Active Directory 2003 and 2012 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 241. **[Leantime](https://portainer-templates.as93.net/leantime 'Leantime is an open source project management solution to make your ideas reality ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 242. **[Let'S Encrypt / Swag](https://portainer-templates.as93.net/lets-encrypt--swag '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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 243. **[Letsencrypt](https://portainer-templates.as93.net/letsencrypt '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 letsencrypt htpasswd c config nginx htpasswd lt username gt ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 244. **[Libreddit](https://portainer-templates.as93.net/libreddit 'An alternative private front end to Reddit')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 245. **[Libreoffice](https://portainer-templates.as93.net/libreoffice ' LibreOffice https www libreoffice org is a free and powerful office suite and a successor to OpenOffice org commonly known as OpenOffice Its clean interface and feature rich tools help you unleash your creativity and enhance your productivity ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 246. **[Libresonic](https://portainer-templates.as93.net/libresonic 'Libresonic is a free web based media streamer providing ubiqutious access to your music Use it to share your music with friends or to listen to your own music while at work You can stream to multiple players simultaneously for instance to one player in your kitchen and another in your living room music Location of music media Location of other media podcasts Location of podcasts playlists Location for playlists storage CONTEXT PATH is for setting url base in reverse proxy setups optional Default user pass is admin admin')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 247. **[Librespeed](https://portainer-templates.as93.net/librespeed 'A Free and Open Source Speedtest for HTML5 and more ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 248. **[Librewolf](https://portainer-templates.as93.net/librewolf ' LibreWolf https librewolf net is a custom and independent version of Firefox with the primary goals of privacy security and user freedom LibreWolf also aims to remove all the telemetry data collection and annoyances as well as disabling anti freedom features like DRM ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 249. **[Lidarr](https://portainer-templates.as93.net/lidarr 'Lidarr is a music collection manager for Usenet and BitTorrent users ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 250. **[Limnoria](https://portainer-templates.as93.net/limnoria ' Limnoria https github com ProgVal limnoria A robust full featured and user programmer friendly Python IRC bot with many existing plugins Successor of the well known Supybot ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 251. **[Linkstack](https://portainer-templates.as93.net/linkstack 'Self hosted open source Linktree alternative LinkStack is a highly customizable link sharing platform with an intuitive easy to use user interface ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 252. **[Littlelink Server](https://portainer-templates.as93.net/littlelink-server 'LittleLink is an open source DIY self hosted alternative to services like Linktree and many link ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 253. **[Liveswitch](https://portainer-templates.as93.net/liveswitch 'A basic LiveSwitch stack with gateway caching database and media server')** -- ([Report issues]( https://github.com/portainer/templates/)) 254. **[Lldap](https://portainer-templates.as93.net/lldap 'This project is a lightweight authentication server that provides an opinionated simplified LDAP interface for authentication ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 255. **[Logzio Logs Collector](https://portainer-templates.as93.net/logzio-logs-collector 'Docker container that uses Filebeat to collect logs from other Docker containers and forward those logs to your Logz io account ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 256. **[Logzio Metrics Collector](https://portainer-templates.as93.net/logzio-metrics-collector 'Docker Metrics Collector is a container that runs Metricbeat with the modules you enable at runtime ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 257. **[Lollypop](https://portainer-templates.as93.net/lollypop ' Lollypop https wiki gnome org Apps Lollypop is a lightweight modern music player designed to work excellently on the GNOME desktop environment ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 258. **[Lychee](https://portainer-templates.as93.net/lychee 'Lychee is a free photo management tool which runs on your server or web space Installing is a matter of seconds Upload manage and share photos like from a native application Lychee comes with everything you need and all your photos are stored securely ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 259. **[Magento 2](https://portainer-templates.as93.net/magento- 'Open source e commerce platform')** -- ([Report issues]( https://github.com/mikestraney/portainer-templates/)) 260. **[Magicmirror2](https://portainer-templates.as93.net/magicmirror 'MagicMirror2 Server')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 261. **[Mailpile](https://portainer-templates.as93.net/mailpile 'Mailpile is an e mail client search engine and a personal webmail server easy way to encrypt your e mail easy way to encrypt your e mail ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 262. **[Maloja](https://portainer-templates.as93.net/maloja 'Simple self hosted music scrobble database to create personal listening statistics No recommendations no social network no nonsense ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 263. **[Manubes Edge Node](https://portainer-templates.as93.net/manubes-edge-node 'High performance cloud platform for industrial production management Manubes is a no code solution that is used to structure monitor and control production data systems and processes in the cloud ')** -- ([Report issues]( https://github.com/portainer/templates/)) 264. **[Manyfold](https://portainer-templates.as93.net/manyfold ' Manyfold https github com manyfold3d manyfold is an open source self hosted web application for managing a collection of 3D models particularly focused on 3D printing ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 265. **[Mariadb](https://portainer-templates.as93.net/mariadb 'Performance beyond MySQL')** -- ([Report issues]( https://github.com/portainer/templates/)) 266. **[Markopolis](https://portainer-templates.as93.net/markopolis 'Markopolis is like the self hosted version of Obsidian Publish ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 267. **[Mastodon](https://portainer-templates.as93.net/mastodon ' Mastodon https github com mastodon mastodon is a free open source social network server based on ActivityPub where users can follow friends and discover new ones ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 268. **[Matomo](https://portainer-templates.as93.net/matomo 'Google Analytics alternative that protects your data and your customers privacy')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 269. **[Mautic](https://portainer-templates.as93.net/mautic 'Open source marketing automation platform')** -- ([Report issues]( https://github.com/portainer/templates/)) 270. **[Mayan Edms](https://portainer-templates.as93.net/mayan-edms 'Mayan EDMS is an electronic vault for your documents ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 271. **[Mcmyadmin 2](https://portainer-templates.as93.net/mcmyadmin- 'McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 272. **[Mealie](https://portainer-templates.as93.net/mealie 'A self hosted recipe manager and meal planner')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 273. **[Medama](https://portainer-templates.as93.net/medama 'Medama Analytics is an open source project dedicated to providing self hostable cookie free website analytics ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 274. **[Mediaelch](https://portainer-templates.as93.net/mediaelch ' MediaElch https github com Komet MediaElch is a MediaManager for Kodi Information about Movies TV Shows Concerts and Music are stored as nfo files Fanarts are downloaded automatically from fanart tv Using the nfo generator MediaElch can be used with other MediaCenters as well ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 275. **[Medusa](https://portainer-templates.as93.net/medusa 'Medusa automatic Video Library Manager for TV Shows It watches for new episodes of your favorite shows and when they are posted it does its magic ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 276. **[Meilisearch](https://portainer-templates.as93.net/meilisearch 'Meilisearch is a RESTful search API It aims to be a ready to go solution for everyone who wants a fast and relevant search experience for their end users')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 277. **[Meshcentral](https://portainer-templates.as93.net/meshcentral 'Remote Management Server')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 278. **[Metube](https://portainer-templates.as93.net/metube 'Web GUI for youtube dl using the yt dlp fork with playlist support Allows you to download videos from YouTube and dozens of other sites https github com yt dlp yt dlp blob master supportedsites md ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 279. **[Microsoft Oms Agent](https://portainer-templates.as93.net/microsoft-oms-agent 'Microsoft Operations Management Suite Linux agent ')** -- ([Report issues]( https://github.com/portainer/templates/)) 280. **[Midarr](https://portainer-templates.as93.net/midarr 'Your media enjoyed through a minimal lightweight media server ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 281. **[Minecraft Server](https://portainer-templates.as93.net/minecraft-server 'This docker image provides a Minecraft Server that will automatically download the latest stable version at startup You can also run upgrade to any specific version or the latest snapshot See the Versions section below for more information ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 282. **[Minetest](https://portainer-templates.as93.net/minetest 'Server version of minetest a free open source alternative to minecraft ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 283. **[Miniflux](https://portainer-templates.as93.net/miniflux 'Miniflux is a minimalist and opinionated feed reader ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 284. **[Minio](https://portainer-templates.as93.net/minio 'A distributed object storage server built for cloud applications and devops')** -- ([Report issues]( https://github.com/portainer/templates/)) 285. **[Minisatip](https://portainer-templates.as93.net/minisatip 'Minisatip is a multi threaded satip server version 1 2 that runs under Linux and it was tested with DVB S DVB S2 DVB T DVB T2 DVB C DVB C2 ATSC and ISDB T cards The application is designed to stream the requested data to multiple clients even with one dvb card at the same time while opening different pids ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 286. **[Mongo](https://portainer-templates.as93.net/mongo 'Open source document oriented database')** -- ([Report issues]( https://github.com/portainer/templates/)) 287. **[Monica](https://portainer-templates.as93.net/monica ' Monica https github com monicahq monica is an open source personal relationship management system that lets you document your life ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 288. **[Moodle](https://portainer-templates.as93.net/moodle 'Moodle is a learning platform designed to provide educators administrators and learners with a single robust secure and integrated system to create personalised learning environments ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 289. **[Mozilla Syncserver](https://portainer-templates.as93.net/mozilla-syncserver 'Run Your Own Firefox Sync Server')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 290. **[Msedge](https://portainer-templates.as93.net/msedge ' Microsoft Edge https www microsoft com edge is a cross platform web browser developed by Microsoft and based on Chromium ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 291. **[Mstream](https://portainer-templates.as93.net/mstream 'Mstream is a personal music streaming server You can use mStream to stream your music from your home computer to any device anywhere There are mobile apps available for both Android and iPhone ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 292. **[Mullvad-Browser](https://portainer-templates.as93.net/mullvadbrowser 'The Mullvad Browser https mullvad net en browser is a privacy focused web browser developed in a collaboration between Mullvad VPN and the Tor Project It s designed to minimize tracking and fingerprinting You could say it s a Tor Browser to use without the Tor Network Instead you can use it with a trustworthy VPN ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 293. **[Murmur](https://portainer-templates.as93.net/murmur 'Mumble is a voicechat program for gamers written on top of Qt and Opus Murmur is the server backend for Mumble ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 294. **[Musicbrainz](https://portainer-templates.as93.net/musicbrainz ' MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 295. **[Muximux](https://portainer-templates.as93.net/muximux 'A lightweight portal to view manage your HTPC apps without having to run anything more than a PHP enabled webserver With Muximux you don t need to keep multiple tabs open or bookmark the URL to all of your apps ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 296. **[Mylar](https://portainer-templates.as93.net/mylar 'An automated Comic Book downloader cbr cbz for use with SABnzbd NZBGet and torrents ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 297. **[Mylar3](https://portainer-templates.as93.net/mylar ' Mylar3 https github com mylar3 mylar3 is an automated Comic Book downloader cbr cbz for use with NZB and torrents written in python It supports SABnzbd NZBGET and many torrent clients in addition to DDL ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 298. **[Mysql](https://portainer-templates.as93.net/mysql 'The most popular open source database')** -- ([Report issues]( https://github.com/portainer/templates/)) 299. **[Mysql-Workbench](https://portainer-templates.as93.net/mysqlworkbench ' MySQL Workbench https www mysql com products workbench is a unified visual tool for database architects developers and DBAs MySQL Workbench provides data modeling SQL development and comprehensive administration tools for server configuration user administration backup and much more ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 300. **[N8N](https://portainer-templates.as93.net/nn 'n8n allows you to build flexible workflows focused on deep data integration ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 301. **[Nano](https://portainer-templates.as93.net/nano ' Nano https nano org is a digital payment protocol designed to be accessible and lightweight with a focus on removing inefficiencies present in other cryptocurrencies With ultrafast transactions and zero fees on a secure green and decentralized network this makes Nano ideal for everyday transactions ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 302. **[Nano-Wallet](https://portainer-templates.as93.net/nanowallet ' Nano wallet https nano org is a digital payment protocol designed to be accessible and lightweight with a focus on removing inefficiencies present in other cryptocurrencies With ultrafast transactions and zero fees on a secure green and decentralized network this makes Nano ideal for everyday transactions This container is a simple nginx wrapper for the light wallet located here https github com linuxserver nano wallet You will need to pass a valid RPC host when accessing this container ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 303. **[Navidrome](https://portainer-templates.as93.net/navidrome 'Navidrome is an open source web based music collection server and streamer It gives you freedom to listen to your music collection from any browser or mobile device It s like your personal Spotify ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 304. **[Neko](https://portainer-templates.as93.net/neko 'Simple room management system for n eko Self hosted rabb it alternative Please add env file as stated in neko yml')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 305. **[Netalertx](https://portainer-templates.as93.net/netalertx 'WIFI LAN intruder detector Scans for devices connected to your network and alerts you if new and unknown devices are found ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 306. **[Netboot.Xyz](https://portainer-templates.as93.net/netbootxyz 'Netbootxyz is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 307. **[Netbox](https://portainer-templates.as93.net/netbox ' Netbox https github com netbox community netbox is an IP address management IPAM and data center infrastructure management DCIM tool Initially conceived by the network engineering team at DigitalOcean NetBox was developed specifically to address the needs of network and infrastructure engineers It is intended to function as a domain specific source of truth for network operations ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 308. **[Netdata](https://portainer-templates.as93.net/netdata 'Troubleshoot slowdowns and anomalies in your infrastructure with thousands of per second metrics meaningful visualizations and insightful health alarms with zero configuration ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 309. **[Nextcloud](https://portainer-templates.as93.net/nextcloud 'Nextcloud is an open source self hosted file sync and communication app platform Access and sync your files contacts calendars and communicate and collaborate across your devices You decide what happens with your data where it is and who can access it ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 310. **[Nextcloudstack](https://portainer-templates.as93.net/nextcloudstack 'Nextcloud setup with a MySQL database')** -- ([Report issues]( https://github.com/mikestraney/portainer-templates/)) 311. **[Nginx](https://portainer-templates.as93.net/nginx 'High performance web server')** -- ([Report issues]( https://github.com/portainer/templates/)) 312. **[Nginx Proxy Manager](https://portainer-templates.as93.net/nginx-proxy-manager 'Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise including free SSL without having to know too much about Nginx or Letsencrypt ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 313. **[Nginx Proxy Manager V2 With Sqlite And Goaccess Charts](https://portainer-templates.as93.net/nginx-proxy-manager-v-with-sqlite-and-goaccess-charts 'Nginx Proxy Manager v2 with sqlite and Goaccess Charts enables you to easily forward to your websites running at home or otherwise including free SSL without having to know too much about Nginx or Letsencrypt Please see the install document at https github com pi hosted pi hosted tree master docs installing the template')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 314. **[Nginx Proxy Manager V2 With Sqllite](https://portainer-templates.as93.net/nginx-proxy-manager-v-with-sqllite 'Nginx Proxy Manager v2 with Sqlite enables you to easily forward to your websites running at home or otherwise including free SSL without having to know too much about Nginx or Letsencrypt Please see the install document at https github com pi hosted pi hosted tree master docs installing the template')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 315. **[Nginx Proxy Manager V3 [Devel] Not Ready For Use](https://portainer-templates.as93.net/nginx-proxy-manager-v-devel-not-ready-for-use ' DEVEL Not ready for production Nginx Proxy Manager v3 Develop enables you to easily forward to your websites running at home or otherwise including free SSL without having to know too much about Nginx or Letsencrypt Please see the install document at https github com pi hosted pi hosted tree master docs installing the template')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 316. **[Ngircd](https://portainer-templates.as93.net/ngircd ' Ngircd https ngircd barton de is a free portable and lightweight Internet Relay Chat server for small or private networks developed under the GNU General Public License GPL It is easy to configure can cope with dynamic IP addresses and supports IPv6 SSL protected connections as well as PAM for authentication It is written from scratch and not based on the original IRCd ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 317. **[Nitter](https://portainer-templates.as93.net/nitter 'A free and open source alternative Twitter front end focused on privacy and performance ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 318. **[Nocodb](https://portainer-templates.as93.net/nocodb 'Turns any MySQL PostgreSQL SQL Server SQLite MariaDB into a smart spreadsheet ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 319. **[Nodejs](https://portainer-templates.as93.net/nodejs 'JavaScript based platform for server side and networking applications')** -- ([Report issues]( https://github.com/portainer/templates/)) 320. **[Nodered](https://portainer-templates.as93.net/nodered 'Node RED provides a browser based flow editor that makes it easy to wire together flows using the wide range of nodes in the palette ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 321. **[Nord-Vpn](https://portainer-templates.as93.net/nordvpn 'This is an OpenVPN client docker container that uses recommended NordVPN server It makes routing containers traffic through OpenVPN easy ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 322. **[Nut Server](https://portainer-templates.as93.net/nut-server 'The purpose of NUT Server is to monitor a UPS attached device')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 323. **[Nuts](https://portainer-templates.as93.net/nuts 'Network UPS Tools server')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 324. **[Nzbget](https://portainer-templates.as93.net/nzbget 'NZBGet is a usenet downloader written in C and designed with performance in mind to achieve maximum download speed by using very little system resources It supports all platforms including Windows Mac Linux and works on all devices including PC NAS WLAN routers and media players')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 325. **[Nzbhydra 2](https://portainer-templates.as93.net/nzbhydra- 'NZBHydra is a meta search for NZB indexers and the spiritual successor to NZBmegasearcH It provides easy access to a number of raw and newznab based indexers ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 326. **[Obsidian](https://portainer-templates.as93.net/obsidian ' Obsidian https obsidian md is a note taking app that lets you create link and organize your notes on your device with hundreds of plugins and themes to customize your workflow You can also publish your notes online access them offline and sync them securely with end to end encryption ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 327. **[Octoprint](https://portainer-templates.as93.net/octoprint 'OctoPrint is an open source 3D printer controller application which provides a web interface for the connected printers ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 328. **[Odoo](https://portainer-templates.as93.net/odoo 'Open source business apps')** -- ([Report issues]( https://github.com/mikestraney/portainer-templates/)) 329. **[Omada Eap Controller](https://portainer-templates.as93.net/omada-eap-controller 'TP Link Omada is a software defined network solution The EAP Controller is used to manage multiple EAPs Raspberry Pi 1 and Zero are not supported ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 330. **[Ombi](https://portainer-templates.as93.net/ombi 'Ombi allows you to host your own Plex Request and user management system ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 331. **[Opc Router](https://portainer-templates.as93.net/opc-router 'No code middleware for industrial applications The OPC Router connects PLCs PCS SCADA MES SQL databases and servers label printers e mail servers and erp systems via OPC UA MQTT REST CSV and many others without any programming effort')** -- ([Report issues]( https://github.com/portainer/templates/)) 332. **[Openamt](https://portainer-templates.as93.net/openamt 'OpenAMT Cloud Toolkit')** -- ([Report issues]( https://github.com/portainer/templates/)) 333. **[Openbudgeteer](https://portainer-templates.as93.net/openbudgeteer 'OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle and inspired by YNAB and Buckets ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 334. **[Openfaas](https://portainer-templates.as93.net/openfaas 'Serverless functions made simple')** -- ([Report issues]( https://github.com/portainer/templates/)) 335. **[Openssh-Server](https://portainer-templates.as93.net/opensshserver ' Openssh server https www openssh com is a sandboxed environment that allows ssh access without giving keys to the entire server Giving ssh access via private key often means giving full access to the server This container creates a limited and sandboxed environment that others can ssh into The users only have access to the folders mapped and the processes running inside this container ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 336. **[Openvpn Access Server](https://portainer-templates.as93.net/openvpn-access-server 'OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities enterprise management capabilities simplified OpenVPN Connect UI and OpenVPN Client software packages that accommodate Windows MAC Linux Android and iOS environments ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 337. **[Openvpn-As](https://portainer-templates.as93.net/openvpnas 'OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities enterprise management capabilities simplified OpenVPN Connect UI and OpenVPN Client software packages that accommodate Windows MAC Linux Android and iOS environments ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 338. **[Openvscode-Server](https://portainer-templates.as93.net/openvscodeserver ' Openvscode server https github com gitpod io openvscode server provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 339. **[Opera](https://portainer-templates.as93.net/opera ' Opera https www opera com is a multi platform web browser developed by its namesake company Opera The browser is based on Chromium but distinguishes itself from other Chromium based browsers Chrome Edge etc through its user interface and other features ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 340. **[Opnform](https://portainer-templates.as93.net/opnform 'OpnForm is an open source form builder It s an alternative to products like Typeform JotForm Tally etc ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 341. **[Orcaslicer](https://portainer-templates.as93.net/orcaslicer ' Orca Slicer https github com SoftFever OrcaSlicer is an open source slicer for FDM printers OrcaSlicer is fork of Bambu Studio it was previously known as BambuStudio SoftFever Bambu Studio is forked from PrusaSlicer by Prusa Research which is from Slic3r by Alessandro Ranellucci and the RepRap community')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 342. **[Organizr](https://portainer-templates.as93.net/organizr 'Organizr allows you to setup Tabs that will be loaded all in one webpage You can then work on your server with ease ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 343. **[Organizr V2](https://portainer-templates.as93.net/organizr-v 'Organizr allows you to setup Tabs that will be loaded all in one webpage You can then work on your server with ease ')** -- ([Report issues]( https://github.com/SelfhostedPro/selfhosted_templates/)) 344. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 345. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 346. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 347. **[Outline](https://portainer-templates.as93.net/outline 'Open source collaborative knowledge base for modern teams')** 348. **[Overseerr](https://portainer-templates.as93.net/overseerr 'Overseerr is a free and open source software application for managing requests for your media library ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 349. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 350. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 351. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 352. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 353. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 354. **[Passbolt](https://portainer-templates.as93.net/passbolt 'Passbolt is a free and open source password manager designed for collaboration With Passbolt you can securely generate store manage and monitor your team credentials Get access to all of your logins and passwords from multiple browsers or even your mobile phone ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 355. **[Passky Client](https://portainer-templates.as93.net/passky-client 'Passky is a simple modern lightweight open source and secure password manager ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 356. **[Passky Server](https://portainer-templates.as93.net/passky-server 'Passky is a simple modern lightweight open source and secure password manager ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 357. **[Penpot (Http) {Shmolf}](https://portainer-templates.as93.net/penpot-http-shmolf 'Penpot is the first Open Source design and prototyping platform meant for cross domain teams ')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 358. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 359. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 360. **[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 Copy as Custom stack and EDIT environment variables ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 361. **[Photoshow](https://portainer-templates.as93.net/photoshow 'A simple easy way to turn a photo album into a webgallery')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 362. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 363. **[Pi-Hole](https://portainer-templates.as93.net/pihole 'A Linux network level advertisement and Internet tracker blocking application which acts as a DNS sinkhole ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 364. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 365. **[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 When the installation is complete navigate to your ip goes here 1010 admin Follow the article a href https medium com niktrix getting rid of systemd resolved consuming port 53 605f0234f32f here a ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 366. **[Pi.Alert](https://portainer-templates.as93.net/pialert 'WIFI LAN intruder detector')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 367. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 368. **[Pingvin](https://portainer-templates.as93.net/pingvin 'Pingvin Share is self hosted file sharing platform and an alternative for WeTransfer ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 369. **[Piper](https://portainer-templates.as93.net/piper ' Piper https github com rhasspy piper is a fast local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4 This container provides a Wyoming protocol server for Piper ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 370. **[Piwigo](https://portainer-templates.as93.net/piwigo 'Piwigo is photo gallery software for the web built by an active community of users and developers ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 371. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 372. **[Pixel-Server](https://portainer-templates.as93.net/pixelserver 'Wireless control of PixelStrips or NeoPixels using a web graphical interface running on a Raspberry Pi ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 373. **[Plane](https://portainer-templates.as93.net/plane 'Project management tool from the future An open source software development tool to manage issues sprints and product roadmaps with peace of mind ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 374. **[Planka](https://portainer-templates.as93.net/planka ' Planka https github com plankanban planka is an elegant open source project tracking tool ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 375. **[Plesk](https://portainer-templates.as93.net/plesk 'WebOps platform and hosting control panel')** -- ([Report issues]( https://github.com/mikestraney/portainer-templates/)) 376. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 377. **[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 ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 378. **[Plex Requests](https://portainer-templates.as93.net/plex-requests 'Simple automated way for users to request new content for Plex ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 379. **[Plextraktsync](https://portainer-templates.as93.net/plextraktsync 'A python script that syncs the movies shows and ratings between trakt and Plex')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 380. **[Plone](https://portainer-templates.as93.net/plone 'A free and open source CMS built on top of Zope')** -- ([Report issues]( https://github.com/portainer/templates/)) 381. **[Portainer Agent](https://portainer-templates.as93.net/portainer-agent 'Manage all the resources in your Swarm cluster')** -- ([Report issues]( https://github.com/portainer/templates/)) 382. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 383. **[Postgresql](https://portainer-templates.as93.net/postgresql 'The most advanced open source database')** -- ([Report issues]( https://github.com/portainer/templates/)) 384. **[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 ')** -- ([Report issues]( https://github.com/SelfhostedPro/selfhosted_templates/)) 385. **[Privatebin](https://portainer-templates.as93.net/privatebin 'PrivateBin is a minimalist open source online pastebin where the server has zero knowledge of pasted data ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 386. **[Pro Mosquitto With Management Center](https://portainer-templates.as93.net/pro-mosquitto-with-management-center 'Commercial grade Mosquitto MQTT broker with Management Center')** -- ([Report issues]( https://github.com/portainer/templates/)) 387. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 388. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 389. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 390. **[Proxitok](https://portainer-templates.as93.net/proxitok 'Use Tiktok with an alternative frontend inspired by Nitter ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 391. **[Pure-Ftp Server](https://portainer-templates.as93.net/pureftp-server 'Pure FTPd is a free BSD secure production quality and standard conformant FTP server ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 392. **[Pve-Exporter](https://portainer-templates.as93.net/pveexporter 'This is an exporter that exposes information gathered from Proxmox VE node for use by the Prometheus monitoring system ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 393. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 394. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 395. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 396. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 397. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 398. **[Python](https://portainer-templates.as93.net/python ' This container needs special attention Please check https hub docker com r linuxserver python for details ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 399. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 400. **[Qdirstat](https://portainer-templates.as93.net/qdirstat 'QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 401. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 402. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 403. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 404. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 405. **[Rabbitmq](https://portainer-templates.as93.net/rabbitmq 'Highly reliable enterprise messaging system')** -- ([Report issues]( https://github.com/portainer/templates/)) 406. **[Radarr](https://portainer-templates.as93.net/radarr 'Radarr A fork of Sonarr to work with movies la Couchpotato ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 407. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 408. **[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')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 409. **[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 ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 410. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 411. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 412. **[Readarr](https://portainer-templates.as93.net/readarr 'Readarr usent server')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 413. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 414. **[Redis](https://portainer-templates.as93.net/redis 'Open source in memory data structure store')** -- ([Report issues]( https://github.com/portainer/templates/)) 415. **[Redis Cluster](https://portainer-templates.as93.net/redis-cluster 'Open source in memory data structure store Cluster mode')** -- ([Report issues]( https://github.com/portainer/templates/)) 416. **[Redmine](https://portainer-templates.as93.net/redmine 'Open source project management tool')** -- ([Report issues]( https://github.com/portainer/templates/)) 417. **[Registry](https://portainer-templates.as93.net/registry 'Docker image registry')** -- ([Report issues]( https://github.com/portainer/templates/)) 418. **[Registry (Cache)](https://portainer-templates.as93.net/registry-cache 'Docker image registry configured as a DockerHub pull through cache')** -- ([Report issues]( https://github.com/portainer/templates/)) 419. **[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 SSH and EXEC are supported ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 420. **[Remotely](https://portainer-templates.as93.net/remotely 'Remotely is a remote control and remote scripting solution built with NET 6 Blazor and SignalR Core ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 421. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 422. **[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')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 423. **[Rocket Chat](https://portainer-templates.as93.net/rocket-chat 'Rocket Chat Server')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 424. **[Rport](https://portainer-templates.as93.net/rport 'RPort is free remote access and remote management now acquired by RealVNC')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 425. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 426. **[Rustdesk](https://portainer-templates.as93.net/rustdesk 'A remote desktop software the open source TeamViewer alternative works out of the box no configuration required You have full control of your data with no concerns about security ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 427. **[Rutorrent](https://portainer-templates.as93.net/rutorrent 'Popular torrent client with a webui for ease of use ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 428. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 429. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 430. **[Scality S3](https://portainer-templates.as93.net/scality-s 'Standalone AWS S3 protocol server')** -- ([Report issues]( https://github.com/portainer/templates/)) 431. **[Scrutiny](https://portainer-templates.as93.net/scrutiny 'WebUI for smartd S M A R T monitoring')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 432. **[Searxng](https://portainer-templates.as93.net/searxng 'Open Source Privacy respecting metasearch engine')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 433. **[Sematext Docker Agent](https://portainer-templates.as93.net/sematext-docker-agent 'Collect logs metrics and docker events')** -- ([Report issues]( https://github.com/portainer/templates/)) 434. **[Series-Troxide](https://portainer-templates.as93.net/seriestroxide ' Series Troxide https github com MaarifaMaarifa series troxide a Simple and Modern Series Tracker')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 435. **[Servas](https://portainer-templates.as93.net/servas 'A self hosted bookmark management tool ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 436. **[Shaarli](https://portainer-templates.as93.net/shaarli 'The personal minimalist super fast database free bookmarking service ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 437. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 438. **[Shotcut](https://portainer-templates.as93.net/shotcut ' Shotcut https www shotcut org is a free open source cross platform video editor ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 439. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 440. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 441. **[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 ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 442. **[Signal Proxy](https://portainer-templates.as93.net/signal-proxy 'A TLS proxy relay for the Signal privacy messenger app ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 443. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 444. **[Smokeping](https://portainer-templates.as93.net/smokeping 'Smokeping keeps track of your network latency ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 445. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 446. **[Snibox](https://portainer-templates.as93.net/snibox 'Self hosted snippet manager ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 447. **[Snipe-It](https://portainer-templates.as93.net/snipeit '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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 448. **[Snippet-Box](https://portainer-templates.as93.net/snippetbox 'Snippet Box is a simple self hosted app for organizing your code snippets ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 449. **[Socket-Proxy](https://portainer-templates.as93.net/socketproxy ' This container needs special attention Please check https hub docker com r linuxserver socket proxy for details ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 450. **[Softing Edgeconnector 840D](https://portainer-templates.as93.net/softing-edgeconnector-d 'Access Siemens SINUMERIK 840D sl pl controllers and provide data via OPC UA and MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 451. **[Softing Edgeconnector Aggregator](https://portainer-templates.as93.net/softing-edgeconnector-aggregator 'Offers a powerful OPC UA aggregation service which provides data via OPC UA as well as MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 452. **[Softing Edgeconnector Fanuc Cnc](https://portainer-templates.as93.net/softing-edgeconnector-fanuc-cnc 'Connect FANUC CNCs and provide the data via OPC UA and MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 453. **[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')** -- ([Report issues]( https://github.com/portainer/templates/)) 454. **[Softing Edgeconnector Siemens](https://portainer-templates.as93.net/softing-edgeconnector-siemens 'Connect Siemens SIMATIC S7 300 400 1200 1500 PLCs and provide the data via OPC UA and MQTT')** -- ([Report issues]( https://github.com/portainer/templates/)) 455. **[Solr](https://portainer-templates.as93.net/solr 'Open source enterprise search platform')** -- ([Report issues]( https://github.com/portainer/templates/)) 456. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 457. **[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')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 458. **[Spotube](https://portainer-templates.as93.net/spotube ' Spotube https spotube krtirtho dev is an open source cross platform Spotify client compatible across multiple platforms utilizing Spotify s data API and YouTube Piped video or JioSaavn as an audio source eliminating the need for Spotify Premium')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 459. **[Sql Server](https://portainer-templates.as93.net/sql-server 'Microsoft SQL Server on Linux')** -- ([Report issues]( https://github.com/portainer/templates/)) 460. **[Sql Server Express](https://portainer-templates.as93.net/sql-server-express 'Microsoft SQL Server Express for Windows containers')** -- ([Report issues]( https://github.com/portainer/templates/)) 461. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 462. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 463. **[Stash](https://portainer-templates.as93.net/stash 'Helps you organize your Ahem more MATURE Media material ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 464. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 465. **[Steamos](https://portainer-templates.as93.net/steamos ' SteamOS https www steamdeck com is an Arch based Linux distribution made by Valve Software This container is a vanilla Arch install with Steam repositories added for software support This container will only work with modern AMD Intel GPUs on a real Linux Host ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 466. **[Stirling Pdf {Shmolf}](https://portainer-templates.as93.net/stirling-pdf-shmolf 'Your locally hosted one stop shop for all your PDF needs ')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 467. **[Stirling-Pdf](https://portainer-templates.as93.net/stirlingpdf 'This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files such as splitting merging converting reorganizing adding images rotating compressing and more ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 468. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 469. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 470. **[Swarm Monitoring](https://portainer-templates.as93.net/swarm-monitoring 'Monitor your cluster performances with Prometheus Grafana')** -- ([Report issues]( https://github.com/portainer/templates/)) 471. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 472. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 473. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 474. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 475. **[Tabby](https://portainer-templates.as93.net/tabby 'Tabby is an infinitely customizable cross platform terminal app for local shells serial SSH and Telnet connections ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 476. **[Tailscale](https://portainer-templates.as93.net/tailscale 'Connect your devices and users together in your own secure Zero config virtual private network ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 477. **[Tandoor](https://portainer-templates.as93.net/tandoor 'The recipe manager that allows you to manage your ever growing collection of digital recipes ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 478. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 479. **[Tdarr](https://portainer-templates.as93.net/tdarr 'Tdarr is a popular conditional transcoding application for processing large or small media libraries ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 480. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 481. **[Terraria Server {Shmolf}](https://portainer-templates.as93.net/terraria-server-shmolf 'Docker container for a Terraria dedicated server ')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 482. **[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')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 483. **[Thelounge](https://portainer-templates.as93.net/thelounge 'A self hosted web IRC client')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 484. **[Tiddlywiki](https://portainer-templates.as93.net/tiddlywiki 'A unique non linear notebook wiki ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 485. **[Timetagger](https://portainer-templates.as93.net/timetagger 'Open source time tracker with an interactive user experience and powerful reporting ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 486. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 487. **[Tooljet](https://portainer-templates.as93.net/tooljet 'Tooljet is an Open source low code application development platform for building and deploying business applications ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 488. **[Tosibox Lock For Container](https://portainer-templates.as93.net/tosibox-lock-for-container 'Lock for Container brings secure connectivity inside your industrial IoT devices')** -- ([Report issues]( https://github.com/portainer/templates/)) 489. **[Traefik](https://portainer-templates.as93.net/traefik 'Cloud Native Networking Stack That Just Works ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 490. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 491. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 492. **[Transmission Openvpn Latest](https://portainer-templates.as93.net/transmission-openvpn-latest '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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 493. **[Transmission Openvpn V3](https://portainer-templates.as93.net/transmission-openvpn-v '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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 494. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 495. **[Trilium](https://portainer-templates.as93.net/trilium 'Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 496. **[Trudesk](https://portainer-templates.as93.net/trudesk 'Trudesk is an Open Source Help Desk Software and Ticketing System')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 497. **[Tubearchivist](https://portainer-templates.as93.net/tubearchivist 'Tubearchivist is your self hosted YouTube media server')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 498. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 499. **[Twitch Points Miner](https://portainer-templates.as93.net/twitch-points-miner 'A simple script that will watch a stream for you and earn the channel points ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 500. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 501. **[Ubuntu](https://portainer-templates.as93.net/ubuntu 'Debian based Linux operating system')** -- ([Report issues]( https://github.com/portainer/templates/)) 502. **[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')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 503. **[Ungoogled-Chromium](https://portainer-templates.as93.net/ungoogledchromium ' Ungoogled Chromium https github com ungoogled software ungoogled chromium is Google Chromium sans dependency on Google web services ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 504. **[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 ')** -- ([Report issues]( https://github.com/SelfhostedPro/selfhosted_templates/)) 505. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 506. **[Unifi-Network-Application](https://portainer-templates.as93.net/unifinetworkapplication 'The Unifi network application https ui com software is a powerful enterprise wireless software engine ideal for high density client deployments requiring low latency and high uptime performance ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 507. **[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 ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 508. **[Unrar](https://portainer-templates.as93.net/unrar ' This container needs special attention Please check https hub docker com r linuxserver unrar for details ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 509. **[Upsnap](https://portainer-templates.as93.net/upsnap 'UpSnap is a simple wake on lan app written with SvelteKit Go PocketBase and nmap ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 510. **[Uptime Kuma](https://portainer-templates.as93.net/uptime-kuma 'It is a self hosted monitoring tool like Uptime Robot')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 511. **[Urbackup](https://portainer-templates.as93.net/urbackup 'UrBackup is an easy to setup Open Source client server backup system that through a combination of image and file backups accomplishes both data safety and a fast restoration time ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 512. **[Urlwatch](https://portainer-templates.as93.net/urlwatch 'A tool for monitoring webpages for updates')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 513. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 514. **[Vikunja](https://portainer-templates.as93.net/vikunja 'Vikunja is a self hosted open source to do list application')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 515. **[Vlmcsd - Kms](https://portainer-templates.as93.net/vlmcsd--kms 'This is a replacement for Microsoft s KMS server ')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 516. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 517. **[Vsftpd Ftp Server](https://portainer-templates.as93.net/vsftpd-ftp-server 'Secure fast FTP server for UNIX like systems')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 518. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 519. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 520. **[Watchtower {Shmolf}](https://portainer-templates.as93.net/watchtower-shmolf 'A container based solution for automating Docker container base image updates')** -- ([Report issues]( https://github.com/shmolf/portainer-templates/)) 521. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 522. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 523. **[Webtop](https://portainer-templates.as93.net/webtop ' Webtop https github com linuxserver docker webtop Alpine Ubuntu Fedora and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 524. **[Webtrees](https://portainer-templates.as93.net/webtrees 'Webtrees is the web s leading online collaborative genealogy application GEDCOM files support ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 525. **[Wger](https://portainer-templates.as93.net/wger 'Self hosted FLOSS fitness workout nutrition and weight tracker written with Django')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 526. **[Whisparr](https://portainer-templates.as93.net/whisparr 'Whisparr is an adult movie collection manager for Usenet and BitTorrent users ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 527. **[Whoogle](https://portainer-templates.as93.net/whoogle 'Self hosted ad free privacy respecting Google metasearch engine ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 528. **[Wikijs](https://portainer-templates.as93.net/wikijs 'Wikijs A modern lightweight and powerful wiki app built on NodeJS ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 529. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 530. **[Wireguard Server](https://portainer-templates.as93.net/wireguard-server 'Fast VPN Server with easy to use User Interface')** -- ([Report issues]( https://github.com/novaspirit/pi-hosted/)) 531. **[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 ')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 532. **[Wizarr](https://portainer-templates.as93.net/wizarr ' Wizarr is an advanced user invitation and management system for Jellyfin Plex Emby etc ')** -- ([Report issues]( https://github.com/mediadepot/templates/)) 533. **[Wordpress](https://portainer-templates.as93.net/wordpress 'WordPress setup with a MySQL database')** -- ([Report issues]( https://github.com/portainer/templates/)) 534. **[Wowza](https://portainer-templates.as93.net/wowza 'Streaming media server')** -- ([Report issues]( https://github.com/mycroftwilde/portainer_templates/)) 535. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 536. **[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 ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 537. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/)) 538. **[Yaak](https://portainer-templates.as93.net/yaak ' Yaak https yaak app is a desktop API client for organizing and executing REST GraphQL and gRPC requests It s built using Tauri https tauri app Rust https www rust lang org and ReactJS https react dev ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 539. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 540. **[Your_Spotify](https://portainer-templates.as93.net/yourspotify ' Your spotify https github com Yooooomi your spotify is a self hosted application that tracks what you listen and offers you a dashboard to explore statistics about it It s composed of a web server which polls the Spotify API every now and then and a web application on which you can explore your statistics ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 541. **[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 ')** -- ([Report issues]( https://github.com/Qballjos/portainer_templates/)) 542. **[Yq](https://portainer-templates.as93.net/yq ' This container needs special attention Please check https hub docker com r linuxserver yq for details ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 543. **[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 ')** -- ([Report issues]( https://github.com/dnburgess/self-hosted-template/)) 544. **[Zotero](https://portainer-templates.as93.net/zotero ' Zotero https www zotero org is a free easy to use tool to help you collect organize annotate cite and share research ')** -- ([Report issues]( https://github.com/technorabilia/portainer-templates/)) 545. **[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 ')** -- ([Report issues]( https://github.com/xneo1/portainer_templates/))

Sources


↕️ Click to Expand ↕️

Full credit to the authors of the following templates. The main `templates.json` file is composes of these sources, along with the content of the [`sources`](https://github.com/Lissy93/portainer-templates/tree/main/sources) directory. 1. [template](https://raw.githubusercontent.com/dnburgess/self-hosted-template/master/template.json) by [@dnburgess](https://github.com/dnburgess) 2. [template](https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Template/template.json) by [@Qballjos](https://github.com/Qballjos) 3. [template](https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/portainer-2.0/Template/template.json) by [@SelfhostedPro](https://github.com/SelfhostedPro) 4. [template](https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-2.0.json) by [@technorabilia](https://github.com/technorabilia) 5. [template](https://raw.githubusercontent.com/mikestraney/portainer-templates/master/templates.json) by [@mikestraney](https://github.com/mikestraney) 6. [template](https://raw.githubusercontent.com/xneo1/portainer_templates/master/Template/template.json) by [@xneo1](https://github.com/xneo1) 7. [template](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/template/portainer-v2.json) by [@novaspirit](https://github.com/novaspirit) 8. [template](https://raw.githubusercontent.com/donpablonow/awesome-saas/master/Template/portainer-v2.json) by [@donpablonow](https://github.com/donpablonow) 9. [template](https://raw.githubusercontent.com/mediadepot/templates/master/portainer.json) by [@mediadepot](https://github.com/mediadepot) 10. [template](https://raw.githubusercontent.com/mycroftwilde/portainer_templates/master/Template/template.json) by [@mycroftwilde](https://github.com/mycroftwilde) 11. [template](https://raw.githubusercontent.com/mediadepot/templates/master/portainer.json) by [@mediadepot](https://github.com/mediadepot) 12. [template](https://raw.githubusercontent.com/shmolf/portainer-templates/main/templates-2.0.json) by [@shmolf](https://github.com/shmolf) 13. [template](https://raw.githubusercontent.com/portainer/templates/master/templates-2.0.json) by [@portainer](https://github.com/portainer)

Raising Issues

If you notice something not working as it should in any of the lib/ scripts, website code, README documentation, or workflows automations - then raise an issue or PR in this repository.

If you encounter an issue with any container included here, please raise a ticket/PR on the up-stream repo, not in this repository. This project simply compiles templates listed in the Sources into a single manifest, so once a fix has been pushed out upstream, it will be available here.


Contributing

Contributions of any kind are very welcome, and would be much appreciated. For Code of Conduct, see Contributor Convent.

Not a coder? You can still help, by raising bugs you find, updating docs, or consider sponsoring me on GitHub

For a guide on adding templates, see the 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 section below.

Before raising an issue or editing a template, please see the Raising Issues section above (TL;DR: changes need to be made upstream, NOT in this repo).

If you're new to open source, I've put together some guides in Git-In, but feel free to reach out if you need any support.


Website

There's a simple website, which lists all available templates and shows stats, config options and installation instructions for each app / stack. You can view it at portainer-templates.netlify.app

The source is located in the website branch, and it's build as a simple SSR Svelte app (using SvelteKit + TypeScript + SCSS + Vite). To make changes to the website, you'll need Node.js and Git installed. Then just run the following commands:

git clone -b website git@github.com:Lissy93/portainer-templates.git # Clone the website branch
cd portainer-templates # Navigate into the directory
npm i # Install dependencies
npm run dev # Start the development server

And to pubish, run npm run build then either use npm start or host the content of the '/build' directory using a web server of your choice. Alternatively, there's a Dockerfile, for easy deployment :)

Note that it's not required to make any changes to the website when adding a new template or templates source, as data is fetched directly from templates.json in the repo's main branch - so should show up automatically once your changes are merged.


Mirror

There's a mirror of this repository, maintained on CodeBerg at: codeberg.org/alicia/portainer-templates

To pull templates from there, instead of GitHub, use this URL in your Portainer instance instead:

https://codeberg.org/alicia/portainer-templates/raw/branch/main/templates.json

Credits

Contributors

liss-bot
Alicia Bot
Lissy93
Alicia Sykes
shmolf
Nicholas Browning
Benoniy
Benjamin Ranson
tempusthales
Gilbert Palau
kr40
Kartik Rao
leetrout
Lee Trout
balzack
Pierre Balzack

Sponsors

vincentkoc
Vincent Koc
AnandChowdhary
Anand Chowdhary
shrippen
Shrippen
bile0026
Zach Biles
UlisesGascon
Ulises Gascón
digitalarche
Digital Archeology
InDieTasten
InDieTasten
araguaci
Araguaci
bmcgonag
Brian McGonagill
vlad-tim
Vlad
helixzz
HeliXZz
patvdv
Patrick Van Der Veken
mryesiller
Göksel Yeşiller
sushibait
Shiverme Timbers
forwardemail
Forward Email - Open-source & Privacy-focused Email Service (2023)
semiceau
GT
Bastii717
Bastii717
getumbrel
Umbrel
frankdez93
Frankdez93
terminaltrove
Terminal Trove
st617
St617
nrvo
Nrvo
hudsonrock-partnerships
Hudsonrock-partnerships

License

Note For licenses for each app listed here, see their websites (linked to above).

Lissy93/Portainer-Templates is licensed under MIT © Alicia Sykes 2023.
For information, see TLDR Legal > MIT

Expand License ``` The MIT License (MIT) Copyright (c) Alicia Sykes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included install copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT ABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```

© Alicia Sykes 2023
Licensed under MIT

Thanks for visiting :)