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 #869

Merged
merged 1 commit into from
Jan 21, 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/audiobookshelf/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "audiobookshelf",
"version": "2.18.0",
"version": "2.18.1",
"image": "ghcr.io/advplyr/audiobookshelf",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/audiobookshelf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-audiobookshelf
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: ghcr.io/advplyr/audiobookshelf:2.18.0
image: ghcr.io/advplyr/audiobookshelf:2.18.1
restart: unless-stopped
volumes:
- "{ServiceName}-data:/audiobooks"
Expand Down
2 changes: 1 addition & 1 deletion servapps/crafty/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "crafty",
"version": "4.4.5",
"version": "4.4.7",
"image": "registry.gitlab.com/crafty-controller/crafty-4",
"youtube": "https://youtu.be/Vw4su8hT_7A",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/crafty/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-crafty
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: registry.gitlab.com/crafty-controller/crafty-4:4.4.5
image: registry.gitlab.com/crafty-controller/crafty-4:4.4.7
restart: unless-stopped
environment:
- TZ=UTC
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.106.1-alpine",
"version": "5.107.0-alpine",
"image": "ghost",
"youtube": "https://youtu.be/oJZK9vH4W4Y",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/ghost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-ghost
services:
"{ServiceName}-app":
container_name: "{ServiceName}-app"
image: ghost:5.106.1-alpine
image: ghost:5.107.0-alpine
restart: on-failure
networks:
- ghost-network
Expand Down
2 changes: 1 addition & 1 deletion servapps/ghostfolio/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ghostfolio",
"version": "2.133.1",
"version": "2.134.0",
"image": "ghostfolio/ghostfolio",
"youtube": "https://youtu.be/CNe4-8Vyhos",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-ghostfolio
services:
"{ServiceName}-big-bear-ghostfolio":
container_name: "{ServiceName}-big-bear-ghostfolio"
image: ghostfolio/ghostfolio:2.133.1
image: ghostfolio/ghostfolio:2.134.0
restart: unless-stopped
environment:
NODE_ENV: production
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.1.2",
"version": "2025.1.3",
"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.1.2
image: ghcr.io/home-assistant/home-assistant:2025.1.3
restart: unless-stopped
volumes:
- "{ServiceName}-data:/config"
Expand Down
2 changes: 1 addition & 1 deletion servapps/invoice-ninja/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "invoice-ninja",
"version": "5.11.25",
"version": "5.11.27",
"image": "invoiceninja/invoiceninja",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/invoice-ninja/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-invoice-ninja
services:
"{ServiceName}-big-bear-invoice-ninja":
image: invoiceninja/invoiceninja:5.11.25
image: invoiceninja/invoiceninja:5.11.27
container_name: "{ServiceName}-big-bear-invoice-ninja"
restart: unless-stopped
user: 1500:1500
Expand Down
2 changes: 1 addition & 1 deletion servapps/libretranslate/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "libretranslate",
"version": "1.6.2",
"version": "1.6.4",
"image": "libretranslate/libretranslate",
"youtube": "https://youtu.be/VJ5DrsuJ3oA",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/libretranslate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-libretranslate
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: libretranslate/libretranslate:v1.6.2
image: libretranslate/libretranslate:v1.6.4
restart: unless-stopped
environment:
- LT_API_KEYS=true
Expand Down
2 changes: 1 addition & 1 deletion servapps/lyrionmusicserver/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "lyrionmusicserver",
"version": "9.0.2",
"version": "9.1.0",
"image": "lmscommunity/lyrionmusicserver",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/lyrionmusicserver/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-lyrionmusicserver
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: lmscommunity/lyrionmusicserver:9.0.2
image: lmscommunity/lyrionmusicserver:9.1.0
restart: unless-stopped
environment:
- HTTP_PORT=9000
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.74.1",
"version": "1.75.2",
"image": "n8nio/n8n",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-n8n
services:
"{ServiceName}-app":
container_name: "{ServiceName}-app"
image: n8nio/n8n:1.74.1
image: n8nio/n8n:1.75.2
restart: unless-stopped
ports:
- 5678:5678
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.9",
"version": "11.6.10",
"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.9
image: 1dev/server:11.6.10
restart: unless-stopped
volumes:
- "{ServiceName}-big-bear-onedev-data:/opt/onedev"
Expand Down
Loading