https://github.com/kizza/homelab
More than just homeassistant
https://github.com/kizza/homelab
Last synced: 28 days ago
JSON representation
More than just homeassistant
- Host: GitHub
- URL: https://github.com/kizza/homelab
- Owner: kizza
- Created: 2024-01-23T06:42:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T21:03:51.000Z (5 months ago)
- Last Synced: 2025-02-17T04:41:25.002Z (4 months ago)
- Language: Shell
- Size: 4.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homelab
My current evolution of homeassistant and services.
### Hardware
Intel i5-4250 NIC 8GM RAM 120GB SSD D54250WYK### Update homeassistant
docker compose pull homeassistant
docker compose up homeassistant -d
docker image prune -a### Cloudflare certificates
openssl x509 -outform der -in origin-server.pem -out origin-server.crtTunnel configuratoin
https://one.dash.cloudflare.com/{id}/networks/tunnelsIn cloudflare, from your domain select SSL/TLS, and from origin server generate a certificate.
https://one.dash.cloudflare.com/{id}/settings/downloads### Creating mosquitto users
Start mosquitto in allow_anonymouse mode, then create a user
docker exec -it mosquitto mosquitto_passwd -c /mosquitto/config/mqttuser {username}
Then add subsequent users with
docker exec -it mosquitto mosquitto_passwd -b /mosquitto/config/mqttuser {username} {password}