server infra
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-01 11:49:57 -05:00
compose Harden infrastructure and document security review 2026-08-01 11:36:33 -05:00
docs Revoke stale Forgejo credentials 2026-08-01 11:49:57 -05:00
output/pdf Revoke stale Forgejo credentials 2026-08-01 11:49:57 -05:00
scripts/backup Harden infrastructure and document security review 2026-08-01 11:36:33 -05:00
.gitattributes Revoke stale Forgejo credentials 2026-08-01 11:49:57 -05:00
.gitignore Document Forgejo deployment 2026-07-31 23:57:19 -05:00
README.md Document Forgejo deployment 2026-07-31 23:57:19 -05:00

Corbin Infrastructure

Documentation and repeatable setup notes for Corbin's home server and hosted services.

Rules

  • Never commit passwords, private keys, API tokens, Wi-Fi credentials, database dumps, or filled .env files.
  • Make a dated backup before changing a live service.
  • Validate configuration before restarting a service.
  • Verify the service locally and from the public network after changes.
  • Keep an off-site copy of important backups.

Current Home Server

  • Hostname: corbin-home
  • OS: Ubuntu Server 24.04.2 LTS
  • CPU: Intel N100, 4 cores
  • Memory: 15 GiB RAM
  • Storage: 477 GB NVMe; 100 GB logical volume currently mounted at /
  • Primary network: Ethernet enp1s0
  • Reserved wired address: 192.168.4.103
  • Wireless fallback: wlo1
  • Docker Engine: 29.7.1
  • Docker Compose: v5.3.1

Documents

First Commands

cd ~/corbin-infrastructure
git status
docker ps

The repository is the record of intended configuration. Live secrets and runtime data remain outside it.