refine urls
This commit is contained in:
@@ -18,5 +18,5 @@ services:
|
||||
kuma.organization.tag.name: 'Organization'
|
||||
kuma.organization.tag.color: '#FF99AA'
|
||||
kuma.homarr.http.name: 'homarr'
|
||||
kuma.homarr.http.url: 'https://homarr.domr.ovh/guacamole'
|
||||
kuma.homarr.http.url: 'https://homarr.domr.ovh/'
|
||||
kuma.homarr.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||
@@ -17,5 +17,5 @@ services:
|
||||
kuma.organization.tag.name: 'Organization'
|
||||
kuma.organization.tag.color: '#FF99AA'
|
||||
kuma.homepage.http.name: 'homepage'
|
||||
kuma.homepage.http.url: 'https://homepage.domr.ovh/guacamole'
|
||||
kuma.homepage.http.url: 'https://homepage.domr.ovh/'
|
||||
kuma.homepage.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||
|
||||
@@ -16,5 +16,5 @@ services:
|
||||
kuma.organization.tag.name: 'Organization'
|
||||
kuma.organization.tag.color: '#FF99AA'
|
||||
kuma.ittools.http.name: 'ittools'
|
||||
kuma.ittools.http.url: 'https://ittools.domr.ovh/guacamole'
|
||||
kuma.ittools.http.url: 'https://ittools.domr.ovh/'
|
||||
kuma.ittools.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
nas.domr.ovh,
|
||||
nas.home.domroese.eu {
|
||||
tls soenke@domroese.eu {
|
||||
client_auth {
|
||||
mode request
|
||||
}
|
||||
}
|
||||
reverse_proxy https://192.168.1.194:5001 {
|
||||
transport http {
|
||||
tls_insecure_skip_verify # Disable TLS Verification, as we don't have a real certificate on the nas
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user