Delete old daemon package and fix typos

This commit is contained in:
Patrick Jentsch
2020-11-17 14:58:03 +01:00
parent d187a83b54
commit ddee38e2a5
20 changed files with 6 additions and 696 deletions

View File

@ -39,7 +39,7 @@ HOST_DOCKER_GID=
# HINT: Use this bash command `python -c "import uuid; print(uuid.uuid4().hex)"`
# SECRET_KEY=
# Example: nopaque.example.com nopaque.example.com:5000
# Example: nopaque.example.com/nopaque.example.com:5000
# HINT: If your instance is publicly available on a different Port then 80/443,
# you will have to add this to the server name
SERVER_NAME=
@ -124,9 +124,12 @@ NOPAQUE_ADMIN=
# DEFAULT: False
# NOPAQUE_DAEMON_ENABLED=
# The hostname or IP address for the server to listen on.
# HINT: To use a domain locally, add any names that should route to the app to your hosts file.
# DEFAULT: 0.0.0.0
# NOPAQUE_HOST=
# The port number for the server to listen on.
# DEFAULT: 5000
# NOPAQUE_PORT=