-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
29 lines (29 loc) · 870 Bytes
/
config.yaml
File metadata and controls
29 lines (29 loc) · 870 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
name: "Multisynq Synchronizer"
description: "Run a Multisynq Synchronizer through your Home Assistant instance to participate in DePIN networks and earn rewards"
version: "1.2.1"
slug: "multisynq_synchronizer"
init: false
arch:
- aarch64
- amd64
url: "https://github.com/multisynq/synchronizer-ha"
webui: "http://[HOST]:[PORT:8099]"
# image: "ghcr.io/multisynq/{arch}-synchronizer-ha" # Commented out for local builds
options:
synq_key: null
wallet_address: null
lite_mode: false
schema:
synq_key: str
wallet_address: str
lite_mode: bool
ports:
"3333/tcp": 3333
"9090/tcp": 9090
"8099/tcp": 8099
ports_description:
"3333/tcp": "Synchronizer communication port (required, don't change)"
"9090/tcp": "Synchronizer metrics port (required, don't change)"
"8099/tcp": "Web dashboard and stats server (optional, customizable)"
map:
- "share:rw"