diff --git a/projects/audiobookshelf/index.md b/projects/audiobookshelf/index.md index 39c3134..3f2cbf7 100644 --- a/projects/audiobookshelf/index.md +++ b/projects/audiobookshelf/index.md @@ -15,6 +15,6 @@ tags: [] > [!IMPORTANT] Audiobookshelf requires a websocket connection. -```sh -{{}} +```yaml +{{% include "/srv/configs/docker_compose/audiobookshelf/docker-compose.yaml" %}} ``` diff --git a/projects/code-server/code-server.md b/projects/code-server/index.md similarity index 85% rename from projects/code-server/code-server.md rename to projects/code-server/index.md index 7e08520..6d47218 100644 --- a/projects/code-server/code-server.md +++ b/projects/code-server/index.md @@ -15,5 +15,5 @@ tags: [] ## Docker Compose Example ```yaml -{{}} +{{% include "/srv/configs/docker_compose/code-server/docker-compose.yaml" %}} ``` \ No newline at end of file diff --git a/projects/frigate/index.md b/projects/frigate/index.md index ebee0be..01fe120 100644 --- a/projects/frigate/index.md +++ b/projects/frigate/index.md @@ -13,7 +13,7 @@ tags: [] `Frigate` is 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. ```yaml -{{}} +{{% include "/srv/configs/docker_compose/frigate/docker-compose.yaml" %}} ``` requires to set a `config.yml` in the `/config` volume. diff --git a/projects/linkstack/index.md b/projects/linkstack/index.md index 18ae5ea..30ffa08 100644 --- a/projects/linkstack/index.md +++ b/projects/linkstack/index.md @@ -17,5 +17,5 @@ multiple people's pages with their own user accounts and everything. ## Docker Compose Example ```yaml -{{}} +{{% include "/srv/configs/docker_compose/linkstacks/docker-compose.yaml" %}} ``` \ No newline at end of file diff --git a/projects/mkdocs/index.md b/projects/mkdocs/index.md index db609b6..1e27b92 100644 --- a/projects/mkdocs/index.md +++ b/projects/mkdocs/index.md @@ -22,5 +22,5 @@ theme and plugins built in. wont work straight out of the box. ```yaml -{{}} +{{% include "/srv/configs/docker_compose/mkdocs/docker-compose.yaml" %}} ``` diff --git a/projects/nginx-proxy-manager/index.md b/projects/nginx-proxy-manager/index.md index d39140f..ee86f2b 100644 --- a/projects/nginx-proxy-manager/index.md +++ b/projects/nginx-proxy-manager/index.md @@ -29,7 +29,7 @@ configurations. ## Docker Compose Example ```yaml -{{}} +{{% include "/srv/configs/docker_compose/nginx-proxy-manager/docker-compose.yaml" %}} ``` Nginx gives you that great routing to your internal networked servers. Also diff --git a/projects/qbittorent/index.md b/projects/qbittorent/index.md index 7b6b014..a4b4824 100644 --- a/projects/qbittorent/index.md +++ b/projects/qbittorent/index.md @@ -19,7 +19,7 @@ will automatically stop the network if the VPN is not functioning correctly. ## Docker Compose Example ```yaml -{{}} +{{% include "/srv/configs/docker_compose/qbittorrentvpn/docker-compose.yaml" %}} ``` To set up the VPN you will need to have an existing account with a VPN service. diff --git a/projects/uptime-kuma/index.md b/projects/uptime-kuma/index.md index dd954b8..d19ae47 100644 --- a/projects/uptime-kuma/index.md +++ b/projects/uptime-kuma/index.md @@ -18,5 +18,5 @@ status page and dashboard. ## Docker Compose Example ```yaml -{{}} +{{% include "/srv/configs/docker_compose/uptime-kuma/docker-compose.yaml" %}} ``` diff --git a/projects/vaultwarden/index.md b/projects/vaultwarden/index.md index d514961..b09fb77 100644 --- a/projects/vaultwarden/index.md +++ b/projects/vaultwarden/index.md @@ -17,6 +17,6 @@ deployment where running the official resource-heavy service might not be ideal. ## Docker Compose Example ```yaml -{{}} +{{% include "/srv/configs/docker_compose/vaultwarden/docker-compose.yaml" %}} ``` diff --git a/projects/webtop/index.md b/projects/webtop/index.md index 1845ecb..d0b3146 100644 --- a/projects/webtop/index.md +++ b/projects/webtop/index.md @@ -16,6 +16,6 @@ network. ## Docker Compose Example ```yaml -{{}} +{{% include "/srv/configs/docker_compose/webtop/docker-compose.yaml" %}} ``` diff --git a/projects/wikijs/index.md b/projects/wikijs/index.md index 9a9187c..fce618c 100644 --- a/projects/wikijs/index.md +++ b/projects/wikijs/index.md @@ -19,6 +19,6 @@ nothing gets lost if something is corrupted. ## Docker Compose Example ```yaml -{{}} +{{% include "/srv/configs/docker_compose/wikijs/wikijs.yaml" %}} ```