fix librarian

This commit is contained in:
Arya 2024-05-29 13:19:44 +05:30
parent 42cfe38193
commit 6860604c6a
Signed by: arya
GPG Key ID: 842D12BDA50DF120
2 changed files with 2 additions and 6 deletions

View File

@ -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'

View File

@ -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