235 lines
1.9 KiB
Markdown
235 lines
1.9 KiB
Markdown
# Services
|
|
|
|
## Overview
|
|
|
|
This document lists all services running on SilverLinux and their purpose.
|
|
|
|
---
|
|
|
|
## Running Services
|
|
|
|
### PostgreSQL
|
|
|
|
Purpose:
|
|
|
|
* Shared database platform
|
|
* Application data storage
|
|
|
|
Used by:
|
|
|
|
* Gitea
|
|
* OpenProject
|
|
|
|
Status:
|
|
|
|
```text
|
|
Running
|
|
```
|
|
|
|
---
|
|
|
|
### Gitea
|
|
|
|
URL:
|
|
|
|
```text
|
|
https://git.silveressence.net
|
|
```
|
|
|
|
Purpose:
|
|
|
|
* Source control
|
|
* Git repositories
|
|
* Pull requests
|
|
* Issue tracking
|
|
|
|
Status:
|
|
|
|
```text
|
|
Running
|
|
```
|
|
|
|
---
|
|
|
|
### OpenProject
|
|
|
|
URL:
|
|
|
|
```text
|
|
https://team.silveressence.net
|
|
```
|
|
|
|
Purpose:
|
|
|
|
* Project management
|
|
* Work packages
|
|
* Time tracking
|
|
* Team collaboration
|
|
|
|
Status:
|
|
|
|
```text
|
|
Running
|
|
```
|
|
|
|
---
|
|
|
|
### Jitsi Meet
|
|
|
|
URL:
|
|
|
|
```text
|
|
https://meet.silveressence.net
|
|
```
|
|
|
|
Purpose:
|
|
|
|
* Video conferencing
|
|
* Team meetings
|
|
* Customer meetings
|
|
|
|
Status:
|
|
|
|
```text
|
|
Running
|
|
```
|
|
|
|
---
|
|
|
|
### Portainer
|
|
|
|
URL:
|
|
|
|
```text
|
|
https://portainer.silveressence.net
|
|
```
|
|
|
|
Purpose:
|
|
|
|
* Docker administration
|
|
* Stack deployment
|
|
* Container monitoring
|
|
|
|
Status:
|
|
|
|
```text
|
|
Running
|
|
```
|
|
|
|
---
|
|
|
|
### Nginx Proxy Manager
|
|
|
|
Purpose:
|
|
|
|
* Reverse proxy
|
|
* SSL termination
|
|
* Domain routing
|
|
* Certificate management
|
|
|
|
Status:
|
|
|
|
```text
|
|
Running
|
|
```
|
|
|
|
---
|
|
|
|
## Shared Infrastructure
|
|
|
|
### Docker
|
|
|
|
Purpose:
|
|
|
|
* Container hosting
|
|
* Service isolation
|
|
|
|
Status:
|
|
|
|
```text
|
|
Running
|
|
```
|
|
|
|
---
|
|
|
|
### Internal Docker Network
|
|
|
|
Purpose:
|
|
|
|
* Private communication between services
|
|
|
|
Status:
|
|
|
|
```text
|
|
Running
|
|
```
|
|
|
|
---
|
|
|
|
### Shared Secrets
|
|
|
|
Location:
|
|
|
|
```text
|
|
/srv/secrets/company.env
|
|
```
|
|
|
|
Purpose:
|
|
|
|
* SMTP credentials
|
|
* Database passwords
|
|
* Application secrets
|
|
|
|
Status:
|
|
|
|
```text
|
|
Active
|
|
```
|
|
|
|
---
|
|
|
|
## Planned Services
|
|
|
|
### BaGet
|
|
|
|
URL:
|
|
|
|
```text
|
|
https://nuget.silveressence.net
|
|
```
|
|
|
|
Purpose:
|
|
|
|
* Private NuGet package hosting
|
|
|
|
Status:
|
|
|
|
```text
|
|
Planned
|
|
```
|
|
|
|
---
|
|
|
|
## Removed Services
|
|
|
|
### Plane.so
|
|
|
|
Reason:
|
|
|
|
OpenProject was selected as the primary project management platform.
|
|
|
|
Status:
|
|
|
|
```text
|
|
Removed
|
|
```
|
|
|
|
---
|
|
|
|
## Related Documentation
|
|
|
|
* docs/server.md
|
|
* docs/domains.md
|
|
* docs/security.md
|
|
* docs/backups.md
|