https://github.com/craigchilds94/homestead-config
A simple tool to check out/modify your Homestead configuration. Built with Express.
https://github.com/craigchilds94/homestead-config
Last synced: 4 months ago
JSON representation
A simple tool to check out/modify your Homestead configuration. Built with Express.
- Host: GitHub
- URL: https://github.com/craigchilds94/homestead-config
- Owner: CraigChilds94
- Created: 2015-05-13T18:25:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T22:45:13.000Z (about 10 years ago)
- Last Synced: 2024-12-06T21:12:56.740Z (6 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Homestead Configuration Reader
A simple Express based app which reads & parses your Homestead configuration file. This will eventually have a nice GUI and will enable modifications to the configuration; with automated provisioning and command line access.
Download the .zip then run `npm install; npm start` and go to `localhost:3000`. Currently the app assumes you have a readable file in `~/.homestead/` called `Homestead.yaml`.
## Todos
- [ ] Implement clean controller system for the routes
- [ ] Make pretty (More like a dashboard with UI)
- [ ] Enable editing of values
- [ ] Status updates / etc
- [ ] Management of sites / hosts / databases
- [ ] Modification
- [ ] Deletion
- [ ] Addition
- [ ] Globally installable; uses a `/bin` script
- [ ] Setup tests
- [ ] Add configuration; such as not always running on `localhost:3000`