mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-05-30 23:20:02 +00:00
remove glance basic auth
This commit is contained in:
parent
d886f7b563
commit
18e88f0aba
@ -35,8 +35,6 @@ SFTPGO_DOMAIN=
|
|||||||
GLANCE_DOMAIN=
|
GLANCE_DOMAIN=
|
||||||
GLANCE_CRT=
|
GLANCE_CRT=
|
||||||
GLANCE_KEY=
|
GLANCE_KEY=
|
||||||
GLANCE_USERNAME=
|
|
||||||
GLANCE_PASSWORD=
|
|
||||||
|
|
||||||
############# Ghost #############
|
############# Ghost #############
|
||||||
GHOST_DOMAIN=
|
GHOST_DOMAIN=
|
||||||
|
@ -123,10 +123,6 @@
|
|||||||
{$GLANCE_DOMAIN} {
|
{$GLANCE_DOMAIN} {
|
||||||
tls /etc/ssl/custom/{$GLANCE_CRT} /etc/ssl/custom/{$GLANCE_KEY}
|
tls /etc/ssl/custom/{$GLANCE_CRT} /etc/ssl/custom/{$GLANCE_KEY}
|
||||||
|
|
||||||
basic_auth {
|
|
||||||
{$GLANCE_USERNAME} {$GLANCE_PASSWORD}
|
|
||||||
}
|
|
||||||
|
|
||||||
request_body {
|
request_body {
|
||||||
max_size 64MB
|
max_size 64MB
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user