Grep with "tools" on the JSON-data (114)
/dockers/ (/data/Dockers) >> 3dprinters = Timetracking - Tool - Tools - Torrentserver - Tracking = Wordpress
Title | Desc | Ports | Env / Vol |
---|---|---|---|
Adguardhome |
AdGuard Home is a network-wide software for blocking ads & tracking.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://adguard.com/en/adguard-home/overview.html Official Docker Documentation: https://github.com/AdguardTeam/AdGuardHome/wiki/Docker Image: adguard/adguardhome:latest Category: Other Tools |
53:53/tcp 53:53/udp 67:67/udp 80:80/tcp 443:443/tcp 443:443/udp 3001:3000/tcp 853:853/tcp 784:784/udp 853:853/udp 8853:8853/udp 5443:5443/tcp 5443:5443/udp |
/portainer/Files/AppData/Config/AdguardHome/config:/opt/adguardhome/conf /portainer/Files/AppData/Config/AdguardHome/work:/opt/adguardhome/work |
Alpine Xfce4 noVNC |
Alpine xfce4 novnc
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/novaspirit/Alpine_xfce4_noVNC Official Docker Documentation: https://github.com/novaspirit/Alpine_xfce4_noVNC Default username/password will be alpine/alpine. Image: novaspirit/alpine_xfce4_novnc:latest Category: Other Tools |
6080:6080/tcp 56780:56780/tcp |
/portainer/Files/AppData/Config/alpine-xfce4-novnc/home/alpine/downloads:/home/alpine/downloads |
ArchiSteamFarm |
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/JustArchiNET/ArchiSteamFarm/ Official Docker Documentation: https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Docker/ Image: justarchi/archisteamfarm:latest Category: Other Tools Games |
1242:1242/tcp |
PUID="1000" #PUID PGID="1000" #PGID /portainer/Files/AppData/Config/ArchiSteamFarm/config:/app/config /portainer/Files/AppData/Config/ArchiSteamFarm/plugins:/app/plugins /portainer/Files/AppData/Config/ArchiSteamFarm/logs:/app/logs |
Archivebox |
ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://archivebox.io/ Official Docker Documentation: https://github.com/ArchiveBox/ArchiveBox/wiki/Docker By default an admin user is not created. You can do so by launching a shell in the container and executing 'archivebox manage createsuperuser'. Documentation is Available here. Image: archivebox/archivebox:latest Category: Other Tools |
8002:8000/tcp |
ALLOWED_HOSTS="*" #ALLOWED_HOSTS MEDIA_MAX_SIZE="750m" #MEDIA_MAX_SIZE PUBLIC_INDEX="true" #PUBLIC_INDEX PUBLIC_SNAPSHOTS="true" #PUBLIC_SNAPSHOTS PUBLIC_ADD_VIEW="false" #PUBLIC_ADD_VIEW /portainer/Files/AppData/Config/archivebox:/data |
Asciinema {shmolf} |
Self-hosted terminal recording and playback
Note: Application documentation 🗗 For the application secret key, you can use the terminal command tr -dc A-Za-z0-9 </dev/urandom | head -c 64; echo
Repository > stacks/asciinema/docker-compose.yml Category: Tools |
PUID="1000" #PUID PGID="1000" #PGID HOST_NAME="localhost" #Hostname HOST_PORT="3033" #Host Port SECRET_KEY="please-change-this-to-a-random-secret" #Secret Application Key |
|
Audacity |
Audacity is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/audacity/config Image: linuxserver/audacity:latest Category: Tools |
3000:3000/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ /volume1/docker/audacity/config:/config |
Baserow |
Open source no-code database and Airtable alternative
Image: baserow/baserow:1.22.3 Category: Downloaders Tools |
80/tcp |
BASEROW_PUBLIC_URL="" #BASEROW_PUBLIC_URL /opt/mediadepot/apps/baserow:/baserow/data |
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..
Note: This project is not associated with the Bitwarden project nor 8bit Solutions LLC. Image: bitwardenrs/server:latest Category: Other Tools |
80/tcp |
/portainer/Files/AppData/Config/Bitwarden-rs:/config |
Caddy |
Caddy - The Ultimate Server with Automatic HTTPS. Need to run tools/install_caddy.sh before installing the template.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://caddyserver.com/ Official Docker Documentation: https://hub.docker.com/_/caddy Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_caddy.sh | bashCaddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go Image: caddy:latest Category: Tools Web Webserver |
80:80/tcp 443:443/tcp 2019:2019/tcp |
/portainer/Files/AppData/Config/Caddy/Data:/data /portainer/Files/AppData/Config/Caddy/Config:/config /portainer/Files/AppData/Config/Caddy/Caddyfile:/etc/caddy/Caddyfile |
ChangeDetection |
changedetection.io - The best and simplest self-hosted open source website change detection monitoring and notification service. An alternative to Visualping, Watchtower
Image: ghcr.io/dgtlmoon/changedetection.io:latest Category: Documents Networkother Tools |
5000/tcp |
/opt/mediadepot/apps/changedetection:/datastore |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/cturra/docker-ntp Official Docker Documentation: https://github.com/cturra/docker-ntp/blob/main/README.md Image: cturra/ntp:latest Category: Other Tools |
123:123/udp |
LOG_LEVEL="0" #LOG_LEVEL NTP_SERVERS="time.cloudflare.com" #NTP_SERVERS |
Cloud Commander |
Cloud Commander a file manager for the web with console and editor.
Image: coderaiser/cloudcmd Category: Documents Networkother Tools |
8000/tcp |
/opt/mediadepot/apps:/media/host/opt/mediadepot /media/storage:/media/host/media/storage /media/temp:/media/host/media/temp |
Cloudflare DDNS |
A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine’s public IP addresses and update DNS records using the Cloudflare API.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.cloudflare.com/en-gb/learning/dns/glossary/dynamic-dns/ Official Docker Documentation: https://github.com/favonia/cloudflare-ddns/ Image: favonia/cloudflare-ddns:latest Category: DNS Tools |
CLOUDFLARE_API_TOKEN="" #CLOUDFLARE_API_TOKEN DOMAINS="" #DOMAINS (Comma Separated List) PROXIED="true" #PROXIED |
|
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.
Image: sgtsquiggs/deluge-openvpn:latest Category: Other VPN Tools |
8112:8112/tcp |
PUID="1001" #PUID PUID="1001" #PGID OPENVPN_PROVIDER="MULLVAD" #OPENVPN_PROVIDER OPENVPN_USERNAME="" #OPENVPN_USERNAME OPENVPN_PASSWORD="" #OPENVPN_PASSWORD /etc/localtime:/etc/localtime /portainer/Downloads:/downloads /portainer/Files/AppData/Config/DelugeOpenVPN/config:/config |
Dozzle |
Realtime log viewer for docker containers.
Image: amir20/dozzle:latest Category: Tools |
8080/tcp |
/var/run/docker.sock:/var/run/docker.sock |
Droppy |
Droppy is a self-hosted file storage server
Image: silverwind/droppy:latest Category: Tools Networkweb Networkother |
8989/tcp |
GID="15000" #GID UID="15000" #UID TZ="America/Los_Angeles" #TZ /media/storage/tvshows:/files/tvshows /media/storage/movies:/files/movies /media/storage/music:/files/music /media/storage/photos:/files/photos /media/storage/ebooks:/files/ebooks /media/storage/documents:/files/documents /media/storage/software:/files/software /media/storage/downloads:/files/downloads /media/temp/blackhole:/files/blackhole /media/temp/processing:/files/processing /opt/mediadepot/apps/droppy:/config |
Duck DNS |
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.
Note: ConfigurationFirst, 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 Image: linuxserver/duckdns:latest Category: DNS Tools |
SUBDOMAINS="" #SUBDOMAINS TOKEN="" #TOKEN PUID="1000" #PUID PGID="100" #PGID |
|
DuckDNS |
Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
Image: linuxserver/duckdns:latest Category: Networkdns Tools |
SUBDOMAINS="" #SUBDOMAINS TOKEN="" #TOKEN TZ="America/Los_Angeles" #TZ |
|
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
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://mosquitto.org/ Official Docker Documentation: https://mosquitto.org/ Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_mosquitto.sh | bashImage: eclipse-mosquitto:latest Category: Other Tools |
1883:1883/tcp 9001:9001/tcp |
/portainer/Files/AppData/Config/eclipse-mosquitto/config:/mosquitto/config /portainer/Files/AppData/Config/eclipse-mosquitto/data:/mosquitto/data /portainer/Files/AppData/Config/eclipse-mosquitto/log:/mosquitto/log |
Endlessh |
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.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/endlessh/config Image: linuxserver/endlessh:latest Category: Tools |
22:2222/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ MSDELAY="10000" #MSDELAY MAXLINES="32" #MAXLINES MAXCLIENTS="4096" #MAXCLIENTS LOGFILE="false" #LOGFILE BINDFAMILY="" #BINDFAMILY /volume1/docker/endlessh/config:/config |
Eufy Security WS |
Eufy Security Web Socket. Edit container and add username & password.
Image: bropat/eufy-security-ws:latest Category: Tools |
3993:3000/tcp |
USERNAME="InputUSER-email" #USERNAME PASSWORD="InputPWD" #PASSWORD /portainer/Files/AppData/Config/eufy-security-ws:/data |
Filebrowser |
filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files.
Image: mediadepot/filebrowser:latest Category: Tools Networkweb Networkother |
8080/tcp |
TZ="America/Los_Angeles" #TZ /media/storage/tvshows:/srv/tvshows /media/storage/movies:/srv/movies /media/storage/music:/srv/music /media/storage/photos:/srv/photos /media/storage/ebooks:/srv/ebooks /media/storage/documents:/srv/documents /media/storage/software:/srv/software /media/storage/downloads:/srv/downloads /media/temp/blackhole:/srv/blackhole /media/temp/processing:/srv/processing /opt/mediadepot/apps/filebrowser:/config |
FileBrowser latest |
Web File Browser which can be used as a middleware or standalone app.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://filebrowser.org/ Official Docker Documentation: https://filebrowser.org/installation#docker Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server The default user and password is admin/admin. Image: filebrowser/filebrowser:latest Category: Other Tools |
8082:80/tcp |
/portainer/Downloads:/srv /portainer/Files/AppData/Config/filebrowser/filebrowser.db:/database/filebrowser.db /portainer/Files/AppData/Config/filebrowser/settings.json:/config/settings.json |
FileBrowser S6 |
[arm][s6-version] Web File Browser which can be used as a middleware or standalone app.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://filebrowser.org/ Official Docker Documentation: https://filebrowser.org/installation#docker Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server The default user and password is admin/admin. Image: filebrowser/filebrowser:s6 Category: Other Tools |
8082:80/tcp |
PUID="1000" #PUID PGID="1000" #PGID /portainer/Downloads:/srv /portainer/Files/AppData/Config/filebrowser/filebrowser.db:/database/filebrowser.db /portainer/Files/AppData/Config/filebrowser/settings.json:/config/settings.json |
Filerun |
access your files anywhere through self-hosted secure cloud storage, file backup and sharing for your photos, videos, files and more.
Repository > stacks/filerun/docker-compose.yml Category: Documents Networkother Tools |
||
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/pawelmalak/flame Official Docker Documentation: https://github.com/pawelmalak/flame#with-docker-recommended Image: pawelmalak/flame:multiarch Category: Other Tools |
5005:5005/tcp |
PASSWORD="" #Flame Password /portainer/Files/AppData/Config/Flame/data:/app/data /var/run/docker.sock:/var/run/docker.sock |
FlareSolverr |
FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Docker Documentation: https://github.com/FlareSolverr/FlareSolverr#installation Image: ghcr.io/flaresolverr/flaresolverr:latest Category: Other Tools |
8191:8191/tcp |
LOG_LEVEL="info" #LOG_LEVEL LOG_HTML="false" #LOG_HTML CAPTCHA_SOLVER="none" #CAPTCHA_SOLVER TZ="America/New_York" #TZ |
Foldingathome |
Folding@home 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.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/foldingathome/config Image: linuxserver/foldingathome:latest Category: Tools |
7396:7396/tcp 36330:36330/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ /volume1/docker/foldingathome/config:/config |
Gaps |
Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
Image: housewrecker/gaps:latest Category: Tools Networkweb Networkother |
8484/tcp |
TZ="America/Los_Angeles" #TZ |
Ghost |
Ghost is a free and open source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/docker-library/docs/tree/master/ghost Official Docker Documentation: https://hub.docker.com/_/ghost Image: ghost:latest Category: Other Tools |
2368:2368/tcp |
NODE_ENV="development" #NODE_ENV url="http://localhost/" #url /portainer/Files/AppData/Config/Ghost:/var/lib/ghost/content |
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.
Note: Use SQLite3 for the database unless you have an external one setup. Image: gitea/gitea:latest Category: Web Tools |
3000:3000/tcp 222:22/tcp |
PUID="1000" #PUID PGID="100" #PGID /portainer/Files/AppData/Config/Gitea:/data /etc/timezone:/etc/timezone:ro /etc/localtime:/etc/localtime:ro |
Gotify |
A simple server for sending and receiving messages
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://gotify.net/ Official Docker Documentation: https://gotify.net/docs/install ARM7 Image. Documentation is Available here. Image: gotify/server-arm7:latest Category: Other Tools |
9008:80/tcp |
TZ="America/New_York" #TZ GOTIFY_DEFAULTUSER_NAME="admin" #GOTIFY_DEFAULTUSER_NAME GOTIFY_DEFAULTUSER_PASS="admin123" #GOTIFY_DEFAULTUSER_PASS /portainer/Files/AppData/Config/gotify:/app/data |
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.
Image: linuxserver/healthchecks Category: Tools Networkweb Networkother Statusstable |
8000/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ SITE_ROOT="healthchecks.depot.lan" #SITE_ROOT SITE_NAME="healthchecks" #SITE_NAME DEFAULT_FROM_EMAIL="[email protected]" #DEFAULT_FROM_EMAIL EMAIL_HOST="" #EMAIL_HOST EMAIL_PORT="" #EMAIL_PORT EMAIL_HOST_USER="" #EMAIL_HOST_USER EMAIL_HOST_PASSWORD="" #EMAIL_HOST_PASSWORD EMAIL_USE_TLS="" #EMAIL_USE_TLS /opt/mediadepot/apps/healthchecks:/config |
Heimdall |
Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.
Image: linuxserver/heimdall:latest Category: Tools Networkweb Networkother Statusstable |
80/tcp 443/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/heimdall:/config |
Homarr |
Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://homarr.vercel.app/ Official Docker Documentation: https://github.com/ajnart/homarr This version is not secured and should only be used if you want Docker integration and you don't worry about users on your network. Image: ghcr.io/ajnart/homarr:latest Category: Tools Web Other |
7575:7575/tcp |
PUID="1000" #PUID PGID="1000" #PGID /var/run/docker.sock:/var/run/docker.sock /portainer/Files/AppData/Config/Homarr/configs:/app/data/configs /portainer/Files/AppData/Config/Homarr/icons:/app/public/icons |
Homarr-Secured |
Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://homarr.vercel.app/ Official Docker Documentation: https://github.com/ajnart/homarr This version does not allow for interaction with the docker environment for security purposes. Image: ghcr.io/ajnart/homarr:latest Category: Tools Web Other |
7575:7575/tcp |
PUID="1000" #PUID PGID="1000" #PGID /portainer/Files/AppData/Config/Homarr/configs:/app/data/configs /portainer/Files/AppData/Config/Homarr/icons:/app/public/icons |
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
Repository > Template/Stack/homechart.yml Category: Tools |
||
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).
Image: ghcr.io/benphelps/homepage:latest Category: Tools Networkweb Networkother Statusstable |
3000/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/homepage:/app/config /etc/localtime:/etc/localtime |
hydra2 |
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.
Image: linuxserver/hydra2:latest Category: Downloaders Other Tools |
5076/tcp |
PUID="1000" #PUID PGID="1000" #PGID TZ="America/Chicago" #TZ /config /downloads |
Influxdb 1.8.10 |
InfluxDB is an open source time series database for recording metrics, events, and analytics.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.influxdata.com/ Official Docker Documentation: https://docs.influxdata.com/influxdb/v2.0/install/?t=Docker You will need to add /portainer/Files/AppData/Config/Influxdb/config/influxdb.conf Image: influxdb:1.8.10 Category: Other Tools |
8086:8086/tcp |
/portainer/Files/AppData/Config/Influxdb/data:/var/lib/influxdb /portainer/Files/AppData/Config/Influxdb/config:/etc/influxdb |
Invoice Ninja |
Invoices, Expenses and Tasks built with Laravel and Flutter.
Note: The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation here. Repository > Template/Stack/invoice-ninja.yml Category: Cloud Productivity Tools Other Web |
URL="invoice.my.domain" #URL APP_KEY="" #APP_KEY TZ="" #TZ DATABASE_PASSWORD="" #DATABASE_PASSWORD MYSQL_ROOT_PASSWORD="" #MYSQL_ROOT_PASSWORD PORT="" #PORT |
|
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.
Image: linuxserver/jackett:latest Category: Downloaders Tools |
9117/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/jackett:/config /media/storage/downloads:/downloads /etc/localtime:/etc/localtime |
JDownloader |
JDownloader docker image
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://my.jdownloader.org/ Official Docker Documentation: https://github.com/jaymoulin/docker-jdownloader Youtube Video: Novaspirit Tech - Installing JDownloader and File Browser On The Pi Docker Server Image: jaymoulin/jdownloader:latest Category: Downloaders Tools |
3129:3129/tcp |
MYJD_DEVICE_NAME="" #MYJD_DEVICE_NAME MYJD_USER="" #MYJD_USER MYJD_PASSWORD="" #MYJD_PASSWORD /portainer/Files/AppData/Config/JDownloader:/opt/JDownloader/app/cfg /portainer/Downloads:/opt/JDownloader/Downloads |
Jellyseerr |
Jellyseer is a free and open source software application for managing requests for your media library.
Image: fallenbagel/jellyseerr:latest Category: Other Tools |
5055:5055/tcp |
PUID="1000" #PUID PGID="100" #PGID /portainer/Files/AppData/Config/Jellyseerr:/app/config |
Klaxon |
Klaxon is a free, quick to set up and easy to use robot that checks websites regularly so you don’t have to.
Repository > stacks/klaxon/docker-compose.yml Category: Documents Networkother Tools |
SMTP_PROVIDER="SENDGRID" #SMTP_PROVIDER SENDGRID_USERNAME="" #SENDGRID_USERNAME SENDGRID_PASSWORD="" #SENDGRID_PASSWORD ADMIN_EMAILS="" #ADMIN_EMAILS |
|
Klipper[Testing], 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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://hub.docker.com/r/mkuf/klipper Official Docker Documentation: https://hub.docker.com/r/mkuf/klipper Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_klipper.sh | bashFirst you will need to download a printer.conf file from https://github.com/Klipper3d/klipper/tree/master/config and copy it to Repository > stack/klipper.yml Category: Other 3dprinters Tools |
3D_PRINTER_DEVICE="/dev/ttymxc3" #3D_PRINTER_DEVICE |
|
Koillection |
Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games..
Repository > Template/Stack/koillection.yml Category: Tools |
PUID="1000" #PUID PGID="1000" #PGID PORT="" #PORT |
|
Let's Encrypt |
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.
Image: linuxserver/letsencrypt:latest Category: Tools Web |
80/tcp 443/tcp |
EMAIL="-Xms256m -Xmx512m" #EMAIL URL="-Xms256m -Xmx512m" #URL SUBDOMAINS="www," #SUBDOMAINS ONLY_SUBDOMAINS="false" #ONLY_SUBDOMAINS DHLEVEL="2048" #DHLEVEL PUID="1000" #PUID PGID="100" #PGID VALIDATION="http" #VALIDATION DNSPLUGIN="http" #DNSPLUGIN /portainer/Files/AppData/Config/LetsEncrypt:/config |
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.
Image: linuxserver/letsencrypt:latest Category: Tools Web |
80/tcp 443/tcp |
EMAIL="-Xms256m -Xmx512m" #EMAIL URL="-Xms256m -Xmx512m" #URL SUBDOMAINS="www," #SUBDOMAINS ONLY_SUBDOMAINS="false" #ONLY_SUBDOMAINS DHLEVEL="2048" #DHLEVEL PUID="1000" #PUID PGID="1000" #PGID VALIDATION="http" #VALIDATION DNSPLUGIN="http" #DNSPLUGIN TZ="America/Chicago" #TZ /config |
libreddit |
An alternative private front-end to Reddit
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://libreddit.silkky.cloud/ Official Docker Documentation: https://github.com/spikecodes/libreddit#2-docker Image: libreddit/libreddit:armv7 Category: Other Tools |
8088:8080/tcp |
/portainer/Files/AppData/Config/libreddit:/config |
LLDAP |
This project is a lightweight authentication server that provides an opinionated, simplified LDAP interface for authentication.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/nitnelave/lldap Official Docker Documentation: https://github.com/nitnelave/lldap Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_lldap.sh | bashImage: nitnelave/lldap:stable-debian Category: Tools Productivity |
3890:3890/tcp 17170:17170/tcp |
LLDAP_JWT_SECRET="somesecretjwt" #LLDAP_JWT_SECRET LLDAP_LDAP_USER_PASS="someadminpassword" #LLDAP_LDAP_USER_PASS LLDAP_LDAP_BASE_DN="dc=example,dc=com" #LLDAP_LDAP_BASE_DN /portainer/Files/AppData/Config/lldap/data:/data |
Logzio Logs Collector |
Docker container that uses Filebeat to collect logs from other Docker containers and forward those logs to your Logz.io account.
Image: logzio/docker-collector-logs Category: Tools |
LOGZIO_TOKEN="REPLACE-LOGZIO-TOKEN-HERE" #LOGZIO_TOKEN LOGZIO_URL="listener.logz.io:5015" #LOGZIO_URL /var/run/docker.sock:/var/run/docker.sock /var/lib/docker/containers:/var/lib/docker/containers |
|
Logzio Metrics Collector |
Docker Metrics Collector is a container that runs Metricbeat with the modules you enable at runtime.
Image: logzio/docker-collector-metrics Category: Tools |
LOGZIO_TOKEN="REPLACE-LOGZIO-TOKEN-HERE" #LOGZIO_TOKEN LOGZIO_MODULES="system,docker" #LOGZIO_MODULES /var/run/docker.sock:/var/run/docker.sock /sys/fs/cgroup:/hostfs/sys/fs/cgroup /proc:/hostfs/proc /:/hostfs |
|
Mayan EDMS |
Mayan EDMS is an electronic vault for your documents.
Repository > stacks/mayan/docker-compose.yml Category: Documents Tools |
||
Mealie |
A self-hosted recipe manager and meal planner
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://hay-kot.github.io/mealie/ Official Docker Documentation: https://hay-kot.github.io/mealie/documentation/getting-started/install/ Default Credentials: Username: [email protected] Password: MyPassword. Documentation is Available here. Image: hkotel/mealie:v0.4.3 Category: Other Tools |
9925:9000/tcp |
PUID="1000" #PUID PGID="1000" #PGID TZ="America/New_York" #TZ WEB_CONCURRENCY="2" #WEB_CONCURRENCY MAX_WORKERS="8" #MAX_WORKERS RECIPE_PUBLIC="true" #RECIPE_PUBLIC RECIPE_SHOW_NUTRITION="true" #RECIPE_SHOW_NUTRITION RECIPE_SHOW_ASSETS="true" #RECIPE_SHOW_ASSETS RECIPE_LANDSCAPE_VIEW="true" #RECIPE_LANDSCAPE_VIEW RECIPE_DISABLE_COMMENTS="false" #RECIPE_DISABLE_COMMENTS RECIPE_DISABLE_AMOUNT="false" #RECIPE_DISABLE_AMOUNT /portainer/Files/AppData/Config/mealie:/app/data |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.minecraft.net/en-us Official Docker Documentation: https://github.com/itzg/docker-minecraft-server#using-docker-compose Image: itzg/minecraft-server:latest Category: Other Tools Games |
25565:25565/tcp |
EULA="TRUE" #EULA /portainer/Files/AppData/Config/Minecraft-data:/data |
MinIO |
MinIO is a High Performance Object Storage released under GNU Affero GPL v3.0. It is API compatible with Amazon S3 cloud storage service.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://min.io/ Official Docker Documentation: https://docs.min.io/minio/baremetal/quickstart/quickstart.html Image: minio/minio:latest Category: Other Tools |
8760:9000/tcp 8761:9090/tcp |
PUID="1000" #PUID PGID="1000" #PGID MINIO_ROOT_USER="ROOTUSER" #MINIO_ROOT_USER MINIO_ROOT_PASSWORD="CHANGEME123" #MINIO_ROOT_PASSWORD MINIO_SERVER_URL="" #MINIO_SERVER_URL /portainer/Files/AppData/Config/MinIO:/data |
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. Image: linuxserver/minisatip:latest Category: Video Other Tools |
8875:8875/tcp 554:554/tcp 1900:1900/udp |
PUID="1000" #PUID PGID="100" #PGID |
Mozilla Syncserver |
Run-Your-Own Firefox Sync Server
Image: mozilla/syncserver:latest Category: Tools |
5000/tcp |
SYNCSERVER_PUBLIC_URL="https://syncserver.depot.lan" #SYNCSERVER_PUBLIC_URL SYNCSERVER_SECRET_FILE="/data/secret_key" #SYNCSERVER_SECRET_FILE SYNCSERVER_SQLURI="sqlite:////data/syncserver.db" #SYNCSERVER_SQLURI SYNCSERVER_BATCH_UPLOAD_ENABLED="true" #SYNCSERVER_BATCH_UPLOAD_ENABLED SYNCSERVER_FORCE_WSGI_ENVIRON="false" #SYNCSERVER_FORCE_WSGI_ENVIRON PORT="5000" #PORT /opt/mediadepot/apps/syncserver:/data |
n8n |
n8n allows you to build flexible workflows focused on deep data integration.
Image: docker.n8n.io/n8nio/n8n:latest Category: Networkother Tools |
5678/tcp |
GENERIC_TIMEZONE="America/Los_Angeles" #GENERIC_TIMEZONE TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/n8n:/home/node/.n8n /etc/localtime:/etc/localtime |
Nano |
Nano 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.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/nano/config Image: linuxserver/nano:latest Category: Tools |
8075:8075/tcp 7076:3000/tcp 7077:3001/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ PEER_HOST="localhost" #PEER_HOST LIVE_GENESIS_PUB="GENESIS_PUBLIC" #LIVE_GENESIS_PUB LIVE_GENESIS_ACCOUNT="nano_xxxxxx" #LIVE_GENESIS_ACCOUNT LIVE_GENESIS_WORK="WORK_FOR_BLOCK" #LIVE_GENESIS_WORK LIVE_GENESIS_SIG="BLOCK_SIGNATURE" #LIVE_GENESIS_SIG CLI_OPTIONS="--config node.enable_voting=true" #CLI_OPTIONS LMDB_BOOTSTRAP_URL="http://example.com/Nano_64_version_20.7z" #LMDB_BOOTSTRAP_URL /volume1/docker/nano/config:/config |
Nano-wallet |
Nano-wallet 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. You will need to pass a valid RPC host when accessing this container.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. Image: linuxserver/nano-wallet:latest Category: Tools |
80:80/tcp |
|
Netboot.xyz |
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
Image: linuxserver/netbootxyz:latest Category: Downloaders Networkother Tools |
3000/tcp 69/udp |
PGID="15000" #PGID PUID="15000" #PUID /opt/mediadepot/apps/netbootxyz:/config /media/storage/software/netbootxyz:/assets /etc/localtime:/etc/localtime |
Netdata |
Troubleshoot slowdowns and anomalies in your infrastructure with thousands of per-second metrics, meaningful visualizations, and insightful health alarms with zero configuration.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.netdata.cloud/ Official Docker Documentation: https://learn.netdata.cloud/docs/agent/packaging/docker Documentation is Available here. Image: netdata/netdata:latest Category: Other Tools |
19999:19999/tcp |
DOCKER_USR="1000" #DOCKER_USR DOCKER_GRP="1000" #DOCKER_GRP /portainer/Files/AppData/Config/netdata/netdataconfig:/etc/netdata /portainer/Files/AppData/Config/netdata/netdatalib:/var/lib/netdata /etc/passwd:/host/etc/passwd:ro /etc/group:/host/etc/group:ro /proc:/host/proc:ro /sys:/host/sys:ro /etc/os-release:/host/etc/os-release:ro |
Nginx Proxy Manager v2 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
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://nginxproxymanager.com/ Official Docker Documentation: https://nginxproxymanager.com/setup/#running-the-app Pi-Hosted dedicated documentation: nginx_proxy_manager.mdYoutube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker Repository > stack/nginx-proxy-manager-sqlite-goaccess.yml Category: Proxy Tools |
80:80/tcp 81:81/tcp 443:443/tcp 7880:7880/tcp |
PUID="1000" #PUID PGID="1000" #PGID TZ="America/New_York" #TZ SKIP_ARCHIVED_LOGS="false" #SKIP_ARCHIVED_LOGS BASIC_AUTH="false" #BASIC_AUTH BASIC_AUTH_USERNAME="user" #BASIC_AUTH_USERNAME Ignore if Basic Auth set to false BASIC_AUTH_PASSWORD="Password" #BASIC_AUTH_PASSWORD Ignore if Basic Auth set to false |
Nginx Proxy Manager v2 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
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://nginxproxymanager.com/ Official Docker Documentation: https://nginxproxymanager.com/setup/ Pi-Hosted dedicated documentation: nginx_proxy_manager.mdYoutube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker Image: jc21/nginx-proxy-manager:latest Category: Proxy Tools |
80:80/tcp 81:81/tcp 443:443/tcp |
PUID="1000" #PUID PGID="1000" #PGID TZ="America/New_York" #TZ /portainer/Files/AppData/Config/nginx-proxy-manager/data:/data /portainer/Files/AppData/Config/nginx-proxy-manager/letsencrypt:/etc/letsencrypt |
Nginx Proxy Manager v3 [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
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://nginxproxymanager.com/ Official Docker Documentation: https://nginxproxymanager.com/setup/ Pi-Hosted dedicated documentation: nginx_proxy_manager.mdYoutube Video: Novaspirit Tech - Installing Nginx Proxy Manager on Docker Image: jc21/nginx-proxy-manager:v3 Category: Proxy Tools |
80:80/tcp 81:81/tcp 443:443/tcp |
PUID="1000" #PUID PGID="1000" #PGID TZ="America/New_York" #TZ /portainer/Files/AppData/Config/nginx-proxy-manager-v3/data:/data |
Nitter |
A free and open source alternative Twitter front-end focused on privacy and performance.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://nitter.net/ Official Docker Documentation: https://github.com/zedeus/nitter Repository > stack/nitter.yml Category: Other Tools Web |
||
NUT Server |
The purpose of NUT Server is to monitor a UPS attached device
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://networkupstools.org Official Docker Documentation: https://hub.docker.com/r/instantlinux/nut-upsd Image: instantlinux/nut-upsd:latest Category: Other Tools |
3493:3493/tcp |
PUID="1000" #PUID PGID="1000" #PGID SERIAL="none" #SERIAL NAME="none" #NAME VENDOR ID="none" #VENDOR ID API_PASSWORD="none" #API_PASSWORD DESCRIPTION="none" #DESCRIPTION |
OctoPrint |
OctoPrint is an open source 3D printer controller application, which provides a web interface for the connected printers.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://octoprint.org/ Official Docker Documentation: https://hub.docker.com/r/octoprint/octoprint Image: octoprint/octoprint:latest Category: Other Tools |
8051:80/tcp |
NODE_ENV="development " #NODE_ENV ENABLE_MJPG_STREAMER="true" #ENABLE_MJPG_STREAMER /portainer/Files/AppData/Config/OctoPrint:/octoprint /dev:/dev |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.tp-link.com/us/business-networking/omada-sdn-controller/ Official Docker Documentation: https://hub.docker.com/r/mbentley/omada-controller Image: mbentley/omada-controller:latest Category: Management Tools |
8088:8088/tcp 8043:8043/tcp 27001:27001/udp 27002:27002/tcp 29810:29810/udp 29811:29811/tcp 29812:29812/tcp 29813:29813/tcp |
PUID="1000" #PUID PGID="1000" #PGID /portainer/Files/AppData/Config/Omada:/config |
Ombi |
Ombi allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface
Image: linuxserver/ombi:latest Category: Downloaders Networkother Mediaappvideo Tools |
3579/tcp |
PGID="15000" #PGID PUID="15000" #PUID /opt/mediadepot/apps/ombi:/config /etc/localtime:/etc/localtime |
Organizr v2 |
Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.
Image: organizrtools/organizr-v2:php-fpm Category: Other Tools |
80/tcp |
PUID="1000" #PUID PGID="100" #PGID /portainer/Files/AppData/Config/Organizr:/config |
Overseerr |
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.
Image: lscr.io/linuxserver/overseerr:latest Category: Downloaders Networkother Mediaappvideo Tools |
5055/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/overseerr:/config /etc/localtime:/etc/localtime |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/pi-hosted/pi-hosted/blob/master/docs/passbolt.md Official Docker Documentation: https://github.com/pi-hosted/pi-hosted/blob/master/docs/passbolt.md Pi-Hosted dedicated documentation: passbolt.mdRepository > stack/passbolt.yml Category: Other Tools |
PUID="1000" #PUID PGID="1000" #PGID TZ="Europe/Zurich" #TZ MYSQL_ROOT_PASSWORD="" #MYSQL_ROOT_PASSWORD MYSQL_DATABASE="passbolt" #MYSQL_DATABASE MYSQL_USER="passbolt" #MYSQL_USER MYSQL_PASSWORD="" #MYSQL_PASSWORD PASSBOLT_PORT="443" #PASSBOLT_PORT PASSBOLT_URL="https://passbolt.local" #PASSBOLT_URL EMAIL_FROM_NAME="Passbolt" #EMAIL_FROM_NAME EMAIL_FROM_ADDRESS="" #EMAIL_FROM_ADDRESS EMAIL_SMTP_SERVER="smtp.gmail.com" #EMAIL_SMTP_SERVER EMAIL_SMTP_PORT="587" #EMAIL_SMTP_PORT EMAIL_USERNAME="" #EMAIL_USERNAME EMAIL_PASSWORD="" #EMAIL_PASSWORD EMAIL_TLS="true" #EMAIL_TLS |
|
Passky Client |
Passky is a simple, modern, lightweight, open-source and secure password manager.
Image: rabbitcompany/passky-client:latest Category: Other Tools |
8081:80/tcp |
|
Passky Server |
Passky is a simple, modern, lightweight, open-source and secure password manager.
Note: Do not forget to perform regular backups, especially before each update. Image: rabbitcompany/passky-server:latest Category: Other Tools |
8080:80/tcp |
ADMIN_USERNAME="admin" #ADMIN_USERNAME ADMIN_PASSWORD="" #ADMIN_PASSWORD /portainer/Files/AppData/Passky-Server:/var/www/html/databases |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.pgadmin.org/ Official Docker Documentation: https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_pgadmin.sh | bashImage: dpage/pgadmin4:latest Category: Other Tools |
5050:80/tcp |
PUID="1000" #PUID PGID="1000" #PGID PGADMIN_DEFAULT_EMAIL="" #PGADMIN_DEFAULT_EMAIL PGADMIN_DEFAULT_PASSWORD="" #PGADMIN_DEFAULT_PASSWORD TZ="America/New_York" #TZ /portainer/Files/AppData/Config/pgadmin:/var/lib/pgadmin |
Pi-Hole DoH/DoT |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://pi-hole.net/ Official Docker Documentation: https://hub.docker.com/r/oijkn/pihole-doh-dot Pi-Hosted dedicated documentation: pi-hole.mdWhen the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53. If you like to use Pi-Hole's built in DHCP-Server change the Network type to host and open advance options and scroll to Labels and add: NET_ADMIN with the value True. When you do so, specify a port is no more needed, navigate to your.ip.goes.here/admin. Image: oijkn/pihole-doh-dot:latest Category: Other Tools |
53:53/tcp 53:53/udp 67:67/udp 1010:80/tcp 4443:443/tcp |
/portainer/Files/AppData/Config/PiHole_DoH-DoT:/etc/pihole /portainer/Files/AppData/Config/PiHole_DoH-DoT/DNS:/etc/dnsmasq.d |
Pi-Hole-Unbound |
A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole. This version has Ubound software installed on it so you don’t need to rely on external DNS providers. When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://pi-hole.net/ Official Docker Documentation: https://github.com/chriscrowe/docker-pihole-unbound/tree/master/one-container Pi-Hosted dedicated documentation: pi-hole.mdWhen the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53. For extra information on this container visit the mainteiner GitHub Page. You can add ports: 5335 to access Ubound externally; 22 to enable SSH; 67 to use DHCP Server. Add those ports in Show advanced options. if you run into issues binding to port 53. If you like to use Pi-Hole's built in DHCP-Server change the Network type to host and open advance options and scroll to Labels and add: NET_ADMIN with the value True. When you do so, specify a port is no more needed, navigate to your.ip.goes.here/admin. Image: cbcrowe/pihole-unbound:latest Category: Other Tools |
53:53/tcp 53:53/udp 1010:80/tcp 4443:443/tcp |
ServerIP="192.168.0.X" #ServerIP TZ="Europe\London" #TZ DNSSEC="" #DNSSEC DNS1="127.0.0.1#5335" #DNS1 DNS2="127.0.0.1#5335" #DNS2 /portainer/Files/AppData/Config/PiHole-Unbound:/etc/pihole /portainer/Files/AppData/Config/PiHole-Unbound/DNS:/etc/dnsmasq.d |
Plex Requests |
Simple automated way for users to request new content for Plex.
Image: linuxserver/plexrequests:latest Category: Downloaders Networkother Mediaappvideo Tools |
3000/tcp |
PGID="15000" #PGID PUID="15000" #PUID /opt/mediadepot/apps/plexrequests:/config /etc/localtime:/etc/localtime |
PlexTraktSync |
A python script that syncs the movies, shows and ratings between trakt and Plex
Repository > stacks/plextraktsync/docker-compose.yml Category: Documents Tools |
||
PostgreSQL |
PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.postgresql.org/ Official Docker Documentation: https://hub.docker.com/_/postgres/ Image: postgres:latest Category: Other Tools |
5432:5432/tcp |
PUID="1000" #PUID PGID="1000" #PGID POSTGRES_PASSWORD="rootpassword" #POSTGRES_PASSWORD TZ="America/New_York" #TZ /portainer/Files/AppData/Config/PostgreSQL:/var/lib/postgresql/data |
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.
Note: Documentation on this containier can be found here: https://hub.docker.com/r/goofball222/pritunl Repository > Template/Stack/pritunl.yml Category: VPN Tools Other Web |
REVERSE_PROXY="false" #REVERSE_PROXY PRITUNL_OPTS="" #PRITUNL_OPTS MONGODB_URI="mongodb://mongo:27017/pritunl" #MONGODB_URI WIREGUARD="false" #WIREGUARD |
|
PrivateBin |
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data!
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://privatebin.info/ Official Docker Documentation: https://hub.docker.com/r/privatebin/nginx-fpm-alpine Image: privatebin/nginx-fpm-alpine:latest Category: Cloud Productivity Tools Web |
8080:8080/tcp |
PUID="1000" #PUID PGID="1000" #PGID /portainer/Files/AppData/PrivateBin:/srv/data /portainer/Files/AppData/Config/PrivateBin:/srv/cfg |
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!
Image: linuxserver/projectsend:latest Category: Cloud Productivity Tools Other |
80/tcp |
PUID="1000" #PUID PGID="100" #PGID /portainer/Files/AppData/ProjectSend:/data /portainer/Files/AppData/Config/ProjectSend:/config |
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.
Image: ghcr.io/linuxserver/prowlarr:develop Category: Downloaders Tools |
9696/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/prowlarr:/config /etc/localtime:/etc/localtime |
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
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md Official Docker Documentation: https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md Pi-Hosted dedicated documentation: rpi_docker_monitor.mdPre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/rpi_docker_monitor.sh | bashYoutube Video: Novaspirit Tech - Raspberry Pi Docker Monitoring Repository > stack/raspberrypi-monitoring.yml Category: Monitor Tools |
3000:3000/tcp |
PROMETHEUS_RETENTION="15d" #PROMETHEUS_RETENTION |
Rclone Config Backup |
Rclone is a command line program to sync files and directories to and from cloud providers (Dropbox, GDrive, Box, etc)
Image: mediadepot/rclone:latest Category: Backup Cloud Networkother Tools |
/opt/mediadepot/apps/rclone:/srv/rclone/config /opt/mediadepot/apps:/mnt/data |
|
Reactive-Resume |
A one-of-a-kind resume builder that’s not out to get your data. Completely secure, customizable, portable, open-source and free forever.
Image: amruthpillai/reactive-resume:latest Category: Other Tools |
80/tcp |
/portainer/Files/AppData/Config/ReactiveResume:/usr/src/app |
Resilio Sync |
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.
Image: linuxserver/resilio-sync:latest Category: Backup Cloud Networkother Tools |
8888/tcp 55555/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/resilio:/config /media/storage:/sync /media/storage/downloads:/downloads |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://rustdesk.com/ Official Docker Documentation: https://github.com/rustdesk/rustdesk-server Youtube Video: Novaspirit Tech - Rust Desk Open Source Remote Desktop Don't forget to open ports 21115 to 21119 in your router. Image: rustdesk/rustdesk-server-s6:latest Category: Other Tools |
21115:21115/tcp 21116:21116/tcp 21116:21116/udp 21117:21117/tcp 21118:21118/tcp 21119:21119/tcp |
RELAY="rustdesk.example.com:21117" #RELAY ENCRYPTED_ONLY="1" #ENCRYPTED_ONLY /portainer/Files/AppData/Config/rustdesk:/data |
ruTorrent |
ruTorrent is a quick and efficient BitTorrent client
Image: mediadepot/rutorrent Category: Downloaders Networkother Tools |
80/tcp 51413/tcp 6881/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/rutorrent:/config /media/temp/processing:/processing /media/temp/blackhole:/blackhole /media/storage/downloads:/downloads |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.samba.org/ Official Docker Documentation: https://github.com/dperson/samba Youtube Videos:
Image: dperson/samba:latest Category: Other Tools |
139:139/tcp 445:445/tcp |
PUID="1000" #PUID PGID="1000" #PGID USERID="1000" #USERID GROUPID="1000" #GROUPID USER="guest;guest" #USER PERMISSIONS="true" #PERMISSIONS SHARE="portainer;/share;yes;no;yes;guest" #SHARE /portainer/Downloads:/share |
SearXNG |
Open-Source Privacy-respecting metasearch engine
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://docs.searxng.org/ Official Docker Documentation: https://docs.searxng.org/admin/installation-docker.html Pi-Hosted dedicated documentation: searxng.mdImage: searxng/searxng:latest Category: Other Tools |
9017:8080/tcp |
BASE_URL="http://localhost:9017" #BASE_URL INSTANCE_NAME="my-instance" #INSTANCE_NAME /portainer/Files/AppData/Config/searxng:/etc/searxng |
Servas |
A self-hosted bookmark management tool.
Repository > Template/Stack/servas.yml Category: Tools |
8456:80/tcp |
|
Snippet-box |
Snippet Box is a simple self-hosted app for organizing your code snippets.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/pawelmalak/snippet-box Official Docker Documentation: https://github.com/pawelmalak/snippet-box#with-docker Youtube Video: Novaspirit Tech - My Most used container! Snippet Box Label-oriented interface with search. Supports various programming languages, markdown, plain text. Image: pawelmalak/snippet-box:arm Category: Other Tools |
5010:5000/tcp |
/portainer/Files/AppData/Config/Snippet-box:/app/data |
Speedtest Tracker |
Run a Speedtest every hour and graph the results. See https://hub.docker.com/r/henrywhitaker3/speedtest-tracker/tags for arch options
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://github.com/henrywhitaker3/Speedtest-Tracker Official Docker Documentation: https://github.com/henrywhitaker3/Speedtest-Tracker#using-docker Image: henrywhitaker3/speedtest-tracker:dev-arm Category: Tools Web Other |
8765:80/tcp |
OOKLA_EULA_GDPR="true" #OOKLA_EULA_GDPR /portainer/Files/AppData/Config/speedtest-tracker:/config |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://sshwifty.herokuapp.com/ Official Docker Documentation: https://github.com/nirui/sshwifty#docker-image Image: niruix/sshwifty:latest Category: Tools Web |
8182:8182/tcp |
|
Stirling PDF {shmolf} |
Your locally hosted one-stop-shop for all your PDF needs.
Note: To support multiple languages for OCR, per the Official documentation 🗗, download your Tess Data from from another repo 🗗. Then, place said 'traineddata' files into /portainer/Files/AppData/Libraries/StirlingPDF/tessdata For more information about login, read the official documentation 🗗. Image: frooodle/s-pdf:0.18.1 Category: Tools Pdf |
5417:8080/tcp |
PUID="1000" #PUID PGID="1000" #PGID DOCKER_ENABLE_SECURITY="" #Enable Login /portainer/Files/AppData/Config/StirlingPDF:/configs /portainer/Files/AppData/Libraries/StirlingPDF/tessdata:/usr/share/tesseract-ocr/5/tessdata |
Tandoor |
The recipe manager that allows you to manage your ever growing collection of digital recipes.
Repository > Template/Stack/tandoor.yml Category: Tools |
||
Tautulli |
A Python based monitoring and tracking tool for Plex Media Server.
Image: linuxserver/tautulli:latest Category: Mediaserverother Tools |
8181/tcp |
PGID="15000" #PGID PUID="15000" #PUID TZ="America/Los_Angeles" #TZ /opt/mediadepot/apps/tautulli:/config |
Teleport |
Teleport allows engineers and security professionals to unify access for SSH servers, Kubernetes clusters, web applications, and databases across all environments.
Repository > Template/Stack/teleport.yml Category: Tools |
||
Traefik |
Cloud-Native Networking Stack That Just Works.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://doc.traefik.io/traefik/ Official Docker Documentation: https://doc.traefik.io/traefik/getting-started/install-traefik/ Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/traefik.sh | bashA simple and lightweight reverse proxy Image: traefik:latest Category: Proxy Security Tools |
80:80/tcp 443:443/tcp 8080:8080/tcp |
/portainer/Files/AppData/Config/traefik/traefik.yml:/traefik.yml /portainer/Files/AppData/Config/traefik/config.yml:/config.yml /portainer/Files/AppData/Config/traefik/acme.json:/acme.json /var/run/docker.sock:/var/run/docker.sock |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://transmissionbt.com/ Official Docker Documentation: https://haugene.github.io/docker-transmission-openvpn/run-container/ List of supported providers available here. Image: haugene/transmission-openvpn:latest Category: Other VPN Tools |
9091:9091/tcp |
PUID="1000" #PUID PGID="1000" #PGID OPENVPN_PROVIDER="MULLVAD" #OPENVPN_PROVIDER OPENVPN_CONFIG="" #OPENVPN_CONFIG OPENVPN_USERNAME="" #OPENVPN_USERNAME OPENVPN_PASSWORD="" #OPENVPN_PASSWORD LOCAL_NETWORK="192.168.0.0/24" #LOCAL_NETWORK TRANSMISSION_WATCH_DIR_ENABLED="true" #watch-dir-enabled /portainer/Files/AppData/Config/transmission-openvpn:/config /portainer/Downloads:/data /etc/localtime:/etc/localtime |
Transmission OpenVPN v3 |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://transmissionbt.com/ Official Docker Documentation: https://haugene.github.io/docker-transmission-openvpn/run-container/ Youtube Video: Novaspirit Tech - Torrent with Docker and OPENVPN with Transmission and PIA List of supported providers available here. Image: haugene/transmission-openvpn:3.7.1 Category: Other VPN Tools |
9091:9091/tcp |
PUID="1000" #PUID PGID="1000" #PGID OPENVPN_PROVIDER="MULLVAD" #OPENVPN_PROVIDER OPENVPN_CONFIG="" #OPENVPN_CONFIG OPENVPN_USERNAME="" #OPENVPN_USERNAME OPENVPN_PASSWORD="" #OPENVPN_PASSWORD LOCAL_NETWORK="192.168.0.0/24" #LOCAL_NETWORK TRANSMISSION_WATCH_DIR_ENABLED="true" #watch-dir-enabled /portainer/Files/AppData/Config/transmission-openvpn:/config /portainer/Downloads:/data /etc/localtime:/etc/localtime |
Twitch Points Miner |
A simple script that will watch a stream for you and earn the channel points.
Note: Requires run.py, this is your starter script with your configuration. Please copy and modify accordingly Here Image: rdavidoff/twitch-channel-points-miner-v2:latest Category: Tools Other |
5000:5000/tcp |
/portainer/Files/AppData/Config/TwitchPointsMiner/run.py:/usr/src/app/run.py /portainer/Files/AppData/TwitchPointsMiner/cookies:/usr/src/app/cookies /portainer/Files/AppData/TwitchPointsMiner/logs:/usr/src/app/logs /portainer/Files/AppData/TwitchPointsMiner/analytics:/usr/src/app/analytics |
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.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://docs.unmanic.app/ Official Docker Documentation: https://docs.unmanic.app/docs/installation/docker Image: josh5/unmanic:latest Category: Tools |
8888:8888/tcp |
PUID="1000" #PUID PGID="1000" #PGID /portainer/Files/AppData/Config/unmanic/config:/config /portainer/Files/AppData/Config/unmanic/library:/library /portainer/Files/AppData/Config/unmanic/tmp:/tmp/unmanic |
UrlWatch |
A tool for monitoring webpages for updates
Image: mediadepot/urlwatch:master Category: Tools |
8081/tcp |
/opt/mediadepot/apps/urlwatch:/srv/urlwatch/config /etc/localtime:/etc/localtime |
Vlmcsd - KMS |
This is a replacement for Microsoft’s KMS server.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://hub.docker.com/r/mikolatero/vlmcsd Official Docker Documentation: https://github.com/mikolatero/docker-vlmcsd Image: mikolatero/vlmcsd:latest Category: Other Tools |
1688:1688/tcp |
|
Wallabag |
wallabag is a web application allowing you to save web pages for later reading. Click, save and read it when you want.
Repository > Template/Stack/wallabag.yml Category: Tools |
8234:80/tcp |
|
Watchtower |
Automatically update running Docker containers
Image: containrrr/watchtower:latest Category: Tools |
/var/run/docker.sock:/var/run/docker.sock |
|
Web Check |
Web Check give you a comprehensive, on-demand open source intelligence for any website
Repository > Template/Stack/webcheck.yml Category: Tools |
||
Wizarr |
Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
Image: ghcr.io/wizarrrr/wizarr Category: Tools |
5690/tcp |
APP_URL="https://wizarr.domain.com" #APP_URL /opt/mediadepot/apps/wizarr:/data/database /etc/localtime:/etc/localtime |