Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkocdko/ksite
All in one solution for my server.
https://github.com/kkocdko/ksite
Last synced: 8 days ago
JSON representation
All in one solution for my server.
- Host: GitHub
- URL: https://github.com/kkocdko/ksite
- Owner: kkocdko
- License: mit
- Created: 2022-03-17T03:31:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T15:43:53.000Z (8 months ago)
- Last Synced: 2024-03-09T16:49:33.209Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 870 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ksite
All in one solution for my server.
## TODO
### 0.11.0
- admin: log view. log use tracing.
- dav: fix gvfs webdav Peer sent fatal TLS alert: Decode error.
- dav: process filenames properly.
### 0.12.0
- configable reverse proxy.
- proxy with sni stripper. todo: fix tls mac.
- fast uint to uint map.
- supports real-time video cloud record.
- no out-of-service updates.
- the [space-huggers](https://github.com/KilledByAPixel/SpaceHuggers) game with co-op mode, webrtc or server forward fallback.
## Build
This crate used some unstable Rust features (most in `ricq` dependency), so use nightly toolchain please (or set `RUSTC_BOOTSTRAP=1` for stable toolchain).