第一次提交

This commit is contained in:
2026-03-13 16:40:08 +08:00
commit 0a49bcfb2d
277 changed files with 61890 additions and 0 deletions

16
auth-portal/src/README.md Normal file
View File

@ -0,0 +1,16 @@
# nanobot-auth-portal
Dedicated login/register frontend for nanobot containers.
## Docs
- API documentation: [docs/api.md](docs/api.md)
## Env
The portal now talks to the deployment control API on the server side:
```bash
DEPLOY_API_BASE_URL=http://127.0.0.1:8090
DEPLOY_API_TOKEN=change-me
```