791cd4d6af
Build / build (push) Successful in 12m20s
Rebrand the project as Tinyforge to reflect its evolution from a Docker container watcher into a self-hosted mini CI/deployment platform. Rename covers: Go module path, Docker labels, DB/config filenames, JWT issuer, Dockerfile binary, docker-compose, CI workflows, frontend i18n, README with static sites docs, and all code comments.
11 lines
292 B
Markdown
11 lines
292 B
Markdown
# Tinyforge
|
|
|
|
## Dev Server
|
|
|
|
Start/restart with: `./scripts/dev-server.sh`
|
|
|
|
- Runs on port **8090** (avoids 8080 conflict with other local services)
|
|
- Auto-generates `ENCRYPTION_KEY` if not set
|
|
- Default login: `admin` / `admin123`
|
|
- Override port: `LISTEN_ADDR=:9000 ./scripts/dev-server.sh`
|