-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathconfig.yaml
More file actions
31 lines (31 loc) · 764 Bytes
/
Copy pathconfig.yaml
File metadata and controls
31 lines (31 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
name: SwitchCraft
version: 0.3.0
slug: switchcraft
description: SwitchCraft is your powerful, cross-platform tool designed to be a comprehensive packaging assistant for IT Professionals.
url: https://github.com/FaserF/SwitchCraft
arch:
- aarch64
- amd64
image: ghcr.io/faserf/hassio-addons-switchcraft-{arch}
ingress: true
ingress_entry: "/"
ingress_port: 8080
ports:
8080/tcp: 8081
init: false
map:
- homeassistant_config:rw
options:
log_level: "info"
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)
flet_secret: str?
base_url: str?
entra_client_id: str?
entra_client_secret: str?
entra_tenant_id: str?
github_client_id: str?
github_client_secret: str?
panel_icon: mdi:package-variant-closed
stage: experimental