Compare commits
147 Commits
a5b44a70ba
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fff2f2d58 | |||
| 6db5343639 | |||
| a6f1446830 | |||
| 95e0dd0a8c | |||
| c75f4f2631 | |||
| 5ae91a9b57 | |||
| baefd0053c | |||
| 34610cfea9 | |||
| d75cdc442e | |||
| c2e03243df | |||
| c78a630299 | |||
| 2a32f87426 | |||
| 8cfb137116 | |||
| dec9c86191 | |||
| 895dddb9f0 | |||
| d68d3a0acb | |||
| 3ffa234e87 | |||
| 07919fea6e | |||
| f62f9aa4fe | |||
| 497e669637 | |||
| b88e2d98f8 | |||
| b5dc7108f6 | |||
| c986095797 | |||
| 6f397589a6 | |||
| 547bfd4f22 | |||
| 88d1f52226 | |||
| d48efc0b3f | |||
| 8ac626b673 | |||
| 8b43b71c6b | |||
| 37f363b2a0 | |||
| 28eb1391e2 | |||
| d5ed9e4505 | |||
| 8628c48560 | |||
| 445bbc9f2a | |||
| 9fb05a5b2d | |||
| a2eaa18431 | |||
| 800a39c6aa | |||
| e4ab865707 | |||
| c6a0e46e71 | |||
| 3db852b01e | |||
| 0d531731e4 | |||
| 017fa31358 | |||
| f8c822af74 | |||
| f80b668c65 | |||
| fb915afb88 | |||
| 4b3680cb71 | |||
| 155a365675 | |||
| dadd7b777a | |||
| d59c906b3d | |||
| 3a430d9db0 | |||
| 3c24d57a70 | |||
| 103d76aec5 | |||
| f79825325b | |||
| 6c377f69d9 | |||
| ea999b1d30 | |||
| 78d0900a4a | |||
| e3ee7f6681 | |||
| 2f49a28b76 | |||
| 8a24d7a3b2 | |||
| ed1e817cfe | |||
| 1e70b9872b | |||
| d4680baecc | |||
| 1808a729ad | |||
| e7ce3bfe3c | |||
| bb32f564c6 | |||
| a9b03a2227 | |||
| 4c177f33b4 | |||
| 2d72e3a587 | |||
| 2dcd26dbb3 | |||
| e8641b2b31 | |||
| 5ce0a9bb20 | |||
| 3cf45828b0 | |||
| 01dd4b9da1 | |||
| 330895c1dd | |||
| 79cf3e2d2f | |||
| 5d9ef70a23 | |||
| aa6a3c096f | |||
| de25af84d2 | |||
| 480ffcf7ee | |||
| 31e97437e9 | |||
| 36cdce4f96 | |||
| f6c22b7ca5 | |||
| a06f19f9bd | |||
| b41d7d1da7 | |||
| 0972ac819d | |||
| 41111d2076 | |||
| 07b0e67e93 | |||
| 0c41feb484 | |||
| a4a2f22a35 | |||
| 2fa0723eab | |||
| 3cdaffac67 | |||
| 253ddd2765 | |||
| afecbda9d3 | |||
| 5ff7214b11 | |||
| daddf78c84 | |||
| 576a6f5bec | |||
| 8b3f32a670 | |||
| d6732bec7c | |||
| 49933bbb74 | |||
| 0bf5ad3549 | |||
| 82144b652b | |||
| a137e98e97 | |||
| 9ff9fc92d0 | |||
| 9da8377d25 | |||
| 998dfd8062 | |||
| 6058d48c12 | |||
| 0b1ad9ca95 | |||
| a6d8803a0f | |||
| 8b5f84f3e0 | |||
| 0ca3ae10e3 | |||
| 2a246e4f96 | |||
| 2cddc750a9 | |||
| 4113c46a8a | |||
| b94c069ec6 | |||
| 03c5468e1d | |||
| 538292851d | |||
| 45922eb071 | |||
| a60717a616 | |||
| e11da76012 | |||
| fe2e6c79c0 | |||
| ee395c799d | |||
| 300c483688 | |||
| 7edf6f4727 | |||
| 539c6612c0 | |||
| 33e45f56ec | |||
| 1d6f96a0ed | |||
| aa1c2a0437 | |||
| 73089412b6 | |||
| 0d8ff889f5 | |||
| e5ea7b89ed | |||
| 63425bd0b7 | |||
| d31d2ab472 | |||
| bb2a4a086c | |||
| 1f723a44d6 | |||
| 811956c399 | |||
| 7eb024bca4 | |||
| 611c70e626 | |||
| 47e0212686 | |||
| b0e8734cf8 | |||
| 63ca3648ed | |||
| 955acfdd4e | |||
| c6dc9b198f | |||
| 6d19b3e4af | |||
| 9af9c9c554 | |||
| 6dac690c51 | |||
| 27013c6b3a | |||
| 763de9dfc2 |
@@ -2,7 +2,7 @@ name: Renovate
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0/30 * * * *"
|
- cron: "0 */2 * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
+45
-44
@@ -5,7 +5,7 @@ networks:
|
|||||||
nextcloud-aio:
|
nextcloud-aio:
|
||||||
external: true
|
external: true
|
||||||
x-jitsi-admin: &jitsi_admin_app
|
x-jitsi-admin: &jitsi_admin_app
|
||||||
image: h2invent/jitsi-admin-main:latest@sha256:87affbe785e74339a53b55b40014a8f004194c9996551b0824f86339372276b1
|
image: h2invent/jitsi-admin-main:latest@sha256:e0776533ea02e68771d8b8b857112e8b27197ded73b24efc4881375b1f239689
|
||||||
#build: .
|
#build: .
|
||||||
environment:
|
environment:
|
||||||
APACHE_DOCUMENT_ROOT: "public/"
|
APACHE_DOCUMENT_ROOT: "public/"
|
||||||
@@ -146,7 +146,7 @@ services:
|
|||||||
# - ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=20
|
# - ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=20
|
||||||
# See all options and more details at https://actualbudget.github.io/docs/Installing/Configuration
|
# See all options and more details at https://actualbudget.github.io/docs/Installing/Configuration
|
||||||
# !! If you are not using any of these options, remove the 'environment:' tag entirely.
|
# !! If you are not using any of these options, remove the 'environment:' tag entirely.
|
||||||
image: docker.io/actualbudget/actual-server:latest@sha256:74385f8067f401e61f0be9e343c471705c42dfaa195295c40c5b2f15f4dcc9d4
|
image: docker.io/actualbudget/actual-server:latest@sha256:1aeeb3985db55556e716dec25e08f6ce09308c2571b65cddbc6746ee6d5e0d45
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_port: 5006
|
swag_port: 5006
|
||||||
@@ -261,7 +261,7 @@ services:
|
|||||||
APPRISE_ATTACH_SIZE: 500
|
APPRISE_ATTACH_SIZE: 500
|
||||||
APPRISE_CONFIG_DIR: /config
|
APPRISE_CONFIG_DIR: /config
|
||||||
APPRISE_STATEFUL_MODE: simple
|
APPRISE_STATEFUL_MODE: simple
|
||||||
image: lscr.io/linuxserver/apprise-api:latest@sha256:9c268f6290b303ddacdc682157094c63672576859b1026b2bfee4e9c880b4019
|
image: lscr.io/linuxserver/apprise-api:latest@sha256:0d114aa96f1782173af59c6af88b1dc75918af71ab8a160a3b1e48da1b5de96f
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
@@ -409,7 +409,7 @@ services:
|
|||||||
METADATA_PATH: /metadata
|
METADATA_PATH: /metadata
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest@sha256:1eef6716183c52abafe5405e7d6be8390248ecd59c7488c44af871757ac8fc4d
|
image: ghcr.io/advplyr/audiobookshelf:latest@sha256:89276ff2e0b3d2f07dd334b641f27a34ab7f02e1047c60b7b8a30126cb0813a5
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Media Library
|
homepage.group: Media Library
|
||||||
homepage.name: Audiobookshelf
|
homepage.name: Audiobookshelf
|
||||||
@@ -483,7 +483,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 9091
|
- 9091
|
||||||
- 9959 # Metrics port for Prometheus
|
- 9959 # Metrics port for Prometheus
|
||||||
image: authelia/authelia:master@sha256:648c80b38d2039b836903c06a7e04a97a44f163566aa91280378340de271cac3
|
image: authelia/authelia:master@sha256:4848d39777ede5f11d8123d4c30488a1d418f9d8183ffbb8f624b1a13bf0ec6f
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Privacy/Security
|
homepage.group: Privacy/Security
|
||||||
homepage.name: Authelia
|
homepage.name: Authelia
|
||||||
@@ -577,7 +577,7 @@ services:
|
|||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
DOCKER_MODS: ghcr.io/gilbn/theme.park:bazarr
|
DOCKER_MODS: ghcr.io/gilbn/theme.park:bazarr
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: lscr.io/linuxserver/bazarr:latest@sha256:4b5e510042bf471c8bafab89cada9774fba2fb25f16ec64235151cacbe847c10
|
image: lscr.io/linuxserver/bazarr:latest@sha256:95f27692c3de6dbe130cd035d342d8138ec74ade7b62cfc52e11ae222c52c855
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Servarr Stack
|
homepage.group: Servarr Stack
|
||||||
homepage.name: Bazarr
|
homepage.name: Bazarr
|
||||||
@@ -787,7 +787,7 @@ services:
|
|||||||
- 3000
|
- 3000
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
image: ghcr.io/browserless/chromium:latest@sha256:c2abacf88698dc6750038363e1205c2f141856db21d564df9f7e2d8c9fb8fc22
|
image: ghcr.io/browserless/chromium:latest@sha256:af0f9442caf5908fdf655a23c34e50e6f1c66ce3306d88e3d4578280bcba9661
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
@@ -847,7 +847,7 @@ services:
|
|||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
LISTEN_HOST: 0.0.0.0
|
LISTEN_HOST: 0.0.0.0
|
||||||
image: ghcr.io/dgtlmoon/changedetection.io@sha256:736331d2787f94d3201b64aa641e090f67e28577ba505bd7ba5d7c1841e1e0ca
|
image: ghcr.io/dgtlmoon/changedetection.io@sha256:d89d4187221206f7f9f2c7946e7483815db905ca7d122644081aebd5d23ba391
|
||||||
labels:
|
labels:
|
||||||
homepage.description: Page change monitoring with alerts
|
homepage.description: Page change monitoring with alerts
|
||||||
homepage.group: System Administration
|
homepage.group: System Administration
|
||||||
@@ -1042,7 +1042,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MB_DB_FILE: /data/metabase.db
|
MB_DB_FILE: /data/metabase.db
|
||||||
MGID: ${GID-1000}
|
MGID: ${GID-1000}
|
||||||
image: metabase/metabase@sha256:b0511d28f5a504915cda5d4e233e5d25bab95fd8879823cbeb29580707473d36
|
image: metabase/metabase@sha256:8d6e649d4bbd19aa641a5b71bff2c89e3c2f348e8a1f0b527573b06c73c7748d
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Privacy/Security
|
homepage.group: Privacy/Security
|
||||||
homepage.name: CrowdSec Dashboard
|
homepage.name: CrowdSec Dashboard
|
||||||
@@ -1074,7 +1074,7 @@ services:
|
|||||||
- crowdsec-db:/data/
|
- crowdsec-db:/data/
|
||||||
cyber-chef:
|
cyber-chef:
|
||||||
container_name: cyber-chef
|
container_name: cyber-chef
|
||||||
image: mpepping/cyberchef:latest@sha256:ad69e26bc1890d09fffc35fb85a10106a493a433c546cb747fce7dd80604563e
|
image: mpepping/cyberchef:latest@sha256:c9a202b56408dea46f28d95177a896d59e284902c884d0ef84377fecdf0ab286
|
||||||
labels:
|
labels:
|
||||||
homepage.description: Web app for encryption, encoding, compression, and data analysis
|
homepage.description: Web app for encryption, encoding, compression, and data analysis
|
||||||
homepage.group: Privacy/Security
|
homepage.group: Privacy/Security
|
||||||
@@ -1192,7 +1192,7 @@ services:
|
|||||||
retries: 30
|
retries: 30
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
image: freikin/dawarich:latest@sha256:7c70f2169e848ed77ae1cec01dd10ec4a73a70a785d4e4d248db1735c0bc25ed
|
image: freikin/dawarich:latest@sha256:54329b050caab65f39367308ef7a9f2f3bd1fa3b6ba969d6a33bbf4a0f5e7e84
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Privacy/Security
|
homepage.group: Privacy/Security
|
||||||
homepage.name: Dawarich
|
homepage.name: Dawarich
|
||||||
@@ -1283,7 +1283,7 @@ services:
|
|||||||
retries: 30
|
retries: 30
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
image: freikin/dawarich:latest@sha256:7c70f2169e848ed77ae1cec01dd10ec4a73a70a785d4e4d248db1735c0bc25ed
|
image: freikin/dawarich:latest@sha256:54329b050caab65f39367308ef7a9f2f3bd1fa3b6ba969d6a33bbf4a0f5e7e84
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-apps"]
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
@@ -1489,7 +1489,7 @@ services:
|
|||||||
PUID: ${PUID}
|
PUID: ${PUID}
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: lscr.io/linuxserver/duplicati:latest@sha256:98986271265c9184f844d7e61ce63a60993d8dcfe5f989e4316b374ccebfdaee
|
image: lscr.io/linuxserver/duplicati:latest@sha256:d681e5213fa0871efa573856ed838d38150231df66c7de4b3dbe6980290f2571
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_port: 8200
|
swag_port: 8200
|
||||||
@@ -1575,7 +1575,7 @@ services:
|
|||||||
WEEKLY_JAMS_FLAGS: --playlist=weekly-jams --download-mode=skip
|
WEEKLY_JAMS_FLAGS: --playlist=weekly-jams --download-mode=skip
|
||||||
DAILY_JAMS_SCHEDULE: 30 2 * * *
|
DAILY_JAMS_SCHEDULE: 30 2 * * *
|
||||||
DAILY_JAMS_FLAGS: --playlist=daily-jams --download-mode=skip
|
DAILY_JAMS_FLAGS: --playlist=daily-jams --download-mode=skip
|
||||||
image: ghcr.io/lumepart/explo:latest@sha256:cad2acbe3b504b1c12456f86a13869ecc147b358465aa3d06d66243ac614cf2e
|
image: ghcr.io/lumepart/explo:latest@sha256:d4b55bf5c8f2099815e1613a74d9d5ceb1ee6a3fc8f973a19c60cf842bc8d8df
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-apps"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@@ -1629,7 +1629,7 @@ services:
|
|||||||
BROWSER_TIMEOUT: 40000
|
BROWSER_TIMEOUT: 40000
|
||||||
TEST_URL: https://duckduckgo.com
|
TEST_URL: https://duckduckgo.com
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: ghcr.io/flaresolverr/flaresolverr:latest@sha256:139dfee1c6f89249c8d665d1333a42e8ec74ec0a86bc6bb1c8461e10d3a66a47
|
image: ghcr.io/flaresolverr/flaresolverr:latest@sha256:7962759d99d7e125e108e0f5e7f3cdbcd36161776d058d1d9b7153b92ef1af9e
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
@@ -1708,7 +1708,7 @@ services:
|
|||||||
mail__options__auth__pass: ${POSTAL_SMTP_AUTH_PASSWORD}
|
mail__options__auth__pass: ${POSTAL_SMTP_AUTH_PASSWORD}
|
||||||
mail__from: "'Ghost @ Rinoa' <noreply@${MY_TLD}>"
|
mail__from: "'Ghost @ Rinoa' <noreply@${MY_TLD}>"
|
||||||
url: https://blog.${MY_TLD}
|
url: https://blog.${MY_TLD}
|
||||||
image: ghost:latest@sha256:2452ef8a8402e3f9f14e0ba9d84074ba82336277f5073250560e8b48906632df
|
image: ghost:latest@sha256:588d5f5ed5ac6e94925860f76b2b14a18cf5d71c58a236f8817c600a9454fe2d
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Lifestyle
|
homepage.group: Lifestyle
|
||||||
homepage.name: Ghost
|
homepage.name: Ghost
|
||||||
@@ -1996,7 +1996,7 @@ services:
|
|||||||
HOMEPAGE_ALLOWED_HOSTS: ${MY_TLD}
|
HOMEPAGE_ALLOWED_HOSTS: ${MY_TLD}
|
||||||
PUID: ${PUID}
|
PUID: ${PUID}
|
||||||
PGID: ${PGID}
|
PGID: ${PGID}
|
||||||
image: ghcr.io/gethomepage/homepage:latest@sha256:a0b71c8e757298d02560186bab9fbe3fc2d375c523a62cc1019177b37e48aa28
|
image: ghcr.io/gethomepage/homepage:latest@sha256:d8d784e5090111b6e4c56dfd90e272d2953a2094e87349f647165df0fa6c4401
|
||||||
labels:
|
labels:
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.parent: Rinoa
|
swag.uptime-kuma.monitor.parent: Rinoa
|
||||||
@@ -2163,7 +2163,7 @@ services:
|
|||||||
test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1
|
test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
image: alangrainger/immich-public-proxy:latest@sha256:6aeb25d05155049f4600f1b40469c735cecaa99c22e3a943a3fe3ce02a1ae7f7
|
image: alangrainger/immich-public-proxy:latest@sha256:759a04f859bd18d51cf70d06756f802df9707b410f3e91dc25787254b6d2099a
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Lifestyle
|
homepage.group: Lifestyle
|
||||||
homepage.name: Immich Public Proxy
|
homepage.name: Immich Public Proxy
|
||||||
@@ -2286,7 +2286,7 @@ services:
|
|||||||
container_name: invidious-companion
|
container_name: invidious-companion
|
||||||
environment:
|
environment:
|
||||||
SERVER_SECRET_KEY: ${INVID_COMPANION_KEY}
|
SERVER_SECRET_KEY: ${INVID_COMPANION_KEY}
|
||||||
image: quay.io/invidious/invidious-companion:latest@sha256:11561591f1d7374605c076801035175e7bb32c7ec18dcb69545b8f618e10a249
|
image: quay.io/invidious/invidious-companion:latest@sha256:1ddd3f1c6ba5c4b8b786b91830926bb510376918a7d43b2f142df6650c239951
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "1G"
|
max-size: "1G"
|
||||||
@@ -2310,7 +2310,7 @@ services:
|
|||||||
test:
|
test:
|
||||||
- CMD-SHELL
|
- CMD-SHELL
|
||||||
- pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB
|
- pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB
|
||||||
image: docker.io/library/postgres:14@sha256:d462928b1898dd74b749ef486797968828c1e7fc9befb5e5ca03a33bfbc32d64
|
image: docker.io/library/postgres:14@sha256:a209aced4fa19381231fae4d9a4c5816f7691294f13572f8bddc082ba32e1c7c
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-apps"]
|
||||||
@@ -2359,7 +2359,7 @@ services:
|
|||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
environment:
|
environment:
|
||||||
JELLYFIN_PublishedServerUrl: https://jf.${MY_TLD}
|
JELLYFIN_PublishedServerUrl: https://jf.${MY_TLD}
|
||||||
image: jellyfin/jellyfin@sha256:aefb67e6a7ff1debdd154a78a7bbb780fd0c873d8639210a7f6a2016ad2b35db
|
image: jellyfin/jellyfin@sha256:bc9fa8e1462fffe3d8d4255fc62af478602641f4c0e5f4875fea8563d1189837
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Media Library
|
homepage.group: Media Library
|
||||||
homepage.name: Jellyfin
|
homepage.name: Jellyfin
|
||||||
@@ -3086,7 +3086,7 @@ services:
|
|||||||
Java_Xmx: 1g
|
Java_Xmx: 1g
|
||||||
expose:
|
expose:
|
||||||
- 8010
|
- 8010
|
||||||
image: elestio/languagetool:latest@sha256:40045549a8b31b6b385dea55274a192359fcd61089824d022fb087d9bef867d8
|
image: elestio/languagetool:latest@sha256:c71c314fd6d2223634829d0aa7ba9c8b6ab79e7072e3ac03f4cc07231043ab56
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-apps"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@@ -3097,7 +3097,7 @@ services:
|
|||||||
LT_UPDATE_MODELS: true
|
LT_UPDATE_MODELS: true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "./venv/bin/python scripts/healthcheck.py"]
|
test: ["CMD-SHELL", "./venv/bin/python scripts/healthcheck.py"]
|
||||||
image: libretranslate/libretranslate@sha256:32e49df654dc427edb6c95f1f93cd21dd18b36d4df906a1a34472e1263abe91b
|
image: libretranslate/libretranslate@sha256:c3887840d04c8173fb654ed3acfd41699928c380375808311b5d136d4e056e8b
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Personal Tools
|
homepage.group: Personal Tools
|
||||||
homepage.name: LibreTranslate
|
homepage.name: LibreTranslate
|
||||||
@@ -3131,7 +3131,7 @@ services:
|
|||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
DOCKER_MODS: ghcr.io/gilbn/theme.park:lidarr
|
DOCKER_MODS: ghcr.io/gilbn/theme.park:lidarr
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: lscr.io/linuxserver/lidarr:latest@sha256:b08b2194fa4ddb7f7ace9d1bfd82bd9b26f457d79aa70f42d923d2e15a820f0e
|
image: lscr.io/linuxserver/lidarr:latest@sha256:ca2f95634d422fdeccfbff2a42cbe3a4fed1170f7e3546d99d5d5f2c9c9aa03b
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Servarr Stack
|
homepage.group: Servarr Stack
|
||||||
homepage.name: Lidarr
|
homepage.name: Lidarr
|
||||||
@@ -3441,7 +3441,7 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: linuxserver/mariadb@sha256:adbb0142f55abd0e913b8fdd017f637d2318d434e74755908c768399e96403ec
|
image: linuxserver/mariadb@sha256:41e8b59056fda0dfca6e24e2515674b18a76e774c93e464899da4d7116bc147d
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
@@ -3495,7 +3495,7 @@ services:
|
|||||||
AWS_SECRET_ACCESS_KEY: ${MASTODON_MINIO_SECRET_KEY}
|
AWS_SECRET_ACCESS_KEY: ${MASTODON_MINIO_SECRET_KEY}
|
||||||
expose:
|
expose:
|
||||||
- 3000
|
- 3000
|
||||||
image: lscr.io/linuxserver/mastodon:latest@sha256:eb34805b65f9f1354c0b6f33df3a4bebb8c2db690c6146eac175a96d06de341c
|
image: lscr.io/linuxserver/mastodon:latest@sha256:0ede5a930a5af406edb714e6d7179f2388adf1e16d283fb61469b2dd59cf262b
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
@@ -3558,7 +3558,7 @@ services:
|
|||||||
<<: *maxun-env
|
<<: *maxun-env
|
||||||
expose:
|
expose:
|
||||||
- 8080
|
- 8080
|
||||||
image: getmaxun/maxun-backend:latest@sha256:06c524edafb7ff84d34340dc7f3656c71cba4f5e3c957ca1b1b4ab84f5505057
|
image: getmaxun/maxun-backend:latest@sha256:7161477b77d29d59636553dce12a9912478ee0c207243be75b203d42a9eb3f9f
|
||||||
mem_limit: 2g # Set a 2GB memory limit
|
mem_limit: 2g # Set a 2GB memory limit
|
||||||
ports:
|
ports:
|
||||||
- 8369:8080
|
- 8369:8080
|
||||||
@@ -3655,7 +3655,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/meme_search_pro/memes/:/rails/public/memes
|
- ${DOCKER_VOLUME_CONFIG}/meme_search_pro/memes/:/rails/public/memes
|
||||||
meme-search-pro-img2txt-gen:
|
meme-search-pro-img2txt-gen:
|
||||||
image: ghcr.io/neonwatty/image_to_text_generator:latest@sha256:e212afdcacf866080879dfb1c9a324b71580f84a94c5ca73b52a64a06c73a5ef
|
image: ghcr.io/neonwatty/image_to_text_generator:latest@sha256:81ffbc934de800f3f5206f742db534a78596ec894e348dc25548495a1e9ad78e
|
||||||
container_name: meme-search-pro-img2txt-gen
|
container_name: meme-search-pro-img2txt-gen
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
@@ -3914,7 +3914,7 @@ services:
|
|||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
WEBHOOK_URL: https://n8n.${MY_TLD}/
|
WEBHOOK_URL: https://n8n.${MY_TLD}/
|
||||||
GENERIC_TIMEZONE: ${TZ}
|
GENERIC_TIMEZONE: ${TZ}
|
||||||
image: docker.n8n.io/n8nio/n8n@sha256:761374d4eb841b0a22771d6bd68f0e8d827b4979ae4e490045517b13fc1259dd
|
image: docker.n8n.io/n8nio/n8n@sha256:9f1f8e4c093c9924338bd168e3f813f746041d13b337753af0dbdd329e7b50f7
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
@@ -3967,7 +3967,7 @@ services:
|
|||||||
ND_SPOTIFY_ID: ${YOUR_SPOTIFY_ID}
|
ND_SPOTIFY_ID: ${YOUR_SPOTIFY_ID}
|
||||||
ND_SPOTIFY_SECRET: ${YOUR_SPOTIFY_SECRET}
|
ND_SPOTIFY_SECRET: ${YOUR_SPOTIFY_SECRET}
|
||||||
ND_SUBSONICARTISTPARTICIPATIONS: true
|
ND_SUBSONICARTISTPARTICIPATIONS: true
|
||||||
image: deluan/navidrome:latest@sha256:c4b5cb36a790b3eb63ca6a68bbe2fe149c2d7fa2e586f7a480e61db630e6664b
|
image: deluan/navidrome:latest@sha256:9fa40b3d8dec43ceb2213d1fa551da3dcfef6ac6d19c2e534efb92527c2bafd2
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Media Library
|
homepage.group: Media Library
|
||||||
homepage.name: Navidrome
|
homepage.name: Navidrome
|
||||||
@@ -4022,7 +4022,7 @@ services:
|
|||||||
GRAPHQL_PORT: ${GRAPHQL_PORT:-20212} # GraphQL API port
|
GRAPHQL_PORT: ${GRAPHQL_PORT:-20212} # GraphQL API port
|
||||||
ALWAYS_FRESH_INSTALL: ${ALWAYS_FRESH_INSTALL:-false} # Set to true to reset your config and database on each container start
|
ALWAYS_FRESH_INSTALL: ${ALWAYS_FRESH_INSTALL:-false} # Set to true to reset your config and database on each container start
|
||||||
NETALERTX_DEBUG: ${NETALERTX_DEBUG:-0} # 0=kill all services and restart if any dies. 1 keeps running dead services.
|
NETALERTX_DEBUG: ${NETALERTX_DEBUG:-0} # 0=kill all services and restart if any dies. 1 keeps running dead services.
|
||||||
image: jokobsk/netalertx:latest@sha256:cd5176052fec71a75c902cc555e97cb540833d79c7cac8695c6adc611c402347
|
image: jokobsk/netalertx:latest@sha256:656da7fc9f9fa5429cc75a33b0eb073fe538fd58b3d370f229fa0e4725f065b7
|
||||||
labels:
|
labels:
|
||||||
cloudflare.tunnel.enable: true
|
cloudflare.tunnel.enable: true
|
||||||
cloudflare.tunnel.hostname: net.${MY_TLD}
|
cloudflare.tunnel.hostname: net.${MY_TLD}
|
||||||
@@ -4169,7 +4169,7 @@ services:
|
|||||||
PUID: ${PUID}
|
PUID: ${PUID}
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: lscr.io/linuxserver/ombi:latest@sha256:8b4b1e9aad2e7768396b30ccea4fca446f59abca5530d3d1ad41ab5a13fd19d4
|
image: lscr.io/linuxserver/ombi:latest@sha256:0caadf03b8047e1e6ec8396069bfd7aa2ecacb7d26cd67435dc1f334634d04ac
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Media Library
|
homepage.group: Media Library
|
||||||
homepage.name: Ombi
|
homepage.name: Ombi
|
||||||
@@ -4303,6 +4303,7 @@ services:
|
|||||||
LDAP_SEARCH_BASE: dc=trez,dc=wtf
|
LDAP_SEARCH_BASE: dc=trez,dc=wtf
|
||||||
LDAP_SEARCH_FILTER: "(objectClass=inetOrgPerson)"
|
LDAP_SEARCH_FILTER: "(objectClass=inetOrgPerson)"
|
||||||
LDAP_USE_TLS: false
|
LDAP_USE_TLS: false
|
||||||
|
WEBUI_SECRET_KEY: ${}
|
||||||
# LibreTranslate
|
# LibreTranslate
|
||||||
LT_DEBUG: false
|
LT_DEBUG: false
|
||||||
LT_UPDATE_MODELS: true
|
LT_UPDATE_MODELS: true
|
||||||
@@ -4704,7 +4705,7 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
image: ghcr.io/dsgnr/portcheckerio-web:latest@sha256:713ea1c03f111d92a4a2dbcf99ed69dade8aa68428c41b4b4c4f2515eec89091
|
image: ghcr.io/dsgnr/portcheckerio-web:latest@sha256:4e0b4c4f0dd99954b6db70e8766f856742ec1a43370d94a754f8a608ddb0d88a
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_auth: authelia
|
swag_auth: authelia
|
||||||
@@ -4736,7 +4737,7 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
image: ghcr.io/dsgnr/portcheckerio-api:latest@sha256:75723c6a85b2fa2971becf7c32794ac3c9b69786ef14560e19eae3892f8c7bf1
|
image: ghcr.io/dsgnr/portcheckerio-api:latest@sha256:881099ffea3550c0abd4ebdb48751f33fde913265695ab5890319f30583e3c62
|
||||||
ports:
|
ports:
|
||||||
- 36102:8000
|
- 36102:8000
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-apps"]
|
||||||
@@ -4746,7 +4747,7 @@ services:
|
|||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
command: postal smtp-server
|
command: postal smtp-server
|
||||||
container_name: postal-smtp
|
container_name: postal-smtp
|
||||||
image: ghcr.io/postalserver/postal:latest@sha256:4819090c759d9ed361915df853a432074e5a85bac4511e908ec93899420b55bf
|
image: ghcr.io/postalserver/postal:latest@sha256:4f96b2e527c5589e6b73e25aebf877917bba45b460f535ecfca527488745e926
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
@@ -4759,7 +4760,7 @@ services:
|
|||||||
postal-web:
|
postal-web:
|
||||||
command: postal web-server
|
command: postal web-server
|
||||||
container_name: postal-web
|
container_name: postal-web
|
||||||
image: ghcr.io/postalserver/postal:latest@sha256:4819090c759d9ed361915df853a432074e5a85bac4511e908ec93899420b55bf
|
image: ghcr.io/postalserver/postal:latest@sha256:4f96b2e527c5589e6b73e25aebf877917bba45b460f535ecfca527488745e926
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
@@ -4795,7 +4796,7 @@ services:
|
|||||||
container_name: postal-worker
|
container_name: postal-worker
|
||||||
environment:
|
environment:
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
image: ghcr.io/postalserver/postal:latest@sha256:4819090c759d9ed361915df853a432074e5a85bac4511e908ec93899420b55bf
|
image: ghcr.io/postalserver/postal:latest@sha256:4f96b2e527c5589e6b73e25aebf877917bba45b460f535ecfca527488745e926
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-apps"]
|
||||||
@@ -4826,7 +4827,7 @@ services:
|
|||||||
TP_COMMUNITY_THEME: false
|
TP_COMMUNITY_THEME: false
|
||||||
TP_THEME: space-gray
|
TP_THEME: space-gray
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: lscr.io/linuxserver/prowlarr:latest@sha256:a46d0ce0a8236bc4e065fe7c91a55d026c9d849620c5845250519b977d8857f3
|
image: lscr.io/linuxserver/prowlarr:latest@sha256:c9fe528f34b1fd3715438b6f6d6991d64e2965f2c055db36398bc66a0e7eab01
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Servarr Stack
|
homepage.group: Servarr Stack
|
||||||
homepage.name: Prowlarr
|
homepage.name: Prowlarr
|
||||||
@@ -4933,7 +4934,7 @@ services:
|
|||||||
VPN_PASS: ${DELUGEVPN_ENVIRONMENT_VPN_PASS}
|
VPN_PASS: ${DELUGEVPN_ENVIRONMENT_VPN_PASS}
|
||||||
VPN_PROV: pia
|
VPN_PROV: pia
|
||||||
WEBUI_PORT: 8080
|
WEBUI_PORT: 8080
|
||||||
image: ghcr.io/binhex/arch-qbittorrentvpn:latest@sha256:64462c1cef85a4dde9ff76465dfa39f5628b6b88a30143fa48b3546a776fcac0
|
image: ghcr.io/binhex/arch-qbittorrentvpn:latest@sha256:efa638118d5f5bcf9606cc75a744a43e197731c24c2ad6ba33b065f750e5e8c3
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Downloaders
|
homepage.group: Downloaders
|
||||||
homepage.name: qBittorrent
|
homepage.name: qBittorrent
|
||||||
@@ -5106,7 +5107,7 @@ services:
|
|||||||
STORAGE_URL: https://s3.${MY_TLD}/reactive-resume
|
STORAGE_URL: https://s3.${MY_TLD}/reactive-resume
|
||||||
STORAGE_USE_SSL: false
|
STORAGE_USE_SSL: false
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
image: amruthpillai/reactive-resume:latest@sha256:267e56e622f39b226e3796331e7391dad6ac9bc8c4369a506f33cd5876f26b36
|
image: amruthpillai/reactive-resume:latest@sha256:c55782377718e9475e318f9a802fcff380f978331a1ae509096f97aadb971c29
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Professional Services
|
homepage.group: Professional Services
|
||||||
homepage.name: Reactive Resume
|
homepage.name: Reactive Resume
|
||||||
@@ -5285,7 +5286,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
image: rommapp/romm:latest@sha256:fa9a412dd2881472ef85aa9b268a84ae6d149b865fddd50df2b72749ce8a480e
|
image: rommapp/romm:latest@sha256:2b7a1714b287f69b081ad2a63bb8c2fa673666a17b2f21322b580b0cd51cb266
|
||||||
environment:
|
environment:
|
||||||
ROMM_DB_DRIVER: mariadb # mariadb | sqlite (default: sqlite)
|
ROMM_DB_DRIVER: mariadb # mariadb | sqlite (default: sqlite)
|
||||||
ROMM_HOST: https://localhost:3000 # [Optional] your host ip or domain name (including http(s)://, subdomain and port if needed). Being used only for webRcade feed for now.
|
ROMM_HOST: https://localhost:3000 # [Optional] your host ip or domain name (including http(s)://, subdomain and port if needed). Being used only for webRcade feed for now.
|
||||||
@@ -6104,7 +6105,7 @@ services:
|
|||||||
SECURITY_ENABLE_LOGIN: true
|
SECURITY_ENABLE_LOGIN: true
|
||||||
SYSTEM_SHOW_UPDATE: false
|
SYSTEM_SHOW_UPDATE: false
|
||||||
SYSTEM_SHOW_UPDATE_ONLY_ADMIN: true
|
SYSTEM_SHOW_UPDATE_ONLY_ADMIN: true
|
||||||
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest@sha256:2bb9b67f3edbca7ecc80f6e851a02cd04a10d5ea1d69b3e80b1e1f615e97b7a2
|
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest@sha256:950c596db26e0764f642def2fd4f9ee904ff2ac16d83fe621ff731b771d9b385
|
||||||
labels:
|
labels:
|
||||||
homepage.name: Stirling-PDF
|
homepage.name: Stirling-PDF
|
||||||
homepage.group: Professional Services
|
homepage.group: Professional Services
|
||||||
@@ -6477,7 +6478,7 @@ services:
|
|||||||
container_name: wallos
|
container_name: wallos
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
image: bellamy/wallos:latest@sha256:11ed4975912a014e2ec53d5270acfdde8eb928f59b56ad9ba136a2e69bbec019
|
image: bellamy/wallos:latest@sha256:f226b0ccb9f726f0389653357a692a684afbb7a6cca705099a1d826e8f47a772
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Lifestyle
|
homepage.group: Lifestyle
|
||||||
homepage.name: wallos
|
homepage.name: wallos
|
||||||
@@ -6507,7 +6508,7 @@ services:
|
|||||||
- wallos-logos:/var/www/html/images/uploads/logos
|
- wallos-logos:/var/www/html/images/uploads/logos
|
||||||
web-check:
|
web-check:
|
||||||
container_name: web-check
|
container_name: web-check
|
||||||
image: lissy93/web-check@sha256:89e64002dc8871bfd38ec6068df025f5b4b9f0e45d31a2884f894d1407380b11
|
image: lissy93/web-check@sha256:6c2c4957c8794ffbcd50e0b560f6f010f17884b36b587c74155482fbad15a077
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Privacy/Security
|
homepage.group: Privacy/Security
|
||||||
homepage.name: Web-Check
|
homepage.name: Web-Check
|
||||||
|
|||||||
Reference in New Issue
Block a user