Bestanden uploaden naar 'test'
This commit is contained in:
parent
67008437a7
commit
8e6d99831c
7 changed files with 25 additions and 0 deletions
1
test/DOCS.md
Normal file
1
test/DOCS.md
Normal file
|
@ -0,0 +1 @@
|
|||
# DOCS.md
|
9
test/Dockerfile
Normal file
9
test/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
docker run \
|
||||
--rm \
|
||||
--privileged \
|
||||
-v ~/.docker:/root/.docker \
|
||||
homeassistant/amd64-builder \
|
||||
--all \
|
||||
-t addon-folder \
|
||||
-r https://github.com/xy/addons \
|
||||
-b branchname
|
1
test/README.md
Normal file
1
test/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Bla
|
11
test/config.yaml
Normal file
11
test/config.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: "Seafile sync"
|
||||
description: "My first real add-on!"
|
||||
version: "0.0.1"
|
||||
slug: "hello_world"
|
||||
init: false
|
||||
arch:
|
||||
# - aarch64
|
||||
- amd64
|
||||
# - armhf
|
||||
# - armv7
|
||||
# - i386
|
BIN
test/icon.png
Normal file
BIN
test/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
test/logo.png
Normal file
BIN
test/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
3
test/run.sh
Normal file
3
test/run.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
echo "Hello world!"
|
Loading…
Reference in a new issue