42 lines
753 B
Markdown
42 lines
753 B
Markdown
# SilverLinux Infrastructure
|
|
|
|
This repository contains the infrastructure configuration and documentation for the SilverLinux server.
|
|
|
|
## Services
|
|
|
|
### 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
|
|
|
|
* 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.
|