[DOCS] Add a section explaining why Authelia is open source (#1134)
* [DOCS] Add a section explaining why Authelia is open source. * Apply suggestions from code review Co-authored-by: Amir Zarrinkafsh <nightah@me.com> * Move the Why Open Source? section.pull/1136/head
parent
6f96e4b119
commit
ea879dc83d
18
README.md
18
README.md
|
@ -131,19 +131,31 @@ disclosure related matters. If you need to contact us for another reason please
|
|||
|
||||
See [BREAKING](./BREAKING.md).
|
||||
|
||||
## Why Open Source?
|
||||
|
||||
You might wonder why Authelia is open source while it adds a great deal of security and user experience to your infrastructure at zero cost.
|
||||
It is open source because we firmly believe that security should be available for all to benefit in the face the battlefield which is the Internet
|
||||
with near zero effort.
|
||||
|
||||
Additionally, keeping the code open source is a way to leave it auditable by anyone who is willing to contribute. This way, you can be confident
|
||||
that the product remains secure and does not act maliciously.
|
||||
|
||||
It's important to keep in mind Authelia is not directly exposed on the
|
||||
Internet (your reverse proxies are) however, it's still the control plane for your internal security so take care of it!
|
||||
|
||||
## Contribute
|
||||
|
||||
If you want to contribute to Authelia, check the documentation available
|
||||
[here](https://docs.authelia.com/contributing/).
|
||||
|
||||
## Contributors
|
||||
|
||||
Authelia exists thanks to all the people who contribute. [[Contribute](./CONTRIBUTING.md)].
|
||||
Authelia exists thanks to all the people who contribute so don't be shy,
|
||||
come chat with us on [Matrix](#matrix) and start contributing too. [[Contribute](./CONTRIBUTING.md)].
|
||||
<a href="https://github.com/authelia/authelia/graphs/contributors"><img src="https://opencollective.com/authelia-sponsors/contributors.svg?width=890" /></a>
|
||||
|
||||
## Backers
|
||||
|
||||
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/authelia-sponsors/contribute)] and help us sustain our community.
|
||||
The money we currently receive is dedicated to bootstrap a bug bounty program to give us as many eyes as we can to detect potential vulnerabilities.
|
||||
<a href="https://opencollective.com/authelia-sponsors#backers"><img src="https://opencollective.com/authelia-sponsors/backers.svg?width=890"></a>
|
||||
|
||||
## Sponsors
|
||||
|
|
Loading…
Reference in New Issue