Skip to content

Commit

Permalink
(WIP) openBalena on balenaOS
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
ab77 committed Mar 1, 2022
1 parent f7207fb commit 2622eb9
Show file tree
Hide file tree
Showing 48 changed files with 1,425 additions and 1,690 deletions.
637 changes: 637 additions & 0 deletions .github/workflows/balena.yml

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
.DS_Store
.project
.vagrant/

/config
/docker-compose.yml
/package-lock.json
.balena
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/balena-nested"]
path = src/balena-nested
url = git@github.com:balena-io-playground/balena-nested.git
50 changes: 0 additions & 50 deletions .openbalenarc

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: lint

lint:
shellcheck scripts/*
find . -type f -name *.sh | xargs shellcheck
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ To learn more about openBalena, visit [balena.io/open][open-balena-website].

## Getting Started

Our [Getting Started guide][getting-started] is the most direct path to getting
an openBalena installation up and running and successfully deploying your
application to your device(s).
~~Our [Getting Started guide][getting-started] is the most direct path to getting~~
~~an openBalena installation up and running and successfully deploying your~~
~~application to your device(s).~~


## Compatibility
Expand Down
41 changes: 0 additions & 41 deletions Vagrantfile

This file was deleted.

3 changes: 3 additions & 0 deletions balena.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: openBalena
type: sw.application
version: 3.4.3
17 changes: 0 additions & 17 deletions compose/common.yml

This file was deleted.

31 changes: 0 additions & 31 deletions compose/mdns.yml

This file was deleted.

186 changes: 0 additions & 186 deletions compose/services.yml

This file was deleted.

10 changes: 0 additions & 10 deletions compose/template.yml

This file was deleted.

6 changes: 0 additions & 6 deletions compose/versions

This file was deleted.

Loading

0 comments on commit 2622eb9

Please sign in to comment.