1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

296 Commits

Author SHA1 Message Date
Maksym Pavlenko
91397fc893 Fix TTL updates 2018-12-08 19:01:02 -08:00
Maksym Pavlenko
71084f5971 Quick fix for anonymous users 2018-12-08 17:27:35 -08:00
Maksym Pavlenko
e242bfdb57 Pass AWS credentials 2018-12-08 16:21:08 -08:00
Maksym Pavlenko
c6715a6372 Use CF stack name for prefix instead of parameter 2018-12-08 14:32:52 -08:00
Maksym Pavlenko
5d8ba19b35 Add a few helpers to Postgres storage to simplify migration 2018-12-08 14:27:41 -08:00
Maksym Pavlenko
b4853aa5f6 Minor CloudFormation fix 2018-12-08 14:27:13 -08:00
Maksym Pavlenko
e99222745f Configure DynamoDB table names 2018-12-08 14:26:50 -08:00
Maksym Pavlenko
75d7c40fcb Better DynamoDB configuration 2018-12-03 22:58:39 -08:00
Maksym Pavlenko
b92564d8d7 Add CloudFormation template for DynamoDB 2018-12-02 19:39:03 -08:00
Maksym Pavlenko
9e5fa38dcf Switch to logrus 2018-12-02 13:58:41 -08:00
Maksym Pavlenko
9d5fbf2f79 Implement DynamoDB storage, refactor unit tests 2018-12-02 13:27:31 -08:00
Maksym Pavlenko
dd329e46bc Update Redis configuration (add memory limit and disable OOM killer) 2018-12-01 15:34:22 -08:00
Maksym Pavlenko
61291cc955 Set somaxconn kernel parameter for Redis
See https://blog.codeship.com/adjusting-linux-kernel-parameters-with-docker-compose/
2018-11-28 23:25:09 -08:00
Maksym Pavlenko
74df023b1b Update Redis to 5.0.1 2018-11-24 19:24:07 -08:00
Maksym Pavlenko
73ee7900e9 Refactor database storage 2018-11-24 11:58:08 -08:00
Maksym Pavlenko
3f331844e8 Simplify build script for ytdl 2018-11-22 14:58:10 -08:00
Maksym Pavlenko
77f5c50cdb Update ytdl to 2018.11.23 2018-11-22 14:54:01 -08:00
Maksym Pavlenko
58239a7738 Switch to go modules 2018-11-22 14:48:53 -08:00
Maksym Pavlenko
906f713167 Update docker-compose.yml 2018-10-06 22:29:50 -07:00
Maksym Pavlenko
93c7bc89fc Update build script and .gitignore 2018-10-06 19:25:07 -07:00
Maksym Pavlenko
9c30d975d0 Fix blocked Patreon notifications 2018-10-06 19:24:45 -07:00
Maksym Pavlenko
7f68ee1e08 Ignore venv 2018-09-17 19:55:30 -07:00
Maksym Pavlenko
975bc30edf Update youtube-dl, fix resolve issues 2018-09-17 19:55:05 -07:00
mxpv
7fd844063f Improve iTunes compatibility 2018-08-26 22:16:39 -07:00
Maksym
a352f8008e Fix nginx SSL certs 2018-08-05 17:19:18 -07:00
Maksym
dc01be64e3 Update podsync.conf 2018-08-05 17:18:49 -07:00
mxpv
5254b91a78 Add YT unit test to cover iTunes compatibility
https://podba.se/validate/?url=https://podsync.net/gNNlHz9li
2018-07-22 13:19:53 -07:00
mxpv
b461229784 Update build.sh for ytdl 2018-07-18 21:39:34 -07:00
mxpv
28823805c9 ytdl 2018.5.1 introduces strange bug in Vimeo resolver:
ERROR: Unable to extract info section (caused by ExtractorError("Unable to download webpage: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.")); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
2018-07-18 21:38:59 -07:00
mxpv
38486bbc34 Fix resolver for vimeo, choose video quality 2018-07-18 17:58:02 -07:00
mxpv
535623c055 Remove obsolete files 2018-07-05 23:18:09 -07:00
mxpv
75be012b7b Update nginx.conf 2018-07-05 23:17:00 -07:00
mxpv
dd252000fb Update proxy 2018-07-05 23:14:47 -07:00
Maksym Pavlenko
1f11f74302 Use http for download links 2017-11-26 00:31:48 -08:00
Maksym Pavlenko
2c26f6a911 Pass host header to upstream 2017-11-26 00:14:49 -08:00
Maksym Pavlenko
979baad189 Remove redirect to HTTPS, add redirect from www to non-www 2017-11-21 22:41:55 -08:00
Maksym Pavlenko
42ee2c681d Fix bug with pagination 2017-11-15 17:32:29 -08:00
Maksym Pavlenko
796130a307 Update pledges by patron id 2017-11-14 12:31:38 -08:00
Maksym Pavlenko
1721aecaa2 Display 600 for anonymous users 2017-11-10 17:59:49 -08:00
Maksym Pavlenko
d90dd97a72 Fix page validator 2017-11-10 17:49:21 -08:00
Maksym Pavlenko
87af1d1f90 Fix broken tests 2017-11-10 17:22:12 -08:00
Maksym Pavlenko
05a1b0f8d5 Implement 600 episodes feeds 2017-11-10 17:13:01 -08:00
Maksym Pavlenko
30214a65c3 Hide Patreon block on small screens 2017-11-10 13:48:14 -08:00
Maksym Pavlenko
522f8580df Improve login block style 2017-11-10 13:42:44 -08:00
Maksym Pavlenko
05de9038ea Check channel Kind 2017-11-08 12:31:44 -08:00
Maksym Pavlenko
29931902dd Fix feed links 2017-11-07 16:49:56 -08:00
Maksym Pavlenko
e5654468f5 Sort episodes 2017-11-07 13:57:26 -08:00
Maksym Pavlenko
807be4287d Add itunes:order tag 2017-11-07 13:38:14 -08:00
Maksym Pavlenko
13933571a0 Minor improvements in pledge handler 2017-11-05 13:04:36 -08:00
Maksym Pavlenko
2e45ae3437 Track top metrics 2017-11-04 21:22:25 -07:00