Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f03b3b8e3 | |||
| 45171459dc | |||
| 0634c102ad | |||
| 4cc6c6f275 | |||
| 4a124ca14f | |||
| e6a6f2157d | |||
| b48729f92f | |||
| 7ede3ae7bd |
@@ -13,10 +13,6 @@
|
||||
| asciinema | ghcr.io/asciinema/asciinema-server:latest | Platform for hosting and sharing terminal session recordings |
|
||||
| asciinema-pg-db | postgres:14-alpine | |
|
||||
| audiobookshelf | ghcr.io/advplyr/audiobookshelf:latest | Podcasts, eBooks, & Audiobooks |
|
||||
| audiomuse-ai-flask | ghcr.io/neptunehub/audiomuse-ai:0.7.12-beta | Automatic playlist generation using AI |
|
||||
| audiomuse-ai-pg | postgres:15-alpine | |
|
||||
| audiomuse-ai-valkey | docker.io/valkey/valkey:9-alpine | |
|
||||
| audiomuse-ai-worker | ghcr.io/neptunehub/audiomuse-ai:0.7.12-beta | |
|
||||
| authelia | authelia/authelia:master | Authentication/authorization server with MFA & SSO |
|
||||
| authelia-pg | postgres:16-alpine | |
|
||||
| authelia-valkey | docker.io/valkey/valkey:9-alpine | |
|
||||
|
||||
+3
-3
@@ -3018,7 +3018,7 @@ services:
|
||||
POSTGRES_USER: ${JOPLIN_POSTGRES_USER}
|
||||
POSTGRES_PORT: 5432
|
||||
POSTGRES_HOST: joplin-db
|
||||
image: joplin/server:latest@sha256:5d9e7f9d31b436cb1b99d1a6a65d8c5bf760829094617e8ad1e956fd925de888
|
||||
image: joplin/server:latest@sha256:0877bfba41a943017c42c58e90db9d8d548bfe699b5e410248b5b879371734f9
|
||||
labels:
|
||||
homepage.group: Personal Tools
|
||||
homepage.name: Joplin
|
||||
@@ -3296,7 +3296,7 @@ services:
|
||||
bind:
|
||||
create_host_path: true
|
||||
loggifly:
|
||||
image: ghcr.io/clemcer/loggifly:latest@sha256:fe9b5c968d794b3045176289215d044a5dd554816fe708212dba41781b18de62
|
||||
image: ghcr.io/clemcer/loggifly:latest@sha256:5eae87a3fd141dd7af12a53bb470bd6902d8dc6c8d6ec1d5017d5abdd4c64930
|
||||
container_name: loggifly
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: unless-stopped
|
||||
@@ -4873,7 +4873,7 @@ services:
|
||||
qbittorrentvpn:
|
||||
required: true
|
||||
condition: service_started
|
||||
image: ghcr.io/stuffanthings/qbit_manage:latest@sha256:8786f2efc6fb8e26281f09bf6c5d0004e2d2420fd4781af0aed123ae01558e21
|
||||
image: ghcr.io/stuffanthings/qbit_manage:latest@sha256:56e1eeec5582e202e82479b42b588e3807ececca25716f91c7a29f5c597c55d0
|
||||
environment:
|
||||
# Web API Configuration
|
||||
QBT_WEB_SERVER: true # Set to true to enable web API
|
||||
|
||||
Reference in New Issue
Block a user