TinyActive/cosmos-servapps

Invidious

Opened this issue · 5 comments

Is your feature request related to a software? Please describe.
An easy way to deploy a youtube frontend with Invidious https://docs.invidious.io/installation/
As I never managed to het Piped running from Cosmos Market...

Link to docker hub or docker compose file on github
https://github.com/iv-org/invidious/blob/master/docker-compose.yml

Thank you, I will update this software tomorrow morning

Hello @vncloudsco there
can you please update master? Thank you!!

Hello @tarbib I have updated it, please help me check its operation. If there is a problem, please let me know. Thank you for your contribution.
image

Hello @vncloudsco I can this it on the market! Thank you
I'll try to install later

Tried to install it from the market, but I needed to update the image URL manually to "quay.io/invidious/invidious:latest-arm64". Afterwards both containers start. Nevertheless, invidious (not the DB) is crashing every time I try to access the web interface. I assume this happens because the repository is not cloned first as described here: https://docs.invidious.io/installation/#docker-compose-method-production
Note: Currently the repository has to be cloned, this is because the init-invidious-db.sh file and the config/sql directory have to be mounted to the postgres container (See the volumes section in the docker-compose file below). This "problem" will be solved in the future.