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.
- Host: GitHub
- URL: https://github.com/clivern/horde
- Owner: Clivern
- License: mit
- Created: 2016-05-01T22:43:57.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T03:32:00.000Z (2 months ago)
- Last Synced: 2025-05-04T09:58:35.261Z (about 2 months ago)
- Topics: terraform, terraform-backend
- Language: Rust
- Homepage: https://crates.io/crates/horde-rs
- Size: 213 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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).