Skip to content

Commit

Permalink
Sync with big-bear-casaos (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 authored Nov 2, 2024
1 parent 6c6d900 commit ca06ab3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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": "2.33.4",
"version": "2.33.12",
"image": "budibase/budibase",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/calcom/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "calcom",
"version": "4.6.13",
"version": "4.6.14",
"image": "calcom/cal.com",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/changedetection/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "changedetection",
"version": "0.47.04",
"version": "0.47.05",
"image": "ghcr.io/dgtlmoon/changedetection.io",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/changedetection/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-changedetection
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: ghcr.io/dgtlmoon/changedetection.io:0.47.04
image: ghcr.io/dgtlmoon/changedetection.io:0.47.05
restart: unless-stopped
ports:
- 5000:5000
Expand Down
2 changes: 1 addition & 1 deletion servapps/docmost/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "docmost",
"version": "0.4.1",
"version": "0.5.0",
"image": "docmost/docmost",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/docmost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-docmost
services:
"{ServiceName}-big-bear-docmost":
container_name: "{ServiceName}-big-bear-docmost"
image: docmost/docmost:0.4.1
image: docmost/docmost:0.5.0
restart: unless-stopped
environment:
- APP_URL=http://localhost:3000
Expand Down
2 changes: 1 addition & 1 deletion servapps/ghost/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ghost",
"version": "5.97.3-alpine",
"version": "5.98.0-alpine",
"image": "ghost",
"youtube": "https://youtu.be/oJZK9vH4W4Y",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/scrypted/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "scrypted",
"version": "0.121.0-jammy-full",
"version": "0.122.0-jammy-full",
"image": "koush/scrypted",
"youtube": "https://youtu.be/5uH0LaSyKTY",
"docs_link": "https://community.bigbeartechworld.com/t/how-to-install-scrypted-on-casaos-using-bigbearcasaos/155",
Expand Down
2 changes: 1 addition & 1 deletion servapps/wallos/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wallos",
"version": "2.32.0",
"version": "2.33.0",
"image": "bellamy/wallos",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/wallos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-wallos
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: bellamy/wallos:2.32.0
image: bellamy/wallos:2.33.0
restart: unless-stopped
environment:
TZ: UTC
Expand Down

0 comments on commit ca06ab3

Please sign in to comment.