mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 17:21:56 +02:00
Adapt to codenotary
This commit is contained in:
@@ -33,5 +33,8 @@ server {
|
||||
allow 172.30.32.2;
|
||||
deny all;
|
||||
proxy_pass http://127.0.0.1:80;
|
||||
}
|
||||
}
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,5 +40,8 @@ server {
|
||||
location ~ /\. {
|
||||
log_not_found off;
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user