From a33b5d140a8707812b5014169cab5713582b5978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 28 Jun 2024 12:57:16 +0200 Subject: [PATCH] chore: drop matomo integration --- bootstrap | 12 ------------ install-weblate | 30 ------------------------------ 2 files changed, 42 deletions(-) diff --git a/bootstrap b/bootstrap index 7c39f1b..2f50317 100755 --- a/bootstrap +++ b/bootstrap @@ -21,14 +21,6 @@ else echo "Sentry Token:" read -r sentry_token fi -echo "Matomo site id:" -read -r matomo -if [ -f ~/.config/weblate-bootstrap/matomo_token ] ; then - matomo_token=$(cat ~/.config/weblate-bootstrap/matomo_token) -else - echo "Matomo token:" - read -r matomo_token -fi smtp_pass=$(openssl rand -hex 32) @@ -41,10 +33,6 @@ WEBLATE_SENTRY="$sentry" WEBLATE_SENTRY_TOKEN="$sentry_token" WEBLATE_VERSION="$2" -# Matomo -MATOMO_SITE="$matomo" -MATOMO_TOKEN="$matomo_token" - # Exim EXIM_PASS=$smtp_pass # $(openssl passwd -6 "$smtp_pass") diff --git a/install-weblate b/install-weblate index 0e95c37..5641deb 100755 --- a/install-weblate +++ b/install-weblate @@ -199,20 +199,8 @@ cat > /etc/nginx/snippets/weblate.conf < /etc/nginx/conf.d/matomo.conf < $WEBLATE_HOME/run-matomo.sh < /tmp/weblate-cron -crontab /tmp/weblate-cron -rm /tmp/weblate-cron - # Licensee apt install -y ruby-licensee