diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..e852f71 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,146 @@ +{ + "projectName": "wireguard-install", + "projectOwner": "angristan", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "none", + "contributorsSortAlphabetically": true, + "contributorsPerLine": 7, + "contributors": [ + { + "login": "angristan", + "name": "Stanislas", + "avatar_url": "https://avatars1.githubusercontent.com/u/11699655?v=4", + "contributions": [ + "question", + "bug", + "code", + "infra", + "maintenance", + "projectManagement", + "review" + ] + }, + { + "login": "randomshell", + "name": "randomshell", + "avatar_url": "https://avatars3.githubusercontent.com/u/43271778?v=4", + "contributions": [ + "question", + "bug", + "code", + "review" + ] + }, + { + "login": "lucawen", + "name": "Luca Lacerda", + "avatar_url": "https://avatars2.githubusercontent.com/u/1365208?v=4", + "contributions": [ + "code" + ] + }, + { + "login": "robiiinos", + "name": "D. Robin", + "avatar_url": "https://avatars1.githubusercontent.com/u/16455953?v=4", + "contributions": [ + "infra" + ] + }, + { + "login": "shyamjos", + "name": "Shyam Jos", + "avatar_url": "https://avatars3.githubusercontent.com/u/3982702?v=4", + "contributions": [ + "code" + ] + }, + { + "login": "outis151", + "name": "outis151", + "avatar_url": "https://avatars0.githubusercontent.com/u/11805613?v=4", + "contributions": [ + "code" + ] + }, + { + "login": "navilg", + "name": "Navratan Gupta", + "avatar_url": "https://avatars3.githubusercontent.com/u/37469234?v=4", + "contributions": [ + "code" + ] + }, + { + "login": "m0nhawk", + "name": "Andrew Prokhorenkov", + "avatar_url": "https://avatars1.githubusercontent.com/u/8220926?v=4", + "contributions": [ + "code", + "bug" + ] + }, + { + "login": "FollowMeDown", + "name": "Deface", + "avatar_url": "https://avatars0.githubusercontent.com/u/32715156?v=4", + "contributions": [ + "code" + ] + }, + { + "login": "jellemdekker", + "name": "Jelle Dekker", + "avatar_url": "https://avatars1.githubusercontent.com/u/5638782?v=4", + "contributions": [ + "code" + ] + }, + { + "login": "Shagon94", + "name": "Shagon94", + "avatar_url": "https://avatars3.githubusercontent.com/u/9140783?v=4", + "contributions": [ + "code" + ] + }, + { + "login": "Leopere", + "name": "Leopere", + "avatar_url": "https://avatars1.githubusercontent.com/u/1068374?v=4", + "contributions": [ + "code" + ] + }, + { + "login": "rummyr", + "name": "rummyr", + "avatar_url": "https://avatars3.githubusercontent.com/u/20533485?v=4", + "contributions": [ + "bug" + ] + }, + { + "login": "HaimenToshi", + "name": "HaimenToshi ", + "avatar_url": "https://avatars2.githubusercontent.com/u/39633719?v=4", + "contributions": [ + "bug" + ] + }, + { + "login": "TheNomad11", + "name": "TheNomad11", + "avatar_url": "https://avatars3.githubusercontent.com/u/20747629?v=4", + "contributions": [ + "bug" + ] + } + ] +} diff --git a/README.md b/README.md index db67ebe..17d4c5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # WireGuard installer + +[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) + + **This project is a bash script that aims to setup a [WireGuard](https://www.wireguard.com/) VPN on a Linux server, as easily as possible!** WireGuard is a point-to-point VPN that can be used in different ways. Here, we mean a VPN as in: the client will forward all its traffic trough an encrypted tunnel to the server. @@ -41,3 +45,40 @@ I recommend these cheap cloud providers for your VPN server: - [Hetzner](https://hetzner.cloud/?ref=ywtlvZsjgeDq): Germany, IPv6, 20 TB of traffic, starting at €3/month - [Digital Ocean](https://goo.gl/qXrNLK): Worldwide locations, IPv6 support, starting at \$5/month - [PulseHeberg](https://goo.gl/76yqW5): France, unlimited bandwidth, starting at €3/month + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + + + + + + + + + + + + + +

Andrew Prokhorenkov
💻 🐛

D. Robin
🚇

Deface
💻

HaimenToshi
🐛

Jelle Dekker
💻

Leopere
💻

Luca Lacerda
💻

Navratan Gupta
💻

Shagon94
💻

Shyam Jos
💻

Stanislas
💬 🐛 💻 🚇 🚧 📆 👀

TheNomad11
🐛

outis151
💻

randomshell
💬 🐛 💻 👀

rummyr
🐛
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!