Skip to content

Commit

Permalink
Update Docker image tags for various services
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 committed Jun 17, 2024
1 parent b699c3a commit ae1399b
Show file tree
Hide file tree
Showing 147 changed files with 748 additions and 350 deletions.
2 changes: 2 additions & 0 deletions apps/__tests__/apps.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ interface AppConfig {
}

const networkExceptions = [
"matter-server",
"mdns-repeater",
"pihole",
"tailscale",
"homeassistant",
Expand Down
13 changes: 4 additions & 9 deletions apps/activepieces/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"exposable": true,
"id": "activepieces",
"description": "Your friendliest open source all-in-one automation tool.",
"tipi_version": 25,
"version": "0.26.1",
"categories": [
"automation"
],
"tipi_version": 26,
"version": "0.27.0",
"categories": ["automation"],
"short_desc": "True zapier alternative.",
"author": "Activepieces",
"source": "https://github.com/activepieces/activepieces",
Expand Down Expand Up @@ -40,8 +38,5 @@
"env_variable": "AP_JWT_SECRET"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}
2 changes: 1 addition & 1 deletion apps/activepieces/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
activepieces:
image: activepieces/activepieces:0.26.1
image: activepieces/activepieces:0.27.0
container_name: activepieces
restart: unless-stopped
ports:
Expand Down
4 changes: 2 additions & 2 deletions apps/adguard/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Adguard",
"available": true,
"exposable": true,
"tipi_version": 29,
"version": "0.107.50",
"tipi_version": 30,
"version": "0.107.51",
"port": 8104,
"id": "adguard",
"categories": ["network", "security"],
Expand Down
2 changes: 1 addition & 1 deletion apps/adguard/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
adguard:
image: adguard/adguardhome:v0.107.50
image: adguard/adguardhome:v0.107.51
container_name: adguard
volumes:
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"
Expand Down
14 changes: 4 additions & 10 deletions apps/atuin/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
"exposable": true,
"port": 8888,
"id": "atuin",
"tipi_version": 4,
"version": "18.2.0",
"categories": [
"utilities",
"development"
],
"tipi_version": 5,
"version": "18.3.0",
"categories": ["utilities", "development"],
"description": "Making your shell magical",
"short_desc": "Magical Shell History",
"author": "https://github.com/atuinsh",
Expand All @@ -33,8 +30,5 @@
"env_variable": "ATUIN_ALLOW_REGISTRATION"
}
],
"supported_architectures": [
"amd64",
"arm64"
]
"supported_architectures": ["amd64", "arm64"]
}
2 changes: 1 addition & 1 deletion apps/atuin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
atuin:
container_name: atuin
restart: always
image: ghcr.io/atuinsh/atuin:v18.2.0
image: ghcr.io/atuinsh/atuin:18.3.0
command: server start
volumes:
- "${APP_DATA_DIR}/data/config:/config"
Expand Down
2 changes: 1 addition & 1 deletion apps/bitcoind/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"port": 8333,
"id": "bitcoind",
"description": "Bitcoin core node",
"tipi_version": 3,
"tipi_version": 4,
"version": "27.0",
"categories": [
"finance"
Expand Down
2 changes: 1 addition & 1 deletion apps/bitcoind/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
-dbcache=${BITCOIND_DB_CACHE:-450}
-maxmempool=${BITCOIND_MAX_MEMPOOL:-300}
-listen=${BITCOIND_LISTEN:-0}
-server=${BITCOIND_SERVER:-0}
-server=${BITCOIND_SERVER:-1}
-prune=${BITCOIND_PRUNING:-0}
-maxconnections=${BITCOIND_MAXPEERS:-125}
-txindex=${BITCOIND_TXINDEX:-1}
Expand Down
13 changes: 4 additions & 9 deletions apps/bitmagnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"available": true,
"exposable": true,
"id": "bitmagnet",
"tipi_version": 18,
"version": "0.8.0",
"categories": [
"media"
],
"tipi_version": 21,
"version": "0.9.2",
"categories": ["media"],
"description": "A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. ",
"short_desc": "A self-hosted BitTorrent indexer.",
"author": "bitmagnet-io",
Expand All @@ -22,8 +20,5 @@
"env_variable": "BITMAGNENT_DB_PASSWORD"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}
2 changes: 1 addition & 1 deletion apps/bitmagnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
bitmagnet:
image: ghcr.io/bitmagnet-io/bitmagnet:v0.8.0
image: ghcr.io/bitmagnet-io/bitmagnet:v0.9.2
restart: unless-stopped
command:
- worker
Expand Down
4 changes: 2 additions & 2 deletions apps/budibase/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "budibase",
"tipi_version": 139,
"version": "2.27.6",
"tipi_version": 145,
"version": "2.28.7",
"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 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:2.27.6
image: budibase/budibase:2.28.7
restart: unless-stopped
container_name: budibase
ports:
Expand Down
4 changes: 2 additions & 2 deletions apps/calcom/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"short_desc": "Scheduling infrastructure for absolutely everyone.",
"source": "https://github.com/calcom/cal.com",
"supported_architectures": ["amd64"],
"tipi_version": 12,
"version": "4.1.8",
"tipi_version": 16,
"version": "4.1.12",
"website": "https://cal.com/"
}
2 changes: 1 addition & 1 deletion apps/calcom/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

