Results 142 comments of tcely

How can I reproduce what you are seeing?

For your reverse proxy configuration, you can bypass the included `nginx` configuration, to access `gunicorn` directly. https://github.com/meeb/tubesync/blob/8ef19a80b8fe2017640f3398b34db4be3727bf83/tubesync/tubesync/gunicorn.py#L19-L23 The CSRF code in Django is using `X-Forwarded-Host` and `X-Forwarded-Port` to perform the...

As documented in the [README](https://github.com/meeb/tubesync#advanced-configuration), you must change the `LISTEN_HOST` for `gunicorn` to `0.0.0.0` to allow access to that port externally. Once you can access 8080 directly from your proxy,...

What happens after you change your source to desire AV1 instead?

Duplicate of: * #548

> > --auto-save-interval=10 > But why is the default insufficient? The setting means there is no way to resume unless: 1. the `aria2c` binary exits cleanly OR 2. it has...

Thank you for your efforts! 👏 This looks like it is working, at least for subscriptions, as well as TubeSync would need it to. I can't wait to see what...

Creating a git repository for this and linking to it from the privacy policy page would be a great step. I, of course, understand wanting to polish things a bit...

> I could also add you as a contributor to review the repo Go ahead, I am happy to review this. By the way, I think GitHub calls that a...

The repository is now public: https://github.com/derekantrican/ytsubs I've added issues for the remaining points needed to close this issue: * derekantrican/ytsubs#26 * derekantrican/ytsubs#33 There is also a management command for adding...