diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 00000000..7e6835cf --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,31 @@ +name: Update contributors + +on: + push: + branches: + - main + workflow_dispatch: + schedule: + - cron: "17 3 * * *" + +jobs: + update-readme-contributors: + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + + steps: + - name: Checkout repository + uses: actions/checkout@v6 + + - name: Update contributors in README + uses: akhilmhdh/contributors-readme-action@v2.3.11 + with: + readme_path: README.md + columns_per_row: 6 + image_size: 100 + use_username: true + commit_message: "docs(contributors): update README contributors" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 41a78e10..9dee7973 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,11 @@ ScaleTail provides ready-to-run [Docker Compose](https://docs.docker.com/compose docker compose up -d ``` -## Contributors - -A huge thank you to all our contributors! ScaleTail wouldn’t be what it is today without your time, effort, and ideas! - -[![Contributors](https://contrib.rocks/image?repo=tailscale-dev/scaletail)](https://github.com/tailscale-dev/scaletail/graphs/contributors) - ## Table of Contents - [ScaleTail - Secure Self-Hosting Made Simple](#scaletail---secure-self-hosting-made-simple) - [Featured by Tailscale](#featured-by-tailscale) - [Quick Start](#quick-start) - - [Contributors](#contributors) - [Table of Contents](#table-of-contents) - [Available Configurations](#available-configurations) - [🌐 Networking and Security](#-networking-and-security) @@ -68,6 +61,7 @@ A huge thank you to all our contributors! ScaleTail wouldn’t be what it is tod - [Tailscale Funnel](#tailscale-funnel) - [Tailscale Serve](#tailscale-serve) - [Tailscale Documentation](#tailscale-documentation) + - [Contributors](#contributors) - [Contributing](#contributing) - [Star History](#star-history) - [License](#license) @@ -251,6 +245,216 @@ Tailscale Funnel securely exposes services to the public internet. Tailscale Ser - [Tailscale.com - Docker Tailscale Guide](https://tailscale.com/blog/docker-tailscale-guide) - [Tailscale - for ARM / OpenPli Setupbox](documentation/tailscale-on-arm.md) +## Contributors + +A huge thank you to all our contributors! ScaleTail wouldn’t be what it is today without your time, effort, and ideas! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + crypt0rr +
+ crypt0rr +
+
+ + jackspiering +
+ jackspiering +
+
+ + ChillBill77 +
+ ChillBill77 +
+
+ + michaelhodges +
+ michaelhodges +
+
+ + adamsthws +
+ adamsthws +
+
+ + theryukverse +
+ theryukverse +
+
+ + KhaaL +
+ KhaaL +
+
+ + SamPlaysKeys +
+ SamPlaysKeys +
+
+ + jpmurray +
+ jpmurray +
+
+ + MajnuRangeela +
+ MajnuRangeela +
+
+ + mikkotor +
+ mikkotor +
+
+ + NI-R0 +
+ NI-R0 +
+
+ + RychidM +
+ RychidM +
+
+ + svenvg93 +
+ svenvg93 +
+
+ + XikoCat +
+ XikoCat +
+
+ + guybrush115 +
+ guybrush115 +
+
+ + pjv +
+ pjv +
+
+ + wedge22 +
+ wedge22 +
+
+ + Jacob-JA-Shanks +
+ Jacob-JA-Shanks +
+
+ + gnr8shn +
+ gnr8shn +
+
+ + gaetan-petit +
+ gaetan-petit +
+
+ + dfilvtov +
+ dfilvtov +
+
+ + cdkooistra +
+ cdkooistra +
+
+ + Aurorainic +
+ Aurorainic +
+
+ + ironicbadger +
+ ironicbadger +
+
+ + adivardhan1000 +
+ adivardhan1000 +
+
+ + orchard0 +
+ orchard0 +
+
+ + ## Contributing See [CONTRIBUTING.md](/CONTRIBUTING.md) for guidance on adding services with the [template](/templates/service-template/) and keeping Tailscale-sidecar setups consistent.