Compare commits

..

1 Commits

Author SHA1 Message Date
Paolo Asperti 9a53f2c9a9 updated builder image
the build failed Details
2018-08-28 18:05:39 +02:00
3 changed files with 6 additions and 8 deletions

View File

@ -11,7 +11,7 @@ clone:
pipeline:
build:
image: arm32v6/abuild:latest
image: openpdu/builder:3.7
environment:
- REPODEST=/home/builder/package
secrets:

View File

@ -4,7 +4,7 @@ pkgname=acf-openpdu
pkgver=0.3
pkgrel=1
pkgdesc="ACF interface for the OpenPDU project"
url="https://git.asperti.com/OpenPDU/acf-openpdu"
url="https://github.com/openpdu/acf-openpdu"
arch="noarch"
license="GPL2"
depends="acf-core openpdu lua-cjson"

View File

@ -1,21 +1,19 @@
# 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)
ACF interface for the OpenPDU project.
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