Set materialious in different folder, same for valkey to spread the
cache between invidious instances + others.
This commit is contained in:
parent
0c40e04a77
commit
464401a924
7 changed files with 117 additions and 127 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Docker compose file for ${DOMAIN}
|
# Docker compose file for ${DOMAIN}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
valkey:
|
# valkey:
|
||||||
image: valkey/valkey:7.2-alpine
|
# image: valkey/valkey:7.2-alpine
|
||||||
container_name: invidious-valkey-vpn
|
# container_name: invidious-valkey-vpn
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
volumes:
|
# volumes:
|
||||||
- invidious-valkey-vpn:/data"
|
# - invidious-valkey-vpn:/data"
|
||||||
networks:
|
# - ./valkey.conf:/usr/local/etc/valkey/valkey.conf
|
||||||
gluetun_network:
|
# command: "valkey-server /usr/local/etc/valkey/valkey.conf"
|
||||||
ipv4_address: 172.80.0.20
|
# networks:
|
||||||
|
# gluetun_network:
|
||||||
|
# ipv4_address: 172.80.0.20
|
||||||
|
|
||||||
# INVIDIOUS CLEARNET
|
# INVIDIOUS CLEARNET
|
||||||
invidious:
|
invidious:
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -32,15 +34,16 @@ services:
|
||||||
# port: 5432
|
# port: 5432
|
||||||
port: 3000
|
port: 3000
|
||||||
database_url: postgres://kemal:kemal@/invidious
|
database_url: postgres://kemal:kemal@/invidious
|
||||||
redis_url: tcp://172.80.0.20:6379
|
redis_url: tcp://valkey:6379
|
||||||
donation_url: "https://nadeko.net/donate"
|
donation_url: "https://nadeko.net/donate"
|
||||||
contact_url: "https://nadeko.net/contact"
|
contact_url: "https://nadeko.net/contact"
|
||||||
home_domain: "nadeko.net"
|
home_domain: "nadeko.net"
|
||||||
materialious_domain: "materialious.nadeko.net"
|
materialious_domain: "materialious.nadeko.net"
|
||||||
full_refresh: false
|
full_refresh: false
|
||||||
https_only: true
|
https_only: ${HTTPS_ONLY}
|
||||||
hmac_key: "${HMAC_KEY}"
|
hmac_key: "${HMAC_KEY}"
|
||||||
domain: "${DOMAIN}"
|
domain: "${DOMAIN}"
|
||||||
|
alternative_domains: ["inv.nadeko.net", "inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion", "zzlsbhhfvwg3oh36tcvx4r7n6jrw7zibvyvfxqlodcwn3mfrvzuq.b32.i2p", "inv.zzls.i2p"]
|
||||||
use_pubsub_feeds: true
|
use_pubsub_feeds: true
|
||||||
popular_enabled: true
|
popular_enabled: true
|
||||||
captcha_enabled: true
|
captcha_enabled: true
|
||||||
|
@ -89,7 +92,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "172.80.0.30:12999"
|
signature_server: "172.80.0.30:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
- gluetun
|
- gluetun
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -119,15 +122,16 @@ services:
|
||||||
# port: 5432
|
# port: 5432
|
||||||
port: 3001
|
port: 3001
|
||||||
database_url: postgres://kemal:kemal@/invidious
|
database_url: postgres://kemal:kemal@/invidious
|
||||||
redis_url: tcp://172.80.0.20:6379
|
redis_url: tcp://valkey:6379
|
||||||
donation_url: "https://nadeko.net/donate"
|
donation_url: "https://nadeko.net/donate"
|
||||||
contact_url: "https://nadeko.net/contact"
|
contact_url: "https://nadeko.net/contact"
|
||||||
home_domain: "nadeko.net"
|
home_domain: "nadeko.net"
|
||||||
materialious_domain: "materialious.nadeko.net"
|
materialious_domain: "materialious.nadeko.net"
|
||||||
full_refresh: false
|
full_refresh: false
|
||||||
https_only: true
|
https_only: ${HTTPS_ONLY}
|
||||||
hmac_key: "${HMAC_KEY}"
|
hmac_key: "${HMAC_KEY}"
|
||||||
domain: "${DOMAIN}"
|
domain: "${DOMAIN}"
|
||||||
|
alternative_domains: ["inv.nadeko.net", "inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion", "zzlsbhhfvwg3oh36tcvx4r7n6jrw7zibvyvfxqlodcwn3mfrvzuq.b32.i2p", "inv.zzls.i2p"]
|
||||||
use_pubsub_feeds: true
|
use_pubsub_feeds: true
|
||||||
popular_enabled: true
|
popular_enabled: true
|
||||||
captcha_enabled: true
|
captcha_enabled: true
|
||||||
|
@ -176,7 +180,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "172.80.0.30:12999"
|
signature_server: "172.80.0.30:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
- gluetun
|
- gluetun
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -206,15 +210,16 @@ services:
|
||||||
# port: 5432
|
# port: 5432
|
||||||
port: 3002
|
port: 3002
|
||||||
database_url: postgres://kemal:kemal@/invidious
|
database_url: postgres://kemal:kemal@/invidious
|
||||||
redis_url: tcp://172.80.0.20:6379
|
redis_url: tcp://valkey:6379
|
||||||
donation_url: "https://nadeko.net/donate"
|
donation_url: "https://nadeko.net/donate"
|
||||||
contact_url: "https://nadeko.net/contact"
|
contact_url: "https://nadeko.net/contact"
|
||||||
home_domain: "nadeko.net"
|
home_domain: "nadeko.net"
|
||||||
materialious_domain: "materialious.nadeko.net"
|
materialious_domain: "materialious.nadeko.net"
|
||||||
full_refresh: false
|
full_refresh: false
|
||||||
https_only: true
|
https_only: ${HTTPS_ONLY}
|
||||||
hmac_key: "${HMAC_KEY}"
|
hmac_key: "${HMAC_KEY}"
|
||||||
domain: "${DOMAIN}"
|
domain: "${DOMAIN}"
|
||||||
|
alternative_domains: ["inv.nadeko.net", "inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion", "zzlsbhhfvwg3oh36tcvx4r7n6jrw7zibvyvfxqlodcwn3mfrvzuq.b32.i2p", "inv.zzls.i2p"]
|
||||||
use_pubsub_feeds: true
|
use_pubsub_feeds: true
|
||||||
popular_enabled: true
|
popular_enabled: true
|
||||||
captcha_enabled: true
|
captcha_enabled: true
|
||||||
|
@ -263,7 +268,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "172.80.0.30:12999"
|
signature_server: "172.80.0.30:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
- gluetun
|
- gluetun
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -293,15 +298,16 @@ services:
|
||||||
# port: 5432
|
# port: 5432
|
||||||
port: 3003
|
port: 3003
|
||||||
database_url: postgres://kemal:kemal@/invidious
|
database_url: postgres://kemal:kemal@/invidious
|
||||||
redis_url: tcp://172.80.0.20:6379
|
redis_url: tcp://valkey:6379
|
||||||
donation_url: "https://nadeko.net/donate"
|
donation_url: "https://nadeko.net/donate"
|
||||||
contact_url: "https://nadeko.net/contact"
|
contact_url: "https://nadeko.net/contact"
|
||||||
home_domain: "nadeko.net"
|
home_domain: "nadeko.net"
|
||||||
materialious_domain: "materialious.nadeko.net"
|
materialious_domain: "materialious.nadeko.net"
|
||||||
full_refresh: false
|
full_refresh: false
|
||||||
https_only: true
|
https_only: ${HTTPS_ONLY}
|
||||||
hmac_key: "${HMAC_KEY}"
|
hmac_key: "${HMAC_KEY}"
|
||||||
domain: "${DOMAIN}"
|
domain: "${DOMAIN}"
|
||||||
|
alternative_domains: ["inv.nadeko.net", "inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion", "zzlsbhhfvwg3oh36tcvx4r7n6jrw7zibvyvfxqlodcwn3mfrvzuq.b32.i2p", "inv.zzls.i2p"]
|
||||||
use_pubsub_feeds: true
|
use_pubsub_feeds: true
|
||||||
popular_enabled: true
|
popular_enabled: true
|
||||||
captcha_enabled: true
|
captcha_enabled: true
|
||||||
|
@ -350,7 +356,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "172.80.0.30:12999"
|
signature_server: "172.80.0.30:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
- gluetun
|
- gluetun
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -380,15 +386,16 @@ services:
|
||||||
# port: 5432
|
# port: 5432
|
||||||
port: 3004
|
port: 3004
|
||||||
database_url: postgres://kemal:kemal@/invidious
|
database_url: postgres://kemal:kemal@/invidious
|
||||||
redis_url: tcp://172.80.0.20:6379
|
redis_url: tcp://valkey:6379
|
||||||
donation_url: "https://nadeko.net/donate"
|
donation_url: "https://nadeko.net/donate"
|
||||||
contact_url: "https://nadeko.net/contact"
|
contact_url: "https://nadeko.net/contact"
|
||||||
home_domain: "nadeko.net"
|
home_domain: "nadeko.net"
|
||||||
materialious_domain: "materialious.nadeko.net"
|
materialious_domain: "materialious.nadeko.net"
|
||||||
full_refresh: false
|
full_refresh: false
|
||||||
https_only: true
|
https_only: ${HTTPS_ONLY}
|
||||||
hmac_key: "${HMAC_KEY}"
|
hmac_key: "${HMAC_KEY}"
|
||||||
domain: "${DOMAIN}"
|
domain: "${DOMAIN}"
|
||||||
|
alternative_domains: ["inv.nadeko.net", "inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion", "zzlsbhhfvwg3oh36tcvx4r7n6jrw7zibvyvfxqlodcwn3mfrvzuq.b32.i2p", "inv.zzls.i2p"]
|
||||||
use_pubsub_feeds: true
|
use_pubsub_feeds: true
|
||||||
popular_enabled: true
|
popular_enabled: true
|
||||||
captcha_enabled: true
|
captcha_enabled: true
|
||||||
|
@ -437,7 +444,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "172.80.0.30:12999"
|
signature_server: "172.80.0.30:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
- gluetun
|
- gluetun
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -467,15 +474,16 @@ services:
|
||||||
# port: 5432
|
# port: 5432
|
||||||
port: 3005
|
port: 3005
|
||||||
database_url: postgres://kemal:kemal@/invidious
|
database_url: postgres://kemal:kemal@/invidious
|
||||||
redis_url: tcp://172.80.0.20:6379
|
redis_url: tcp://valkey:6379
|
||||||
donation_url: "https://nadeko.net/donate"
|
donation_url: "https://nadeko.net/donate"
|
||||||
contact_url: "https://nadeko.net/contact"
|
contact_url: "https://nadeko.net/contact"
|
||||||
home_domain: "nadeko.net"
|
home_domain: "nadeko.net"
|
||||||
materialious_domain: "materialious.nadeko.net"
|
materialious_domain: "materialious.nadeko.net"
|
||||||
full_refresh: false
|
full_refresh: false
|
||||||
https_only: true
|
https_only: ${HTTPS_ONLY}
|
||||||
hmac_key: "${HMAC_KEY}"
|
hmac_key: "${HMAC_KEY}"
|
||||||
domain: "${DOMAIN}"
|
domain: "${DOMAIN}"
|
||||||
|
alternative_domains: ["inv.nadeko.net", "inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion", "zzlsbhhfvwg3oh36tcvx4r7n6jrw7zibvyvfxqlodcwn3mfrvzuq.b32.i2p", "inv.zzls.i2p"]
|
||||||
use_pubsub_feeds: true
|
use_pubsub_feeds: true
|
||||||
popular_enabled: true
|
popular_enabled: true
|
||||||
captcha_enabled: true
|
captcha_enabled: true
|
||||||
|
@ -524,7 +532,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "172.80.0.30:12999"
|
signature_server: "172.80.0.30:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
- gluetun
|
- gluetun
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -556,6 +564,7 @@ services:
|
||||||
haproxy:
|
haproxy:
|
||||||
image: haproxy:lts-alpine
|
image: haproxy:lts-alpine
|
||||||
container_name: invidious-haproxy-vpn
|
container_name: invidious-haproxy-vpn
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Invidious
|
# Invidious
|
||||||
- "127.0.0.1:10055:8001"
|
- "127.0.0.1:10055:8001"
|
||||||
|
|
|
@ -14,7 +14,7 @@ defaults
|
||||||
mode http
|
mode http
|
||||||
timeout client 10s
|
timeout client 10s
|
||||||
timeout connect 10s
|
timeout connect 10s
|
||||||
timeout server 5s
|
timeout server 30s
|
||||||
timeout http-request 10s
|
timeout http-request 10s
|
||||||
|
|
||||||
# Prometheus for graphs
|
# Prometheus for graphs
|
||||||
|
@ -72,6 +72,7 @@ backend invidious
|
||||||
option redispatch 2
|
option redispatch 2
|
||||||
|
|
||||||
backend http3-proxy
|
backend http3-proxy
|
||||||
|
timeout server 15s
|
||||||
# Caches video thumbnails, profile pictures and others
|
# Caches video thumbnails, profile pictures and others
|
||||||
http-request cache-use invidious-thumbnail-cache if { path_beg /vi/ }
|
http-request cache-use invidious-thumbnail-cache if { path_beg /vi/ }
|
||||||
http-response cache-store invidious-thumbnail-cache
|
http-response cache-store invidious-thumbnail-cache
|
||||||
|
|
|
@ -1,32 +1,25 @@
|
||||||
# Docker compose file for inv.nadeko.net
|
# Docker compose file for inv.nadeko.net
|
||||||
|
|
||||||
services:
|
services:
|
||||||
valkey:
|
# Not needed since PubSubHubBub is the one that pushes updates to invidious
|
||||||
image: valkey/valkey:7.2-alpine
|
# invidious-refresher:
|
||||||
container_name: invidious-valkey
|
# image: "git.nadeko.net/fijxu/invidious:${TAG}"
|
||||||
restart: unless-stopped
|
# container_name: invidious-refresher
|
||||||
volumes:
|
# restart: unless-stopped
|
||||||
- invidious-valkey:/data"
|
# volumes:
|
||||||
|
# - ./config/config-refresher.yml:/etc/invidious/config.yml:ro
|
||||||
invidious-refresher:
|
# - /var/run/postgresql/.s.PGSQL.5432:/var/run/postgresql/.s.PGSQL.5432:rw
|
||||||
image: "git.nadeko.net/fijxu/invidious:${TAG}"
|
# environment:
|
||||||
container_name: invidious-refresher
|
# INVIDIOUS_CONFIG_FILE: /etc/invidious/config.yml
|
||||||
restart: unless-stopped
|
# depends_on:
|
||||||
volumes:
|
# - valkey
|
||||||
- ./config/config-refresher.yml:/etc/invidious/config.yml:ro
|
# # - invidious-pgbouncer
|
||||||
- /var/run/postgresql/.s.PGSQL.5432:/var/run/postgresql/.s.PGSQL.5432:rw
|
|
||||||
environment:
|
|
||||||
INVIDIOUS_CONFIG_FILE: /etc/invidious/config.yml
|
|
||||||
depends_on:
|
|
||||||
- valkey
|
|
||||||
# - invidious-pgbouncer
|
|
||||||
|
|
||||||
# INVIDIOUS CLEARNET
|
# INVIDIOUS CLEARNET
|
||||||
invidious:
|
invidious:
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
image: "git.nadeko.net/fijxu/invidious:${TAG}"
|
image: "git.nadeko.net/fijxu/invidious:${TAG}"
|
||||||
# container_name: invidious
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 6
|
replicas: 6
|
||||||
|
@ -53,6 +46,7 @@ services:
|
||||||
https_only: true
|
https_only: true
|
||||||
hmac_key: "${HMAC_KEY}"
|
hmac_key: "${HMAC_KEY}"
|
||||||
domain: "inv.nadeko.net"
|
domain: "inv.nadeko.net"
|
||||||
|
alternative_domains: ["inv.nadeko.net", "inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion", "zzlsbhhfvwg3oh36tcvx4r7n6jrw7zibvyvfxqlodcwn3mfrvzuq.b32.i2p", "inv.zzls.i2p"]
|
||||||
use_pubsub_feeds: true
|
use_pubsub_feeds: true
|
||||||
popular_enabled: true
|
popular_enabled: true
|
||||||
captcha_enabled: true
|
captcha_enabled: true
|
||||||
|
@ -77,7 +71,7 @@ services:
|
||||||
banner: "${BANNER}"
|
banner: "${BANNER}"
|
||||||
player_style: invidious
|
player_style: invidious
|
||||||
quality: hd720
|
quality: hd720
|
||||||
quality_dash: auto
|
quality_dash: 720p
|
||||||
default_home: Popular
|
default_home: Popular
|
||||||
feed_menu: ["Popular", "Trending", "Subscriptions", "Playlists"]
|
feed_menu: ["Popular", "Trending", "Subscriptions", "Playlists"]
|
||||||
automatic_instance_redirect: true
|
automatic_instance_redirect: true
|
||||||
|
@ -101,7 +95,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "inv_sig_helper:12999"
|
signature_server: "inv_sig_helper:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
||||||
|
@ -109,7 +103,6 @@ services:
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 2
|
retries: 2
|
||||||
|
|
||||||
|
|
||||||
# INVIDIOUS TOR
|
# INVIDIOUS TOR
|
||||||
invidious-tor:
|
invidious-tor:
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -190,7 +183,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "inv_sig_helper:12999"
|
signature_server: "inv_sig_helper:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
||||||
|
@ -279,7 +272,7 @@ services:
|
||||||
visitor_data: "${VISITOR_DATA}"
|
visitor_data: "${VISITOR_DATA}"
|
||||||
signature_server: "inv_sig_helper:12999"
|
signature_server: "inv_sig_helper:12999"
|
||||||
depends_on:
|
depends_on:
|
||||||
- valkey
|
# - valkey
|
||||||
- inv_sig_helper
|
- inv_sig_helper
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
||||||
|
@ -324,78 +317,6 @@ services:
|
||||||
# gluetun_network:
|
# gluetun_network:
|
||||||
# ipv4_address: 172.80.0.22
|
# ipv4_address: 172.80.0.22
|
||||||
|
|
||||||
# INVIDIOUS VALKEY METRICS
|
|
||||||
invidious-redis-exporter:
|
|
||||||
image: oliver006/redis_exporter
|
|
||||||
container_name: invidious-redis-exporter
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "127.0.0.1:9121:9121"
|
|
||||||
command: "--redis.addr=redis://valkey:6379"
|
|
||||||
|
|
||||||
# MATERIALIOUS
|
|
||||||
materialious:
|
|
||||||
image: wardpearce/materialious:latest
|
|
||||||
container_name: materialious
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "127.0.0.1:10013:80"
|
|
||||||
environment:
|
|
||||||
VITE_DEFAULT_DEARROW_THUMBNAIL_INSTANCE: "https://dearrow-thumb.ajay.app"
|
|
||||||
#VITE_DEFAULT_SYNCIOUS_INSTANCE: "https://syncious.nadeko.net"
|
|
||||||
VITE_DEFAULT_RETURNYTDISLIKES_INSTANCE: "https://returnyoutubedislikeapi.com"
|
|
||||||
VITE_DEFAULT_PEERJS_PATH: "/"
|
|
||||||
VITE_DEFAULT_PEERJS_HOST: "peerjs.nadeko.net"
|
|
||||||
VITE_DEFAULT_SPONSERBLOCK_INSTANCE: "https://sponsor.ajay.app"
|
|
||||||
VITE_DEFAULT_DEARROW_INSTANCE: "https://sponsor.ajay.app"
|
|
||||||
VITE_DEFAULT_INVIDIOUS_INSTANCE: "https://inv.nadeko.net"
|
|
||||||
VITE_DEFAULT_PEERJS_PORT: 443
|
|
||||||
VITE_DEFAULT_SETTINGS: '{"darkMode": true, "themeColor": "#FFB3FD", "autoPlay": true, "alwaysLoop": false, "proxyVideos": false, "listenByDefault": false, "savePlaybackPosition": true, "dashEnabled": true, "theatreModeByDefault": false, "autoplayNextByDefault": true, "returnYtDislikes": true, "searchSuggestions": true, "previewVideoOnHover": true, "sponsorBlock": true, "sponsorBlockCategories": "sponsor,interaction,selfpromo", "deArrowEnabled": false, "playerMiniPlayer": true, "syncious": false}'
|
|
||||||
|
|
||||||
# MATERIALIOUS TOR
|
|
||||||
materialious-tor:
|
|
||||||
image: wardpearce/materialious:latest
|
|
||||||
container_name: materialious-tor
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- 127.0.0.1:10070:80
|
|
||||||
environment:
|
|
||||||
VITE_DEFAULT_DEARROW_THUMBNAIL_INSTANCE: "https://dearrow-thumb.ajay.app"
|
|
||||||
#VITE_DEFAULT_SYNCIOUS_INSTANCE: "https://syncious.nadeko.net"
|
|
||||||
VITE_DEFAULT_RETURNYTDISLIKES_INSTANCE: "https://returnyoutubedislikeapi.com"
|
|
||||||
VITE_DEFAULT_PEERJS_PATH: "/"
|
|
||||||
VITE_DEFAULT_PEERJS_HOST: "peerjs.nadeko.net"
|
|
||||||
VITE_DEFAULT_SPONSERBLOCK_INSTANCE: "https://sponsor.ajay.app"
|
|
||||||
VITE_DEFAULT_DEARROW_INSTANCE: "https://sponsor.ajay.app"
|
|
||||||
VITE_DEFAULT_INVIDIOUS_INSTANCE: "http://inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion"
|
|
||||||
VITE_DEFAULT_PEERJS_PORT: 443
|
|
||||||
VITE_DEFAULT_SETTINGS: '{"darkMode": true, "themeColor": "#FFB3FD", "autoPlay": true, "alwaysLoop": false, "proxyVideos": false, "listenByDefault": false, "savePlaybackPosition": true, "dashEnabled": true, "theatreModeByDefault": false, "autoplayNextByDefault": true, "returnYtDislikes": true, "searchSuggestions": true, "previewVideoOnHover": true, "sponsorBlock": true, "sponsorBlockCategories": "sponsor,interaction,selfpromo", "deArrowEnabled": false, "playerMiniPlayer": true, "syncious": false}'
|
|
||||||
|
|
||||||
|
|
||||||
# API EXTENDED IS BROKEN
|
|
||||||
# api_extended:
|
|
||||||
# env_file:
|
|
||||||
# - .env
|
|
||||||
# image: wardpearce/invidious_api_extended:latest
|
|
||||||
# restart: unless-stopped
|
|
||||||
# ports:
|
|
||||||
# - 127.0.0.1:10014:80
|
|
||||||
# volumes:
|
|
||||||
# - /var/run/postgresql/.s.PGSQL.5432:/var/run/postgresql/.s.PGSQL.5432:rw
|
|
||||||
# environment:
|
|
||||||
# api_extended_postgre: "${PGSQL_DB}"
|
|
||||||
# api_extended_allowed_origins: '["https://materialious.nadeko.net/"]'
|
|
||||||
# api_extended_debug: false
|
|
||||||
# api_extended_invidious_instance: "https://invidious.nadeko.net"
|
|
||||||
# api_extended_production_instance: "https://syncious.nadeko.net"
|
|
||||||
|
|
||||||
peerjs:
|
|
||||||
image: peerjs/peerjs-server:latest
|
|
||||||
container_name: invidious-peerjs
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- 127.0.0.1:10015:9000
|
|
||||||
|
|
||||||
# SIGNATURE HELPER
|
# SIGNATURE HELPER
|
||||||
inv_sig_helper:
|
inv_sig_helper:
|
||||||
image: quay.io/invidious/inv-sig-helper
|
image: quay.io/invidious/inv-sig-helper
|
||||||
|
@ -419,6 +340,7 @@ services:
|
||||||
haproxy:
|
haproxy:
|
||||||
image: haproxy:lts-alpine
|
image: haproxy:lts-alpine
|
||||||
container_name: invidious-haproxy
|
container_name: invidious-haproxy
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Invidious
|
# Invidious
|
||||||
- "127.0.0.1:10011:8001"
|
- "127.0.0.1:10011:8001"
|
||||||
|
|
|
@ -14,7 +14,7 @@ defaults
|
||||||
mode http
|
mode http
|
||||||
timeout client 10s
|
timeout client 10s
|
||||||
timeout connect 10s
|
timeout connect 10s
|
||||||
timeout server 5s
|
timeout server 30s
|
||||||
timeout http-request 10s
|
timeout http-request 10s
|
||||||
|
|
||||||
# Prometheus for graphs
|
# Prometheus for graphs
|
||||||
|
|
26
invidious/materialious/docker-compose.yml
Normal file
26
invidious/materialious/docker-compose.yml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
services:
|
||||||
|
# MATERIALIOUS
|
||||||
|
materialious:
|
||||||
|
image: wardpearce/materialious:latest
|
||||||
|
container_name: materialious
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:10013:80"
|
||||||
|
environment:
|
||||||
|
VITE_DEFAULT_DEARROW_THUMBNAIL_INSTANCE: "https://dearrow-thumb.ajay.app"
|
||||||
|
#VITE_DEFAULT_SYNCIOUS_INSTANCE: "https://syncious.nadeko.net"
|
||||||
|
VITE_DEFAULT_RETURNYTDISLIKES_INSTANCE: "https://returnyoutubedislikeapi.com"
|
||||||
|
VITE_DEFAULT_PEERJS_PATH: "/"
|
||||||
|
VITE_DEFAULT_PEERJS_HOST: "peerjs.nadeko.net"
|
||||||
|
VITE_DEFAULT_SPONSERBLOCK_INSTANCE: "https://sponsor.ajay.app"
|
||||||
|
VITE_DEFAULT_DEARROW_INSTANCE: "https://sponsor.ajay.app"
|
||||||
|
VITE_DEFAULT_INVIDIOUS_INSTANCE: "https://inv.nadeko.net"
|
||||||
|
VITE_DEFAULT_PEERJS_PORT: 443
|
||||||
|
VITE_DEFAULT_SETTINGS: '{"darkMode": true, "themeColor": "#FFB3FD", "autoPlay": true, "alwaysLoop": false, "proxyVideos": false, "listenByDefault": false, "savePlaybackPosition": true, "dashEnabled": true, "theatreModeByDefault": false, "autoplayNextByDefault": true, "returnYtDislikes": true, "searchSuggestions": true, "previewVideoOnHover": true, "sponsorBlock": true, "sponsorBlockCategories": "sponsor,interaction,selfpromo", "deArrowEnabled": false, "playerMiniPlayer": true, "syncious": false}'
|
||||||
|
|
||||||
|
peerjs:
|
||||||
|
image: peerjs/peerjs-server:latest
|
||||||
|
container_name: invidious-peerjs
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:10015:9000
|
30
invidious/valkey-invidious/docker-compose.yml
Normal file
30
invidious/valkey-invidious/docker-compose.yml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
services:
|
||||||
|
# One valkey instance for all invidious instances, to share cache and prevent duplicates
|
||||||
|
valkey:
|
||||||
|
image: valkey/valkey:7.2-alpine
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./valkey.conf:/usr/local/etc/valkey/valkey.conf
|
||||||
|
command: "valkey-server /usr/local/etc/valkey/valkey.conf"
|
||||||
|
networks:
|
||||||
|
- invidious-vpn
|
||||||
|
- invidious
|
||||||
|
- gluetun_network
|
||||||
|
|
||||||
|
# INVIDIOUS VALKEY METRICS
|
||||||
|
invidious-redis-exporter:
|
||||||
|
image: oliver006/redis_exporter
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:9121:9121"
|
||||||
|
command: "--redis.addr=redis://valkey:6379"
|
||||||
|
networks:
|
||||||
|
- invidious
|
||||||
|
|
||||||
|
networks:
|
||||||
|
invidious-vpn:
|
||||||
|
external: true
|
||||||
|
invidious:
|
||||||
|
external: true
|
||||||
|
gluetun_network:
|
||||||
|
external: true
|
2
invidious/valkey-invidious/valkey.conf
Normal file
2
invidious/valkey-invidious/valkey.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
maxmemory 1024mb
|
||||||
|
maxmemory-policy volatile-ttl
|
Loading…
Reference in a new issue