new pages
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 39s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
2024-11-26 17:28:08 +00:00
parent 43f9a55f48
commit e7b0cbdbf6
34 changed files with 593 additions and 65 deletions

View File

@@ -8,6 +8,9 @@ next: docs/install_glympse
Glympse is split into multiple services so you can split the workload between multiple machines.
The available services are as follows:
* Celery Beat\
You should only have one of these running across all your containers. This is responsible for managing the scheduled tasks. Without this, the scheduled tasks will not run. For ease, I usually run this in the same container as the webui.
* WebUI\
This is the webui front end. The reverse proxy needs to point to the machine that is running this service. It is possible to run more than one frontend for load balancing purposes.