Erstelle Hilfe für Wordpress und Matomo
This commit is contained in:
parent
4b9d0e9236
commit
6568eb4dd8
5 changed files with 26 additions and 24 deletions
|
@ -20,6 +20,7 @@ Informationen zur technischen Umsetzung des Wordpress-Hostings findest du [hier]
|
|||
| Freie Wahl der Plugins | :heavy_check_mark: |
|
||||
| Freie Wahl der Themes | :heavy_check_mark: |
|
||||
| [Onion Service](/wordpress/onionservice) | optional |
|
||||
| Matomo-Auswertung | :heavy_check_mark: |
|
||||
|
||||
{{< hint title="Hinweis" >}}
|
||||
Bitte beachte, dass nur die installation von Plugins und Themes zuässig ist, die unter einer Open-Source-Lizenz veröffentlicht wurden.
|
||||
|
|
23
content/wordpress/statistiken/_index.md
Normal file
23
content/wordpress/statistiken/_index.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: "Statistiken"
|
||||
date: 2023-08-23T12:17:48+02:00
|
||||
resources:
|
||||
- name: matomo-1
|
||||
src: wordpress_matomo01.png
|
||||
title: Das Matomo-Plugin einrichten
|
||||
---
|
||||
|
||||
Mit Hilfe von [Matomo](https://matomo.org) kannst du datenschutzfreundliche Nutzungsstatiken für deine Seite erstellen.
|
||||
Wenn du Matomo nutzen willst, schicke uns eine [Nachricht](https://systemausfall.org/contact) und teile uns folgendes mit:
|
||||
- Name deiner Website
|
||||
- Neuer Benutzername für dein Matomo-Konto
|
||||
- Zugehörige E-Mail-Adresse für das Matomo-Konto
|
||||
|
||||
Nach der Kontoerstellung bekommst du von uns eine E-Mail mit allen notwendigen Daten.
|
||||
|
||||
Für die Einbindung von Matomo auf deiner Seite benötigst du ein Plugin. Wir empfehlen die Installation von
|
||||
[Simple Matomo Tracking Code](https://de.wordpress.org/plugins/simple-matomo-tracking-code/).
|
||||
In den Plugin-Einstellungen musst du die von uns übermittelte *Matomo Website-ID* eintragen. Als Matomo-Server
|
||||
musst du *matomo.senselab.org* angeben:
|
||||
|
||||
{{< img name=matomo-1 size="small" >}}
|
BIN
content/wordpress/statistiken/wordpress_matomo01.png
Normal file
BIN
content/wordpress/statistiken/wordpress_matomo01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 196 KiB |
|
@ -143,6 +143,8 @@ main:
|
|||
ref: "/wordpress/scp"
|
||||
- name: Onion Service
|
||||
ref: "/wordpress/onionservice"
|
||||
- name: Statistiken
|
||||
ref: "/wordpress/statistiken"
|
||||
- name: XMPP
|
||||
ref: "/xmpp"
|
||||
sub:
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
title: "Onion Service"
|
||||
date: 2022-11-21T19:49:51+01:00
|
||||
resources:
|
||||
- name: widget-1
|
||||
src: wordpress_widget02.png
|
||||
title: Anzeige der Onion-Service-Adresse im Dashboard
|
||||
---
|
||||
|
||||
Es ist möglich, für deine Wordpress-Seite einen [Onion Service](https://community.torproject.org/onion-services/) einzurichten.
|
||||
Dies kannst du einfach bei uns [anfragen](https://systemausfall.org/contact). Ein Onion Service erhöht die Privatsphäre für Nutzer:innen
|
||||
und Betreiber:innen gleichzeitig, denn der Netzwerkverkehr verlässt dabei nicht das Tor-Netzwerk.
|
||||
|
||||
Nach der Einrichtung liefert unser Webserver für deine Seite automatisch einen [Onion-Location-Header](https://community.torproject.org/onion-services/advanced/onion-location/) aus.
|
||||
Dadurch ist der Wechsel zum Onion Service im [Tor Browser](https://www.torproject.org/) nur ein Klick entfernt. Deine Onion-Service-Adresse wird dir automatisch im Dashboard auf
|
||||
der Startseite im Widget *Managed Wordpress Informationen* angezeigt:
|
||||
|
||||
{{< img name=widget-1 size="small" >}}
|
||||
|
||||
Damit Seitenbesucher:innen nicht versehentlich zur Klar-Netz-Version deiner Seite wechseln, solltest du für interne
|
||||
Links [relative](https://wiki.selfhtml.org/wiki/URL#Absolute_und_relative_URL) URLs benutzen. Also `/blog` statt `https://example.org/blog`.
|
||||
|
||||
Mehr Details zu Onion Services im Vortrag [Tor onion services: more useful than you think](https://media.ccc.de/v/32c3-7322-tor_onion_services_more_useful_than_you_think)
|
||||
vom [CCC 2015](https://events.ccc.de/congress/2015/wiki/Static:Main_Page).
|
Loading…
Reference in a new issue