Document Sentry self-hosted deployment

This commit is contained in:
2026-07-08 15:31:21 +03:30
parent 3f94ced9ea
commit ea638c0eae
11 changed files with 491 additions and 128 deletions
+29
View File
@@ -22,6 +22,7 @@ Monitoring, alerting, automated backups and restore validation are now productio
| Jitsi Meet | https://meet.silveressence.net |
| BaGet | https://nuget.silveressence.net |
| DbGate | https://dbgate.silveressence.net |
| Sentry | https://sentry.silveressence.net |
| Nextcloud | https://cloud.silveressence.net |
| Xray | Public tunneling endpoint |
@@ -288,6 +289,34 @@ Status:
---
### Sentry
Purpose:
* Centralized error tracking
* Application exception diagnostics
* Release health and performance visibility
Access:
* https://sentry.silveressence.net
* HTTPS through Nginx Proxy Manager
Deployment:
* Installed with upstream Sentry self-hosted `install.sh`
* Compose project `sentry-self-hosted`
* Install directory `/srv/docker/sentry`
* Public entry container `sentry-self-hosted-nginx-1`
* Nginx Proxy Manager forwards to `sentry-self-hosted-nginx-1:80`
* Exception to the normal `slcompose` and Infisical service pattern
Status:
* Operational
---
### Xray
Purpose: