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, "exposable": true,
"port": 8102, "port": 8102,
"id": "homarr", "id": "homarr",
"tipi_version": 9, "tipi_version": 10,
"version": "0.12.0", "version": "0.12.1",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
homarr: homarr:
container_name: homarr container_name: homarr
image: ghcr.io/ajnart/homarr:0.12.0 image: ghcr.io/ajnart/homarr:0.12.1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/app/data/configs - ${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, "available": true,
"exposable": true, "exposable": true,
"id": "onedev", "id": "onedev",
"tipi_version": 5, "tipi_version": 6,
"version": "8.1.2", "version": "8.1.3",
"categories": [ "categories": [
"development" "development"
], ],

View File

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

View File

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