chore: snapshot current workspace changes

This commit is contained in:
S
2026-02-28 21:35:03 -05:00
parent 088e355962
commit 572e4c151c
5 changed files with 312 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ gitea-migration/
│ ├── unraid.sh # Remote prerequisites (static binaries)
│ ├── fedora.sh # Remote prerequisites (dnf packages)
│ ├── cross_host_ssh.sh # SSH key exchange between Unraid and Fedora
│ ├── env_to_bitwarden.sh # Export .env to Bitwarden JSON import format
│ ├── bitwarden_to_env.sh # Restore .env from Bitwarden CLI
│ └── cleanup.sh # Manifest-driven rollback of setup
├── templates/ # Config templates (.tpl + envsubst)
│ ├── app.ini.tpl
@@ -213,7 +215,7 @@ The Let's Encrypt renewal cron is added via `crontab` on Unraid. Unraid is not d
| Machine | Requirements |
|---------|-------------|
| MacBook | macOS, Homebrew, jq >= 1.6, curl >= 7.70, git >= 2.30, shellcheck >= 0.8, gh >= 2.0 |
| MacBook | macOS, Homebrew, jq >= 1.6, curl >= 7.70, git >= 2.30, shellcheck >= 0.8, gh >= 2.0, bw >= 2.0 |
| Unraid | Linux, Docker >= 20.0, docker-compose >= 2.0, jq >= 1.6, existing Nginx container |
| Fedora | Linux with dnf, Docker CE >= 20.0, docker-compose >= 2.0, jq >= 1.6 |
| Network | MacBook can SSH to both servers, DNS A record pointing to Unraid for HTTPS |