Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdxjohnny/admin


https://github.com/pdxjohnny/admin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Admin
---

Admin is meant to help administer a multiuser linux system

Building
---

```bash
go build -o admin_linux-amd64 -tags netgo *.go
# Or
./script/build
```
> `-tags netgo` will help you achieve static binaries :)

Running
---

```bash
./admin_linux-amd64
docker run --rm -ti pdxjohnny/admin
```