sh-dv / hat.sh

Encrypt and Decrypt files securely in your browser.
https://hat.sh
MIT License
2.13k stars 251 forks source link

How To Update The Self-Hosted hat.sh Website? #54

Closed ghost closed 2 years ago

ghost commented 2 years ago

I've self hosted the website locally, but how can I regularly update it with the changes made in hat.sh here? I wonder if there's any command to update.

Thank you in advance.

sh-dv commented 2 years ago

Hey If you have used git to clone the repo, you can simply use the command git pull. Or you can clone the repo again and run npm install if you have cloned it manually. If you are using it as a docker container then you should update to the latest image tag.

ghost commented 2 years ago

@sh-dv thanks for your help!