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
|
||||
|
||||
- Nginx Proxy Manager
|
||||
- Portainer
|
||||
- PostgreSQL
|
||||
- Gitea
|
||||
### Running
|
||||
|
||||
* 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
|
||||
|
||||
- Ubuntu 24.04
|
||||
- Docker 29
|
||||
- RAID1
|
||||
* Hostname: silverlinux
|
||||
* OS: Ubuntu Server 24.04 LTS
|
||||
* 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