From eb1212bbeeccd778056a928f47cbb081b8dec8ec Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 1 May 2022 19:06:40 +0200 Subject: [PATCH] first commit --- docs/portainer-stacks/Bitwarden.md | 17 +++++++++++++++-- docs/portainer-stacks/Dillinger.md | 11 +++++++++++ docs/portainer-stacks/Drone.md | 12 ++++++++++++ docs/portainer-stacks/Gitea.md | 11 +++++++++++ docs/portainer-stacks/LibrePhotos.md | 11 +++++++++++ docs/portainer-stacks/Librespeed.md | 11 +++++++++++ docs/portainer-stacks/MQTT-Mosquitto.md | 12 ++++++++++++ docs/portainer-stacks/Nextcloud.md | 12 ++++++++++++ docs/portainer-stacks/PhotoView.md | 11 +++++++++++ docs/portainer-stacks/TasmoBackup.md | 11 +++++++++++ docs/portainer-stacks/VSCode.md | 11 +++++++++++ docs/portainer-stacks/Zigbee2MQTT.md | 11 +++++++++++ docs/portainer-stacks/authelia.md | 9 +++++++++ docs/portainer-stacks/bazarr.md | 13 ++++++++++++- docs/portainer-stacks/digiKam.md | 11 +++++++++++ docs/portainer-stacks/heimdall.md | 11 +++++++++++ docs/portainer-stacks/jellyfin.md | 11 +++++++++++ docs/portainer-stacks/mqtt-explorer.md | 11 +++++++++++ docs/portainer-stacks/octoprint.md | 11 +++++++++++ docs/portainer-stacks/qbittorrent.md | 11 +++++++++++ docs/portainer-stacks/samba.md | 11 +++++++++++ docs/portainer-stacks/template.md | 19 ++++++++----------- docs/portainer-stacks/uptime-kuma.md | 11 +++++++++++ 23 files changed, 256 insertions(+), 14 deletions(-) diff --git a/docs/portainer-stacks/Bitwarden.md b/docs/portainer-stacks/Bitwarden.md index cda55f1..f9116d0 100644 --- a/docs/portainer-stacks/Bitwarden.md +++ b/docs/portainer-stacks/Bitwarden.md @@ -16,7 +16,20 @@ services: - 3012:3012 - 80:80 # environment: -# - ADMIN_TOKEN=super_mega_password +# - ADMIN_TOKEN=${super_mega_password} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} -``` \ No newline at end of file +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true + +super_mega_password= +``` diff --git a/docs/portainer-stacks/Dillinger.md b/docs/portainer-stacks/Dillinger.md index 5fd786f..7c2045e 100644 --- a/docs/portainer-stacks/Dillinger.md +++ b/docs/portainer-stacks/Dillinger.md @@ -20,4 +20,15 @@ services: volumes: dillinger: +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Drone.md b/docs/portainer-stacks/Drone.md index 5fc44a2..1f50235 100644 --- a/docs/portainer-stacks/Drone.md +++ b/docs/portainer-stacks/Drone.md @@ -54,3 +54,15 @@ services: ![drone01](../images/drone/drone01.png){: align=center width=500 } + + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true +``` \ No newline at end of file diff --git a/docs/portainer-stacks/Gitea.md b/docs/portainer-stacks/Gitea.md index f96496d..1111e5f 100644 --- a/docs/portainer-stacks/Gitea.md +++ b/docs/portainer-stacks/Gitea.md @@ -42,4 +42,15 @@ services: labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - hide_db=mariadb +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/LibrePhotos.md b/docs/portainer-stacks/LibrePhotos.md index 7d1989a..05a6d42 100644 --- a/docs/portainer-stacks/LibrePhotos.md +++ b/docs/portainer-stacks/LibrePhotos.md @@ -83,4 +83,15 @@ services: image: redis:6 container_name: redis restart: unless-stopped +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Librespeed.md b/docs/portainer-stacks/Librespeed.md index 47cd133..b6399ee 100644 --- a/docs/portainer-stacks/Librespeed.md +++ b/docs/portainer-stacks/Librespeed.md @@ -22,4 +22,15 @@ services: volumes: librespeed_volume: external: false +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/MQTT-Mosquitto.md b/docs/portainer-stacks/MQTT-Mosquitto.md index 0dcaeb2..9371820 100644 --- a/docs/portainer-stacks/MQTT-Mosquitto.md +++ b/docs/portainer-stacks/MQTT-Mosquitto.md @@ -24,6 +24,18 @@ services: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} ``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true +``` + Mosquitto configuration file `/mosquitto/config/mosquitto.conf`: ``` listener 1883 diff --git a/docs/portainer-stacks/Nextcloud.md b/docs/portainer-stacks/Nextcloud.md index 87ebc1f..1ff892d 100644 --- a/docs/portainer-stacks/Nextcloud.md +++ b/docs/portainer-stacks/Nextcloud.md @@ -43,6 +43,18 @@ services: ``` +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true +``` + + To install Face Detection App, search for the folder `custom-cont-init.d` and create a file eg: `install_custom_php7-dlib.sh` and paste: ```bash diff --git a/docs/portainer-stacks/PhotoView.md b/docs/portainer-stacks/PhotoView.md index ec8e445..cbd8fe8 100644 --- a/docs/portainer-stacks/PhotoView.md +++ b/docs/portainer-stacks/PhotoView.md @@ -57,4 +57,15 @@ services: volumes: photoview_db_data: photoview_cache: +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/TasmoBackup.md b/docs/portainer-stacks/TasmoBackup.md index 0899928..a81a5a1 100644 --- a/docs/portainer-stacks/TasmoBackup.md +++ b/docs/portainer-stacks/TasmoBackup.md @@ -17,4 +17,15 @@ services: restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/VSCode.md b/docs/portainer-stacks/VSCode.md index 8cc7a4b..d050393 100644 --- a/docs/portainer-stacks/VSCode.md +++ b/docs/portainer-stacks/VSCode.md @@ -24,4 +24,15 @@ services: restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Zigbee2MQTT.md b/docs/portainer-stacks/Zigbee2MQTT.md index bfe062a..a982915 100644 --- a/docs/portainer-stacks/Zigbee2MQTT.md +++ b/docs/portainer-stacks/Zigbee2MQTT.md @@ -19,4 +19,15 @@ services: labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - hide_container=false +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/authelia.md b/docs/portainer-stacks/authelia.md index 93f5d62..7ff6a0e 100644 --- a/docs/portainer-stacks/authelia.md +++ b/docs/portainer-stacks/authelia.md @@ -14,4 +14,13 @@ services: restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +NET=bridge +TZ=Europe/Lisbon +RST=unless-stopped +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/bazarr.md b/docs/portainer-stacks/bazarr.md index 475a100..8cb6f5e 100644 --- a/docs/portainer-stacks/bazarr.md +++ b/docs/portainer-stacks/bazarr.md @@ -18,7 +18,18 @@ services: - /media/kids:/kids ports: - 6767:6767 - restart: TZ="${TZ-Europe/Amsterdam}" + restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/digiKam.md b/docs/portainer-stacks/digiKam.md index ca91c8e..4431154 100644 --- a/docs/portainer-stacks/digiKam.md +++ b/docs/portainer-stacks/digiKam.md @@ -23,4 +23,15 @@ services: volumes: digikam: +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/heimdall.md b/docs/portainer-stacks/heimdall.md index 6da8238..56b1b90 100644 --- a/docs/portainer-stacks/heimdall.md +++ b/docs/portainer-stacks/heimdall.md @@ -18,4 +18,15 @@ services: restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/jellyfin.md b/docs/portainer-stacks/jellyfin.md index d1c93e0..c808ac0 100644 --- a/docs/portainer-stacks/jellyfin.md +++ b/docs/portainer-stacks/jellyfin.md @@ -23,4 +23,15 @@ services: restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/mqtt-explorer.md b/docs/portainer-stacks/mqtt-explorer.md index 12aab7a..c40dd87 100644 --- a/docs/portainer-stacks/mqtt-explorer.md +++ b/docs/portainer-stacks/mqtt-explorer.md @@ -22,4 +22,15 @@ services: restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/octoprint.md b/docs/portainer-stacks/octoprint.md index cdc8654..4caa017 100644 --- a/docs/portainer-stacks/octoprint.md +++ b/docs/portainer-stacks/octoprint.md @@ -19,4 +19,15 @@ services: - 80:80 labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/qbittorrent.md b/docs/portainer-stacks/qbittorrent.md index e0b34dc..11e57c4 100644 --- a/docs/portainer-stacks/qbittorrent.md +++ b/docs/portainer-stacks/qbittorrent.md @@ -22,4 +22,15 @@ services: - WEBUI_PORT=8080 labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/samba.md b/docs/portainer-stacks/samba.md index 2d68aab..747a294 100644 --- a/docs/portainer-stacks/samba.md +++ b/docs/portainer-stacks/samba.md @@ -30,4 +30,15 @@ services: labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-false} command: '-u "1000:1000:{USERNAME}:{USERNAME}:{PASSWORD}" -s "HomeLAB:/share:rw:{USERNAME}"' +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/template.md b/docs/portainer-stacks/template.md index e48c2b3..6ab6b96 100644 --- a/docs/portainer-stacks/template.md +++ b/docs/portainer-stacks/template.md @@ -3,16 +3,13 @@ Portainer Stack: ``` -Portainer .env: +Environments: ``` - -### Universal -PUID= -PGID= -TZ= -RST= -NET= - - - +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/uptime-kuma.md b/docs/portainer-stacks/uptime-kuma.md index 5eec669..ac53604 100644 --- a/docs/portainer-stacks/uptime-kuma.md +++ b/docs/portainer-stacks/uptime-kuma.md @@ -13,4 +13,15 @@ services: restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} +``` + +Environments: +``` +tag=latest +RST=unless-stopped +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon +AutoUpdate=true ``` \ No newline at end of file