Initial import of Forge app

This commit is contained in:
2026-08-29 12:30:19 +03:00
commit e637634c59
118 changed files with 17355 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# OPTIONAL per-machine deploy overrides for `npm run deploy` (scripts/push-to-nas.sh).
# The script already has baked-in defaults for the FORGE NAS, so this file is only
# needed to override them. Copy to `.deploy.env` (gitignored) and uncomment what
# you need. Holds NO app secrets — the app's `.env` lives on the NAS.
# NAS_HOST=mycloud.dp.ua # NAS hostname (public host; or a LAN IP like 192.168.50.2)
# NAS_USER=d.tkachenko # SSH user on the NAS
# NAS_PORT=2323 # Synology SSH port
# NAS_PATH=/volume1/docker/forge # deploy dir on the NAS (must contain the NAS .env)
# NAS_KEY=$HOME/.ssh/id_ed25519 # SSH private key (IdentitiesOnly is pinned)