mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-03 18:41:30 +00:00
21 lines
484 B
YAML
21 lines
484 B
YAML
name: phpMyAdmin
|
|
version: 0.11.1
|
|
slug: phpmyadmin
|
|
description: A web interface for the official MariaDB add-on
|
|
url: https://github.com/hassio-addons/addon-phpmyadmin
|
|
codenotary: codenotary@frenck.dev
|
|
ingress: true
|
|
ingress_stream: true
|
|
panel_icon: mdi:database
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armv7
|
|
init: false
|
|
services:
|
|
- mysql:need
|
|
hassio_api: true
|
|
schema:
|
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
|
upload_limit: int?
|
|
image: ghcr.io/hassio-addons/phpmyadmin/{arch}
|