updating the documentation of the SilverLinux Insftracture

This commit is contained in:
2026-06-21 13:35:59 +03:30
parent b43f2b790e
commit a8e23d3036
33 changed files with 3894 additions and 153 deletions
+19
View File
@@ -0,0 +1,19 @@
PUBLIC_URL=https://meet.silveressence.net
HTTP_PORT=8000
HTTPS_PORT=8443
TZ=Europe/Amsterdam
ENABLE_AUTH=1
ENABLE_GUESTS=1
AUTH_TYPE=internal
JVB_ADVERTISE_IPS=51.255.83.140
JICOFO_AUTH_PASSWORD=
JVB_AUTH_PASSWORD=
JIBRI_XMPP_PASSWORD=
JIBRI_RECORDER_PASSWORD=
JIGASI_XMPP_PASSWORD=
JIGASI_TRANSCRIBER_PASSWORD=
+74
View File
@@ -0,0 +1,74 @@
# Jitsi Meet
## Overview
Jitsi Meet provides video conferencing capabilities for Silver Solutions.
URL:
https://meet.silveressence.net
---
## Purpose
- Team meetings
- Customer meetings
- Screen sharing
- Browser-based conferencing
---
## Authentication
Current configuration:
- Internal authentication enabled
- Guest access enabled
Configuration stored in:
/srv/docker/jitsi/jitsi-docker-jitsi-meet-aa76415/.env
---
## Important Secrets
Stored in:
/srv/secrets/company.env
Variables:
- JICOFO_AUTH_PASSWORD
- JVB_AUTH_PASSWORD
- JIBRI_XMPP_PASSWORD
- JIBRI_RECORDER_PASSWORD
- JIGASI_XMPP_PASSWORD
- JIGASI_TRANSCRIBER_PASSWORD
---
## Ports
| Port | Purpose |
|--------|---------|
| 80 | HTTP |
| 443 | HTTPS |
| 10000/UDP | Media Traffic |
---
## Data Location
Configuration:
/srv/docker/jitsi
---
## Related Documentation
- docs/server.md
- docs/security.md
- docs/secrets.md
View File