first working version

This commit is contained in:
ston1th 2022-07-10 15:51:31 +02:00
commit c9dfecc519
21 changed files with 296 additions and 178 deletions

View file

@ -34,7 +34,7 @@ cat <<EOF> /var/acc/goacc.conf
"listen": "127.0.0.1:4443",
"secret": "$(openssl rand -hex 32)",
"hydra_admin_url": "http://127.0.0.1:4445",
"admin": true,
"admin_disabled": false,
"secure_cookie": true
}
EOF