-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
83 changed files
with
239 additions
and
238 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=Orangutan | ||
APP_NAME=Moose | ||
APP_PORT=4000 | ||
APP_SECRET=76b3tsME0Sixg04dlGsxx48vhJz5EZndgXTUly32vxpsgifl5J/QDZRfe/zv0WSR | ||
APP_HOST=localhost | ||
APP_HTTP_SCHEMA=http | ||
|
||
# Database Configs | ||
DB_USERNAME=orangutan | ||
DB_PASSWORD=orangutan | ||
DB_USERNAME=moose | ||
DB_PASSWORD=moose | ||
DB_HOSTNAME=localhost | ||
DB_DATABASE=orangutan_dev | ||
DB_DATABASE=moose_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,21 +1,21 @@ | ||
<p align="center"> | ||
<img alt="Orangutan Logo" src="/assets/img/logo.png" width="180" /> | ||
<h3 align="center">Orangutan</h3> | ||
<img alt="Moose Logo" src="/assets/img/logo.png" width="180" /> | ||
<h3 align="center">Moose</h3> | ||
<p align="center">A Disposable, Secure, Anonymous Email Server, Set up in Minutes.</p> | ||
<p align="center"> | ||
<a href="https://github.com/Clivern/Orangutan/actions/workflows/ci.yml"> | ||
<img src="https://github.com/Clivern/Orangutan/actions/workflows/ci.yml/badge.svg"/> | ||
<a href="https://github.com/Clivern/Moose/actions/workflows/ci.yml"> | ||
<img src="https://github.com/Clivern/Moose/actions/workflows/ci.yml/badge.svg"/> | ||
</a> | ||
<a href="https://github.com/Clivern/Orangutan/releases"> | ||
<a href="https://github.com/Clivern/Moose/releases"> | ||
<img src="https://img.shields.io/badge/Version-0.1.0-1abc9c.svg"> | ||
</a> | ||
<a href="https://github.com/Clivern/Orangutan/blob/master/LICENSE"> | ||
<a href="https://github.com/Clivern/Moose/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"> | ||
</a> | ||
</p> | ||
</p> | ||
|
||
Orangutan is a disposable, secure, anonymous email server. It allows to receive email at a temporary address that self-destructed after a certain time elapses. Orangutan is most advanced throwaway email service that helps you avoid spam and stay safe. | ||
Moose is a disposable, secure, anonymous email server. It allows to receive email at a temporary address that self-destructed after a certain time elapses. Moose is most advanced throwaway email service that helps you avoid spam and stay safe. | ||
|
||
|
||
### Getting Started | ||
|
@@ -56,9 +56,9 @@ To run `postgresql` with `docker` | |
|
||
```zsh | ||
$ docker run -itd \ | ||
-e POSTGRES_USER=orangutan \ | ||
-e POSTGRES_PASSWORD=orangutan \ | ||
-e POSTGRES_DB=orangutan_dev \ | ||
-e POSTGRES_USER=moose \ | ||
-e POSTGRES_PASSWORD=moose \ | ||
-e POSTGRES_DB=moose_dev \ | ||
-p 5432:5432 \ | ||
--name postgresql \ | ||
postgres:15.2 | ||
|
@@ -67,19 +67,19 @@ $ docker run -itd \ | |
|
||
### Versioning | ||
|
||
For transparency into our release cycle and in striving to maintain backward compatibility, `Orangutan` 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, `Moose` 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/orangutan/releases) for changelogs for each release version of `Orangutan`. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/clivern/orangutan/milestones) for the future roadmap. | ||
See the [Releases section of our GitHub project](https://github.com/clivern/moose/releases) for changelogs for each release version of `Moose`. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/clivern/moose/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/orangutan/issues | ||
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/moose/issues | ||
|
||
|
||
### Security Issues | ||
|
||
If you discover a security vulnerability within `Orangutan`, please send an email to [[email protected]](mailto:[email protected]) | ||
If you discover a security vulnerability within `Moose`, please send an email to [[email protected]](mailto:[email protected]) | ||
|
||
|
||
### Contributing | ||
|
@@ -91,4 +91,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). | ||
|
||
**Orangutan** is authored and maintained by [@clivern](http://github.com/clivern). | ||
**Moose** is authored and maintained by [@clivern](http://github.com/clivern). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.