Move to git.themmonk.com

This commit is contained in:
the-m-monk
2025-12-29 22:05:31 +10:00
parent b63049e91c
commit f4944ab3b3
24 changed files with 701 additions and 0 deletions

22
todo.txt Normal file
View File

@@ -0,0 +1,22 @@
TODO: LITERALLY HALF THE API ISNT EVEN AWARE ABOUT AUTHENTICATION, FIX BEFORE RELEASE
video player, use hls, add direct download at somepoint
list available files, movies, videos, shows, and folders, for future release, currently just glorified file server
upon the selection of a movie or show, display info and play button, for future release
add hls streaming and support with ffmpeg (server side)
add library restrictions based on user permissions and details
add user groups for mass application of permissions (admin, lib1, lib2, etc)
implement auth
list libraries done, fix with auth
fix /web/libraries and /web/login to use api js instead of /web/js/login.js and /web/js/libraries.js
music streaming?
electron app for desktop?
cli tool for easy bulk downloads?
temporarily use local cache folder, use /var/tmp for fhs compliance later down the line (make user customisable)