Skip to content

Commit

Permalink
Update app version [ready]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipi CI committed Dec 25, 2024
1 parent d7a1a83 commit b1e05f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/cloudflared/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": false,
"dynamic_config": true,
"id": "cloudflared",
"tipi_version": 22,
"version": "2024.12.1",
"tipi_version": 23,
"version": "2024.12.2",
"categories": ["utilities"],
"description": "Cloudflared-web is a docker image that packages both cloudflared cli and a no-frills Web UI for easy starting/stopping of cloudflare tunnel.",
"short_desc": "Cloudflare Tunnels in a Web UI",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733956057000
"updated_at": 1735089191000
}
2 changes: 1 addition & 1 deletion apps/cloudflared/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "cloudflared",
"image": "wisdomsky/cloudflared-web:2024.12.1",
"image": "wisdomsky/cloudflared-web:2024.12.2",
"isMain": true,
"internalPort": 14333,
"networkMode": "host",
Expand Down

0 comments on commit b1e05f1

Please sign in to comment.