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:
parent
8eebfe4c44
commit
22ec436f7b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue