Compare commits
94 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed2c7e17be | |||
| 5f9a4a741e | |||
| 6c058e02d0 | |||
| c8d5ea18e1 | |||
| 46025719fc | |||
| 574bf7d1e2 | |||
| 07b39a2b07 | |||
| 658243719a | |||
| 2f55acda4d | |||
| 6b53e6e47c | |||
| 811fb488f4 | |||
| 2ab3444908 | |||
| 9b0d004ee0 | |||
| 3e205e7813 | |||
| b17aa90d3a | |||
| 41977ec73a | |||
| e1cbdbfda1 | |||
| a67fdfdd15 | |||
| 71ae31c590 | |||
| fd1f65b10a | |||
| 3eec838770 | |||
| fb1cdbfa56 | |||
| 588c3507b9 | |||
| cb523b538b | |||
| 54a8a0e31b | |||
| 2d7918167a | |||
| 0cbde414f1 | |||
| f7b565a541 | |||
| 9f7ac2f41c | |||
| 8c906beff3 | |||
| af378a8e61 | |||
| ad9bcdc468 | |||
| 6719e3a7f5 | |||
| 7f2c97fe95 | |||
| 98f7f695be | |||
| 97754a224e | |||
| 4f7aa227b5 | |||
| e751b0eb11 | |||
| 1191f14123 | |||
| f7ce70e21b | |||
| 3189457246 | |||
| 4cd067f650 | |||
| 273415cc98 | |||
| 8503f98500 | |||
| c9588355cc | |||
| afc7d01228 | |||
| 367ed90629 | |||
| dd50fd4c6e | |||
| ac15106140 | |||
| 6a159e7e6b | |||
| 899b25f8de | |||
| bf632b8377 | |||
| fa06a3dc9d | |||
| 22b5f095bb | |||
| 8a1479f417 | |||
| 25811e83ac | |||
| 9ae8502ed6 | |||
| f6f8170d71 | |||
| 48fa44bacb | |||
| 4f5257cd8f | |||
| 4503cbd273 | |||
| ebaf2f0ab8 | |||
| e9077bb31a | |||
| 9448f308b2 | |||
| 16664eb2f1 | |||
| 80c041f997 | |||
| 3c12e6e25d | |||
| e6bbb3dc10 | |||
| 622ff28d0a | |||
| c3079b6ab2 | |||
| 46c6840799 | |||
| 795d1b3983 | |||
| 638f0fd1b4 | |||
| bd01ea2d10 | |||
| 0cebc88d94 | |||
| e324479db2 | |||
| 09c12e5d95 | |||
| ecb6bfd178 | |||
| 37edaca426 | |||
| 53719d8f0b | |||
| ec1ddcfe64 | |||
| 3dd413cace | |||
| d614d521cc | |||
| af41cc2363 | |||
| b50fe5844a | |||
| 4fda7cae46 | |||
| 1f29126f2d | |||
| d7bea14f17 | |||
| 8d18ae35a8 | |||
| f24d7b170c | |||
| b64a6a0327 | |||
| 181bc01d7d | |||
| e8345cbe1f | |||
| 9fee660529 |
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
|
||||
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
||||
with:
|
||||
ref: main
|
||||
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
} > README.md
|
||||
|
||||
- name: Add/Commit README.md
|
||||
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
|
||||
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
|
||||
with:
|
||||
message: "chore: Update README"
|
||||
add: "README.md"
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
assignee: ${{ github.actor }}
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
git fetch origin ${{ github.event.pull_request.base.ref }}
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -197,7 +197,7 @@ jobs:
|
||||
password: ${{ secrets.BOT_GITEA_PASSWORD }}
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -213,16 +213,6 @@ jobs:
|
||||
HC_VAULT_TOKEN: ${{ secrets.VAULT_GITEA_TOKEN }}
|
||||
HC_VAULT_SECRETS_PATH: rinoa-docker/env
|
||||
|
||||
- name: Check services
|
||||
env:
|
||||
DSLIST: ${{ env.DOCKER_SVC_LIST }}
|
||||
run: |
|
||||
if [ -z ${DSLIST} ]; then
|
||||
echo "DOCKER_SVC_LIST=" >> $GITHUB_ENV
|
||||
else
|
||||
echo "${DLIST}"
|
||||
fi
|
||||
|
||||
- name: Pre-pull/build service images in parallel
|
||||
continue-on-error: true
|
||||
uses: https://git.trez.wtf/Trez/docker-select-image-pull@main
|
||||
@@ -244,7 +234,7 @@ jobs:
|
||||
services-log-level: debug
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -287,7 +277,7 @@ jobs:
|
||||
sort > cloudflare_subdomains.txt
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -317,7 +307,7 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -368,7 +358,7 @@ jobs:
|
||||
echo "pr_index=${pr_index}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -412,7 +402,7 @@ jobs:
|
||||
password: ${{ secrets.BOT_GITEA_PASSWORD }}
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -458,7 +448,7 @@ jobs:
|
||||
skip-no-healthcheck: "true"
|
||||
|
||||
- name: Gotify Notification
|
||||
uses: https://git.trez.wtf/Trez/gotify-action@main
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
|
||||
@@ -126,7 +126,7 @@ jobs:
|
||||
password: ${{ secrets.BOT_GITEA_PASSWORD }}
|
||||
|
||||
- name: Gotify Notification (Start)
|
||||
uses: eikendev/gotify-action@master
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
@@ -164,7 +164,7 @@ jobs:
|
||||
skip-no-healthcheck: "true"
|
||||
|
||||
- name: Gotify Notification (Finish)
|
||||
uses: eikendev/gotify-action@master
|
||||
uses: eikendev/gotify-action@b678edfef1d7893eeffc494256f50c003cef3c77 # 0.0.3
|
||||
with:
|
||||
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
|
||||
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
|
||||
|
||||
@@ -2,14 +2,6 @@
|
||||
|
||||
<details><summary>View Neofetch Output</summary>
|
||||
?25l?7l<span style=color:#A00><b> .-/+oossssoo+/-.
|
||||
?25l?7l</b></span><span style=color:#A00><b> .-/+oossssoo+/-.
|
||||
|
||||
-+ssssssssssssssssssyyssss+-
|
||||
.ossssssssssssssssss<span style=color:#AAA></span></b></span><b>dMMMNy</b><span style=color:#A00><b>sssso.
|
||||
/sssssssssss<span style=color:#AAA></span></b></span><b>hdmmNNmmyNMMMMh</b><span style=color:#A00><b>ssssss/
|
||||
+sssssssss<span style=color:#AAA></span></b></span><b>hm</b><span style=color:#A00><b>yd<span style=color:#AAA></span></b></span><b>MMMMMMMNddddy</b><span style=color:#A00><b>ssssssss+
|
||||
/ssssssss<span style=color:#AAA></span></b></span><b>hNMMM</b><span style=color:#A00><b>yh<span style=color:#AAA></span></b></span><b>hyyyyhmNMMMNh</b><span style=color:#A00><b>ssssssss/
|
||||
.ssssssss<span style=color:#AAA></span></b></span><b>dMMMNh</b><span style=color:#A00><b>ssssssssss<span style=color:#AAA></span></b></span><b>hNMMMd</b><span style=color:#A00><b>ssssssss.
|
||||
|
||||
-+ssssssssssssssssssyyssss+-
|
||||
.ossssssssssssssssss<span style=color:#AAA></span></b></span><b>dMMMNy</b><span style=color:#A00><b>sssso.
|
||||
@@ -19,28 +11,36 @@
|
||||
.ssssssss<span style=color:#AAA></span></b></span><b>dMMMNh</b><span style=color:#A00><b>ssssssssss<span style=color:#AAA></span></b></span><b>hNMMMd</b><span style=color:#A00><b>ssssssss.
|
||||
+ssss<span style=color:#AAA></span></b></span><b>hhhyNMMNy</b><span style=color:#A00><b>ssssssssssss<span style=color:#AAA></span></b></span><b>yNMMMy</b><span style=color:#A00><b>sssssss+
|
||||
oss<span style=color:#AAA></span></b></span><b>yNMMMNyMMh</b><span style=color:#A00><b>ssssssssssssss<span style=color:#AAA></span></b></span><b>hmmmh</b><span style=color:#A00><b>ssssssso
|
||||
+ssss<span style=color:#AAA></span></b></span><b>hhhyNMMNy</b><span style=color:#A00><b>ssssssssssss<span style=color:#AAA></span></b></span><b>yNMMMy</b><span style=color:#A00><b>sssssss+
|
||||
oss<span style=color:#AAA></span></b></span><b>yNMMMNyMMh</b><span style=color:#A00><b>ssssssssssssss<span style=color:#AAA></span></b></span><b>hmmmh</b><span style=color:#A00><b>ssssssso
|
||||
oss<span style=color:#AAA></span></b></span><b>yNMMMNyMMh</b><span style=color:#A00><b>sssssssssssssshmmmh</b></span><span style=color:#A00><b>ssssssso
|
||||
+ssss<span style=color:#AAA></span></b></span><b>hhhyNMMNy</b><span style=color:#A00><b>ssssssssssss<span style=color:#AAA></span></b></span><b>yNMMMy</b><span style=color:#A00><b>sssssss+
|
||||
oss<span style=color:#AAA></span></b></span><b>yNMMMNyMMh</b><span style=color:#A00><b>sssssssssssssshmmmh</b></span><span style=color:#A00><b>ssssssso
|
||||
+ssss<span style=color:#AAA></span></b></span><b>hhhyNMMNy</b><span style=color:#A00><b>ssssssssssss<span style=color:#AAA></span></b></span><b>yNMMMy</b><span style=color:#A00><b>sssssss+
|
||||
.ssssssss<span style=color:#AAA></span></b></span><b>dMMMNh</b><span style=color:#A00><b>ssssssssss<span style=color:#AAA></span></b></span><b>hNMMMd</b><span style=color:#A00><b>ssssssss.
|
||||
.ssssssss<span style=color:#AAA></span></b></span><b>dMMMNh</b><span style=color:#A00><b>ssssssssss<span style=color:#AAA></span></b></span><b>hNMMMd</b><span style=color:#A00><b>ssssssss.
|
||||
/ssssssss<span style=color:#AAA></span></b></span><b>hNMMM</b><span style=color:#A00><b>yh<span style=color:#AAA></span></b></span><b>hyyyyhdNMMMNh</b><span style=color:#A00><b>ssssssss/
|
||||
/ssssssss<span style=color:#AAA></span></b></span><b>hNMMM</b><span style=color:#A00><b>yh<span style=color:#AAA></span></b></span><b>hyyyyhdNMMMNh</b><span style=color:#A00><b>ssssssss/
|
||||
+sssssssss<span style=color:#AAA></span></b></span><b>dm</b><span style=color:#A00><b>yd<span style=color:#AAA></span></b></span><b>MMMMMMMMddddy</b><span style=color:#A00><b>ssssssss+
|
||||
/sssssssssss<span style=color:#AAA></span></b></span><b>hdmNNNNmyNMMMMh</b><span style=color:#A00><b>ssssss/
|
||||
+sssssssss<span style=color:#AAA></span></b></span><b>dm</b><span style=color:#A00><b>yd<span style=color:#AAA></span></b></span><b>MMMMMMMMddddy</b><span style=color:#A00><b>ssssssss+
|
||||
/sssssssssss<span style=color:#AAA></span></b></span><b>hdmNNNNmyNMMMMh</b><span style=color:#A00><b>ssssss/
|
||||
.ossssssssssssssssss<span style=color:#AAA></span></b></span><b>dMMMNy</b><span style=color:#A00><b>sssso.
|
||||
.ossssssssssssssssss<span style=color:#AAA></span></b></span><b>dMMMNy</b><span style=color:#A00><b>sssso.
|
||||
-+sssssssssssssssss<span style=color:#AAA></span></b></span><b>yyy</b><span style=color:#A00><b>ssss+-
|
||||
-+sssssssssssssssss<span style=color:#AAA></span></b></span><b>yyy</b><span style=color:#A00><b>ssss+-
|
||||
|
||||
.-/+oossssoo+/-.</b></span>
|
||||
?25l?7l<span style=color:#A00><b> .-/+oossssoo+/-.
|
||||
|
||||
.-/+oossssoo+/-.
|
||||
-+ssssssssssssssssssyyssss+-
|
||||
.ossssssssssssssssss<span style=color:#AAA></span></b></span><b>dMMMNy</b><span style=color:#A00><b>sssso.
|
||||
/sssssssssss<span style=color:#AAA></span></b></span><b>hdmmNNmmyNMMMMh</b><span style=color:#A00><b>ssssss/
|
||||
+sssssssss<span style=color:#AAA></span></b></span><b>hm</b><span style=color:#A00><b>yd<span style=color:#AAA></span></b></span><b>MMMMMMMNddddy</b><span style=color:#A00><b>ssssssss+
|
||||
/ssssssss<span style=color:#AAA></span></b></span><b>hNMMM</b><span style=color:#A00><b>yh<span style=color:#AAA></span></b></span><b>hyyyyhmNMMMNh</b><span style=color:#A00><b>ssssssss/
|
||||
.ssssssss<span style=color:#AAA></span></b></span><b>dMMMNh</b><span style=color:#A00><b>ssssssssss<span style=color:#AAA></span></b></span><b>hNMMMd</b><span style=color:#A00><b>ssssssss.
|
||||
+ssss<span style=color:#AAA></span></b></span><b>hhhyNMMNy</b><span style=color:#A00><b>ssssssssssss<span style=color:#AAA></span></b></span><b>yNMMMy</b><span style=color:#A00><b>sssssss+
|
||||
oss<span style=color:#AAA></span></b></span><b>yNMMMNyMMh</b><span style=color:#A00><b>ssssssssssssss<span style=color:#AAA></span></b></span><b>hmmmh</b><span style=color:#A00><b>ssssssso
|
||||
oss<span style=color:#AAA></span></b></span><b>yNMMMNyMMh</b><span style=color:#A00><b>sssssssssssssshmmmh</b></span><span style=color:#A00><b>ssssssso
|
||||
+ssss<span style=color:#AAA></span></b></span><b>hhhyNMMNy</b><span style=color:#A00><b>ssssssssssss<span style=color:#AAA></span></b></span><b>yNMMMy</b><span style=color:#A00><b>sssssss+
|
||||
.ssssssss<span style=color:#AAA></span></b></span><b>dMMMNh</b><span style=color:#A00><b>ssssssssss<span style=color:#AAA></span></b></span><b>hNMMMd</b><span style=color:#A00><b>ssssssss.
|
||||
/ssssssss<span style=color:#AAA></span></b></span><b>hNMMM</b><span style=color:#A00><b>yh<span style=color:#AAA></span></b></span><b>hyyyyhdNMMMNh</b><span style=color:#A00><b>ssssssss/
|
||||
+sssssssss<span style=color:#AAA></span></b></span><b>dm</b><span style=color:#A00><b>yd<span style=color:#AAA></span></b></span><b>MMMMMMMMddddy</b><span style=color:#A00><b>ssssssss+
|
||||
/sssssssssss<span style=color:#AAA></span></b></span><b>hdmNNNNmyNMMMMh</b><span style=color:#A00><b>ssssss/
|
||||
.ossssssssssssssssss<span style=color:#AAA></span></b></span><b>dMMMNy</b><span style=color:#A00><b>sssso.
|
||||
-+sssssssssssssssss<span style=color:#AAA></span></b></span><b>yyy</b><span style=color:#A00><b>ssss+-
|
||||
|
||||
.-/+oossssoo+/-.</b></span>
|
||||
A9999DC<b><span style=color:#A00><b>charish</b></span></b>@<span style=color:#A00><b>rinoa</b></span>
|
||||
A9999DC<b><span style=color:#A00><b>charish</b></span></b>@<span style=color:#A00><b>rinoa</b></span>
|
||||
C-------------
|
||||
@@ -51,8 +51,8 @@ C<span style=color:#A00><b>Host</b></span>: Super Server 0123456789
|
||||
C<span style=color:#A00><b>Host</b></span>: Super Server 0123456789
|
||||
C<span style=color:#A00><b>Kernel</b></span>: 6.8.0-79-generic
|
||||
C<span style=color:#A00><b>Kernel</b></span>: 6.8.0-79-generic
|
||||
C<span style=color:#A00><b>Uptime</b></span>: 10 hours, 28 mins
|
||||
C<span style=color:#A00><b>Uptime</b></span>: 10 hours, 28 mins
|
||||
C<span style=color:#A00><b>Uptime</b></span>: 14 hours, 28 mins
|
||||
C<span style=color:#A00><b>Uptime</b></span>: 14 hours, 28 mins
|
||||
C<span style=color:#A00><b>Packages</b></span>: 1328 (dpkg), 8 (snap)
|
||||
C<span style=color:#A00><b>Packages</b></span>: 1328 (dpkg), 8 (snap)
|
||||
C<span style=color:#A00><b>Shell</b></span>: zsh 5.9
|
||||
@@ -63,10 +63,10 @@ C<span style=color:#A00><b>CPU</b></span>: Intel Xeon D-1521 (8) @ 2.700GHz
|
||||
C<span style=color:#A00><b>CPU</b></span>: Intel Xeon D-1521 (8) @ 2.700GHz
|
||||
C<span style=color:#A00><b>GPU</b></span>: 07:00.0 ASPEED Technology, Inc. ASPEED Graphics Family
|
||||
C<span style=color:#A00><b>GPU</b></span>: 07:00.0 ASPEED Technology, Inc. ASPEED Graphics Family
|
||||
C<span style=color:#A00><b>Memory</b></span>: 77450MiB / 128710MiB
|
||||
C<span style=color:#A00><b>Memory</b></span>: 77450MiB / 128710MiB
|
||||
C<span style=color:#A00><b>Memory</b></span>: 103508MiB / 128710MiB
|
||||
C<span style=color:#000><span style=background-color:#000> <span style=color:#A00><span style=background-color:#A00> <span style=color:#0A0><span style=background-color:#0A0> <span style=color:#A50><span style=background-color:#A50> <span style=color:#00A><span style=background-color:#00A> <span style=color:#A0A><span style=background-color:#A0A> <span style=color:#0AA><span style=background-color:#0AA> <span style=color:#AAA><span style=background-color:#AAA> </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span>
|
||||
C<span style=color:#555><span style=background-color:#555> <span style=color:#F55><span style=background-color:#F55> <span style=color:#5F5><span style=background-color:#5F5> <span style=color:#FF5><span style=background-color:#FF5> <span style=color:#55F><span style=background-color:#55F> <span style=color:#F5F><span style=background-color:#F5F> <span style=color:#5FF><span style=background-color:#5FF> <span style=color:#FFF><span style=background-color:#FFF> </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span>
|
||||
C<span style=color:#A00><b>Memory</b></span>: 103508MiB / 128710MiB
|
||||
C<span style=color:#000><span style=background-color:#000> <span style=color:#A00><span style=background-color:#A00> <span style=color:#0A0><span style=background-color:#0A0> <span style=color:#A50><span style=background-color:#A50> <span style=color:#00A><span style=background-color:#00A> <span style=color:#A0A><span style=background-color:#A0A> <span style=color:#0AA><span style=background-color:#0AA> <span style=color:#AAA><span style=background-color:#AAA> </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span>
|
||||
C<span style=color:#555><span style=background-color:#555> <span style=color:#F55><span style=background-color:#F55> <span style=color:#5F5><span style=background-color:#5F5> <span style=color:#FF5><span style=background-color:#FF5> <span style=color:#55F><span style=background-color:#55F> <span style=color:#F5F><span style=background-color:#F5F> <span style=color:#5FF><span style=background-color:#5FF> <span style=color:#FFF><span style=background-color:#FFF> </span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span>
|
||||
?25h?7h
|
||||
@@ -109,7 +109,7 @@ C<span style=color:#555><span style=background-color:#555> <span style=color:#
|
||||
| bytestash | ghcr.io/jordan-dalby/bytestash:latest | Code Gists/Snippets |
|
||||
| changedetection | ghcr.io/dgtlmoon/changedetection.io | Page change monitoring with alerts |
|
||||
| changedetection-chrome | dgtlmoon/sockpuppetbrowser:latest | |
|
||||
| chrome | gcr.io/zenika-hub/alpine-chrome:123 | |
|
||||
| chrome | gcr.io/zenika-hub/alpine-chrome:124 | |
|
||||
| clipcascade | sathvikrao/clipcascade:latest | Online file converter |
|
||||
| cloudflareddns | ghcr.io/hotio/cloudflareddns:latest | |
|
||||
| convertx | ghcr.io/c4illin/convertx | Online file converter |
|
||||
@@ -184,7 +184,7 @@ C<span style=color:#555><span style=background-color:#555> <span style=color:#
|
||||
| maxun-frontend | getmaxun/maxun-frontend:latest | No-code web data extraction platform |
|
||||
| maxun-pg-db | postgres:17-alpine | |
|
||||
| maxun-valkey | docker.io/valkey/valkey:9-alpine | |
|
||||
| meilisearch | getmeili/meilisearch:v1.24 | |
|
||||
| meilisearch | getmeili/meilisearch:v1.25 | |
|
||||
| meme-search-pro | ghcr.io/neonwatty/meme_search_pro:latest | Meme search engine built with Python and Ruby |
|
||||
| meme-search-pro-img2txt-gen | ghcr.io/neonwatty/image_to_text_generator:latest | |
|
||||
| meme-search-db | pgvector/pgvector:pg17 | |
|
||||
@@ -248,7 +248,7 @@ C<span style=color:#555><span style=background-color:#555> <span style=color:#
|
||||
| signoz-clickhouse | clickhouse/clickhouse-server:25.5.6-alpine | |
|
||||
| signoz-init-clickhouse | clickhouse/clickhouse-server:25.5.6-alpine | |
|
||||
| signoz-logspout | pavanputhra/logspout-signoz | |
|
||||
| signoz-otel-collector | signoz/signoz-otel-collector:v0.129.8 | |
|
||||
| signoz-otel-collector | signoz/signoz-otel-collector:v0.129.9 | |
|
||||
| signoz-schema-migrator-async | signoz/signoz-schema-migrator:v0.129.8 | |
|
||||
| signoz-schema-migrator-sync | signoz/signoz-schema-migrator:v0.129.8 | |
|
||||
| signoz-zookeeper-1 | signoz/zookeeper:3.7.1 | |
|
||||
@@ -265,6 +265,7 @@ C<span style=color:#555><span style=background-color:#555> <span style=color:#
|
||||
| swag | lscr.io/linuxserver/swag:latest | SWAG Dashboard for proxies |
|
||||
| tandoor | vabene1111/recipes | Recipes, cookbooks, meal-planning, & grocery lists |
|
||||
| tandoor-pg | postgres:16-alpine | |
|
||||
| tdarr | ghcr.io/haveagitgat/tdarr:2.55.01 | Distributed transcode automation |
|
||||
| unmanic | josh5/unmanic:latest | Library Optimizer |
|
||||
| uptimekuma | louislam/uptime-kuma:latest | HTTP Endpoint Monitoring |
|
||||
| vault | hashicorp/vault:latest | HashiCorp Vault for secrets, key/value stores, etc. |
|
||||
|
||||
+118
-49
@@ -263,15 +263,23 @@ services:
|
||||
APPRISE_STATEFUL_MODE: simple
|
||||
image: lscr.io/linuxserver/apprise-api:latest@sha256:83a67230d071dd424ee004a0e88f35209f29d413ece2db515c4454aa4097c83f
|
||||
labels:
|
||||
cloudflare.tunnel.enable: true
|
||||
cloudflare.tunnel.hostname: apprise.${MY_TLD}
|
||||
cloudflare.tunnel.service: http://apprise:8000
|
||||
cloudflare.tunnel.zonename: ${MY_TLD}
|
||||
cloudflare.tunnel.no_tls_verify: true
|
||||
swag: enable
|
||||
swag_proto: http
|
||||
swag_port: 8000
|
||||
swag_auth: authelia
|
||||
swag_auth_bypass: /status,/notify/,/details,/metrics,/json/urls
|
||||
swag_url: apprise.${MY_TLD}
|
||||
swag.uptime-kuma.enabled: true
|
||||
swag.uptime-kuma.monitor.parent: Rinoa
|
||||
swag.uptime-kuma.name: Apprise-API
|
||||
swag.uptime-kuma.monitor.url: https://apprise.${MY_TLD}
|
||||
swag.uptime-kuma.monitor.interval: 300
|
||||
swag.uptime-kuma.monitor.retryInterval: 60
|
||||
swag.uptime-kuma.monitor.maxretries: 5
|
||||
homepage.group: Infrastructure/App Performance Monitoring
|
||||
homepage.name: Apprise
|
||||
homepage.icon: apprise.png
|
||||
homepage.href: http://192.168.1.254:54995
|
||||
homepage.href: https://apprise.${MY_TLD}
|
||||
homepage.description: Multi-channel notification API
|
||||
homepage.widget.type: customapi
|
||||
homepage.widget.headers: "Accept: application/json"
|
||||
@@ -349,7 +357,7 @@ services:
|
||||
URL_HOST: asciinema.trez.wtf
|
||||
URL_PORT: 4000
|
||||
URL_SCHEME: https
|
||||
image: ghcr.io/asciinema/asciinema-server:latest@sha256:fad89accd5cedb366cd9213ed90e02c4f3c069458771122a9065bc7ffb2e93e1
|
||||
image: ghcr.io/asciinema/asciinema-server:latest@sha256:ce1dcd55850219d2b4fa729e5f6c64efbb0af1b05d94bd150334770231762507
|
||||
labels:
|
||||
homepage.group: Code/DevOps
|
||||
homepage.name: Asciinema
|
||||
@@ -387,7 +395,7 @@ services:
|
||||
interval: 2s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
image: postgres:14-alpine@sha256:5b450860beab0a9f64dca71b0f8f1f0daa12dbece441af5f2f071d7e579f4eb0
|
||||
image: postgres:14-alpine@sha256:09f58ad6aa5b3e93c5cfc6144d89cc6b57fccffeddb69e95650882352c543063
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -514,7 +522,7 @@ services:
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
image: postgres:15-alpine@sha256:9333aa24f8fa85b3792c4a19be5c4b61eafd4ecdd7a56cdd0dfbd620d5b0a825
|
||||
image: postgres:15-alpine@sha256:7f1c7abf61c4cfbdaa8d9e7f95621bc8d53186546140ff1c98a8d60421a7fb58
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -577,7 +585,7 @@ services:
|
||||
expose:
|
||||
- 9091
|
||||
- 9959 # Metrics port for Prometheus
|
||||
image: authelia/authelia:master@sha256:93c84fc3d8a9818f8964d55901b1150176e8f2b1fe8bef7f2bec027f07adcc31
|
||||
image: authelia/authelia:master@sha256:de1bdd9bcf7089ca2d9fa95cc904218e263091b61f91b49d9caa37bd0d87e57e
|
||||
labels:
|
||||
homepage.group: Privacy/Security
|
||||
homepage.name: Authelia
|
||||
@@ -613,7 +621,7 @@ services:
|
||||
POSTGRES_DB: authelia
|
||||
expose:
|
||||
- 5432
|
||||
image: postgres:16-alpine@sha256:236d1ccc720e386c4e03facd46a107c34bc872858e6808c27d522032dfd5e273
|
||||
image: postgres:16-alpine@sha256:ac55186cd25ebb254322af8daefd355d94decb6619318a4855f5635588bf4b44
|
||||
networks:
|
||||
default: null
|
||||
profiles: ["rinoa-apps"]
|
||||
@@ -718,7 +726,7 @@ services:
|
||||
container_name: beszel
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
image: henrygd/beszel:latest@sha256:358d452b97e0e1714f0acab3442f753528c3ec006df513710315c9c96dff4b87
|
||||
image: henrygd/beszel:latest@sha256:24c5513b364a2cb6f966819389128999817afbaebfe81ba2980289e39326f484
|
||||
labels:
|
||||
homepage.group: Infrastructure/App Performance Monitoring
|
||||
homepage.name: Beszel
|
||||
@@ -750,14 +758,16 @@ services:
|
||||
beszel-agent:
|
||||
container_name: beszel-agent
|
||||
depends_on:
|
||||
- beszel
|
||||
beszel:
|
||||
condition: service_started
|
||||
required: true
|
||||
environment:
|
||||
PORT: 45876
|
||||
# Do not remove quotes around the key
|
||||
KEY: "${BESZEL_RINOA_AGENT_KEY}"
|
||||
expose:
|
||||
- 45876
|
||||
image: henrygd/beszel-agent:latest@sha256:cfd032ce5e420422d2958f50f4df0df49b08f79e5a587e2574cde9824ad10b34
|
||||
image: henrygd/beszel-agent:latest@sha256:dee59d68ac327a755aec7651dd31b9f9a6d7db3da6f093e16e8c36c1f71a18cd
|
||||
network_mode: host
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: unless-stopped
|
||||
@@ -879,7 +889,7 @@ services:
|
||||
- 3000
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
image: ghcr.io/browserless/chromium:latest@sha256:da3aab64fa0419676a69c866755802796bda22527f699c577c3c202d84bb1205
|
||||
image: ghcr.io/browserless/chromium:latest@sha256:afcea6f6d6896ec11f4c0780fd6a29e99380adcc473b594ca42b313ff1f34cff
|
||||
labels:
|
||||
swag: enable
|
||||
swag_proto: http
|
||||
@@ -939,7 +949,7 @@ services:
|
||||
TZ: ${TZ}
|
||||
LC_ALL: en_US.UTF-8
|
||||
LISTEN_HOST: 0.0.0.0
|
||||
image: ghcr.io/dgtlmoon/changedetection.io@sha256:87bff8434cb4574cae634c995d4ce519631eadc0fcfcc1d64123122094605d99
|
||||
image: ghcr.io/dgtlmoon/changedetection.io@sha256:3aa47c4ca4339a3331158e4aa75805267e1c07743615bdde89d2df08e984c11d
|
||||
labels:
|
||||
homepage.description: Page change monitoring with alerts
|
||||
homepage.group: System Administration
|
||||
@@ -987,7 +997,7 @@ services:
|
||||
- --remote-debugging-address=0.0.0.0
|
||||
- --remote-debugging-port=9222
|
||||
- --hide-scrollbars
|
||||
image: gcr.io/zenika-hub/alpine-chrome:123@sha256:e38563d4475a3d791e986500a2e4125c9afd13798067138881cf770b1f6f3980
|
||||
image: gcr.io/zenika-hub/alpine-chrome:124@sha256:1a0046448e0bb6c275c88f86e01faf0de62b02ec8572901256ada0a8c08be23f
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: unless-stopped
|
||||
clipcascade:
|
||||
@@ -1091,9 +1101,11 @@ services:
|
||||
crowdsec:
|
||||
container_name: crowdsec
|
||||
depends_on:
|
||||
- swag
|
||||
swag:
|
||||
condition: service_started
|
||||
required: true
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerproxy:2375
|
||||
DOCKER_HOST: tcp:/${DOCKER_VOLUME_CONFIG}proxy:2375
|
||||
GID: 1000
|
||||
BOUNCER_KEY_SWAG: ${CROWDSEC_SWAG_API_KEY}
|
||||
COLLECTIONS: >-
|
||||
@@ -1262,7 +1274,7 @@ services:
|
||||
DAGU_AUTH_TOKEN: ${DAGU_AUTH_TOKEN}
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
image: ghcr.io/dagu-org/dagu:alpine@sha256:4c18bc8f739b82fc7f522625115c942c5b6ee5cfcb036e3355c08ba97fb4c654
|
||||
image: ghcr.io/dagu-org/dagu:alpine@sha256:f90010095b00a951a3ec0d6081ba1b95ef94b4bec8923f2a84b04fc52950e0a9
|
||||
labels:
|
||||
homepage.group: Automation
|
||||
homepage.name: Dagu
|
||||
@@ -1843,7 +1855,7 @@ services:
|
||||
mail__options__auth__pass: ${POSTAL_SMTP_AUTH_PASSWORD}
|
||||
mail__from: "'Ghost @ Rinoa' <noreply@${MY_TLD}>"
|
||||
url: https://blog.${MY_TLD}
|
||||
image: ghost:latest@sha256:287c765e594fd1197a9acde9328e02dfa6c54b3d8dd2f282e8d063850af6bd3f
|
||||
image: ghost:latest@sha256:85e15524ac7e437720fa4ac3cd4633daaae3f95786a25633415d8d4f7382b4c4
|
||||
labels:
|
||||
homepage.group: Lifestyle
|
||||
homepage.name: Ghost
|
||||
@@ -1948,7 +1960,7 @@ services:
|
||||
interval: 10s
|
||||
start_period: 20s
|
||||
test: ["CMD-SHELL", "pg_isready -U gitea -d gitea"]
|
||||
image: postgres:14@sha256:e2f1e5757d8ea94774e6f27150c36b0aa56908381d67c4c6e3dfabaf10bfc584
|
||||
image: postgres:14@sha256:2b0ce813acfc95c26ca5991183e92c08918873161e2cf01179f6815a565d2e8b
|
||||
networks:
|
||||
default: null
|
||||
profiles: ["rinoa-infra"]
|
||||
@@ -2028,7 +2040,7 @@ services:
|
||||
VPN_SERVICE_PROVIDER: private internet access
|
||||
expose:
|
||||
- 8000
|
||||
image: qmcgaw/gluetun:latest@sha256:3127d0bdce249750cda0dd9427234625a190fd6abef7eedbd20fd5fbc8d9ca5d
|
||||
image: qmcgaw/gluetun:latest@sha256:b62730dbe8b3535d6adee4b161ed38d3fe3f37c1c32e20fed54cd4c7f974a390
|
||||
ports:
|
||||
- 3333:3333
|
||||
- 3334:3334
|
||||
@@ -2095,7 +2107,7 @@ services:
|
||||
guacamole:
|
||||
container_name: guacamole
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerproxy:2375
|
||||
DOCKER_HOST: tcp:/${DOCKER_VOLUME_CONFIG}proxy:2375
|
||||
EXTENSIONS: "auth-totp"
|
||||
TZ: ${TZ}
|
||||
image: flcontainers/guacamole:latest@sha256:81a420f386ef8cbb4697208e13ea90f6a10a54619981241bed672e4a41b5f77f
|
||||
@@ -2442,7 +2454,7 @@ services:
|
||||
test:
|
||||
- CMD-SHELL
|
||||
- pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB
|
||||
image: docker.io/library/postgres:14@sha256:e2f1e5757d8ea94774e6f27150c36b0aa56908381d67c4c6e3dfabaf10bfc584
|
||||
image: docker.io/library/postgres:14@sha256:fd8261236f7ecebba5ed807655dd91379901cc810e219758d4c66757565694f0
|
||||
networks:
|
||||
default: null
|
||||
profiles: ["rinoa-apps"]
|
||||
@@ -2458,7 +2470,7 @@ services:
|
||||
bind:
|
||||
create_host_path: true
|
||||
- source: ${DOCKER_VOLUME_CONFIG}/invidious/entrypoint/init-invidious-db.sh
|
||||
target: /docker-entrypoint-initdb.d/init-invidious-db.sh
|
||||
target: ${DOCKER_VOLUME_CONFIG}-entrypoint-initdb.d/init-invidious-db.sh
|
||||
type: bind
|
||||
bind:
|
||||
create_host_path: true
|
||||
@@ -3118,7 +3130,7 @@ services:
|
||||
POSTGRES_DB: ${JOPLIN_POSTGRES_DATABASE}
|
||||
expose:
|
||||
- 5432
|
||||
image: postgres:17-alpine@sha256:465e9a4c730a4ea32e4560f2f1115a8775443b879b7c78b9591420510fd3a981
|
||||
image: postgres:17-alpine@sha256:c4df1591a679546facd3108679b9f90e8b6582c8b71c68b37221c5d79dab9f8b
|
||||
networks:
|
||||
default: null
|
||||
profiles: ["rinoa-apps"]
|
||||
@@ -3501,7 +3513,7 @@ services:
|
||||
REDIS_URL: redis://manyfold-valkey:6379/2
|
||||
SECRET_KEY_BASE: ${MANYFOLD_SECRET_KEY_BASE}
|
||||
MUTLIUSER: enabled
|
||||
image: lscr.io/linuxserver/manyfold:latest@sha256:d1641224025e227201b6110a9cb699b324395b0980d35f2808769f4ea79846f1
|
||||
image: lscr.io/linuxserver/manyfold:latest@sha256:be3b8aa759de8b9d68f434b8889a6971401669435244ae5c4e30c08238dae07f
|
||||
labels:
|
||||
homepage.group: Lifestyle
|
||||
homepage.name: Manyfold
|
||||
@@ -3642,7 +3654,7 @@ services:
|
||||
timeout: 30s
|
||||
interval: 10s
|
||||
retries: 5
|
||||
image: postgres:17-alpine@sha256:465e9a4c730a4ea32e4560f2f1115a8775443b879b7c78b9591420510fd3a981
|
||||
image: postgres:17-alpine@sha256:c4df1591a679546facd3108679b9f90e8b6582c8b71c68b37221c5d79dab9f8b
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: always
|
||||
volumes:
|
||||
@@ -3680,7 +3692,7 @@ services:
|
||||
depends_on:
|
||||
- maxun-backend
|
||||
<<: *maxun-env
|
||||
image: getmaxun/maxun-frontend:latest@sha256:0c7e7bc93be4b50aebe6bfd16f32c65d03399955b4d05e3c8f58ea30912bfee9
|
||||
image: getmaxun/maxun-frontend:latest@sha256:6751156bb5bcd699b9c75d8d1b4c0bafa08c927e3047d9aa98b211ade5832c43
|
||||
labels:
|
||||
swag: enable
|
||||
swag_proto: http
|
||||
@@ -3708,7 +3720,7 @@ services:
|
||||
restart: unless-stopped
|
||||
maxun-pg-db:
|
||||
container_name: maxun-pg-db
|
||||
image: postgres:17-alpine@sha256:465e9a4c730a4ea32e4560f2f1115a8775443b879b7c78b9591420510fd3a981
|
||||
image: postgres:17-alpine@sha256:c4df1591a679546facd3108679b9f90e8b6582c8b71c68b37221c5d79dab9f8b
|
||||
environment:
|
||||
POSTGRES_USER: maxun
|
||||
POSTGRES_PASSWORD: ${MAXUN_DB_PASSWORD}
|
||||
@@ -3735,7 +3747,7 @@ services:
|
||||
MEILI_HOST: http://meilisearch:7700
|
||||
MEILI_NO_ANALYTICS: true
|
||||
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY}
|
||||
image: getmeili/meilisearch:v1.24@sha256:d991eb07331e9d1f9cec7bc0f9523fd5d51aee3b223d997e0e66206361952056
|
||||
image: getmeili/meilisearch:v1.25@sha256:0c2c2b954bfc230fd54334e9dcc77601eb182d0eb5b6885ce21724525e678bf9
|
||||
ports:
|
||||
- 7700:7700
|
||||
profiles: ["rinoa-apps"]
|
||||
@@ -4034,7 +4046,7 @@ services:
|
||||
NODE_ENV: production
|
||||
WEBHOOK_URL: https://n8n.${MY_TLD}/
|
||||
GENERIC_TIMEZONE: ${TZ}
|
||||
image: docker.n8n.io/n8nio/n8n@sha256:4a43ddf853afe3ad44be51379e7ed85c16b974cae26cf732d2fcbf71d0cb16c4
|
||||
image: docker.n8n.io/n8nio/n8n@sha256:f4fa73d4c9672803f989d59bf02ae9cf5333045ea02c9058e3a5653bfe56654b
|
||||
labels:
|
||||
swag: enable
|
||||
swag_proto: http
|
||||
@@ -4193,7 +4205,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
|
||||
- nextcloud_aio_mastercontainer:/mnt${DOCKER_VOLUME_CONFIG}-aio-config
|
||||
nocodb:
|
||||
container_name: nocodb
|
||||
depends_on:
|
||||
@@ -4253,7 +4265,7 @@ services:
|
||||
retries: 10
|
||||
test: 'pg_isready -U "$$POSTGRES_USER" -d "$$POSTGRES_DB"'
|
||||
timeout: 2s
|
||||
image: postgres:16-alpine@sha256:236d1ccc720e386c4e03facd46a107c34bc872858e6808c27d522032dfd5e273
|
||||
image: postgres:16-alpine@sha256:ac55186cd25ebb254322af8daefd355d94decb6619318a4855f5635588bf4b44
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -4563,7 +4575,7 @@ services:
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
image: postgres:17-alpine@sha256:465e9a4c730a4ea32e4560f2f1115a8775443b879b7c78b9591420510fd3a981
|
||||
image: postgres:17-alpine@sha256:c4df1591a679546facd3108679b9f90e8b6582c8b71c68b37221c5d79dab9f8b
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- pgbackweb-data:/var/lib/postgresql/data
|
||||
@@ -4638,7 +4650,7 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
image: postgres:16-alpine@sha256:236d1ccc720e386c4e03facd46a107c34bc872858e6808c27d522032dfd5e273
|
||||
image: postgres:16-alpine@sha256:ac55186cd25ebb254322af8daefd355d94decb6619318a4855f5635588bf4b44
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -5237,7 +5249,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${REACTIVE_RESUME_PGSQL_PASSWORD}
|
||||
expose:
|
||||
- 5432
|
||||
image: postgres:16-alpine@sha256:236d1ccc720e386c4e03facd46a107c34bc872858e6808c27d522032dfd5e273
|
||||
image: postgres:16-alpine@sha256:ac55186cd25ebb254322af8daefd355d94decb6619318a4855f5635588bf4b44
|
||||
networks:
|
||||
default: null
|
||||
profiles: ["rinoa-apps"]
|
||||
@@ -5644,7 +5656,7 @@ services:
|
||||
container_name: searxng
|
||||
environment:
|
||||
SEARXNG_BASE_URL: https://search.${MY_TLD}
|
||||
image: searxng/searxng:latest@sha256:d477c0460cc06afa57541f24c7adcae3846303a125c3ae785b9893c9c2c2186f
|
||||
image: searxng/searxng:latest@sha256:83c3d61dc9d8fa13016ba8208a9bdb60e29701a0f789fc9c7ecd1ff8c4ae51c2
|
||||
labels:
|
||||
homepage.group: Privacy/Security
|
||||
homepage.name: SearxNG
|
||||
@@ -5853,7 +5865,7 @@ services:
|
||||
NGINX_ERROR_LOG_FILE: /swag/log/nginx/error.log
|
||||
OTEL_RESOURCE_ATTRIBUTES: host.name=signoz-host,os.type=linux
|
||||
LOW_CARDINAL_EXCEPTION_GROUPING: false
|
||||
image: signoz/signoz-otel-collector:v0.129.8@sha256:1beda534e337767597c3fdc83fcca8593a98b6db89bc34032e8fec7c58b7c900
|
||||
image: signoz/signoz-otel-collector:v0.129.9@sha256:be909e25b2a62e32b2d39b203ca99f51cff53885edd1f0e74cb6fef7b90d89f3
|
||||
ports:
|
||||
# - "1777:1777" # pprof extension
|
||||
- "4317:4317" # OTLP gRPC receiver
|
||||
@@ -5960,7 +5972,7 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
image: postgres:17-alpine@sha256:465e9a4c730a4ea32e4560f2f1115a8775443b879b7c78b9591420510fd3a981
|
||||
image: postgres:17-alpine@sha256:c4df1591a679546facd3108679b9f90e8b6582c8b71c68b37221c5d79dab9f8b
|
||||
profiles: ["rinoa-infra"]
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -6066,8 +6078,12 @@ services:
|
||||
soularr:
|
||||
container_name: soularr
|
||||
depends_on:
|
||||
- lidarr
|
||||
- soulseek
|
||||
lidarr:
|
||||
condition: service_started
|
||||
required: true
|
||||
soulseek:
|
||||
condition: service_started
|
||||
required: true
|
||||
environment:
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
@@ -6086,9 +6102,10 @@ services:
|
||||
soularr-dashboard:
|
||||
container_name: soularr-dashboard
|
||||
depends_on:
|
||||
- soularr
|
||||
soularr:
|
||||
condition: service_started
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerproxy:2375
|
||||
DOCKER_HOST: tcp:/${DOCKER_VOLUME_CONFIG}proxy:2375
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
TZ: ${TZ}
|
||||
@@ -6256,7 +6273,7 @@ services:
|
||||
VALIDATION: dns
|
||||
CROWDSEC_API_KEY: ${CROWDSEC_SWAG_API_KEY}
|
||||
CROWDSEC_LAPI_URL: http://crowdsec:8080
|
||||
DOCKER_MODS: linuxserver/mods:universal-docker|linuxserver/mods:swag-auto-proxy|linuxserver/mods:swag-dashboard|linuxserver/mods:swag-maxmind|linuxserver/mods:universal-stdout-logs|linuxserver/mods:universal-package-install|ghcr.io/linuxserver/mods:swag-crowdsec|ghcr.io/trezone/swag-auto-uptime-kuma:d84284c8fbec305e94a6c2f6b825e8e3430d9569 #linuxserver/mods:swag-auto-uptime-kuma
|
||||
DOCKER_MODS: linuxserver/mods:universal-docker|linuxserver/mods:swag-auto-proxy|linuxserver/mods:swag-dashboard|linuxserver/mods:swag-maxmind|linuxserver/mods:universal-stdout-logs|linuxserver/mods:universal-package-install|ghcr.io/linuxserver/mods:swag-crowdsec #|ghcr.io/trezone/swag-auto-uptime-kuma:d84284c8fbec305e94a6c2f6b825e8e3430d9569 #linuxserver/mods:swag-auto-uptime-kuma
|
||||
INSTALL_PACKAGES: nginx-mod-http-js
|
||||
PROPAGATION: 30
|
||||
UPTIME_KUMA_PASSWORD: ${UPTIME_KUMA_PASSWORD}
|
||||
@@ -6365,7 +6382,7 @@ services:
|
||||
POSTGRES_USER: tandoor
|
||||
expose:
|
||||
- 5432
|
||||
image: postgres:16-alpine@sha256:236d1ccc720e386c4e03facd46a107c34bc872858e6808c27d522032dfd5e273
|
||||
image: postgres:16-alpine@sha256:ac55186cd25ebb254322af8daefd355d94decb6619318a4855f5635588bf4b44
|
||||
networks:
|
||||
default: null
|
||||
profiles: ["rinoa-apps"]
|
||||
@@ -6375,6 +6392,58 @@ services:
|
||||
target: /var/lib/postgresql/data
|
||||
type: volume
|
||||
volume: {}
|
||||
tdarr:
|
||||
container_name: tdarr
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
UMASK_SET: 002
|
||||
serverIP: 0.0.0.0
|
||||
serverPort: 8266
|
||||
webUIPort: 8265
|
||||
internalNode: true
|
||||
inContainer: true
|
||||
ffmpegVersion: 7
|
||||
nodeName: tdarr-rinoa
|
||||
auth: false
|
||||
authSecretKey: ${TDARR_AUTH_SECRET_KEY}
|
||||
openBrowser: true
|
||||
maxLogSizeMB: 10
|
||||
cronPluginUpdate:
|
||||
NVIDIA_DRIVER_CAPABILITIES: all
|
||||
NVIDIA_VISIBLE_DEVICES: all
|
||||
image: ghcr.io/haveagitgat/tdarr:2.55.01@sha256:b1b8a353dcaacf648e8681a0cf9f324d64f6741cb80d427a7065f4881602f4d5
|
||||
labels:
|
||||
homepage.group: Servarr Stack
|
||||
homepage.name: Tdarr
|
||||
homepage.href: https://tdarr.${MY_TLD}
|
||||
homepage.icon: tdarr.png
|
||||
homepage.description: Distributed transcode automation
|
||||
homepage.widget.type: tdarr
|
||||
homepage.widget.url: http://tdarr:8266
|
||||
swag: enable
|
||||
swag_proto: http
|
||||
swag_port: 8265
|
||||
swag_address: tdarr
|
||||
swag_url: tdarr.${MY_TLD}
|
||||
swag.uptime-kuma.enabled: true
|
||||
swag.uptime-kuma.monitor.parent: Rinoa
|
||||
swag.uptime-kuma.name: Tdarr
|
||||
swag.uptime-kuma.monitor.url: https://tdarr.${MY_TLD}
|
||||
swag.uptime-kuma.monitor.interval: 300
|
||||
swag.uptime-kuma.monitor.retryInterval: 60
|
||||
swag.uptime-kuma.monitor.maxretries: 5
|
||||
ports:
|
||||
- 8265:8265
|
||||
- 8266:8266
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_CONFIG}/tdarr/server:/app/server
|
||||
- ${DOCKER_VOLUME_CONFIG}/tdarr/configs:/app/configs
|
||||
- ${DOCKER_VOLUME_CONFIG}/tdarr/logs:/app/logs
|
||||
- ${DOCKER_VOLUME_CONFIG}/tdarr/transcode_cache:/temp
|
||||
- ${DOCKER_VOLUME_STORAGE}/:/media
|
||||
unmanic:
|
||||
container_name: unmanic
|
||||
environment:
|
||||
@@ -6434,7 +6503,7 @@ services:
|
||||
TZ: ${TZ}
|
||||
UPTIME_KUMA_USERNAME: ${UPTIME_KUMA_USERNAME}
|
||||
UPTIME_KUMA_PASSWORD: ${UPTIME_KUMA_PASSWORD}
|
||||
DOCKER_HOST: tcp://dockerproxy:2375
|
||||
DOCKER_HOST: tcp:/${DOCKER_VOLUME_CONFIG}proxy:2375
|
||||
hostname: Rinoa
|
||||
image: louislam/uptime-kuma:latest@sha256:431fee3be822b04861cf0e35daf4beef6b7cb37391c5f26c3ad6e12ce280fe18
|
||||
labels:
|
||||
@@ -6567,7 +6636,7 @@ services:
|
||||
restart: unless-stopped
|
||||
whodb:
|
||||
container_name: whodb
|
||||
image: clidey/whodb@sha256:0f636932164fbe211d2571a8523b3fce520cf81e31caf614c6da72f4c58e5f8d
|
||||
image: clidey/whodb@sha256:6cc1a109c739c824157c2782d07767ce9a5312a537f7056ec857ddab17e31c0f
|
||||
environment:
|
||||
WHODB_CLICKHOUSE_1: '{
|
||||
"host": "signoz-clickhouse"
|
||||
|
||||
Reference in New Issue
Block a user