From 49e1404a2c2aa63cc5aa8a00647b2907a18c30c0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 21 Dec 2023 13:55:40 +0100 Subject: [PATCH 1/5] test gh auto sponsor update --- .github/workflows/update-sponsors-readme.yml | 26 ++++++++++ README.md | 53 +++++++++----------- 2 files changed, 51 insertions(+), 28 deletions(-) create mode 100644 .github/workflows/update-sponsors-readme.yml diff --git a/.github/workflows/update-sponsors-readme.yml b/.github/workflows/update-sponsors-readme.yml new file mode 100644 index 000000000..5efbe09de --- /dev/null +++ b/.github/workflows/update-sponsors-readme.yml @@ -0,0 +1,26 @@ +name: Generate Sponsors README +on: + push: + branches: + - main +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout ๐Ÿ›Ž๏ธ + uses: actions/checkout@v2 + + - name: Generate Sponsors ๐Ÿ’– + uses: JamesIves/github-sponsors-readme-action@v1 + with: + token: ${{ secrets.SPONSORS_PAT }} + file: 'README.md' + minimum: 15 + maximum: 9999 + marker: 'sponsors' + + - name: Deploy to GitHub Pages ๐Ÿš€ + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: main + folder: '.' diff --git a/README.md b/README.md index 8c8edf60a..ee5f9783a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,31 @@ https://coolify.io/sponsorships Thank you so much! +Special thanks to our biggest sponsors, [CCCareers](https://cccareers.org/) and [Appwrite](https://appwrite.io)! + +appwrite logo +appwrite logo + +## Github Sponsors + + + +## Organizations + + + + + + + + + + + +## Individuals + + + # Cloud If you do not want to self-host Coolify, there is a paid cloud version available: https://app.coolify.io @@ -59,34 +84,6 @@ Contact us [here](https://coolify.io/docs/contact). coollabsio%2Fcoolify | Trendshift -# ๐Ÿ’ฐ Financial Contributors - -Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/coollabsio/contribute)] - -## Organizations - -Special thanks to our biggest sponsors, [CCCareers](https://cccareers.org/) and [Appwrite](https://appwrite.io)! - -appwrite logo -appwrite logo - -Support this project with your organization. Your logo will show up here with a link to your website. - - - - - - - - - - - - -## Individuals - - - # Star History [![Star History Chart](https://api.star-history.com/svg?repos=coollabsio/coolify&type=Date)](https://star-history.com/#coollabsio/coolify&Date) From a83c70004c56d6b0e836a420f70c10d2cc25417b Mon Sep 17 00:00:00 2001 From: andrasbacsai Date: Thu, 21 Dec 2023 12:56:00 +0000 Subject: [PATCH 2/5] =?UTF-8?q?Deploying=20to=20main=20from=20@=20coollabs?= =?UTF-8?q?io/coolify@49e1404a2c2aa63cc5aa8a00647b2907a18c30c0=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee5f9783a..fc6af7c1c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Special thanks to our biggest sponsors, [CCCareers](https://cccareers.org/) and ## Github Sponsors - +Remi_Toussaint ## Organizations From d38350c2822980356a737888955e65cf9cfa238d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 21 Dec 2023 13:57:52 +0100 Subject: [PATCH 3/5] update --- .github/workflows/update-sponsors-readme.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update-sponsors-readme.yml b/.github/workflows/update-sponsors-readme.yml index 5efbe09de..da4ed8d60 100644 --- a/.github/workflows/update-sponsors-readme.yml +++ b/.github/workflows/update-sponsors-readme.yml @@ -15,9 +15,6 @@ jobs: with: token: ${{ secrets.SPONSORS_PAT }} file: 'README.md' - minimum: 15 - maximum: 9999 - marker: 'sponsors' - name: Deploy to GitHub Pages ๐Ÿš€ uses: JamesIves/github-pages-deploy-action@v4 From 7ea7d85d1553985d8e699f26b34fe7be57aa6ba4 Mon Sep 17 00:00:00 2001 From: andrasbacsai Date: Thu, 21 Dec 2023 12:58:10 +0000 Subject: [PATCH 4/5] =?UTF-8?q?Deploying=20to=20main=20from=20@=20coollabs?= =?UTF-8?q?io/coolify@d38350c2822980356a737888955e65cf9cfa238d=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6af7c1c..901fa792c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Special thanks to our biggest sponsors, [CCCareers](https://cccareers.org/) and ## Github Sponsors -Remi_Toussaint +Remi_ToussaintAustin Gil ## Organizations From bd02c3055a4d11037d3ee6872654e1b63dca2d46 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 21 Dec 2023 14:08:39 +0100 Subject: [PATCH 5/5] update readme --- .github/workflows/update-sponsors-readme.yml | 23 -------------------- README.md | 14 +++++++++--- 2 files changed, 11 insertions(+), 26 deletions(-) delete mode 100644 .github/workflows/update-sponsors-readme.yml diff --git a/.github/workflows/update-sponsors-readme.yml b/.github/workflows/update-sponsors-readme.yml deleted file mode 100644 index da4ed8d60..000000000 --- a/.github/workflows/update-sponsors-readme.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Generate Sponsors README -on: - push: - branches: - - main -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout ๐Ÿ›Ž๏ธ - uses: actions/checkout@v2 - - - name: Generate Sponsors ๐Ÿ’– - uses: JamesIves/github-sponsors-readme-action@v1 - with: - token: ${{ secrets.SPONSORS_PAT }} - file: 'README.md' - - - name: Deploy to GitHub Pages ๐Ÿš€ - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: main - folder: '.' diff --git a/README.md b/README.md index 901fa792c..2abca8f58 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,17 @@ Special thanks to our biggest sponsors, [CCCareers](https://cccareers.org/) and appwrite logo appwrite logo -## Github Sponsors - -Remi_ToussaintAustin Gil +## Github Sponsors ($15+) +Corentin Clichy +Niklas Lausch +Pixel Infinito +Tyler Whitesides +NiftyCo +Imre Ujlaki +Ilias Ism +Paweล‚ Pierล›cionek +Michael Mazurczak +Creating Coding Careers ## Organizations