Create initial infrastructure documentation structure

This commit is contained in:
2026-06-21 12:06:14 +03:30
parent 3835b7b22b
commit 02a7ac7971
24 changed files with 34 additions and 9 deletions
View File
+34 -9
View File
@@ -1,16 +1,41 @@
# SilverLinux # SilverLinux Infrastructure
Production infrastructure for Silver Solutions. This repository contains the infrastructure configuration and documentation for the SilverLinux server.
## Services ## Services
- Nginx Proxy Manager ### Running
- Portainer
- PostgreSQL * Gitea
- Gitea * Portainer
* Nginx Reverse Proxy
### Planned
* BaGet
* Plane.so
## Purpose
This repository serves as the single source of truth for rebuilding and maintaining the SilverLinux environment.
Infrastructure documentation, Docker Compose files, reverse proxy configuration, backup procedures, and deployment notes are stored here.
## Server ## Server
- Ubuntu 24.04 * Hostname: silverlinux
- Docker 29 * OS: Ubuntu Server 24.04 LTS
- RAID1 * Provider: OVH
## Important
Do not commit:
* Passwords
* API Keys
* SMTP Credentials
* SSL Private Keys
* Database Credentials
* Real `.env` files
Use `.env.example` files instead.
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File