Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "get" add-on #2

Merged
merged 5 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 3 additions & 0 deletions get/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.0

Initial release
8 changes: 8 additions & 0 deletions get/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ARG BUILD_FROM
FROM $BUILD_FROM

RUN \
wget -O /get-hacs https://raw.githubusercontent.com/hacs/get/main/get \
&& chmod +x /get-hacs

CMD ["bash", "/get-hacs"]
9 changes: 9 additions & 0 deletions get/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Get HACS

The easiest way to get HACS for Home Assistant.

## Instructions

1. Use the **Install** button above to build the add-on.
2. Start the add-on.
3. Navigate to the add-on logs and follow instructions given there.
11 changes: 11 additions & 0 deletions get/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base:3.15"
amd64: "ghcr.io/home-assistant/amd64-base:3.15"
armhf: "ghcr.io/home-assistant/armhf-base:3.15"
armv7: "ghcr.io/home-assistant/armv7-base:3.15"
i386: "ghcr.io/home-assistant/i386-base:3.15"
labels:
org.opencontainers.image.title: "HACS: get"
org.opencontainers.image.description: "Get HCS"
org.opencontainers.image.source: "https://github.com/hacs/addons"
org.opencontainers.image.licenses: "Apache License 2.0"
ludeeus marked this conversation as resolved.
Show resolved Hide resolved
18 changes: 18 additions & 0 deletions get/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Get HACS

Check failure on line 1 in get/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on get

'stage' should be removed, it uses a default value
version: "1.0.0"
slug: get
image: "ghcr.io/hacs/{arch}-addon-get"
description: The easiest way to get HACS for Home Assistant
startup: once
boot: manual
url: "https://github.com/hacs/addons/tree/main/get"
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
init: false
stage: stable
ludeeus marked this conversation as resolved.
Show resolved Hide resolved
map:
- homeassistant_config:rw
Binary file added get/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading