chore(docs): fmt

This commit is contained in:
Stavros Kois 2024-04-14 01:37:57 +03:00 committed by GitHub
parent ef4593677d
commit b7ea031b9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@ title: Installation Notes
- Shell into the app after installing it to complete the login phase.
- Run the following commands in order:
```terminal
```shell
chmod +x entrypoint.sh && ps aux | grep [b]ridge | awk '{print $2}' | xargs -I {} kill -9 {} && ./entrypoint.sh init
```
```terminal
```shell
login
```

View File

@ -39,7 +39,7 @@ The email addres is validated in spotweb using the built-in `_FILTER_VALIDATE_EM
- Regex used to validate the email (you can try live [here](https://regex101.com/r/yEmCoL/1)):
```regex
```shell
^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$
```

View File

@ -9,7 +9,7 @@ Store your wireguard config file in a directory, on one of your pools.
Example `/mnt/pool/vpn.conf` (Name can be any name. eg `wg0.conf`, `x-site.conf`, etc)
Example config content:
```conf
```toml
[Interface]
Address = 10.0.0.1/24
ListenPort = 51820