Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with big-bear-casaos #951

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion servapps/budibase/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "budibase",
"version": "3.4.3",
"version": "3.4.4",
"image": "budibase/budibase",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/budibase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-budibase
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: budibase/budibase:3.4.3
image: budibase/budibase:3.4.4
restart: unless-stopped
volumes:
- "{ServiceName}-data:/data"
Expand Down
2 changes: 1 addition & 1 deletion servapps/home-assistant/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "home-assistant",
"version": "2025.2.1",
"version": "2025.2.2",
"image": "ghcr.io/home-assistant/home-assistant",
"youtube": "https://youtu.be/YnCpj5sND_A",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/home-assistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-home-assistant
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: ghcr.io/home-assistant/home-assistant:2025.2.1
image: ghcr.io/home-assistant/home-assistant:2025.2.2
restart: unless-stopped
volumes:
- "{ServiceName}-data:/config"
Expand Down
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.7-alpine",
"version": "1.126.1-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.7-alpine
image: ghcr.io/imagegenius/immich:1.126.1-alpine
ports:
- 2283:8080
volumes:
Expand Down
2 changes: 1 addition & 1 deletion servapps/immich-without-machine-learning/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich-without-machine-learning",
"version": "1.125.7",
"version": "1.126.1",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
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.7
image: ghcr.io/immich-app/immich-server:v1.126.1
ports:
- 2283:2283
volumes:
Expand Down
2 changes: 1 addition & 1 deletion servapps/immich/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich",
"version": "1.125.7",
"version": "1.126.1",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
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.7
image: ghcr.io/immich-app/immich-server:v1.126.1
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.7
image: ghcr.io/immich-app/immich-machine-learning:v1.126.1
volumes:
- "{ServiceName}-immich-machine-learning-data:/cache"
environment:
Expand Down
2 changes: 1 addition & 1 deletion servapps/lobe-chat/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "lobe-chat",
"version": "1.51.12",
"version": "1.52.0",
"image": "lobehub/lobe-chat",
"youtube": "",
"docs_link": "",
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.51.12
image: lobehub/lobe-chat:v1.52.0
restart: unless-stopped
environment:
- OPENAI_API_KEY=""
Expand Down
2 changes: 1 addition & 1 deletion servapps/n8n/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "n8n",
"version": "1.77.2",
"version": "1.78.0",
"image": "n8nio/n8n",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/netalertx/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "netalertx",
"version": "25.1.19",
"version": "25.2.8",
"image": "jokobsk/netalertx",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/netalertx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-netalertx
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: jokobsk/netalertx:25.1.19
image: jokobsk/netalertx:25.2.8
restart: unless-stopped
privileged: true
volumes:
Expand Down
2 changes: 1 addition & 1 deletion servapps/onlyoffice/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "onlyoffice",
"version": "8.2.2",
"version": "8.3.0",
"image": "onlyoffice/documentserver",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/onlyoffice/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cosmos-installer: null
name: big-bear-onlyoffice
services:
"{ServiceName}":
image: onlyoffice/documentserver:8.2.2
image: onlyoffice/documentserver:8.3.0
container_name: "{ServiceName}"
ports:
- 7400:80
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 @@ -55,7 +55,7 @@ services:
hostname: "{ServiceName}-big-bear-paperless-ngx-db"
"{ServiceName}-big-bear-paperless-ngx-gotenberg":
container_name: "{ServiceName}-big-bear-paperless-ngx-gotenberg"
image: gotenberg/gotenberg:8.16
image: gotenberg/gotenberg:8.17
restart: unless-stopped
command:
- gotenberg
Expand Down
2 changes: 1 addition & 1 deletion servapps/stirling-pdf/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "stirling-pdf",
"version": "0.40.2",
"version": "0.41.0",
"image": "stirlingpdf/stirlingpdf",
"youtube": "https://youtu.be/ZoPSPDvOPdo",
"docs_link": "https://community.bigbeartechworld.com/t/added-stirling-pdf-to-bigbearcasaos/2265#p-4248-documentation-3",
Expand Down
2 changes: 1 addition & 1 deletion servapps/stirling-pdf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-stirling-pdf
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: stirlingtools/stirling-pdf:0.40.2
image: stirlingtools/stirling-pdf:0.41.0
restart: unless-stopped
environment:
- DOCKER_ENABLE_SECURITY=false
Expand Down
2 changes: 1 addition & 1 deletion servapps/tailscale/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "tailscale",
"version": "1.78.3",
"version": "1.80.0",
"image": "tailscale/tailscale",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/tailscale/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-tailscale
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: tailscale/tailscale:v1.78.3
image: tailscale/tailscale:v1.80.0
restart: unless-stopped
environment:
- TS_SERVE_CONFIG=""
Expand Down