Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# GitOps Config Backup — Home Assistant Add-on
# HA GitOps — Home Assistant Add-on

**PR-gated GitHub backup for your Home Assistant config.** Nothing force-pushes,
every change is a reviewable pull request, and CI validates your config against
pinned Home Assistant versions *before* it can merge.

[![Add repository to my Home Assistant](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Faskb%2Fha-gitops-backup)
[![Add repository to my Home Assistant](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Faskb%2Fha-gitops)

## Why another config-backup add-on?

Expand Down
2 changes: 1 addition & 1 deletion gitops_backup/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ github.com → **+** → **New repository** → name it (e.g. `my-ha-config`)

1. github.com → your avatar → **Settings** → **Developer settings** →
**Personal access tokens** → **Fine-grained tokens** → **Generate new token**
2. **Token name**: `ha-gitops-backup` · **Expiration**: 1 year (set a calendar
2. **Token name**: `ha-gitops` · **Expiration**: 1 year (set a calendar
reminder — the add-on status will show `error` when it expires)
3. **Repository access**: *Only select repositories* → pick the repo from step 1
4. **Permissions → Repository permissions**:
Expand Down
2 changes: 1 addition & 1 deletion gitops_backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN chmod a+x /app/gitops_backup.sh /etc/services.d/gitops/run

LABEL \
io.hass.type="addon" \
org.opencontainers.image.source="https://github.com/askb/ha-gitops-backup" \
org.opencontainers.image.source="https://github.com/askb/ha-gitops" \
org.opencontainers.image.licenses="Apache-2.0"
4 changes: 2 additions & 2 deletions gitops_backup/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "GitOps Config Backup",
"name": "HA GitOps",
"version": "0.1.0",
"slug": "gitops_backup",
"description": "PR-gated GitHub backup for your Home Assistant config \u2014 nothing force-pushes, every change is reviewable, CI validates before merge",
"url": "https://github.com/askb/ha-gitops-backup",
"url": "https://github.com/askb/ha-gitops",
"arch": [
"amd64",
"aarch64",
Expand Down
6 changes: 3 additions & 3 deletions repository.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "GitOps Config Backup Repository",
"url": "https://github.com/askb/ha-gitops-backup",
"name": "HA GitOps Repository",
"url": "https://github.com/askb/ha-gitops",
"maintainer": "askb"
}
}
Loading