calcom:
container_name: calcom
image: calcom/cal.com:v4.1.8
image: calcom/cal.com:v4.1.12
restart: unless-stopped
ports:
- ${APP_PORT}:3000
Expand Down
4 changes: 2 additions & 2 deletions apps/changedetection/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
"tipi_version": 21,
"version": "0.45.23",
"tipi_version": 22,
"version": "0.45.24",
"categories": ["utilities"],
"short_desc": "Website change detection.",
"author": "dgtlmoon",
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.45.23
image: ghcr.io/dgtlmoon/changedetection.io:0.45.24
container_name: changedetection
hostname: changedetection
volumes:
Expand Down
4 changes: 2 additions & 2 deletions apps/code-server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8138,
"id": "code-server",
"tipi_version": 31,
"version": "4.89.1",
"tipi_version": 34,
"version": "4.90.2",
"categories": ["development"],
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"short_desc": "VS Code in the browser",
Expand Down
2 changes: 1 addition & 1 deletion apps/code-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
code-server:
image: lscr.io/linuxserver/code-server:4.89.1
image: lscr.io/linuxserver/code-server:4.90.2
container_name: code-server
environment:
- PUID=1000
Expand Down
13 changes: 4 additions & 9 deletions apps/dailytxt/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"available": true,
"exposable": true,
"id": "dailytxt",
"tipi_version": 6,
"version": "1.0.14",
"categories": [
"utilities"
],
"tipi_version": 7,
"version": "1.0.15",
"categories": ["utilities"],
"description": "DailyTxT is an encrypted Diary Web-App to write down your stories of the day and to find them again easily.",
"short_desc": "Encrypted Diary Web-App",
"author": "PhiTux",
Expand All @@ -30,8 +28,5 @@
"env_variable": "DAILYTXT_ALLOW_REGISTRATION"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}
2 changes: 1 addition & 1 deletion apps/dailytxt/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
dailytxt:
image: phitux/dailytxt:1.0.14
image: phitux/dailytxt:1.0.15
container_name: dailytxt
restart: unless-stopped
environment:
Expand Down
4 changes: 2 additions & 2 deletions apps/dozzle/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8013,
"id": "dozzle",
"tipi_version": 29,
"version": "7.0.4",
"tipi_version": 31,
"version": "7.0.6",
"categories": ["development"],
"description": "Dozzle is a small web based app to monitor Docker logs.",
"short_desc": "Dozzle is a small web based app to monitor Docker logs",
Expand Down
2 changes: 1 addition & 1 deletion apps/dozzle/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:v7.0.4
image: amir20/dozzle:v7.0.6
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
4 changes: 2 additions & 2 deletions apps/drawio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url_suffix": "?offline=1",
"id": "drawio",
"description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.",
"tipi_version": 45,
"version": "24.4.13",
"tipi_version": 52,
"version": "24.5.5",
"categories": ["utilities"],
"short_desc": "Diagramming and whiteboarding app.",
"author": "JGraph",
Expand Down
2 changes: 1 addition & 1 deletion apps/drawio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
drawio:
image: jgraph/drawio:24.4.13
image: jgraph/drawio:24.5.5
ports:
- ${APP_PORT}:8080
container_name: drawio
Expand Down
38 changes: 38 additions & 0 deletions apps/electrs/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "../schema.json",
"name": "Electrs",
"available": true,
"exposable": false,
"no_gui": false,
"port": 3006,
"id": "electrs",
"description": "Electrum server",
"tipi_version": 1,
"version": "0.10.2",
"categories": [
"finance"
],
"short_desc": "Electrum server",
"author": "romanz",
"source": "https://github.com/romanz/electrs",
"supported_architectures": [
"amd64",
"arm64"
],
"form_fields": [
{
"type": "text",
"label": "Bitcoin data folder location (for .cookie file)",
"hint": "Default, tipi bitcoin folder",
"required": false,
"env_variable": "BITCOIND_DIR"
},
{
"type": "text",
"label": "Bitcoin node host address",
"hint": "Default, tipi bitcoin host",
"required": false,
"env_variable": "BITCOIND_HOST"
}
]
}
Loading

0 comments on commit ae1399b

Please sign in to comment.