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

Merged
merged 1 commit into from
Nov 26, 2024
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/Homepage/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "Homepage",
"version": "0.9.12",
"version": "v0.9.13",
"image": "ghcr.io/gethomepage/homepage",
"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.7.7",
"version": "4.7.8",
"image": "calcom/cal.com",
"youtube": "",
"docs_link": "",
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.101.2-alpine",
"version": "5.101.3-alpine",
"image": "ghost",
"youtube": "https://youtu.be/oJZK9vH4W4Y",
"docs_link": "",
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.10.53",
"version": "5.10.54",
"image": "invoiceninja/invoiceninja",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/kavita/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "kavita",
"version": "0.8.3",
"version": "0.8.4",
"image": "jvmilazz0/kavita",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/ollama-amd/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ollama-amd",
"version": "0.4.3-rocm",
"version": "0.4.4-rocm",
"image": "ollama/ollama",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/ollama-amd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-ollama-amd
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: ollama/ollama:0.4.3-rocm
image: ollama/ollama:0.4.4-rocm
restart: unless-stopped
environment:
- PORT=11434
Expand Down
2 changes: 1 addition & 1 deletion servapps/ollama-cpu/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ollama-cpu",
"version": "0.4.3",
"version": "0.4.4",
"image": "ollama/ollama",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/ollama-cpu/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-ollama-cpu
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: ollama/ollama:0.4.3
image: ollama/ollama:0.4.4
restart: unless-stopped
environment:
- PORT=11434
Expand Down
2 changes: 1 addition & 1 deletion servapps/ollama-nvidia/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ollama-nvidia",
"version": "0.4.3",
"version": "0.4.4",
"image": "ollama/ollama",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/ollama-nvidia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-ollama-nvidia
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: ollama/ollama:0.4.3
image: ollama/ollama:0.4.4
restart: unless-stopped
volumes:
- "{ServiceName}-data:/root/.ollama"
Expand Down
2 changes: 1 addition & 1 deletion servapps/python-matter-server/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python-matter-server",
"version": "6.6.0",
"version": "6.6.1",
"image": "ghcr.io/home-assistant-libs/python-matter-server",
"youtube": "",
"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.123.34-jammy-full",
"version": "0.123.36-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/semaphore/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "semaphore",
"version": "2.10.42",
"version": "2.10.43",
"image": "semaphoreui/semaphore",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/semaphore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-semaphore
services:
"{ServiceName}-big-bear-semaphore":
container_name: "{ServiceName}-big-bear-semaphore"
image: semaphoreui/semaphore:v2.10.42
image: semaphoreui/semaphore:v2.10.43
restart: unless-stopped
environment:
SEMAPHORE_DB_USER: semaphore
Expand Down
2 changes: 1 addition & 1 deletion servapps/speedtest-tracker/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "speedtest-tracker",
"version": "0.22.0",
"version": "0.23.0",
"image": "linuxserver/speedtest-tracker",
"youtube": "https://youtu.be/TLjS8xNNwis",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/speedtest-tracker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- "{ServiceName}-big-bear-speedtest-tracker-data:/config"
- "{ServiceName}-big-bear-speedtest-tracker-data-2:/etc/ssl/web"
image: linuxserver/speedtest-tracker:0.22.0
image: linuxserver/speedtest-tracker:0.23.0
restart: unless-stopped
depends_on:
- "{ServiceName}-big-bear-speedtest-tracker-db"
Expand Down
2 changes: 1 addition & 1 deletion servapps/tududi/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "tududi",
"version": "0.35",
"version": "0.36",
"image": "chrisvel/tududi",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion servapps/tududi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-tududi
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: chrisvel/tududi:0.35
image: chrisvel/tududi:0.36
restart: unless-stopped
environment:
- [email protected]
Expand Down
8 changes: 8 additions & 0 deletions servapps/umbrel-os/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "umbrel-os",
"version": "1.2.2",
"image": "dockurr/umbrel",
"youtube": "",
"docs_link": "",
"big_bear_cosmos_youtube": ""
}
15 changes: 15 additions & 0 deletions servapps/umbrel-os/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "umbrel-os",
"description": "Umbrel OS",
"longDescription": "Umbrel is a personal server OS that makes self-hosting accessible to everyone.",
"tags": [
"BigBearCasaOS"
],
"repository": "https://github.com/bigbeartechworld/big-bear-casaos",
"image": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/umbrel.png",
"supported_architectures": [
"amd64",
"arm64"
],
"icon": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/umbrel.png"
}
15 changes: 15 additions & 0 deletions servapps/umbrel-os/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cosmos-installer: null
name: big-bear-umbrel
services:
"{ServiceName}":
container_name: "{ServiceName}"
image: dockurr/umbrel:1.2.2
restart: unless-stopped
ports:
- 8080:80
volumes:
- "{ServiceName}-data:/data"
- /var/run/docker.sock:/var/run/docker.sock
stop_grace_period: 1m
hostname: "{ServiceName}"
minVersion: 0.14.0
Binary file added servapps/umbrel-os/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/wordpress/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wordpress",
"version": "6.7.0",
"version": "6.7.1",
"image": "wordpress",
"youtube": "https://youtu.be/j5M4qlRCbYs",
"docs_link": "",
Expand Down