diff --git a/content/projects/xd0.de.de.md b/content/projects/xd0.de.de.md new file mode 100644 index 0000000..9d9861b --- /dev/null +++ b/content/projects/xd0.de.de.md @@ -0,0 +1,39 @@ +--- +title: xd0.de +description: selbst betriebene Dienste +date: 2020-05-03 +#tags: ["server","service","tutorial"] +categories: ["tools"] +author: hendrik +license: All rights reserved +--- + +ohne Verfügbarkeitsgarantie! + +| URL | | Dienst | Software | Beschreibung | +| --------------------- | ---- | ----------------- | ---------------- | ------------------- | +| https://search.xd0.de | | Metasuchmaschine | searX | | +| https://cloud.xd0.de | [^a] | Online-Kollaboration / Filehosting | Nextcloud | | +| https://meet.xd0.de | | Videokonferenz | Jitsi Meet | | +| --- | [^a] | Jabber (XMPP) | Prosody | Chat / Instant-Messenger | +| --- | [^a] | Matrix | Synapse | Chat / Instant-Messenger | +| --- | [^a] | E-Mail | postfix, dovecot | | +| --- | [^a] | VoIP | Asterisk | IP-Telefonie | +| https://dev.xd0.de | [^a] | Versionsverwaltung / Softwareentwicklung | Gitea, Drone | | +| intern | [^a] | Automation | Home Assistant | Smarthome | +| https://h3ndrik.de, ... | | Homepage | Hugo, Nginx | | + +*** + +Dienste auf xd0.de werden mit Freier Software betrieben. + +*** + +## Self-Hosting + +* https://yunohost.org/ +* https://github.com/awesome-selfhosted/awesome-selfhosted + +*** + +[^a]: erfordert einen xd0.de-Account diff --git a/content/projects/xd0.de.en.md b/content/projects/xd0.de.en.md new file mode 120000 index 0000000..f8d1601 --- /dev/null +++ b/content/projects/xd0.de.en.md @@ -0,0 +1 @@ +xd0.de.de.md \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 7ce9d11..9dedc4a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,3 +17,7 @@ li { .highlight td pre { word-break: initial; } + +#content table td { + padding-right: 1em; +}