documentation
This commit is contained in:
29
README.md
29
README.md
@@ -6,6 +6,7 @@
|
||||
- [zigbee2mqtt](#zigbee2mqtt)
|
||||
- [Broadlink](#broadlink)
|
||||
- [Hosting](#hosting)
|
||||
- [Editing and Maintenance](#editing-and-maintenance)
|
||||
|
||||
## Integrations
|
||||
|
||||
@@ -38,3 +39,31 @@ Requires port 80 access from home assistant to Broadlink devices.
|
||||
## Hosting
|
||||
|
||||
Currently hosted on [homesrv01.dev.lan](https://git.limbosolutions.com/marcio.fernandes/homesrv01.dev.lan).
|
||||
|
||||
Using portainer stack connected to this repo.
|
||||
|
||||

|
||||
|
||||
Docker volumes should be restored from backups.
|
||||
Repo version of docker volumes exists only for history and documentation.
|
||||
|
||||
## Editing and Maintenance
|
||||
|
||||
Using code server docker container on homesrv01 with volume has_config bind to repo folder volumes/config
|
||||
|
||||
```yaml
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
code-server:
|
||||
....
|
||||
volumes:
|
||||
....
|
||||
- has_config:/config/workspace/has/volumes/config
|
||||
....
|
||||
volumes:
|
||||
...
|
||||
has_config:
|
||||
name: has_app_config
|
||||
...
|
||||
```
|
||||
|
||||
BIN
documentation/images/portainer-has.png
Normal file
BIN
documentation/images/portainer-has.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 128 KiB |
Reference in New Issue
Block a user