Skip to content

Commit

Permalink
Merge pull request #22 from sebadob/bump-deps-and-versions
Browse files Browse the repository at this point in the history
Bump deps and versions
  • Loading branch information
sebadob committed Oct 11, 2023
2 parents 19e87c1 + 906e09a commit 25e8f0c
Show file tree
Hide file tree
Showing 31 changed files with 405 additions and 2,071 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DATABASE_MAX_CONN=10
LOG_LEVEL=debug

# The public url for Nioca
PUB_URL=192.168.14.50
PUB_URL=localhost

# The full public url without the scheme for directly accessing an instance in a HA deployment.
# Unsealing behind a loadbalancer currently needs this or unsealing can only be done with the CLI locally.
Expand Down Expand Up @@ -89,15 +89,15 @@ NIOCA_CERT_GENERATE=true
# These are the values for the server certificate that Nioca generates for itself after unsealing.
# The server will panic directly after unsealing, if any of these values are incorrect and would not generate a
# valid certificate.
NIOCA_CERT_CN=192.168.14.50
NIOCA_CERT_CN=localhost
NIOCA_CERT_C=DE
NIOCA_CERT_L=Dusseldorf
NIOCA_CERT_OU="My Org Section"
NIOCA_CERT_O="My Org"
NIOCA_CERT_ST=NRW

NIOCA_CERT_ALT_NAMES_DNS="localhost, nioca.exmpale.com"
NIOCA_CERT_ALT_NAMES_IP="127.0.0.1, 192.168.14.50"
NIOCA_CERT_ALT_NAMES_IP="127.0.0.1, 192.168.14.50, 192.168.14.20"

#############################
##### Password Hashing #####
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.4.1

This release only updates all dependencies.

## v0.4.0

This is the first open source release.
This is the first open source release.
Loading

0 comments on commit 25e8f0c

Please sign in to comment.