From 920ffbba54ac43dc2b121e841df3352cca03fa84 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 15 Jul 2023 19:19:57 +0200 Subject: don't hotlink awesome badge, use local copy - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/_static - https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1038 --- README.md | 2 +- _static/awesome.png | Bin 0 -> 1975 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 _static/awesome.png diff --git a/README.md b/README.md index cb5b0122..a865b5e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Awesome-Selfhosted -[![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![](https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558) +[![Awesome](_static/awesome.png)](https://github.com/sindresorhus/awesome) [![](https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558) Self-hosting is the practice of hosting and managing applications on your own server(s) instead of consuming from [SaaSS](https://www.gnu.org/philosophy/who-does-that-server-really-serve.html) providers. diff --git a/_static/awesome.png b/_static/awesome.png new file mode 100644 index 00000000..91954b94 Binary files /dev/null and b/_static/awesome.png differ -- cgit v1.2.3