haven icon indicating copy to clipboard operation
haven copied to clipboard

Index of

Open betov69 opened this issue 3 years ago • 1 comments

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

betov69 avatar Jun 30 '22 03:06 betov69

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 avatar Jun 30 '22 15:06 mawise

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

mawise avatar Nov 03 '22 19:11 mawise