Skip to content

Commit

Permalink
Merge branch 'runtipi:master' into dokuwiki-dynamic-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-c authored Dec 25, 2024
2 parents f517a92 + 009a03e commit 61ad187
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/homepage/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"available": true,
"exposable": true,
"port": 8756,
"tipi_version": 30,
"version": "0.10.3",
"tipi_version": 31,
"version": "0.10.4",
"id": "homepage",
"categories": ["utilities"],
"description": "A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages.",
Expand All @@ -16,5 +16,5 @@
"supported_architectures": ["arm64", "amd64"],
"dynamic_config": true,
"created_at": 1691943801422,
"updated_at": 1735006879000
"updated_at": 1735135899000
}
2 changes: 1 addition & 1 deletion apps/homepage/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "homepage",
"image": "ghcr.io/gethomepage/homepage:v0.10.3",
"image": "ghcr.io/gethomepage/homepage:v0.10.4",
"internalPort": 3000,
"volumes": [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/homepage/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
homepage:
image: ghcr.io/gethomepage/homepage:v0.10.3
image: ghcr.io/gethomepage/homepage:v0.10.4
container_name: homepage
restart: unless-stopped
ports:
Expand Down
6 changes: 3 additions & 3 deletions apps/semaphore/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"port": 8526,
"categories": ["development"],
"description": "Semaphore is a modern UI for Ansible, Terraform/OpenTofu, Bash and Pulumi. It lets you easily run Ansible playbooks, get notifications about fails, control access to deployment system.",
"tipi_version": 19,
"version": "2.10.43",
"tipi_version": 20,
"version": "2.11.1",
"source": "https://github.com/semaphoreui/semaphore",
"website": "https://semaphoreui.com",
"exposable": true,
Expand Down Expand Up @@ -48,5 +48,5 @@
}
],
"created_at": 1691943801422,
"updated_at": 1732292736000
"updated_at": 1735135891000
}
2 changes: 1 addition & 1 deletion apps/semaphore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:
semaphore:
container_name: semaphore
image: semaphoreui/semaphore:v2.10.43
image: semaphoreui/semaphore:v2.11.1
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/repositories:/repositories
Expand Down

0 comments on commit 61ad187

Please sign in to comment.