Fix improper escaping special characters (`)
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s
This commit is contained in:
parent
d85318e050
commit
85d3343285
@ -7,7 +7,7 @@ Previous version was naive, and had a subnet equal in size to the IP range. This
|
||||
### Useful Labels
|
||||
|
||||
Basic web-facing service:
|
||||
- `traefik.http.routers.<router-name>.rule=Host(\`<subdomain>.jafner.net\`)`
|
||||
- ```traefik.http.routers.<router-name>.rule=Host(`<subdomain>.jafner.net`)```
|
||||
- `traefik.http.routers.<router-name>.tls.certresolver=lets-encrypt`
|
||||
|
||||
Restrict access to IPs in list defined in [`./config/config_addons.yaml`](./config/config_addons.yaml):
|
||||
|
Loading…
Reference in New Issue
Block a user