diff --git a/APKBUILD b/APKBUILD index 751a39e..2fdcbb1 100755 --- a/APKBUILD +++ b/APKBUILD @@ -4,7 +4,7 @@ pkgname=acf-openpdu pkgver=0.3 pkgrel=1 pkgdesc="ACF interface for the OpenPDU project" -url="https://github.com/openpdu/acf-openpdu" +url="https://git.asperti.com/OpenPDU/acf-openpdu" arch="noarch" license="GPL2" depends="acf-core openpdu lua-cjson" diff --git a/README b/README.md similarity index 69% rename from README rename to README.md index 944242b..feb9e01 100755 --- a/README +++ b/README.md @@ -1,19 +1,21 @@ -ACF interface for the OpenPDU project. +# ACF interface for the OpenPDU project. + +[![Build Status](https://drone.asperti.com/api/badges/OpenPDU/acf-openpdu/status.svg)](https://drone.asperti.com/OpenPDU/acf-openpdu) Connect the wires, and install this package. Then go to https://[YOUR_IP], enter user/pass so you can login to ACF. Under "OpenPDU" you can control your outlets. -DONE: +## DONE: * Basic Outlet Status (almost everything hardcoded :( ) * Power control (ON/OFF) for each socket * All the outlets are powered ON on boot * ACF package * configuration file editing -TODO: +## TODO: * editing outlet parameters * everything else (there's a long list) -BUGS: +## BUGS: * At the moment, the "Edit" button doesn't work