Skip to content

Commit 022ace4

Browse files
authored
Merge pull request #386 from ggwadera/all-contributors
Add contributors on README
2 parents 289f144 + af3441f commit 022ace4

File tree

2 files changed

+168
-0
lines changed

2 files changed

+168
-0
lines changed

.all-contributorsrc

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
{
2+
"projectName": "myProxy",
3+
"projectOwner": "garageScript",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "songz",
15+
"name": "Song Zheng",
16+
"avatar_url": "https://avatars2.githubusercontent.com/u/686933?v=4",
17+
"profile": "https://www.c0d3.com/",
18+
"contributions": [
19+
"code",
20+
"doc",
21+
"ideas",
22+
"infra",
23+
"mentoring",
24+
"projectManagement",
25+
"review"
26+
]
27+
},
28+
{
29+
"login": "hwong0305",
30+
"name": "Herman Wong",
31+
"avatar_url": "https://avatars1.githubusercontent.com/u/7990856?v=4",
32+
"profile": "https://www.devwong.com/",
33+
"contributions": [
34+
"code",
35+
"review"
36+
]
37+
},
38+
{
39+
"login": "rkalra247",
40+
"name": "rkalra247",
41+
"avatar_url": "https://avatars1.githubusercontent.com/u/27792256?v=4",
42+
"profile": "https://github.com/rkalra247",
43+
"contributions": [
44+
"code"
45+
]
46+
},
47+
{
48+
"login": "Wolfy64",
49+
"name": "David De Wulf",
50+
"avatar_url": "https://avatars3.githubusercontent.com/u/25457563?v=4",
51+
"profile": "https://dewulfdavid.com/",
52+
"contributions": [
53+
"code"
54+
]
55+
},
56+
{
57+
"login": "SahilKalra98",
58+
"name": "SahilKalra98",
59+
"avatar_url": "https://avatars1.githubusercontent.com/u/23374591?v=4",
60+
"profile": "https://github.com/SahilKalra98",
61+
"contributions": [
62+
"code"
63+
]
64+
},
65+
{
66+
"login": "albertoelopez",
67+
"name": "albertoelopez",
68+
"avatar_url": "https://avatars2.githubusercontent.com/u/40315201?v=4",
69+
"profile": "https://github.com/albertoelopez",
70+
"contributions": [
71+
"code"
72+
]
73+
},
74+
{
75+
"login": "allopez7",
76+
"name": "Alberto Lopez",
77+
"avatar_url": "https://avatars3.githubusercontent.com/u/29881336?v=4",
78+
"profile": "https://c0d3.com/",
79+
"contributions": [
80+
"code"
81+
]
82+
},
83+
{
84+
"login": "bryanjenningz",
85+
"name": "Bryan Jennings",
86+
"avatar_url": "https://avatars2.githubusercontent.com/u/7637655?v=4",
87+
"profile": "https://github.com/bryanjenningz",
88+
"contributions": [
89+
"code"
90+
]
91+
},
92+
{
93+
"login": "joshgreenwell",
94+
"name": "Josh Greenwell",
95+
"avatar_url": "https://avatars0.githubusercontent.com/u/31043400?v=4",
96+
"profile": "https://github.com/joshgreenwell",
97+
"contributions": [
98+
"code"
99+
]
100+
},
101+
{
102+
"login": "coltonehrman",
103+
"name": "Colton Ehrman",
104+
"avatar_url": "https://avatars1.githubusercontent.com/u/12456288?v=4",
105+
"profile": "https://coltonehrman.github.io/react-portfolio/",
106+
"contributions": [
107+
"code",
108+
"review"
109+
]
110+
},
111+
{
112+
"login": "ggwadera",
113+
"name": "Guilherme Gwadera",
114+
"avatar_url": "https://avatars2.githubusercontent.com/u/16023489?v=4",
115+
"profile": "https://www.linkedin.com/in/guilherme-gwadera/",
116+
"contributions": [
117+
"code",
118+
"maintenance"
119+
]
120+
},
121+
{
122+
"login": "Cijin",
123+
"name": "Cijin Cherian",
124+
"avatar_url": "https://avatars0.githubusercontent.com/u/1990966?v=4",
125+
"profile": "https://github.com/Cijin",
126+
"contributions": [
127+
"doc"
128+
]
129+
}
130+
],
131+
"contributorsPerLine": 7
132+
}

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# [MyProxy](https://garagescript.github.io/myProxy/) · [![CircleCI](https://circleci.com/gh/garageScript/myProxy.svg?style=svg)](https://circleci.com/gh/garageScript/myproxy)
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
MyProxy is an alternative to Nginx that allows automatic domain provider integration, ssl support for all domains, dynamic port proxy
36
and automatic git deployment.
47

