mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
feat: allow user to specify domain in container labels in order to identify it (#198)
* feat: allow user to specify domain in container labels in order to identify it * refactor: remove port from domain before getting container
This commit is contained in:
@@ -104,5 +104,6 @@ type Labels struct {
|
||||
Users string
|
||||
Allowed string
|
||||
Headers []string
|
||||
Domain string
|
||||
OAuth OAuthLabels
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user