geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit c5bfdafcf56a0ae2ff88208e2aa9c4b4a62ff8f2
parent 05c5bd7b5d7c749c4fa495f21f9069f61c4f772a
Author: René Wagner <rwa@clttr.info>
Date:   Wed, 16 Jun 2021 21:18:53 +0200

exclude godocs.io

Diffstat:
Mgus/excludes.py | 3+++
Mserve/templates/news.gmi | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/gus/excludes.py b/gus/excludes.py @@ -186,6 +186,9 @@ EXCLUDED_URL_PREFIXES = [ # french news mirrors, there's just too much "gemini://jpfox.fr/rss/", + + # godocs - not our business + "gemini://godocs.io", ] EXCLUDED_URL_PATHS = [ diff --git a/serve/templates/news.gmi b/serve/templates/news.gmi @@ -1,6 +1,9 @@ {% include 'fragments/header.gmi' %} ## News +### 2021-06-16 +I've made some manual cleanup of the base data the last days. This decreased the raw data size from over 3 GB to roughly 2 GB. Unfortunately a new mirror of godocs came online...another thing we need to exclude for the moment. + ### 2021-06-04 geminispace.info runs rather stable the last weeks, but i added it to my external status monitor anyway: => https://status.clttr.info/public external status monitor (web only currently :( )