From 9825d14cca95bd58d630a89eeb25bf236d929206 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Wed, 9 Oct 2024 12:08:05 +0800 Subject: [PATCH] Redlib: use custom image with custom colours --- templates/compose/redlib.yaml.j2 | 8 ++++---- vars/services.yaml | 18 ++++-------------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/templates/compose/redlib.yaml.j2 b/templates/compose/redlib.yaml.j2 index f71bda0..ded0810 100644 --- a/templates/compose/redlib.yaml.j2 +++ b/templates/compose/redlib.yaml.j2 @@ -2,7 +2,8 @@ services: redlib: container_name: redlib - image: quay.io/redlib/redlib:latest + #image: quay.io/redlib/redlib:latest + image: git.opnxng.com/opnxng/redlib:latest security_opt: #- seccomp="seccomp-redlib.json" - no-new-privileges @@ -12,11 +13,10 @@ services: - PUID=1000 - PGID=1000 - TZ=Asia/Singapore - - RELIB_DEFAULT_THEME=black - REDLIB_DEFAULT_SHOW_NSFW=on - REDLIB_DEFAULT_BLUR_NSFW=off - REDLIB_DEFAULT_LAYOUT=card - - REDLIB_DEFAULT_THEME=dark + # - REDLIB_DEFAULT_THEME=dark - REDLIB_SFW_ONLY=off # - REDLIB_BANNER= - REDLIB_ROBOTS_DISABLE_INDEXING=on @@ -35,4 +35,4 @@ services: networks: redlib: - name: redlib \ No newline at end of file + name: redlib diff --git a/vars/services.yaml b/vars/services.yaml index f1693f5..b7f584d 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,22 +1,12 @@ -config: - oracle1: - - searxng - oracle2: - - searxng - oracle3: - - searxng - oracle4: - - searxng - compose: oracle1: - - searxng + - redlib oracle2: - - searxng + - redlib oracle3: - - searxng + - redlib oracle4: - - searxng + - redlib # ----------------------------------------------------------------------------------------------------