update all include rules to use % for markdown formatting
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 34s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 34s
This commit is contained in:
@@ -15,6 +15,6 @@ tags: []
|
||||
|
||||
> [!IMPORTANT] Audiobookshelf requires a websocket connection.
|
||||
|
||||
```sh
|
||||
{{<include "/srv/configs/docker_compose/audiobookshelf/docker-compose.yaml">}}
|
||||
```yaml
|
||||
{{% include "/srv/configs/docker_compose/audiobookshelf/docker-compose.yaml" %}}
|
||||
```
|
||||
|
||||
@@ -15,5 +15,5 @@ tags: []
|
||||
## Docker Compose Example
|
||||
|
||||
```yaml
|
||||
{{<include "/srv/configs/docker_compose/code-server/docker-compose.yaml">}}
|
||||
{{% include "/srv/configs/docker_compose/code-server/docker-compose.yaml" %}}
|
||||
```
|
||||
@@ -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">}}
|
||||
{{% include "/srv/configs/docker_compose/frigate/docker-compose.yaml" %}}
|
||||
```
|
||||
|
||||
requires to set a `config.yml` in the `/config` volume.
|
||||
|
||||
@@ -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">}}
|
||||
{{% include "/srv/configs/docker_compose/linkstacks/docker-compose.yaml" %}}
|
||||
```
|
||||
@@ -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">}}
|
||||
{{% include "/srv/configs/docker_compose/mkdocs/docker-compose.yaml" %}}
|
||||
```
|
||||
|
||||
@@ -29,7 +29,7 @@ configurations.
|
||||
## Docker Compose Example
|
||||
|
||||
```yaml
|
||||
{{<include "/srv/configs/docker_compose/nginx-proxy-manager/docker-compose.yaml">}}
|
||||
{{% include "/srv/configs/docker_compose/nginx-proxy-manager/docker-compose.yaml" %}}
|
||||
```
|
||||
|
||||
Nginx gives you that great routing to your internal networked servers. Also
|
||||
|
||||
@@ -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">}}
|
||||
{{% 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.
|
||||
|
||||
@@ -18,5 +18,5 @@ status page and dashboard.
|
||||
## Docker Compose Example
|
||||
|
||||
```yaml
|
||||
{{<include "/srv/configs/docker_compose/uptime-kuma/docker-compose.yaml">}}
|
||||
{{% include "/srv/configs/docker_compose/uptime-kuma/docker-compose.yaml" %}}
|
||||
```
|
||||
|
||||
@@ -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">}}
|
||||
{{% include "/srv/configs/docker_compose/vaultwarden/docker-compose.yaml" %}}
|
||||
```
|
||||
|
||||
|
||||
@@ -16,6 +16,6 @@ network.
|
||||
## Docker Compose Example
|
||||
|
||||
```yaml
|
||||
{{<include "/srv/configs/docker_compose/webtop/docker-compose.yaml">}}
|
||||
{{% include "/srv/configs/docker_compose/webtop/docker-compose.yaml" %}}
|
||||
```
|
||||
|
||||
|
||||
@@ -19,6 +19,6 @@ nothing gets lost if something is corrupted.
|
||||
## Docker Compose Example
|
||||
|
||||
```yaml
|
||||
{{<include "/srv/configs/docker_compose/wikijs/wikijs.yaml">}}
|
||||
{{% include "/srv/configs/docker_compose/wikijs/wikijs.yaml" %}}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user