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

https://github.com/clivern/horde

🐺 Fast, Secure and Reliable Terraform Backend, Set up in Minutes.
https://github.com/clivern/horde

terraform terraform-backend

Last synced: about 2 months ago
JSON representation

🐺 Fast, Secure and Reliable Terraform Backend, Set up in Minutes.

Awesome Lists containing this project

README

        



Horde


A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.






### Usage

To install and run `Horde`, Please do the following:

```zsh
$ cargo install horde-rs
$ export ROCKET_CONFIG=/etc/rocket.toml

# Migrate database
$ horde-rs migrate

# Run web application
$ horde-rs serve
```

### Docker

To run postgresql with docker

```zsh
$ docker run -itd \
-e POSTGRES_USER=root \
-e POSTGRES_PASSWORD=password \
-e POSTGRES_DB=horde \
-p 5432:5432 \
--name horde \
postgres:latest
```

### Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Horde is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.

See the [Releases section of our GitHub project](https://github.com/clivern/horde/releases) for changelogs for each release version of Horde. It contains summaries of the most noteworthy changes made in each release.

### Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/horde/issues

### Security Issues

If you discover a security vulnerability within Horde, please send an email to [[email protected]](mailto:[email protected])

### Contributing

We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.

### License

© 2022, clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).

**Horde** is authored and maintained by [@Clivern](http://github.com/clivern).