docs: add production setup instructions to README

Added a new section in the README for production setup. It highlights the usage of a process manager like systemd to ensure the application remains running in a production environment, providing a link to the systemd files included in the repository. This update aims to guide users in deploying the application more reliably.
This commit is contained in:
Kumi 2024-08-02 20:29:53 +02:00
parent 8eebfe4c44
commit 22ec436f7b
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -69,6 +69,10 @@ npm start
4. Open your browser and navigate to `http://localhost:8105` (or the URL you have configured in your reverse proxy)
### Production
For production, you should use a process manager like systemd to keep the application running. You can use the systemd files provided in [contrib/systemd](contrib/systemd) as a starting point.
## Usage
### Sharing a File