Prerequisites
Feature Description
I noticed that recent releases introduced support for subscriptions. While this is a useful feature for some users, I use metube in a setup where subscriptions aren’t needed at all and only add unnecessary complexity to the ui.
Would it be possible to add an environment variable to completely disable the subscriptions feature?
For example:
- Hide all subscriptions-related UI elements
- Disable any background jobs or API endpoints related to subscriptions
- Prevent creation or management of subscriptions entirely
Something like:
SUBSCRIPTIONS_ENABLE=false
This would help keep metube’s to the original simple use case for those who don’t need this functionality.
Implementation Plan
Maybe, I'd like to discuss the implementation approach first
Additional Context
No response
Prerequisites
Feature Description
I noticed that recent releases introduced support for subscriptions. While this is a useful feature for some users, I use metube in a setup where subscriptions aren’t needed at all and only add unnecessary complexity to the ui.
Would it be possible to add an environment variable to completely disable the subscriptions feature?
For example:
Something like:
This would help keep metube’s to the original simple use case for those who don’t need this functionality.
Implementation Plan
Maybe, I'd like to discuss the implementation approach first
Additional Context
No response