Edgebox system control daemon
 
 
 
 
Go to file
Paulo Truta e80aaf7d18
Release/1.3.0 (#40)
* Implemented scaffolding for BrowserDev tasks and implemented taskGetBrowserDevPassword

* Added SetBrowserDevPasswordFile and ReplaceTextInFile funcs

* Added browserDevProxyPath

* Polished code and added missing pieces

* Improved Makefile with info and install + build processes

* Added vscode tasks support

* Added run command and reverted build-all to old logic, added run vscode task

* Added GetBrowserDevStatus task and into schedules

* Fixed check for tasks.GetBrowserStatus()

* Reverted to no result log in Exec command
2024-12-07 01:26:45 +01:00
.github Bump actions/checkout from 3 to 4 (#34) 2023-11-20 21:10:09 +01:00
.vscode Release/1.3.0 (#40) 2024-12-07 01:26:45 +01:00
cmd/edgeboxctl GetPath improvements (#20) 2022-10-08 18:41:37 +02:00
docs/img Changed logo and updated badge urls 2020-11-08 23:11:30 +01:00
internal Release/1.3.0 (#40) 2024-12-07 01:26:45 +01:00
scripts Cloudflare Tunnel Support (#29) 2023-03-20 00:54:42 +01:00
.gitignore Cloudflare Tunnel Support (#29) 2023-03-20 00:54:42 +01:00
Dockerfile Tidy repo (#30) 2023-11-19 21:33:18 +01:00
LICENSE Update LICENSE 2021-11-21 21:20:05 +01:00
Makefile Release/1.3.0 (#40) 2024-12-07 01:26:45 +01:00
README.md Tidy repo (#30) 2023-11-19 21:33:18 +01:00
codecov.yml Add coverage (#15) 2021-06-08 22:40:53 +02: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
edgeboxctl.service Add service file and install command (#27) 2023-03-11 13:58:54 +01:00
go.mod Release/1.3.0 (#40) 2024-12-07 01:26:45 +01:00
go.sum Release/1.3.0 (#40) 2024-12-07 01:26:45 +01:00

README.md


Logo

Edgebox Control Module

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

Table of Contents

About The Project

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.

Built With

Getting Started

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

Prerequisites

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)

Installation

  1. Clone the repo
git clone https://github.com/edgebox-iot/edgeboxctl.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 Elastic License 2.0. See LICENSE for more information.