Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip authored Oct 20, 2024
2 parents 58bd4b0 + bf5be3f commit dcb5e77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions apps/beszel-agent/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"port": 45876,
"categories": ["utilities"],
"description": "This is the agent software for the Beszel app.",
"tipi_version": 8,
"version": "0.6.0",
"tipi_version": 9,
"version": "0.6.1",
"source": "https://github.com/henrygd/beszel",
"exposable": false,
"supported_architectures": ["arm64", "amd64"],
Expand All @@ -33,5 +33,5 @@
],
"no_gui": true,
"created_at": 1724537201221,
"updated_at": 1729321964000
"updated_at": 1729388722000
}
2 changes: 1 addition & 1 deletion apps/beszel-agent/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
beszel-agent:
image: henrygd/beszel-agent:0.6.0
image: henrygd/beszel-agent:0.6.1
container_name: beszel-agent
restart: unless-stopped
network_mode: host
Expand Down
6 changes: 3 additions & 3 deletions apps/beszel/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"port": 8999,
"categories": ["utilities"],
"description": "A lightweight server monitoring hub with historical data, docker stats, and alerts.",
"tipi_version": 9,
"version": "0.6.0",
"tipi_version": 10,
"version": "0.6.1",
"source": "https://github.com/henrygd/beszel",
"exposable": true,
"supported_architectures": ["arm64", "amd64"],
"form_fields": [],
"created_at": 1724537201221,
"updated_at": 1729321957000
"updated_at": 1729388718000
}
2 changes: 1 addition & 1 deletion apps/beszel/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
beszel:
image: henrygd/beszel:0.6.0
image: henrygd/beszel:0.6.1
container_name: beszel
restart: unless-stopped
ports:
Expand Down

0 comments on commit dcb5e77

Please sign in to comment.