1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
5c15e7d311 games: fixed typo 2024-08-02 03:29:39 +02:00
6fba5d2a21 docker/traefik: fixed www redirection 2024-08-02 03:29:31 +02:00
2 changed files with 7 additions and 2 deletions

View File

@ -231,10 +231,15 @@ In both of those cases the line of the first code block in this section that spe
and subdomain needs to include both the www and the non-www domains.
This should look something like the following
Make sure to add the domain that will be redirected to the labels aswell.
For redirection to www domains this will look something like the following.
```yml
- "traefik.http.routers.<service name>-secure.rule=Host(`www.<subdomain>.<domain>`, `<subdomain>.<domain>`)"
- "traefik.http.routers.<service name>.rule=Host(`<subdomain>.<domain>`)"
```
In the opposite case the domain will be `www.<subdomain>.<domain>`.
## Setup Mailserver
If setting up a

View File

@ -33,7 +33,7 @@ Another online game is [Massive Decks](/wiki/massivedecks.md) which is the onlin
popular tabletop game.
For Windows there is the popular old-school pinball game 3d Pinball Space Cadet.
This game has been [reverse engineered and ported](https://github.com/k4zmu2a/SpaceCadetPinball) to
This game has been [reverse engineered and ported](https://github.com/k4zmu2a/SpaceCadetPinball) to
various platforms and operating systems.
## Syncing Game Saves Across Systems