db123-test
ac25f4f4c5
fix: correct typo in docker-compose volumes driver key
...
The auth-data volume in docker-compose.yml had "dirver" instead of
"driver", which would cause Docker to fail when creating the volume.
2026-05-05 19:07:50 +03:30
db123-test
03fdf23bdb
chore: remove permanent whitelist volume mount from auth-proxy service
2026-05-04 11:58:30 +03:30
db123-test
5f403c1264
fix(docker-compose): correct typo in auth-data volume driver configuration
...
Fixes misspelling of 'driver' in docker-compose.yml volume configuration
for the auth-data volume, ensuring proper Docker volume driver setup.
2026-05-04 11:42:04 +03:30
db123-test
7221feb6d4
feat: add permanent whitelist list endpoint and rename DB table
...
- Add GET /api/whitelist/perm/list to list permanent whitelisted entries
- Implement permWhitelistListHandler with API key verification
- Rename permanent_whitelist table to perm_whitelist for consistency
- Update default DB path from ./data to /data
- Comment out build job in CI/CD workflow
2026-05-04 11:29:01 +03:30
db123-test
7a2bd72311
feat: added mirrors for go and for golang image and change the name gate to proxy
2026-05-04 10:49:44 +03:30
db123-test
b02b720dc6
init: added the base files by ai and debugged by hand
...
it's great but currently it has a basic error which is go nil pointer dereference
WIP
2026-05-03 16:17:04 +03:30