-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
132 changed files
with
487 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# App Configs | ||
APP_NAME=Campfire | ||
APP_NAME=Brangus | ||
APP_PORT=4000 | ||
APP_SECRET=76b3tsME0Sixg04dlGsxx48vhJz5EZndgXTUly32vxpsgifl5J/QDZRfe/zv0WSR | ||
APP_HOST=localhost | ||
APP_HTTP_SCHEMA=http | ||
|
||
# Database Configs | ||
DB_USERNAME=campfire | ||
DB_PASSWORD=campfire | ||
DB_USERNAME=brangus | ||
DB_PASSWORD=brangus | ||
DB_HOSTNAME=localhost | ||
DB_DATABASE=campfire_dev | ||
DB_DATABASE=brangus_dev | ||
DB_PORT=5432 | ||
DB_SSL=off | ||
DB_CA_CERTFILE_PATH= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<p align="center"> | ||
<img alt="Campfire Logo" src="/assets/img/logo.png?v=0.4.0" width="250" /> | ||
<h3 align="center">Campfire</h3> | ||
<img alt="Brangus Logo" src="/assets/img/logo.png?v=0.4.0" width="250" /> | ||
<h3 align="center">Brangus</h3> | ||
<p align="center">A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.</p> | ||
<p align="center"> | ||
<a href="https://github.com/Clivern/Campfire/actions/workflows/ci.yml"> | ||
<img src="https://github.com/Clivern/Campfire/actions/workflows/ci.yml/badge.svg"/> | ||
<a href="https://github.com/Clivern/Brangus/actions/workflows/ci.yml"> | ||
<img src="https://github.com/Clivern/Brangus/actions/workflows/ci.yml/badge.svg"/> | ||
</a> | ||
<a href="https://github.com/Clivern/Campfire/releases"> | ||
<a href="https://github.com/Clivern/Brangus/releases"> | ||
<img src="https://img.shields.io/badge/Version-0.4.0-1abc9c.svg"> | ||
</a> | ||
<a href="https://github.com/Clivern/Campfire/blob/master/LICENSE"> | ||
<a href="https://github.com/Clivern/Brangus/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"> | ||
</a> | ||
</p> | ||
|
@@ -54,9 +54,9 @@ To run `postgresql` with `docker` | |
|
||
```zsh | ||
$ docker run -itd \ | ||
-e POSTGRES_USER=campfire \ | ||
-e POSTGRES_PASSWORD=campfire \ | ||
-e POSTGRES_DB=campfire_dev \ | ||
-e POSTGRES_USER=brangus \ | ||
-e POSTGRES_PASSWORD=brangus \ | ||
-e POSTGRES_DB=brangus_dev \ | ||
-p 5432:5432 \ | ||
--name postgresql \ | ||
postgres:15.2 | ||
|
@@ -65,19 +65,19 @@ $ docker run -itd \ | |
|
||
### Versioning | ||
|
||
For transparency into our release cycle and in striving to maintain backward compatibility, `Campfire` is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly. | ||
For transparency into our release cycle and in striving to maintain backward compatibility, `Brangus` 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/campfire/releases) for changelogs for each release version of `Campfire`. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/clivern/campfire/milestones) for the future roadmap. | ||
See the [Releases section of our GitHub project](https://github.com/clivern/brangus/releases) for changelogs for each release version of `Brangus`. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/clivern/brangus/milestones) for the future roadmap. | ||
|
||
|
||
### Bug tracker | ||
|
||
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/campfire/issues | ||
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/brangus/issues | ||
|
||
|
||
### Security Issues | ||
|
||
If you discover a security vulnerability within `Campfire`, please send an email to [[email protected]](mailto:[email protected]) | ||
If you discover a security vulnerability within `Brangus`, please send an email to [[email protected]](mailto:[email protected]) | ||
|
||
|
||
### Contributing | ||
|
@@ -89,4 +89,4 @@ We are an open source, community-driven project so please feel free to join us. | |
|
||
© 2022, Clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php). | ||
|
||
**Campfire** is authored and maintained by [@clivern](http://github.com/clivern). | ||
**Brangus** is authored and maintained by [@clivern](http://github.com/clivern). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.