Name and icon code blocks by real filename across the site

This commit is contained in:
Djeex
2026-08-31 22:12:47 +02:00
parent baf3590186
commit 6696ed9b23
55 changed files with 277 additions and 252 deletions
@@ -22,7 +22,7 @@ description: Install IT Tools, a self-hosted collection of handy utilities for d
Open Dockge, click on `compose`, name the stack `it-tools`, and paste the following:
```yaml
```yaml [compose.yaml]
---
services:
it-tools:
@@ -37,7 +37,7 @@ services:
::tip{icon=""}
✨ __Tip:__ Add the Watchtower label to each container to enable automatic updates.
```yaml
```yaml [compose.yaml]
services:
it-tools:
#...
@@ -64,7 +64,7 @@ __Pre-requisite:__ We assume youve created a subdomain like `tools.yourdomain
In Dockge, go to the SWAG stack and edit the compose file to add the IT Tools network:
```yaml
```yaml [compose.yaml]
services:
swag:
container_name: # ...
@@ -105,7 +105,7 @@ sudo nano /docker/swag/config/nginx/proxy-confs/tools.subdomain.conf
Paste the configuration below:
```nginx
```nginx [tools.subdomain.conf]
## Version 2023/12/19
server {