Commit Graph

9 Commits

Author SHA1 Message Date
Marco Piovanello 143cc28a97 Server v4 (#370)
* refactoring-1

introduced pipelines and abstracted download process.go in Downloader interface

* migrated to boltdb from sqlite + session files

* refactoring: config struct & pipelines

* added js runtime for yt-dlp

* updated dockerfile

* added external js runtime, metadata scraping refactor

* updated Dockerfile

* fixed env propagation in docker

* updated package name to v4

* updated readme and cd
2026-06-29 19:01:53 +02:00
Marco Piovanello e223e030ac restrict user with a whitelist (#282) 2025-03-17 11:13:20 +01:00
Michael M. Chang 49fdaeb42a update username (#234) 2025-01-01 09:38:59 +01:00
Andrási István 846fb294d0 Fix module name to match major version v3. Simplify makefile. (#213)
Co-authored-by: Marco Piovanello <35533749+marcopeocchi@users.noreply.github.com>
2024-11-10 13:59:40 +01:00
marcobaobao a64798644a code refactoring
fixed bad escape in i18n.yaml
2024-08-19 10:25:25 +02:00
marcobaobao 9b61436a05 openid code refactoring 2024-07-24 09:58:37 +02:00
marcobaobao 31e3cfab24 code refactoring 2024-07-23 19:23:51 +02:00
marcobaobao ed437ec367 oid configuration hotfix 2024-07-23 19:23:13 +02:00
Marco Piovanello 92aabc0086 OpenID authentification (#170)
* openid authentification

* openid middleware

* openId login

* tidied login page

* removed useless email text field
2024-07-23 19:04:05 +02:00