Skip to content

Commit

Permalink
docs: add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Jul 2, 2024
1 parent 38df3dc commit d5d7900
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 1 deletion.
59 changes: 58 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,61 @@
{
"projectName": "docker-borg-backup",
"projectOwner": "AnotherStranger"
"projectOwner": "AnotherStranger",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "ginkel",
"name": "Thilo-Alexander Ginkel",
"avatar_url": "https://avatars.githubusercontent.com/u/174129?v=4",
"profile": "https://www.tgbyte.de/",
"contributions": [
"code"
]
},
{
"login": "AnotherStranger",
"name": "AnotherStranger",
"avatar_url": "https://avatars.githubusercontent.com/u/6563442?v=4",
"profile": "https://github.com/AnotherStranger",
"contributions": [
"code"
]
},
{
"login": "Spice-King",
"name": "Kyle Filz",
"avatar_url": "https://avatars.githubusercontent.com/u/590498?v=4",
"profile": "https://github.com/Spice-King",
"contributions": [
"code"
]
},
{
"login": "Ph3n1x",
"name": "Ph3n1x",
"avatar_url": "https://avatars.githubusercontent.com/u/8397249?v=4",
"profile": "https://github.com/Ph3n1x",
"contributions": [
"code"
]
},
{
"login": "nj",
"name": "Nikolaj Jørgensen",
"avatar_url": "https://avatars.githubusercontent.com/u/317552?v=4",
"profile": "https://github.com/nj",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# docker-borg-backup
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

A dockerized Borg Backup server. For more information about Borg Backup, an
excellent de-duplicating backup, refer to: <https://www.borgbackup.org/>.
Expand Down Expand Up @@ -87,6 +90,26 @@ This image is available for the `linux/386`, `linux/amd64`, `linux/arm/v7`,
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.tgbyte.de/"><img src="https://avatars.githubusercontent.com/u/174129?v=4?s=100" width="100px;" alt="Thilo-Alexander Ginkel"/><br /><sub><b>Thilo-Alexander Ginkel</b></sub></a><br /><a href="https://github.com/AnotherStranger/docker-borg-backup/commits?author=ginkel" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AnotherStranger"><img src="https://avatars.githubusercontent.com/u/6563442?v=4?s=100" width="100px;" alt="AnotherStranger"/><br /><sub><b>AnotherStranger</b></sub></a><br /><a href="https://github.com/AnotherStranger/docker-borg-backup/commits?author=AnotherStranger" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Spice-King"><img src="https://avatars.githubusercontent.com/u/590498?v=4?s=100" width="100px;" alt="Kyle Filz"/><br /><sub><b>Kyle Filz</b></sub></a><br /><a href="https://github.com/AnotherStranger/docker-borg-backup/commits?author=Spice-King" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Ph3n1x"><img src="https://avatars.githubusercontent.com/u/8397249?v=4?s=100" width="100px;" alt="Ph3n1x"/><br /><sub><b>Ph3n1x</b></sub></a><br /><a href="https://github.com/AnotherStranger/docker-borg-backup/commits?author=Ph3n1x" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nj"><img src="https://avatars.githubusercontent.com/u/317552?v=4?s=100" width="100px;" alt="Nikolaj Jørgensen"/><br /><sub><b>Nikolaj Jørgensen</b></sub></a><br /><a href="https://github.com/AnotherStranger/docker-borg-backup/commits?author=nj" title="Code">💻</a></td>
</tr>
</tbody>
<tfoot>
<tr>
<td align="center" size="13px" colspan="7">
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
</img>
</td>
</tr>
</tfoot>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down

0 comments on commit d5d7900

Please sign in to comment.