Normalize formatting conventions across guides (chapter D)

This commit is contained in:
Djeex
2026-09-07 21:28:08 +02:00
parent db30198450
commit 064d8f1576
14 changed files with 74 additions and 84 deletions
@@ -84,14 +84,13 @@ Mount every folder you listed under `sources` in `config.yaml` at the same path
::tip{icon=""}
✨ __Tip:__ Add the watchtower label to automate updates.
```yaml [compose.yaml]
services:
filebrowser-quantum:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
```yaml [compose.yaml]
services:
filebrowser-quantum:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
::
Deploy the container and go to `http://yourserverip:8020`. Log in with the default `admin` / `admin` credentials, then immediately change the password in your profile settings.
+11 -13
View File
@@ -48,20 +48,18 @@ From here on, we assume the network name for SWAG is `swag_default`.
::tip{icon=""}
✨ __Tip:__ Add the watchtower label to each container to automate updates.
```yaml [compose.yaml]
services:
pingvin-share:
#...
labels:
```yaml [compose.yaml]
services:
pingvin-share:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
- com.centurylinklabs.watchtower.enable=true
clamav:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
clamav:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
::
Deploy the container and go to `http://yourserverip:3600`. That's it! Your Pingvin web UI instance is up and running!
@@ -58,14 +58,13 @@ services:
::tip{icon=""}
✨ Add the Watchtower label to each container to automate updates
```yaml [compose.yaml]
services:
code-server:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
```yaml [compose.yaml]
services:
code-server:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
::
### Set your environment variables
@@ -31,14 +31,13 @@ services:
::tip{icon=""}
✨ __Tip:__ Add the Watchtower label to each container to enable automatic updates.
```yaml [compose.yaml]
services:
it-tools:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
```yaml [compose.yaml]
services:
it-tools:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
::
Deploy the container and visit `http://yourserverip:3222`. Thats it, your IT Tools web UI instance is up and running!
@@ -77,6 +77,6 @@ services:
More information is available on the repository:
::card{title="🐋 **Socat Proxy**" to="https://git.djeex.fr/Djeex/socat-proxy" target="_blank"}
::card{title="🐋 __Socat Proxy__" to="https://git.djeex.fr/Djeex/socat-proxy" target="_blank"}
A lightweight bind-mount socket proxy
::
@@ -156,7 +156,7 @@ sudo sysctl net.ipv4.conf.all.src_valid_mark=1
To configure clients, download the config files from the server:
- Visit `http://your-server-ip:51821`
- Visit `http://yourserverip:51821`
- Create a client
- Download the config file
- Rename it to `wg0.conf`
@@ -257,13 +257,13 @@ Repeat for each client
## Other Devices
- **Phone:** Install WireGuard and scan the QR code from the web UI (`http://your-server-ip:51821`)
- **Phone:** Install WireGuard and scan the QR code from the web UI (`http://yourserverip:51821`)
- **PC:** Install the WireGuard client and import the config file
::warning
__Warning:__ If a client device is on the same LAN as the server, edit `wg0.conf` and change the endpoint to the local server IP:
`Endpoint = your-server-ip:51820`
`Endpoint = yourserverip:51820`
::
And this is the result:
@@ -206,7 +206,7 @@ Once done, deploy the container.
### Log in and secure your account
Login at `http://server-ip:5695` (or the port you set).
Login at `http://yourserverip:5695` (or the port you set).
::caution
@@ -262,7 +262,7 @@ Click "Deploy" and wait for SWAG to fully initialize.
::note
We assume the network name is `seedbox_default`. You can confirm by checking the SWAG dashboard at http://server-ip:81.
We assume the network name is `seedbox_default`. You can confirm by checking the SWAG dashboard at http://yourserverip:81.
::
### Create the subdomain.conf file