From 0f8c1ec52f47377c1bbd41f9d06801463284417f Mon Sep 17 00:00:00 2001 From: Sthope Date: Wed, 27 Apr 2022 11:24:06 +0200 Subject: [PATCH] first commit --- docs/portainer-stacks/Authentik.md | 3 +-- docs/portainer-stacks/Bitwarden.md | 3 +-- docs/portainer-stacks/Drone.md | 2 +- docs/portainer-stacks/Gitea.md | 2 +- docs/portainer-stacks/MQTT-Mosquitto.md | 2 +- docs/portainer-stacks/TasmoBackup.md | 2 +- docs/portainer-stacks/VSCode.md | 2 +- docs/portainer-stacks/Zigbee2MQTT.md | 2 +- docs/portainer-stacks/authelia.md | 2 +- docs/portainer-stacks/bazarr.md | 2 +- docs/portainer-stacks/heimdall.md | 2 +- docs/portainer-stacks/jellyfin.md | 2 +- docs/portainer-stacks/mqtt-explorer.md | 2 +- docs/portainer-stacks/octoprint.md | 2 +- docs/portainer-stacks/qbittorrent.md | 2 +- docs/portainer-stacks/samba.md | 2 +- docs/portainer-stacks/template.md | 2 +- docs/portainer-stacks/uptime-kuma.md | 2 +- docs/tutorials/mkdocs-with-gitea-and-drone.md | 2 +- 19 files changed, 19 insertions(+), 21 deletions(-) diff --git a/docs/portainer-stacks/Authentik.md b/docs/portainer-stacks/Authentik.md index da9ead1..b52104a 100644 --- a/docs/portainer-stacks/Authentik.md +++ b/docs/portainer-stacks/Authentik.md @@ -1,6 +1,5 @@ Portainer Stack: - -``` +```yaml https://git.sthope.dev/sthope/Docker-Stack-Authentik/raw/branch/master/docker-compose.yml ``` diff --git a/docs/portainer-stacks/Bitwarden.md b/docs/portainer-stacks/Bitwarden.md index 514cd05..c5a878f 100644 --- a/docs/portainer-stacks/Bitwarden.md +++ b/docs/portainer-stacks/Bitwarden.md @@ -1,6 +1,5 @@ Portainer Stack: - -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/Drone.md b/docs/portainer-stacks/Drone.md index a9c731e..01adf6c 100644 --- a/docs/portainer-stacks/Drone.md +++ b/docs/portainer-stacks/Drone.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/Gitea.md b/docs/portainer-stacks/Gitea.md index ade21b3..6d1b58e 100644 --- a/docs/portainer-stacks/Gitea.md +++ b/docs/portainer-stacks/Gitea.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/MQTT-Mosquitto.md b/docs/portainer-stacks/MQTT-Mosquitto.md index f47ffc3..b60f363 100644 --- a/docs/portainer-stacks/MQTT-Mosquitto.md +++ b/docs/portainer-stacks/MQTT-Mosquitto.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/TasmoBackup.md b/docs/portainer-stacks/TasmoBackup.md index c39fe3d..e64e383 100644 --- a/docs/portainer-stacks/TasmoBackup.md +++ b/docs/portainer-stacks/TasmoBackup.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/VSCode.md b/docs/portainer-stacks/VSCode.md index bf0b82b..07cbdb8 100644 --- a/docs/portainer-stacks/VSCode.md +++ b/docs/portainer-stacks/VSCode.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/Zigbee2MQTT.md b/docs/portainer-stacks/Zigbee2MQTT.md index e3ab62e..c3121af 100644 --- a/docs/portainer-stacks/Zigbee2MQTT.md +++ b/docs/portainer-stacks/Zigbee2MQTT.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: '3.8' services: diff --git a/docs/portainer-stacks/authelia.md b/docs/portainer-stacks/authelia.md index 17371ca..6411a28 100644 --- a/docs/portainer-stacks/authelia.md +++ b/docs/portainer-stacks/authelia.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/bazarr.md b/docs/portainer-stacks/bazarr.md index 7bf2094..b56391a 100644 --- a/docs/portainer-stacks/bazarr.md +++ b/docs/portainer-stacks/bazarr.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml version: "3.8" services: bazarr: diff --git a/docs/portainer-stacks/heimdall.md b/docs/portainer-stacks/heimdall.md index ab91d63..5c981bc 100644 --- a/docs/portainer-stacks/heimdall.md +++ b/docs/portainer-stacks/heimdall.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/jellyfin.md b/docs/portainer-stacks/jellyfin.md index 8024065..03a5a06 100644 --- a/docs/portainer-stacks/jellyfin.md +++ b/docs/portainer-stacks/jellyfin.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml version: "3.8" services: jellyfin: diff --git a/docs/portainer-stacks/mqtt-explorer.md b/docs/portainer-stacks/mqtt-explorer.md index f29da53..1be806b 100644 --- a/docs/portainer-stacks/mqtt-explorer.md +++ b/docs/portainer-stacks/mqtt-explorer.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" volumes: diff --git a/docs/portainer-stacks/octoprint.md b/docs/portainer-stacks/octoprint.md index cf8fee3..579543d 100644 --- a/docs/portainer-stacks/octoprint.md +++ b/docs/portainer-stacks/octoprint.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" volumes: diff --git a/docs/portainer-stacks/qbittorrent.md b/docs/portainer-stacks/qbittorrent.md index 55c4436..a7826e8 100644 --- a/docs/portainer-stacks/qbittorrent.md +++ b/docs/portainer-stacks/qbittorrent.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml version: "3.8" services: qbittorrent: diff --git a/docs/portainer-stacks/samba.md b/docs/portainer-stacks/samba.md index 00ce25b..8c1579a 100644 --- a/docs/portainer-stacks/samba.md +++ b/docs/portainer-stacks/samba.md @@ -11,7 +11,7 @@ eg: ``` Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/portainer-stacks/template.md b/docs/portainer-stacks/template.md index b09014f..0d596b6 100644 --- a/docs/portainer-stacks/template.md +++ b/docs/portainer-stacks/template.md @@ -1,4 +1,4 @@ Portainer Stack: -``` +```yaml ``` \ No newline at end of file diff --git a/docs/portainer-stacks/uptime-kuma.md b/docs/portainer-stacks/uptime-kuma.md index 2698f68..8eb4e2a 100644 --- a/docs/portainer-stacks/uptime-kuma.md +++ b/docs/portainer-stacks/uptime-kuma.md @@ -1,5 +1,5 @@ Portainer Stack: -``` +```yaml --- version: "3.8" services: diff --git a/docs/tutorials/mkdocs-with-gitea-and-drone.md b/docs/tutorials/mkdocs-with-gitea-and-drone.md index 98771d3..c80dc81 100644 --- a/docs/tutorials/mkdocs-with-gitea-and-drone.md +++ b/docs/tutorials/mkdocs-with-gitea-and-drone.md @@ -1,7 +1,7 @@ 1- Setup Nginx, [Gitea](../portainer-stacks/Gitea.md), [Drone](../portainer-stacks/Drone.md) 2- Portainer Stack: -``` +```yaml --- version: "3.8" services: