No description
- Spire's auth controller is mounted at bare /auth, not /api/v1/login or /api/v1/auth/login (confirmed live via Spire's own unauthenticated GET /api/v1/routes introspection endpoint). Two earlier guesses both 405'd. Default login_path corrected to /auth/login. - mysql_direct gains value_column/observed_at_column/max_staleness_sec: OpenDAoC's serverstats is a periodic snapshot (written once a minute by the server's own StatSave.cs), not a live aggregate, so a query must read the newest row and discard it as unavailable once it's too old rather than presenting a stale reading -- possibly from a since-crashed server -- as a current live count. - Registry updated for both now-confirmed-live pieces: daoc-mysql's serverproperty.statsave_interval is enabled (1 minute) and verified writing; the drop-service Spire account exists (user ID 3), credentials in OpenBao kv/eqemu/spire, materialized host-side into /opt/drop/spire-service.env (not yet mounted -- compose change is separate, see homelab-compose). |
||
|---|---|---|
| .github/workflows | ||
| backend | ||
| cli | ||
| desktop | ||
| libraries | ||
| server | ||
| sites | ||
| torrential | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| SECURITY.md | ||
| server.code-workspace | ||
Drop
Drop is an open-source game distribution platform, similar to GameVault or Steam. It's designed to distribute and share DRM-free games quickly, all while being incredibly flexible, beautiful, and fast.
Philosophy
- Drop is flexible. While abstractions and interfaces can complicate the codebase, the flexibility is worth it.
- Drop is secure. The nature of Drop means an instance can never be accessible without authentication. In line with #1, Drop also supports a huge variety of authentication mechanisms, from username/password to SSO.
- Drop is user-friendly. The interface is designed to be clean and simple to use, with advanced features available to users who want them.
Deployment
See our documentation on how to deploy Drop for more information.
Contributing
Please see the in-depth contributing guide. The guide includes information on how to set up the project, how to contribute code, how to report issues, and even how to effectively translate Drop.