feat: add support for nginx/nginx proxy manager (breaking)

This commit is contained in:
Stavros
2025-02-07 16:36:47 +02:00
parent 87393d3c64
commit ce567ae3de
3 changed files with 88 additions and 22 deletions

View File

@@ -110,3 +110,7 @@ type TinyauthLabels struct {
type TailscaleQuery struct {
Code int `url:"code"`
}
type Proxy struct {
Proxy string `uri:"proxy" binding:"required"`
}