havenweb / haven

Self-hostable private blogging
https://havenweb.org
MIT License
640 stars 33 forks source link

Index of #33

Closed betov69 closed 1 year ago

betov69 commented 2 years ago

Hello, I have tried to follow the steps of the script except for the part of the certificate and the https redirection and when I try to see the server the index of it appears instead of the haven app, what step could I have omitted? Thanks and regards image

mawise commented 2 years ago

Probably the Haven app isn't running. You can ssh to the Pi, and run:

curl -i http://127.0.0.1:3000

That's where Haven should be running natively, Apache sends requests there.

Assuming that doesn't give you anything, you can check the status of the service you created:

sudo systemctl status haven.service

One of those should give you an idea of where the problem is.

On Wed, Jun 29, 2022, 10:02 PM betov69 @.***> wrote:

Hello, I have tried to follow the steps of the script except for the part of the certificate and the https redirection and when I try to see the server the index of it appears instead of the haven app, what step could I have omitted? Thanks and regards [image: image] https://user-images.githubusercontent.com/90874504/176583697-7b9ad6cf-8adf-4f55-9156-dcc9611c2c88.png

— Reply to this email directly, view it on GitHub https://github.com/havenweb/haven/issues/33, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2DVLU7HILO6UXJO7BPYDDVRUE5FANCNFSM52HY4XNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mawise commented 1 year ago

This is an old question, so Im closing it. Feel free to let me know if you still need help!