-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Is your feature request related to a problem? Please describe.
I want to run just the Invidious API without the frontend. the API and frontend are tightly strapped, making it difficult to run the API independently.
Describe the solution you'd like
I'd like to see an option or configuration that allows running only the Invidious API without the need to set up or run the frontend. This could means: A separate API-only mode that can be enabled through configuration.
Describe alternatives you've considered
I've looked at the pull request #3873, which discusses separating the frontend. However, even with this information, I haven't been able to successfully run just the API.
I've also considered running the full Invidious instance and only using the API endpoints, but this seems inefficient as I don't need the frontend resources.
It would be helpful to have clear instructions or a dedicated setup process for an API-only instance. This could potentially attract more developers to use Invidious as a backend service in projects lol.
Thanks everyone who has worked on this wonderful project.
Best Regards,
AndresDev