Edgebox system control daemon
 
 
 
 
Go to file
Paulo Truta 2e8a73d0ea Fixed Dockerfile CompileDeamon to point to makefile 2021-02-12 01:06:32 +01:00
.github/workflows Fix 2021-02-11 21:48:41 +01:00
cmd/sysctl Fix 2021-02-11 21:48:41 +01:00
docs/img Changed logo and updated badge urls 2020-11-08 23:11:30 +01:00
internal/diagnostics Structure 2021-02-11 21:31:32 +01:00
.gitignore Add basic Makefile 2021-02-11 21:21:22 +01:00
Dockerfile Fixed Dockerfile CompileDeamon to point to makefile 2021-02-12 01:06:32 +01:00
LICENSE Initial commit 2020-11-08 21:46:59 +01:00
Makefile Remove dist 2021-02-11 21:45:08 +01:00
README.md Changed logo and updated badge urls 2020-11-08 23:11:30 +01:00
docker-compose.yml Fixed Dockerfile and compose files for auto re-build, added loop for system service behaviour 2021-02-11 19:56:35 +01:00
go.mod Added base Dockerfile, main.go and redis queue 2020-11-08 23:43:18 +01:00

README.md

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Edgebox SysCtl Module

A System Control module written in Go. Its resonsability is to configure dependencies and perform system tasks, automatically in a schedule, or by command.
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

![Edgebox Screen Shot][product-screenshot]

Edgebox is a small box that connects alongside your home internet router. It brings powerful features that go alongside or can even completely replace various services that you already use in the day-to-day.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

If you're installing this to run natively in the system, you better be doing it inside of the Development Virtual Machine. This software can do destructive action in the system is is running. You've been warned.

If you're running for development purposes, a Docker container suffices, so make sure you have:

  • Docker
  • Docker Compose
sudo apt-get install docker docker-compose

Check the following links for more info on Docker and Docker Compose.

Installation

  1. Clone the repo
git clone https://github.com/edgebox-iot/sysctl.git
  1. Run Docker-Compose
docker-compose up

Usage

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.