Also allow IPv4
This commit is contained in:
parent
73c19cc58d
commit
36273da78b
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
dooris:
|
||||
image: git.hamburg.ccc.de/ccchh/hmdooris/hmdooris:latest
|
||||
environment:
|
||||
HMDOORIS_ALLOWED_IPS: "2a07:c481:1:c8::/64 2a01:170:118b::/56"
|
||||
HMDOORIS_ALLOWED_IPS: "2a07:c481:1:c8::/64 2a01:170:118b::/56 172.31.200.0/23 172.31.202.0/27"
|
||||
HMDOORIS_CCUJACK_CERTIFICATE_PATH: false
|
||||
HMDOORIS_CCUJACK_PASSWORD: "{{ secret__dooris_ccujack_password }}"
|
||||
HMDOORIS_CCUJACK_URL: https://hmdooris-ccu.ccchh.net:2122
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.1.1k&guideline=5.6
|
||||
server {
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl http2;
|
||||
|
||||
server_name dooris.ccchh.net;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue