Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
Matej Kramny b2eb39d605 🎉 remove redis dependency
- Remove mandrill
- Remove redis
- Sessions & more transparency into who's logged into your user
- Session is stored in cookies (map of two integers.)
- Encrypted sessions, configurable keys (auto-generated)
2016-04-30 14:28:47 +02:00
database 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
migration 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
models 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
playbooks 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
public Slight UI improvement 2016-04-29 14:05:38 +02:00
routes 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
upgrade Upgrade 2016-04-26 19:18:28 +01:00
util 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
.gitignore Ignore OSX files 2016-04-09 00:24:32 +01:00
CHANGELOG.md Code of conduct, changelog 2016-04-29 23:47:31 +02:00
circle.yml Improved setup formatting 2016-04-30 09:52:33 +02:00
CODE_OF_CONDUCT.md Code of conduct, changelog 2016-04-29 23:47:31 +02:00
CONTRIBUTING.md Improved setup formatting 2016-04-30 09:52:33 +02:00
docker-compose.yml 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
LICENSE Initial commit 2014-08-23 23:43:31 +01:00
main.go 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
make.sh Improved setup formatting 2016-04-30 09:52:33 +02:00
README.md 🎉 remove redis dependency 2016-04-30 14:28:47 +02:00
swagger.yml Show task output, fix event time precision 2016-04-17 19:01:51 +01:00

V2 branch

Circle CI

Tests in progress.

Install Instructions

Common errors & pitfalls

 Cannot connect to database!
 Error 1045: Access denied for user 'root'@'localhost' (using password: NO)

Your password for database is empty and is required.


 Database migrations failed!
 ... error here ...

Please open an issue, tell us you database version & configuration.


Milestones

Releases

Articles

Contributing

PR's & UX reviews are welcome!

Please follow the contribution guide. Any questions, please open an issue.

License

MIT License

Copyright (c) 2016 Castaway Consulting LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.