add daplie tools instructions for domains
This commit is contained in:
parent
e78276267e
commit
a5395d1378
11
README.md
11
README.md
|
@ -161,6 +161,17 @@ api.<domain.tld>
|
||||||
assets.<domain.tld>
|
assets.<domain.tld>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The domains can be setup through the Daplie Desktop App or with `daplie-tools`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
daplie devices:attach -d foodevice -n example.com -a 127.0.0.1
|
||||||
|
daplie devices:attach -d foodevice -n www.example.com
|
||||||
|
daplie devices:attach -d foodevice -n api.example.com
|
||||||
|
daplie devices:attach -d foodevice -n assets.example.com
|
||||||
|
daplie devices:attach -d foodevice -n cloud.example.com
|
||||||
|
daplie devices:attach -d foodevice -n api.cloud.example.com
|
||||||
|
```
|
||||||
|
|
||||||
Example `/etc/goldilocks/goldilocks.yml`:
|
Example `/etc/goldilocks/goldilocks.yml`:
|
||||||
```yml
|
```yml
|
||||||
tls:
|
tls:
|
||||||
|
|
Loading…
Reference in New Issue