Go to file
Wave f8bf0f0471 Update Traefik Example
A recent update to Traefik has made a breaking change with this configuration where the three piped domains can not be separated by commas anymore, instead the proper syntax is now an individual Host variable for each domain separated by && or ||, in this example I've opted for || as that works on my machine.
Documentation for this syntax can be found here: https://doc.traefik.io/traefik/v3.0/routing/routers/#rule
2024-05-13 00:13:02 +02:00
.github/workflows chore(deps): update peaceiris/actions-hugo action to v3 2024-04-02 03:41:27 +00:00
archetypes Initial commit. 2021-02-06 21:29:00 +05:30
content Update Traefik Example 2024-05-13 00:13:02 +02:00
static Initial commit. 2021-02-06 21:29:00 +05:30
themes Update theme. 2022-02-02 07:07:50 +00:00
.gitignore Initial commit. 2021-02-06 21:29:00 +05:30
.gitmodules update theme. 2021-02-07 21:03:34 +05:30
.prettierignore Add more api documentation. 2021-09-04 19:21:09 +05:30
LICENSE Create LICENSE 2021-08-25 17:05:47 +05:30
README.md Initial commit. 2021-02-06 21:29:00 +05:30
config.toml reset basedir. 2021-02-06 23:57:47 +05:30
renovate.json chore(deps): add renovate.json 2022-10-09 20:21:25 +00:00

README.md

Documentation

Documentation on the core architecture of Piped and it's backend.