Merge branch 'meienberger:master' into master

This commit is contained in:
sclaren 2023-04-26 11:33:39 +02:00 committed by GitHub
commit d65a9abb73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8102,
"id": "homarr",
"tipi_version": 9,
"version": "0.12.0",
"tipi_version": 10,
"version": "0.12.1",
"categories": [
"utilities"
],

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:0.12.0
image: ghcr.io/ajnart/homarr:0.12.1
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/config:/app/data/configs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "onedev",
"tipi_version": 5,
"version": "8.1.2",
"tipi_version": 6,
"version": "8.1.3",
"categories": [
"development"
],

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
onedev:
image: 1dev/server:8.1.2
image: 1dev/server:8.1.3
container_name: onedev
environment:
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect

View File

@ -7,5 +7,12 @@
"githubaction@githubaction.com"
],
"dependencyDashboard": true,
"enabledManagers": ["docker-compose", "dockerfile"]
}
"enabledManagers": ["docker-compose", "dockerfile"],
"packageRules": [
{
"managers": ["docker-compose", "dockerfile"],
"packagePatterns": ["^([^\\/]+\\/)?(mysql|mariadb|mongodb|postgres|redis)(:|$)"],
"enabled": false
}
]
}