server infra
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| compose | ||
| docs | ||
| output/pdf | ||
| scripts/backup | ||
| .gitattributes | ||
| .gitignore | ||
| README.md | ||
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
.envfiles. - 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.