Skip to content

Commit

Permalink
Merge branch 'runtipi:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomescua authored Dec 3, 2024
2 parents c3c2315 + 90bb713 commit 86dc811
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions apps/budibase/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "budibase",
"tipi_version": 216,
"version": "3.2.22",
"tipi_version": 217,
"version": "3.2.23",
"categories": ["development"],
"description": "Low code platform for creating internal tools, workflows, and admin panels in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀. Budibase, the low code platform you'll enjoy using ⚡",
"short_desc": "Internal tools made easy.",
Expand All @@ -17,5 +17,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733246033000
"updated_at": 1733258723000
}
2 changes: 1 addition & 1 deletion apps/budibase/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "budibase",
"image": "budibase/budibase:3.2.22",
"image": "budibase/budibase:3.2.23",
"isMain": true,
"internalPort": 80,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion apps/budibase/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
budibase:
image: budibase/budibase:3.2.22
image: budibase/budibase:3.2.23
restart: unless-stopped
container_name: budibase
ports:
Expand Down
6 changes: 3 additions & 3 deletions apps/changedetection/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
"tipi_version": 33,
"version": "0.47.06",
"tipi_version": 34,
"version": "0.48.01",
"categories": ["utilities"],
"short_desc": "Website change detection.",
"author": "dgtlmoon",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1731437109000
"updated_at": 1733263363000
}
2 changes: 1 addition & 1 deletion apps/changedetection/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "changedetection",
"image": "ghcr.io/dgtlmoon/changedetection.io:0.47.06",
"image": "ghcr.io/dgtlmoon/changedetection.io:0.48.01",
"isMain": true,
"internalPort": 5000,
"hostname": "changedetection",
Expand Down
2 changes: 1 addition & 1 deletion apps/changedetection/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.47.06
image: ghcr.io/dgtlmoon/changedetection.io:0.48.01
container_name: changedetection
hostname: changedetection
volumes:
Expand Down
6 changes: 3 additions & 3 deletions apps/stirling-pdf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "stirling-pdf",
"tipi_version": 55,
"version": "0.35.0",
"tipi_version": 56,
"version": "0.35.1",
"categories": ["data", "utilities"],
"description": "Locally hosted web application that allows you to perform various operations on PDF files.",
"short_desc": "Powerful locally hosted web based PDF manipulation tool.",
Expand All @@ -21,5 +21,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732907620000
"updated_at": 1733258722000
}
2 changes: 1 addition & 1 deletion apps/stirling-pdf/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
stirling-pdf:
image: stirlingtools/stirling-pdf:0.35.0
image: stirlingtools/stirling-pdf:0.35.1
restart: unless-stopped
container_name: stirling-pdf
privileged: true
Expand Down
6 changes: 3 additions & 3 deletions apps/windows/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "windows",
"description": "Run windows in docker...because why not?",
"tipi_version": 46,
"version": "4.05",
"tipi_version": 47,
"version": "4.06",
"categories": ["utilities"],
"short_desc": "Full windows vm in your browser",
"author": "dockurr",
Expand Down Expand Up @@ -108,5 +108,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732499029000
"updated_at": 1733263353000
}
2 changes: 1 addition & 1 deletion apps/windows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
windows:
container_name: windows
image: dockurr/windows:4.05
image: dockurr/windows:4.06
restart: unless-stopped
devices:
- /dev/kvm
Expand Down

0 comments on commit 86dc811

Please sign in to comment.