42 Commits

Author SHA1 Message Date
ligang945 c3d2ba3efe fix warnning: Variable 'feed' collides with imported package name 2024-04-19 09:59:24 -07:00
Adam Curtis 3aee543fe0 Add TLS support 2023-10-06 10:07:31 -04:00
Maksym Pavlenko 748084df0f Add nightly build job 2023-05-05 15:24:36 -07:00
Th0masL d871db8256 Add option to enable debug mode in config.toml 2023-01-02 15:29:16 +02:00
Contextualist 59ea55d337 Fix closing feed updates channel too early 2022-06-14 21:52:13 -04:00
Maksym Pavlenko 8ee22c6737 Merge pull request #319 from Contextualist/fix-cron-nil
Fix nil pointer dereference for cron
2022-06-12 21:27:57 -07:00
Contextualist edade8d330 Add storage config section
This also deprecate `server.data_dir` in favor of `storage.local.data_dir`
2022-06-12 14:08:34 -04:00
Contextualist e9a9d4b403 fix nil pointer dereference for cron 2022-06-12 14:00:11 -04:00
Contextualist 6eaa512643 Rename update-once to headless 2022-06-11 19:03:34 -04:00
Contextualist c9c2b80c7d Support S3-compatible provider as storage backend 2022-06-09 19:43:40 -04:00
Contextualist e352aba82f Support update-and-quit mode 2022-06-09 19:40:46 -04:00
Maksym Pavlenko cefea36e08 Move updater to services 2022-05-08 16:57:25 -07:00
Maksym Pavlenko 79868dce7f Move HTTP server to services 2022-05-08 16:39:04 -07:00
wangsw02 6ce4dc97c9 Fix shutdown server context cancel error 2022-02-11 11:34:17 +08:00
Maksym Pavlenko 142b0e0f3c Add server package 2022-01-02 15:16:39 +02:00
Maksym Pavlenko 54834550d5 Decouple config package 2022-01-02 14:57:10 +02:00
Maksym Pavlenko 0edf2836bb Notify when using log file (fix: #224) 2022-01-02 14:02:36 +02:00
Maksym Pavlenko 12cdbf61db Refactor code to allow pluggable storages 2022-01-02 13:17:28 +02:00
Maksym Pavlenko d39e464585 Configure download timeouts #186 2020-10-17 16:47:41 -07:00
Виктор Диктор eb175683da Use latest youtube-dl in Dockerfile #119 2020-04-19 13:21:16 -07:00
Maksym Pavlenko 0e4a7a6d88 Auto update youtube-dl #119 #130 2020-04-19 13:19:31 -07:00
Dmitry Panov f7d0f0b0bb Support log rotation 2020-04-17 16:10:34 +01:00
Maksym Pavlenko 6a11db7fd1 Enable more linters 2020-04-16 16:53:28 -07:00
Maksym Pavlenko 67478ac9f4 Fix key not found error #120 2020-04-16 15:14:46 -07:00
delaosa 795c52255f Update next update message based on crontab 2020-04-10 21:56:24 +02:00
delaosa 861eef5a2b fix Cron 2020-04-09 17:10:32 +02:00
Maksym Pavlenko 25d7c318a6 Decompose cron scheduler 2020-03-07 17:04:05 -08:00
Maksym Pavlenko 38f5c3cffc Use fs storage interface to access episodes 2020-03-07 16:55:13 -08:00
Виктор Диктор db66f6c73a Use cron expression to set update intevals #88 #46 2020-02-08 15:51:30 -08:00
Maksym Pavlenko 0ef90e18af Rename storage to db 2020-02-08 14:35:37 -08:00
Maksym Pavlenko e89c143ad7 Use default database directory 2020-02-08 14:35:37 -08:00
Maksym Pavlenko 7f24306898 Use storage to track episodes 2020-02-08 14:35:37 -08:00
Maksym Pavlenko 354795e1e3 Check youtube-dl and ffmpeg dependencies before loading configuration 2019-11-15 11:45:23 -08:00
Maksym Pavlenko b66cf76747 Add GoReleaser configuration 2019-11-13 20:43:47 -08:00
Maksym Pavlenko 753568b05c Implement episode downloader 2019-11-13 18:16:35 -08:00
Maksym Pavlenko f10c993b5b Add banner 2019-11-12 17:27:02 -08:00
Maksym Pavlenko 7617018811 Add debug logging and a few minor fixes 2019-10-30 00:13:02 -07:00
Maksym Pavlenko 1e721f07aa Run updater goroutines 2019-10-29 15:07:59 -07:00
Maksym Pavlenko 616fac57fd Implement basic feed updater 2019-10-29 14:38:29 -07:00
Maksym Pavlenko cce3728828 Implement initial static file server 2019-10-29 13:30:51 -07:00
Maksym Pavlenko acee1d9cfc Refactor builders 2019-10-29 12:50:06 -07:00
Maksym Pavlenko a547647667 Add CLI main and TOML configuration 2019-10-26 22:43:30 -07:00