Commit graph

5 commits

Author SHA1 Message Date
schklom
660029e14b
Traefik reverse-proxy rule update: Path -> PathPrefix (#666)
https://github.com/iv-org/invidious-companion/wiki/How-to-communicate-with-Invidious-companion-with-any-client-(HTTP-API) says `/companion` is only the beginning of the API paths, not the full path
2025-09-16 13:48:43 +02:00
Émilien (perso)
74e7a16c3b
chore: make companion officially supported in the installation guide (#663)
* chore: make companion officially supported in the installation guide

* doc: improve again

* docs: explain how to download binary for non docker user

* docs: inv-sig-helper => invidious companion
2025-09-14 00:12:16 +02:00
Émilien (perso)
eafb7fe65f chore: add captions endpoint + rework nginx config 2025-09-02 14:21:03 +00:00
Fawkes
baf62898f3
fix 'PathPrefix(/videoplayback)' (#653)
acording to:
https://doc.traefik.io/traefik/routing/routers/#path-pathprefix-and-pathregexp

the correct syntax would be just PathPrefix(`/videoplayback`)
2025-08-20 14:31:14 +02:00
Aural Glow
6e32b3ab8b
Add Traefik configuration to Invidious Companion doc (#624)
* Add new traefik page

* Add Traefik config on main install doc

* Typos and line break
2025-01-02 18:47:51 +01:00