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

Update documentation #3148

Open
Maxzor opened this issue Dec 6, 2023 · 0 comments
Open

Update documentation #3148

Maxzor opened this issue Dec 6, 2023 · 0 comments
Labels
bug Something isn't working documentation

Comments

@Maxzor
Copy link

Maxzor commented Dec 6, 2023

I started a bookwyrm production instance and faced two problems :

  • The certbot container writes as root, and the following challenges fail.
    I solved it with
    sudo chmod -R 755 certbot
    sudo chown -R [myUser]:[myGroup] certbot
  • The documentation says for the SSL setup to uncomment from lines 18 to 50. In my case it was from 18 to 111, the whole SSL server block.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation
Projects
None yet
Development

No branches or pull requests

2 participants