Replacing Invidious Sig-Helper with Companion; formatting fixes.
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Successful in 20s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 55s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Dry Run (push) Failing after 1m24s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README & Generate List of Modified Services (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Deployment (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Successful in 20s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 55s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Dry Run (push) Failing after 1m24s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README & Generate List of Modified Services (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Deployment (push) Has been skipped
This commit is contained in:
+38
-9
@@ -2238,11 +2238,12 @@ services:
|
|||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_port: 2283
|
swag_port: 2283
|
||||||
swag_url: pics.${MY_TLD}
|
swag_url: pics.${MY_TLD}
|
||||||
swag_server_custom_directive: location /share {
|
swag_server_custom_directive: |
|
||||||
proxy_pass http://immich-public-proxy:3000;
|
location /share {
|
||||||
|
proxy_pass http://immich-public-proxy:3000;
|
||||||
}
|
}
|
||||||
location /tools {
|
location /tools {
|
||||||
proxy_pass http://immich-power-tools:3000;
|
proxy_pass http://immich-power-tools:3000;
|
||||||
}
|
}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.parent: Rinoa
|
swag.uptime-kuma.monitor.parent: Rinoa
|
||||||
@@ -2413,6 +2414,10 @@ services:
|
|||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_port: 3000
|
swag_port: 3000
|
||||||
swag_url: invid.${MY_TLD}
|
swag_url: invid.${MY_TLD}
|
||||||
|
swag_server_custom_directive: |
|
||||||
|
location /companion {
|
||||||
|
proxy_pass http://invidious-companion:8282
|
||||||
|
}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.parent: Rinoa
|
swag.uptime-kuma.monitor.parent: Rinoa
|
||||||
swag.uptime-kuma.name: Invidious
|
swag.uptime-kuma.name: Invidious
|
||||||
@@ -2433,6 +2438,26 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/invidious/config.yml:/config.yml
|
- ${DOCKER_VOLUME_CONFIG}/invidious/config.yml:/config.yml
|
||||||
|
invidious-companion:
|
||||||
|
cap_drop:
|
||||||
|
- ALL
|
||||||
|
container_name: invidious-companion
|
||||||
|
environment:
|
||||||
|
SERVER_SECRET_KEY: ${INVID_COMPANION_KEY}
|
||||||
|
image: quay.io/invidious/invidious-companion:latest
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: "1G"
|
||||||
|
max-file: "4"
|
||||||
|
ports:
|
||||||
|
- 16290:8282
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
|
read_only: true
|
||||||
|
restart: unless-stopped
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
volumes:
|
||||||
|
- invidious-companion-cache:/var/tmp/youtubei.js:rw
|
||||||
invidious-sig-helper:
|
invidious-sig-helper:
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
@@ -3809,9 +3834,9 @@ services:
|
|||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_port: 5173
|
swag_port: 5173
|
||||||
swag_url: scrape.${MY_TLD}
|
swag_url: scrape.${MY_TLD}
|
||||||
swag_server_custom_directive:
|
swag_server_custom_directive: |
|
||||||
location ~ ^/(auth|storage|record|workflow|robot|proxy|api-docs|api|webhook|socket.io)(/|$) {
|
location ~ ^/(auth|storage|record|workflow|robot|proxy|api-docs|api|webhook|socket.io)(/|$) {
|
||||||
proxy_pass http://maxun-backend:8080;
|
proxy_pass http://maxun-backend:8080;
|
||||||
}
|
}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.parent: Rinoa
|
swag.uptime-kuma.monitor.parent: Rinoa
|
||||||
@@ -4912,8 +4937,9 @@ services:
|
|||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_port: 3000
|
swag_port: 3000
|
||||||
swag_url: plants.${MY_TLD}
|
swag_url: plants.${MY_TLD}
|
||||||
swag_server_custom_directive: location /api {
|
swag_server_custom_directive: |
|
||||||
proxy_pass http://plant-it:8080;
|
location /api {
|
||||||
|
proxy_pass http://plant-it:8080;
|
||||||
}
|
}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.parent: Rinoa
|
swag.uptime-kuma.monitor.parent: Rinoa
|
||||||
@@ -5249,8 +5275,9 @@ services:
|
|||||||
homepage.widget.user: admin
|
homepage.widget.user: admin
|
||||||
homepage.widget.password: "${DELUGEVPN_PASSWORD}"
|
homepage.widget.password: "${DELUGEVPN_PASSWORD}"
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_server_custom_directive: location /mgmt {
|
swag_server_custom_directive: |
|
||||||
proxy_pass http://qbit-manage:8080;
|
location /mgmt {
|
||||||
|
proxy_pass http://qbit-manage:8080;
|
||||||
}
|
}
|
||||||
swag_port: 8080
|
swag_port: 8080
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
@@ -7224,6 +7251,8 @@ volumes:
|
|||||||
name: influxdb2-data
|
name: influxdb2-data
|
||||||
influxdb2-config:
|
influxdb2-config:
|
||||||
name: influxdb2-config
|
name: influxdb2-config
|
||||||
|
invidious-companion-cache:
|
||||||
|
name: invidious-companion-cache
|
||||||
invidious-postgres:
|
invidious-postgres:
|
||||||
name: invidious-postgres
|
name: invidious-postgres
|
||||||
invoice-ninja_cache:
|
invoice-ninja_cache:
|
||||||
|
|||||||
Reference in New Issue
Block a user