From 1629cddaf12e3c4b6305da1f2b384e97ae4fb1b5 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 9 Jul 2024 10:44:18 +0200 Subject: [PATCH] Update server configuration documentation --- Docs/ServerConfig/cache/cache.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Docs/ServerConfig/cache/cache.md b/Docs/ServerConfig/cache/cache.md index df11db46d..56b88e505 100644 --- a/Docs/ServerConfig/cache/cache.md +++ b/Docs/ServerConfig/cache/cache.md @@ -12,4 +12,18 @@ https://dynamicdns.park-your-domain.com/update?host=cache&domain=mapcomplete.org See [SettingUpPSQL.md](../SettingUpPSQL.md) +## Services +### Summary tiles + MVT-tiles + +### Mastodon bot + +As of 2024-07-08, the mastodon bots [@mapcomplete@botsin.space](https://botsin.space/@mapcomplete) and [@ghostbikebot@masto.bike](https://masto.bike/@ghostbikebot) are running on this server. +They use [this repo](https://github.com/pietervdvn/MastodonBot). Note that this needs a residential internet connection as fetching the attribution from IMGUR fails on the hetzner host. + +In the crontab: + +```cronexp +0 0 * * * cd ~/git/MastodonBot && nvm use && npm run daily && npm run start -- config/config.json +0 0 1 * * cd ~/git/MastodonBot && nvm use && npm run daily && npm run start -- config/config_ghost-bikes.json +```