@@ -147,3 +150,36 @@ You are done! Get a beer 🍺
147150
MyProxy is [MIT licensed](https://github.com/garageScript/myProxy/blob/master/LICENSE)
148151

149152
[DNS_API_integration]: https://github.com/Neilpang/acme.sh#8-automatic-dns-api-integration
153+
154+
## Contributors ✨
155+
156+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
157+
158+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
159+
<!-- prettier-ignore-start -->
160+
<!-- markdownlint-disable -->
161+
<table>
162+
<tr>
163+
<td align="center"><a href="https://www.c0d3.com/"><img src="https://avatars2.githubusercontent.com/u/686933?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Song Zheng</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=songz" title="Code">💻</a> <a href="https://github.com/garageScript/myProxy/commits?author=songz" title="Documentation">📖</a> <a href="#ideas-songz" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-songz" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#mentoring-songz" title="Mentoring">🧑‍🏫</a> <a href="#projectManagement-songz" title="Project Management">📆</a> <a href="https://github.com/garageScript/myProxy/pulls?q=is%3Apr+reviewed-by%3Asongz" title="Reviewed Pull Requests">👀</a></td>
164+
<td align="center"><a href="https://www.devwong.com/"><img src="https://avatars1.githubusercontent.com/u/7990856?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Herman Wong</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=hwong0305" title="Code">💻</a> <a href="https://github.com/garageScript/myProxy/pulls?q=is%3Apr+reviewed-by%3Ahwong0305" title="Reviewed Pull Requests">👀</a></td>
165+
<td align="center"><a href="https://github.com/rkalra247"><img src="https://avatars1.githubusercontent.com/u/27792256?v=4?s=100" width="100px;" alt=""/><br /><sub><b>rkalra247</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=rkalra247" title="Code">💻</a></td>
166+
<td align="center"><a href="https://dewulfdavid.com/"><img src="https://avatars3.githubusercontent.com/u/25457563?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David De Wulf</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=Wolfy64" title="Code">💻</a></td>
167+
<td align="center"><a href="https://github.com/SahilKalra98"><img src="https://avatars1.githubusercontent.com/u/23374591?v=4?s=100" width="100px;" alt=""/><br /><sub><b>SahilKalra98</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=SahilKalra98" title="Code">💻</a></td>
168+
<td align="center"><a href="https://github.com/albertoelopez"><img src="https://avatars2.githubusercontent.com/u/40315201?v=4?s=100" width="100px;" alt=""/><br /><sub><b>albertoelopez</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=albertoelopez" title="Code">💻</a></td>
169+
<td align="center"><a href="https://c0d3.com/"><img src="https://avatars3.githubusercontent.com/u/29881336?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alberto Lopez</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=allopez7" title="Code">💻</a></td>
170+
</tr>
171+
<tr>
172+
<td align="center"><a href="https://github.com/bryanjenningz"><img src="https://avatars2.githubusercontent.com/u/7637655?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bryan Jennings</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=bryanjenningz" title="Code">💻</a></td>
173+
<td align="center"><a href="https://github.com/joshgreenwell"><img src="https://avatars0.githubusercontent.com/u/31043400?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Josh Greenwell</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=joshgreenwell" title="Code">💻</a></td>
174+
<td align="center"><a href="https://coltonehrman.github.io/react-portfolio/"><img src="https://avatars1.githubusercontent.com/u/12456288?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Colton Ehrman</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=coltonehrman" title="Code">💻</a> <a href="https://github.com/garageScript/myProxy/pulls?q=is%3Apr+reviewed-by%3Acoltonehrman" title="Reviewed Pull Requests">👀</a></td>
175+
<td align="center"><a href="https://www.linkedin.com/in/guilherme-gwadera/"><img src="https://avatars2.githubusercontent.com/u/16023489?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Guilherme Gwadera</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=ggwadera" title="Code">💻</a> <a href="#maintenance-ggwadera" title="Maintenance">🚧</a></td>
176+
<td align="center"><a href="https://github.com/Cijin"><img src="https://avatars0.githubusercontent.com/u/1990966?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Cijin Cherian</b></sub></a><br /><a href="https://github.com/garageScript/myProxy/commits?author=Cijin" title="Documentation">📖</a></td>
177+
</tr>
178+
</table>
179+
180+
<!-- markdownlint-restore -->
181+
<!-- prettier-ignore-end -->
182+
183+
<!-- ALL-CONTRIBUTORS-LIST:END -->
184+
185+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)