From b43f2b790e8a28bb7f521f34c20ac0aff56f4d04 Mon Sep 17 00:00:00 2001 From: Saeed Asgari Date: Sun, 21 Jun 2026 12:16:37 +0330 Subject: [PATCH] Refine infrastructure documentation --- README.md | 4 +++ SUMMARY.md | 4 +-- docs/services.md | 83 +++--------------------------------------------- 3 files changed, 11 insertions(+), 80 deletions(-) diff --git a/README.md b/README.md index 2154fa0..a7be70c 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,7 @@ Do not commit: * Real `.env` files Use `.env.example` files instead. + +## Disaster Recovery + +This repository should contain enough configuration and documentation to rebuild the SilverLinux environment from scratch. \ No newline at end of file diff --git a/SUMMARY.md b/SUMMARY.md index 956b7a8..f044f40 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -81,8 +81,8 @@ Authentication: Future considerations: -* Google OAuth -* GitHub OAuth +- Google OAuth (optional) +- GitHub OAuth (optional) Current focus: diff --git a/docs/services.md b/docs/services.md index 7ea7213..d69d9e3 100644 --- a/docs/services.md +++ b/docs/services.md @@ -45,87 +45,14 @@ Status: Purpose: -* Reverse proxy -* SSL termination +- Reverse proxy +- SSL termination +- Domain routing Status: -* Running - -## Planned Services - -### BaGet - -Purpose: - -* Private NuGet feed - -Status: - -* Planned - -### Plane.so - -Purpose: - -* Project management - -Status: - -* Planned -# Services - -## Running Services - -### Gitea - -URL: - -```text -https://git.silveressence.net -``` - -Purpose: - -* Git repositories -* Pull requests -* Source control - -Status: - -* Running - ---- - -### Portainer - -URL: - -```text -https://portainer.silveressence.net -``` - -Purpose: - -* Docker administration -* Stack deployment - -Status: - -* Running - ---- - -### Nginx - -Purpose: - -* Reverse proxy -* SSL termination - -Status: - -* Running +- Running +- Docker hosted ## Planned Services