A System Control module written in Go. Its responsibility is to configure dependencies and perform system tasks, automatically on a schedule, or on demand.
Report Bug
·
Request Feature
Edgebox is an easy to configure and use system. It brings powerful features that go alongside or can even completely replace various services that you already use in the day-to-day.
To get a local copy up and running follow these simple steps.
If you're running for development purposes, a docker container suffices, so make sure you have:
- docker
- docker compose
Check the following links for more info on Docker and Docker Compose.
Aditionally, edgeboxctl
needs the following bash commands available wherever it runs:
arm-linux-gnueabi-gcc
(sudo apt-get install gcc-arm*
)sh
rm
systemctl
lsblk
yq
tinc-boot
(not mandatory)
- Clone the repo
git clone https://github.com/edgebox-iot/edgeboxctl.git
- Run Docker-Compose
docker-compose up
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Elastic License 2.0. See LICENSE
for more information.