mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-20 04:14:23 +01:00
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
42 lines
732 B
YAML
42 lines
732 B
YAML
version: 5.3.3
|
|
slug: configurator
|
|
name: File editor
|
|
description: Simple browser-based file editor for Home Assistant
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/configurator
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
homeassistant: 0.91.1
|
|
homeassistant_api: true
|
|
image: homeassistant/{arch}-addon-configurator
|
|
ingress: true
|
|
init: false
|
|
map:
|
|
- backup:rw
|
|
- config:rw
|
|
- media:rw
|
|
- share:rw
|
|
- ssl:rw
|
|
options:
|
|
dirsfirst: false
|
|
enforce_basepath: true
|
|
git: true
|
|
ignore_pattern:
|
|
- __pycache__
|
|
- .cloud
|
|
- .storage
|
|
- deps
|
|
ssh_keys: []
|
|
panel_icon: mdi:wrench
|
|
schema:
|
|
dirsfirst: bool
|
|
enforce_basepath: bool
|
|
git: bool
|
|
ignore_pattern:
|
|
- str
|
|
ssh_keys:
|
|
- str
|