Files
KohakuHub/docs
treeleaves30760 d473e6f05d Add SSH key management API and Git-LakeFS bridge
- Implemented SSH key management endpoints in `ssh_keys.py` for creating, listing, retrieving, and deleting SSH keys.
- Added models for SSH key creation and response.
- Integrated SSH key validation and fingerprint computation.
- Created a new utility module `git_lakefs_bridge.py` to facilitate interactions between Git operations and LakeFS REST API.
- Implemented Git protocol handling for Smart HTTP in `git_server.py`, including upload and receive pack handlers.
- Extended database schema to include SSH key storage with the new `SSHKey` model.
- Updated asynchronous database operations in `db_async.py` for managing SSH keys.
- Registered new routers for SSH key management and Git HTTP operations in `main.py`.
2025-10-08 01:11:45 +08:00
..
2025-10-05 22:56:17 +08:00
2025-10-06 15:14:03 +08:00
2025-10-06 15:14:03 +08:00
2025-10-06 15:14:03 +08:00
2025-10-06 15:14:03 +08:00