feat: allow user to specify domain in container labels in order to identify it

This commit is contained in:
Stavros
2025-06-15 20:17:45 +03:00
parent 3397e2aa8e
commit 4e6372ea97
4 changed files with 21 additions and 25 deletions

View File

@@ -104,5 +104,6 @@ type Labels struct {
Users string
Allowed string
Headers []string
Domain string
OAuth OAuthLabels
}