Create initial infrastructure documentation structure
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user