diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..cdfe490 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: webp-sh diff --git a/README.md b/README.md index 87d5d2d..af116ce 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,16 @@ Let Nginx to `proxy_pass http://localhost:3333/;`, and your WebP Server is on-th For supervisor, Docker sections or detailed Nginx configuration, please read our documentation at [https://docs.webp.sh/](https://docs.webp.sh/) +## Support us + +If you find this project useful, please consider supporting +us [becoming a sponsor](https://github.com/sponsors/webp-sh) or using Stripe + +| USD(Card, Apple Pay and Google Pay) | SEK(Card, Apple Pay and Google Pay) | CNY(Card, Apple Pay, Google Pay and Alipay) | +|--------------------------------------------------|--------------------------------------------------|--------------------------------------------------| +| [USD](https://buy.stripe.com/cN203sdZB98RevC3cd) | [SEK](https://buy.stripe.com/bIYbMa9JletbevCaEE) | [CNY](https://buy.stripe.com/dR67vU4p13Ox73a6oq) | +| ![](pics/USD.png) | ![](pics/SEK.png) | ![](pics/CNY.png) | + ## License WebP Server is under the GPLv3. See the [LICENSE](./LICENSE) file for details. diff --git a/pics/CNY.png b/pics/CNY.png new file mode 100644 index 0000000..0bf5838 Binary files /dev/null and b/pics/CNY.png differ diff --git a/pics/SEK.png b/pics/SEK.png new file mode 100644 index 0000000..9e99f65 Binary files /dev/null and b/pics/SEK.png differ diff --git a/pics/USD.png b/pics/USD.png new file mode 100644 index 0000000..108fee1 Binary files /dev/null and b/pics/USD.png differ