Initial commit: abyssVpn project

- Tauri desktop app (apps/desktop)
- Python Django API service (services/api)
- Deployment scripts and docs
This commit is contained in:
arthur_chen
2026-05-15 09:06:10 +08:00
commit f69efb67ad
146 changed files with 18039 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
DJANGO_SECRET_KEY=change-me
DJANGO_DEBUG=true
DJANGO_ALLOWED_HOSTS=127.0.0.1,localhost
CORS_ALLOWED_ORIGINS=http://localhost:5173,tauri://localhost
FEISHU_APP_ID=
FEISHU_APP_SECRET=
FEISHU_REDIRECT_URI=http://127.0.0.1:8000/auth/feishu/callback
FEISHU_EVENT_VERIFICATION_TOKEN=
TAURI_DEEP_LINK_SCHEME=myvpn
JWT_SECRET=change-me-too
JWT_EXPIRES_SECONDS=604800
OAUTH_STATE_EXPIRES_SECONDS=300
LOGIN_CODE_EXPIRES_SECONDS=120
NETMAKER_BASE_URL=
NETMAKER_API_TOKEN=
NETMAKER_NETWORK_ID=
NETMAKER_ENROLLMENT_TAGS=homevpn,desktop,vpn
NETMAKER_ENROLLMENT_TTL_SECONDS=600