add: resource links for running museum as a bg service (#3890)

This commit is contained in:
mangesh
2024-11-04 11:32:56 +05:30
committed by GitHub

View File

@@ -83,6 +83,13 @@ ENTE_DB_USER=ente_user
air
```
## Museum as a background service
Please check the below links if you want to run Museum as a service, both of them are battle tested.
1. [How to run museum as a systemd service](https://gist.github.com/mngshm/a0edb097c91d1dc45aeed755af310323)
2. [Museum.service](https://github.com/ente-io/ente/blob/23e678889189157ecc389c258267685934b83631/server/scripts/deploy/museum.service#L4)
Once you are done with setting and running Museum, all you are left to do is run the web app and reverse_proxy it with a webserver. You can check the following resources for Deploying your web app.
1. [Hosting the Web App](https://help.ente.io/self-hosting/guides/web-app).