Self-Hosted File Service for Private Cloud Storage
Forge is a self-hosted Node.js/Express REST API server designed to run on TrueNAS SCALE as a Docker container. It provides automatic photo backups from Android devices and a web-based family gallery for sharing memories.
Loading version information...
docker pull ghcr.io/brwalknels/forge:latest
mkdir -p /mnt/tank/Forge/{private,metadata,gallery,data,logs}
openssl rand -hex 32
Use the docker-compose.yml file from the repository or deploy via TrueNAS SCALE Apps GUI:
docker exec -it forge node dist/create-admin.js
Navigate to http://your-server-ip:3000 and login with your admin credentials.
Loading version history...