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

https://github.com/reddec/webconf

Web UI for configure ini files
https://github.com/reddec/webconf

Last synced: 6 months ago
JSON representation

Web UI for configure ini files

Awesome Lists containing this project

README

          

# Introduction

This is single-binary no-dependency WEB UI for editing .ini file.

Features:

* Create/Remove/Update .ini files
* Restrict operations like remove or create
* CRUD for templates
* Create INI from template

# Install

## Binary

Provided by [Packager.IO](https://packager.io/gh/reddec/webconf/install)

## From source

```
go get -u github.com/jteeuwen/go-bindata/...
go get github.com/elazarl/go-bindata-assetfs/...
go get -u github.com/reddec/webconf/...
```

# Usage

See help

```
webconf --help
```