diff --git a/privfrontends/configs/librarian/config.yml b/privfrontends/configs/librarian/config.yml index 8b870f7..6f215de 100644 --- a/privfrontends/configs/librarian/config.yml +++ b/privfrontends/configs/librarian/config.yml @@ -23,7 +23,7 @@ ENABLE_LIVESTREAM: true # Set custom SponsorBlock URL (with https://github.com/mchangrh/sb-mirror or other) SPONSORBLOCK_URL: 'https://sponsor.ajay.app' # Advanced: Custom video streaming endpoint -VIDEO_STREAMING_URL: 'https://proxy.lbry.projectsegfau.lt/stream' +VIDEO_STREAMING_URL: '' # Rewrite links to other frontends. example: https://yt.domain.tld FRONTEND: youtube: 'https://invidious.projectsegfau.lt' diff --git a/privfrontends/vars.yaml b/privfrontends/vars.yaml index 483f58c..a748fe9 100644 --- a/privfrontends/vars.yaml +++ b/privfrontends/vars.yaml @@ -94,15 +94,11 @@ apps: docker_settings: services: - name: librarian - image: codeberg.org/librarian/librarian:latest + image: quay.io/pussthecatorg/librarian ports: - "3550:3550" mounts: - "{{configs_dir}}/librarian/config.yml:/app/config.yml" - - name: stream-proxy - image: codeberg.org/librarian/stream-proxy-ng:latest - ports: - - "3001:3001" redlib: needs_data_dir: false needs_configs_dir: false