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)
|
# Set custom SponsorBlock URL (with https://github.com/mchangrh/sb-mirror or other)
|
||||||
SPONSORBLOCK_URL: 'https://sponsor.ajay.app'
|
SPONSORBLOCK_URL: 'https://sponsor.ajay.app'
|
||||||
# Advanced: Custom video streaming endpoint
|
# 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
|
# Rewrite links to other frontends. example: https://yt.domain.tld
|
||||||
FRONTEND:
|
FRONTEND:
|
||||||
youtube: 'https://invidious.projectsegfau.lt'
|
youtube: 'https://invidious.projectsegfau.lt'
|
||||||
|
@ -94,15 +94,11 @@ apps:
|
|||||||
docker_settings:
|
docker_settings:
|
||||||
services:
|
services:
|
||||||
- name: librarian
|
- name: librarian
|
||||||
image: codeberg.org/librarian/librarian:latest
|
image: quay.io/pussthecatorg/librarian
|
||||||
ports:
|
ports:
|
||||||
- "3550:3550"
|
- "3550:3550"
|
||||||
mounts:
|
mounts:
|
||||||
- "{{configs_dir}}/librarian/config.yml:/app/config.yml"
|
- "{{configs_dir}}/librarian/config.yml:/app/config.yml"
|
||||||
- name: stream-proxy
|
|
||||||
image: codeberg.org/librarian/stream-proxy-ng:latest
|
|
||||||
ports:
|
|
||||||
- "3001:3001"
|
|
||||||
redlib:
|
redlib:
|
||||||
needs_data_dir: false
|
needs_data_dir: false
|
||||||
needs_configs_dir: false
|
needs_configs_dir: false
|
||||||
|
Loading…
Reference in New Issue
Block a user