documentation

This commit is contained in:
2024-08-24 23:04:56 +01:00
parent 4547c073fb
commit 4f8417fcf7
2 changed files with 29 additions and 0 deletions

View File

@@ -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.
![alt text](documentation/images/portainer-has.png)
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
...
```