fix librarian
This commit is contained in:
parent
42cfe38193
commit
6860604c6a
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user