Redirect vlogs root to the VictoriaLogs UI #504

Merged
benvin merged 1 commits from benvin/vlogs-root-redirect into main 2026-09-27 18:10:37 +10:00
Member

Visiting https://vlogs.unkin.net/ currently lands on the bare VictoriaLogs index page with relative links, not the query UI.

  • Add an Exact / rule to the vlogs HTTPRoute that 302s to /select/vmui/
  • Keep the PathPrefix / catch-all pointed at vlogs-oauth2:80, so auth is unchanged
Visiting https://vlogs.unkin.net/ currently lands on the bare VictoriaLogs index page with relative links, not the query UI. - Add an Exact `/` rule to the `vlogs` HTTPRoute that 302s to `/select/vmui/` - Keep the PathPrefix `/` catch-all pointed at `vlogs-oauth2:80`, so auth is unchanged
unkin-agent added 1 commit 2026-09-27 17:46:04 +10:00
Redirect vlogs root to the VictoriaLogs UI
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
f42ca99a8c
Add an Exact / rule on the vlogs HTTPRoute that 302s to /select/vmui/,
so the bare host lands on the UI instead of the index page.
benvin merged commit be2c751175 into main 2026-09-27 18:10:37 +10:00
benvin deleted branch benvin/vlogs-root-redirect 2026-09-27 18:10:38 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#504