Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* re-added docker-compose-no-https.yml to be able to start lasius in … #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

toggm
Copy link
Member

@toggm toggm commented Nov 20, 2024

…production without self-signed certificate

  • cover non-https case in setup script
  • auto-generate admin password for mongodb instance

…production without self-signed certificate

* cover non-https case in setup script
* auto-generate admin password for mongodb instance
@toggm
Copy link
Member Author

toggm commented Nov 20, 2024

Related to tegonal/Lasius#36

setup.sh Outdated
@@ -110,6 +110,21 @@ if [ "$mode" == "production" ]; then
break
fi
done

while true; do
read -rp "Start lasius in https mode (with self-signed certificate)? (y/n) " yn

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"self-signed" could be misleading here. Isn't it a Let's Encrypt certificate? When I read self-signed, I think of a certificate that has not been signed by a trusted CA but one that I have signed myself and therefore is not trusted by browsers by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants