Last 12 weeks · 0 commits
2 of 6 standards met
I was just trying to build this project before forking it and modifying for my environment, however I noticed it has a dependency on github.com/kelseyhightower/httputils which no longer exists. It looks like this repo might have been renamed / / deleted / made private, which is causing ipxed to fail.
Repository: kelseyhightower/ipxed. Description: Web interface and api for ipxed Stars: 52, Forks: 17. Primary language: Go. Languages: Go (98.3%), CSS (1.7%). License: MIT. Open PRs: 1, open issues: 1. Last activity: 11y ago. Community health: 42%. Top contributors: kelseyhightower, vic3lord.
Had an Issue installing ipxed: /home/setkeh/gocode/src/github.com/kelseyhightower/ipxed/# go install github.com/kelseyhightower/ipxed/api api/db.go:19: not enough arguments in call to bolt.Open Added "nil" to the Arguments on bolt.open on line 19 of api/db.go and successfully built afterwards. Hope this helps thanks for the great work :)