814cd407f1 | ||
---|---|---|
.devcontainer | ||
.github | ||
.yarn | ||
data/discord/messages | ||
libs | ||
services | ||
tests | ||
.dockerignore | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
.yarnrc | ||
.yarnrc.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
nest-cli.json | ||
package.json | ||
tsconfig.build.json | ||
tsconfig.json | ||
version.json | ||
webpack.config.js | ||
yarn.lock |
README.md
service-hub
This is an all-purpose monorepo to handle our service needs.
Services
Bots
cla-sign
Receiver to handle CLA sign requests for the Home Assistant GitHub organization.
discord
- Bot for the Home Assistant Discord server
- Bot for the ESPHome Discord server
github-webhook
- Webhook handler for all Home Assistant GitHub repositories
- Webhook handler for all ESPHome GitHub repositories
Deployments
When a new release is created, a new container image is created and pushed to ghcr.io.
All deployments are defined in our deployments repository.