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
- Host: GitHub
- URL: https://github.com/reddec/webconf
- Owner: reddec
- Created: 2017-06-29T16:20:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T13:12:18.000Z (almost 9 years ago)
- Last Synced: 2025-03-09T00:06:41.205Z (over 1 year ago)
- Language: HTML
- Size: 962 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```