Skip to content

Commit

Permalink
Sync with big-bear-casaos
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 authored Jan 28, 2025
1 parent 66b46ff commit 1e006d9
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 12 deletions.
Binary file modified servapps/homebridge/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion servapps/immich-aio-alpine/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich-aio-alpine",
"version": "1.125.3-alpine",
"version": "1.125.6-alpine",
"image": "ghcr.io/imagegenius/immich",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/immich-aio-alpine/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-immich-aio-alpine
services:
"{ServiceName}-big-bear-immich-aio-alpine":
container_name: "{ServiceName}-big-bear-immich-aio-alpine"
image: ghcr.io/imagegenius/immich:1.125.3-alpine
image: ghcr.io/imagegenius/immich:1.125.6-alpine
ports:
- 2283:8080
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-immich-without-machine-learning
services:
"{ServiceName}-immich-server":
container_name: "{ServiceName}-immich-server"
image: ghcr.io/immich-app/immich-server:v1.125.3
image: ghcr.io/immich-app/immich-server:v1.125.5
ports:
- 2283:2283
volumes:
Expand Down
4 changes: 2 additions & 2 deletions servapps/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-immich
services:
"{ServiceName}-immich-server":
container_name: "{ServiceName}-immich-server"
image: ghcr.io/immich-app/immich-server:v1.125.3
image: ghcr.io/immich-app/immich-server:v1.125.5
ports:
- 2283:2283
volumes:
Expand All @@ -25,7 +25,7 @@ services:
hostname: "{ServiceName}-immich-server"
"{ServiceName}-immich-machine-learning":
container_name: "{ServiceName}-immich-machine-learning"
image: ghcr.io/immich-app/immich-machine-learning:v1.125.3
image: ghcr.io/immich-app/immich-machine-learning:v1.125.5
volumes:
- "{ServiceName}-immich-machine-learning-data:/cache"
environment:
Expand Down
2 changes: 1 addition & 1 deletion servapps/komga/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "komga",
"version": "1.18.0",
"version": "1.19.0",
"image": "ghcr.io/gotson/komga",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/komga/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-komga
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: ghcr.io/gotson/komga:1.18.0
image: ghcr.io/gotson/komga:1.19.0
restart: unless-stopped
environment:
- TZ=UTC
Expand Down
2 changes: 1 addition & 1 deletion servapps/lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-lobe-chat
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: lobehub/lobe-chat:v1.48.0
image: lobehub/lobe-chat:v1.47.21
restart: unless-stopped
environment:
- OPENAI_API_KEY=""
Expand Down
2 changes: 1 addition & 1 deletion servapps/onedev/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "onedev",
"version": "11.6.11",
"version": "11.6.12",
"image": "1dev/server",
"youtube": "https://youtu.be/ps3JLYRB3SA",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/onedev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-onedev
services:
"{ServiceName}-big-bear-onedev":
container_name: "{ServiceName}-big-bear-onedev"
image: 1dev/server:11.6.11
image: 1dev/server:11.6.12
restart: unless-stopped
volumes:
- "{ServiceName}-big-bear-onedev-data:/opt/onedev"
Expand Down
2 changes: 1 addition & 1 deletion servapps/paperless-ngx/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "paperless-ngx",
"version": "2.14.5",
"version": "2.14.6",
"image": "ghcr.io/paperless-ngx/paperless-ngx",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/paperless-ngx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-paperless-ngx
services:
"{ServiceName}-big-bear-paperless-ngx":
container_name: "{ServiceName}-big-bear-paperless-ngx"
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.5
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.6
restart: unless-stopped
environment:
PAPERLESS_REDIS: redis://big-bear-paperless-ngx-broker:6379
Expand Down
Binary file modified servapps/upsnap/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified servapps/zigbee2mqtt/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e006d9

Please sign in to comment.