Releases: RayderC/SkyBit
Releases · RayderC/SkyBit
v1.0.0
SkyBit v1.0.0
Self-hosted web-based file manager with a cyberpunk aesthetic.
Highlights
- Full file browser with upload, download, rename, move, copy, delete
- Background uploads with live progress queue
- Bulk select and batch actions
- Photo gallery with lightbox, RAW camera file support, EXIF auto-rotation
- Time-limited share links (no account needed for recipients)
- Three roles: admin, mod, user
- PWA - installable on iOS and Android
- Animated circuit board background and neon UI
Changes in this release
- Remove hardcoded default �dmin/admin account - replaced with first-time setup page
- Fix hardcoded session secret fallback (security vulnerability)
- Auto-generate SECRET_KEY on first run via docker-entrypoint.sh
- Add full security headers (CSP, X-Frame-Options, Referrer-Policy, Permissions-Policy)
- Add rate limiting (10 login attempts/min per IP)
- Add CSRF protection on logout
- Add CircuitBackground canvas animation to all pages
- Consistent login page style matching ComicOrbit and Amethyst
- Update branding icons and favicon
Quick start
docker run -d --name skybit -p 7070:7070 \
-v /path/to/files:/data \
-v /path/to/config:/app/config \
rayderc/skybit:latest