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 17, 2024
2 parents 10641a5 + a76fedf commit eadfbfe
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 36 deletions.
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": 34,
"version": "0.48.01",
"tipi_version": 36,
"version": "0.48.04",
"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": 1733263363000
"updated_at": 1734391946000
}
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.48.01",
"image": "ghcr.io/dgtlmoon/changedetection.io:0.48.04",
"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.48.01
image: ghcr.io/dgtlmoon/changedetection.io:0.48.04
container_name: changedetection
hostname: changedetection
volumes:
Expand Down
6 changes: 3 additions & 3 deletions apps/grist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"id": "grist",
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
"tipi_version": 23,
"version": "1.3.1",
"tipi_version": 24,
"version": "1.3.2",
"categories": ["utilities"],
"short_desc": "Grist is the evolution of spreadsheets.",
"author": "https://github.com/gristlabs",
Expand All @@ -33,5 +33,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733857954000
"updated_at": 1734369528000
}
2 changes: 1 addition & 1 deletion apps/grist/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "grist",
"image": "gristlabs/grist:1.3.1",
"image": "gristlabs/grist:1.3.2",
"isMain": true,
"internalPort": 8484,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/grist/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
environment:
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
image: "gristlabs/grist:1.3.1"
image: "gristlabs/grist:1.3.2"
ports:
- "${APP_PORT}:8484"
restart: always
Expand Down
6 changes: 3 additions & 3 deletions apps/lidarr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"port": 8131,
"id": "lidarr",
"tipi_version": 14,
"version": "2.7.1",
"tipi_version": 15,
"version": "2.8.2",
"categories": ["media", "music"],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"short_desc": " Looks and smells like Sonarr but made for music.",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733760836281
"updated_at": 1734381401000
}
2 changes: 1 addition & 1 deletion apps/lidarr/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "lidarr",
"image": "ghcr.io/linuxserver/lidarr:2.7.1",
"image": "ghcr.io/linuxserver/lidarr:2.8.2",
"isMain": true,
"internalPort": 8686,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/lidarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
lidarr:
image: ghcr.io/linuxserver/lidarr:2.7.1
image: ghcr.io/linuxserver/lidarr:2.8.2
container_name: lidarr
environment:
- PUID=1000
Expand Down
6 changes: 3 additions & 3 deletions apps/nodered/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "nodered",
"tipi_version": 20,
"version": "4.0.5",
"tipi_version": 21,
"version": "4.0.6",
"categories": ["automation"],
"description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.",
"short_desc": "Low-code programming for event-driven applications",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1729314259000
"updated_at": 1734363566000
}
2 changes: 1 addition & 1 deletion apps/nodered/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
nodered:
container_name: nodered
image: nodered/node-red:4.0.5
image: nodered/node-red:4.0.6
restart: unless-stopped
ports:
- ${APP_PORT}:1880
Expand Down
6 changes: 3 additions & 3 deletions apps/prowlarr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"port": 8109,
"id": "prowlarr",
"tipi_version": 17,
"version": "1.27.0",
"tipi_version": 18,
"version": "1.28.2",
"categories": ["media", "utilities"],
"description": "Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
"short_desc": "A torrent/usenet indexer manager/proxy",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733761131742
"updated_at": 1734391956000
}
2 changes: 1 addition & 1 deletion apps/prowlarr/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "prowlarr",
"image": "ghcr.io/linuxserver/prowlarr:1.27.0",
"image": "ghcr.io/linuxserver/prowlarr:1.28.2",
"isMain": true,
"internalPort": 9696,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/prowlarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
prowlarr: # Should be exact same name as "id" field in config.json
container_name: prowlarr # Should be exact same name as "id" field in config.json
image: ghcr.io/linuxserver/prowlarr:1.27.0
image: ghcr.io/linuxserver/prowlarr:1.28.2
environment:
- TZ=${TZ} # Can use any env variable. List in runtipi/templates/env-sample
dns:
Expand Down
6 changes: 3 additions & 3 deletions apps/radarr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8088,
"id": "radarr",
"tipi_version": 24,
"version": "5.15.1",
"tipi_version": 25,
"version": "5.16.3",
"categories": ["media", "utilities"],
"description": "Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.",
"short_desc": "Movie collection manager for Usenet and BitTorrent users.",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732214331000
"updated_at": 1734381404000
}
2 changes: 1 addition & 1 deletion apps/radarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
radarr:
image: ghcr.io/linuxserver/radarr:5.15.1
image: ghcr.io/linuxserver/radarr:5.16.3
container_name: radarr
environment:
- PUID=1000
Expand Down
6 changes: 3 additions & 3 deletions apps/smallweb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"port": 7777,
"categories": ["development"],
"description": "A self-hostable personal cloud inspired by serverless platforms and cgi-bin",
"tipi_version": 7,
"version": "0.18.0",
"tipi_version": 8,
"version": "0.19.1",
"source": "https://github.com/pomdtr/smallweb",
"website": "https://smallweb.run",
"exposable": true,
Expand All @@ -25,5 +25,5 @@
}
],
"created_at": 1724134338800,
"updated_at": 1733762987000
"updated_at": 1734369535000
}
2 changes: 1 addition & 1 deletion apps/smallweb/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
smallweb:
container_name: smallweb
image: ghcr.io/pomdtr/smallweb:0.18.0
image: ghcr.io/pomdtr/smallweb:0.19.1
restart: unless-stopped
user: 0:0
ports:
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": 59,
"version": "0.36.2",
"tipi_version": 60,
"version": "0.36.3",
"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": 1734178775000
"updated_at": 1734369529000
}
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.36.2
image: stirlingtools/stirling-pdf:0.36.3
restart: unless-stopped
container_name: stirling-pdf
privileged: true
Expand Down

0 comments on commit eadfbfe

Please sign in to comment.