this post was submitted on 01 Mar 2024
18 points (90.9% liked)

Self Hosted - Self-hosting your services.

11230 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Have you installed invidious via docker? Every time I build an image and try to install it (either using the official repo or the custom from yewtube), I get errors that the video can’t be played, any suggestions what am I doing wrong?

Cc @selfhost@lemmy.ml @selfhosted@lemmy.world

you are viewing a single comment's thread
view the rest of the comments
[–] Brewchin@lemmy.world 1 points 6 months ago

I've been running it in Docker for a few months without serious issue. The only problem I've seen is website with embedded YT videos and it not liking mixed HTTPS (site) and HTTP (my instance) on the same page, but that's a CSP issue that can be worked around, depending on your browser or whether you run HTTPS on your network.

I'm using the quay.io/invidious/invidious:latest and docker.io/library/postgres:14 images and a docker-compose based on this one. The main difference I made was to use a real database directory rather than using a dynamic volume. But other than that, it's pretty unchanged.

I also followed https://docs.invidious.io/redirector/ (rules 1-8) to redirect YT URLs to my instance.