From 6cb4e15740d25a60aba4b25e2caf5ab9c61215db Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Wed, 28 May 2025 00:50:36 +0200 Subject: [PATCH 1/2] changed to own pixelfed server --- CHANGELOG | 2 +- docs/contact/index.md | 2 +- docs/imprint/index.md | 2 +- docs/index.md | 2 +- mkdocs.yml | 2 +- requirements.txt | 24 ++++++++++++------------ 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ed3e456..3149aa5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1 @@ -27.04.2025 \ No newline at end of file +28.05.2025 \ No newline at end of file diff --git a/docs/contact/index.md b/docs/contact/index.md index 38dbb27..d2b2ed4 100644 --- a/docs/contact/index.md +++ b/docs/contact/index.md @@ -100,7 +100,7 @@ Selbstverständlich kann eine Kontaktaufnahme auch durch Einladung via Microsoft [Pixelfed](https://www.pixelfed.org/) ist ein kostenloser, freier und quelloffener sozialer Netzwerkdienst zum Teilen von Bildern in sozialen Netzwerken. Im Gegensatz zu anderen Bild-Sharing-Netzwerken ist die Architektur von Pixelfed dezentralisiert, was bedeutet, dass Benutzerdaten nicht auf einem zentralen Server gespeichert werden. Pixelfed verwendet das ActivityPub-Kommunikationsprotokoll, welches den Benutzern ermöglicht, mit anderen sozialen Netzwerken wie Mastodon, PeerTube und Friendica zu interagieren. Durch die Anwendung dieses Protokolls wird Pixelfed Teil des Fediverse. -**Link zum Profil:** :simple-pixelfed: [https://pixelfed.de/users/stiebke](https://pixelfed.de/users/stiebke) +**Link zum Profil:** :simple-pixelfed: [https://pixel.hadan.social/users/stiebke](https://pixel.hadan.social/users/stiebke) ### Lemmy diff --git a/docs/imprint/index.md b/docs/imprint/index.md index fccb471..0f7eaf6 100644 --- a/docs/imprint/index.md +++ b/docs/imprint/index.md @@ -28,7 +28,7 @@ Dieses Impressum gilt auch für die folgenden Social-Media-Präsenzen, Webseiten * [https://bsky.app/profile/stiebke.de](https://bsky.app/profile/stiebke.de) * [https://github.com/stiebke](https://github.com/stiebke) * [https://codeberg.org/stiebke25](https://codeberg.org/stiebke25) -* [https://pixelfed.de/users/stiebke](https://pixelfed.de/users/stiebke) +* [https://pixel.hadan.social/users/stiebke](https://pixel.hadan.social/users/stiebke) * [https://discuss.hadan.social/u/stiebke](https://discuss.hadan.social/u/stiebke) * [https://iamstephan.info](https://iamstephan.info) * [https://techstack.hadan.de](https://techstack.hadan.de) diff --git a/docs/index.md b/docs/index.md index e1c1b46..706f872 100644 --- a/docs/index.md +++ b/docs/index.md @@ -257,7 +257,7 @@ Illustrations by [unDraw](https://undraw.co/). [:fontawesome-brands-bluesky: Folge @stiebke auf **Bluesky**](https://bsky.app/profile/stiebke.de)
[:simple-codeberg: Mein Profil auf **Codeberg**](https://codeberg.org/stiebke25)
-[:simple-pixelfed: Mein Profil auf **Pixelfed**](https://pixelfed.de/users/stiebke)
+[:simple-pixelfed: Mein Profil auf **Pixelfed**](https://pixel.hadan.social/users/stiebke)
[:simple-lemmy: Mein Profil auf **Lemmy**](https://discuss.hadan.social/u/stiebke)
Daneben stehen weitere Kontaktmöglichkeiten auf meiner [Kontakteseite](/contact/) zur Verfügung. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 7c35ae7..bc5324a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -159,7 +159,7 @@ extra: #- icon: fontawesome/brands/slack # link: https://hadanit.slack.com/team/U04BLKQF2M8 - icon: simple/pixelfed - link: https://pixelfed.de/users/stiebke + link: https://pixel.hadan.social/users/stiebke - icon: simple/lemmy link: https://discuss.hadan.social/u/stiebke - icon: fontawesome/solid/signal diff --git a/requirements.txt b/requirements.txt index 5d6cb6f..22c0137 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,30 +19,30 @@ # IN THE SOFTWARE. # Requirements for core -jinja2~=3.0 -markdown~=3.2 -mkdocs~=1.6 +jinja2~=3.1.6 +markdown~=3.8 +mkdocs~=1.6.1 #mkdocs-material~=9.5 -mkdocs-material-extensions~=1.3 -pygments~=2.16 -pymdown-extensions~=10.2 +mkdocs-material-extensions~=1.3.1 +pygments~=2.19.1 +pymdown-extensions~=10.15 mkdocs-material[imaging] # Plugins -mkdocs-git-revision-date-localized-plugin~=1.4.0 +mkdocs-git-revision-date-localized-plugin~=1.4.6 #mkdocs-git-committers-plugin-2~=2.4.1 -mkdocs-git-authors-plugin~=0.9.2 +mkdocs-git-authors-plugin~=0.9.5 mkdocs-glightbox~=0.4.0 -mkdocs-rss-plugin~=1.17.1 +mkdocs-rss-plugin~=1.17.2 mkdocs-macros-plugin~=1.3.7 -mkdocstrings~=0.29.0 +mkdocstrings~=0.29.1 mkdocstrings-python mkdocs-awesome-pages-plugin~=2.10.1 mkdocs-kroki-plugin~=0.9.0 # Requirements for plugins -babel~=2.10 +babel~=2.17 colorama~=0.4 paginate~=0.5 regex>=2022.4 -requests~=2.26 +requests~=2.32 -- 2.47.2 From c6ffb88183694ae3cdf3987015a5920a734ab36f Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Wed, 28 May 2025 01:03:56 +0200 Subject: [PATCH 2/2] changed imprint --- docs/dataprivacy/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dataprivacy/index.md b/docs/dataprivacy/index.md index 031cce6..97284d6 100644 --- a/docs/dataprivacy/index.md +++ b/docs/dataprivacy/index.md @@ -185,8 +185,8 @@ Zwecke der Verarbeitung: Kommunikation; Feedback (z. B. Sammeln von Feedback via **Weitere Hinweise zu Verarbeitungsprozessen, Verfahren und Diensten:** * **Bluesky:** Dezentralisiertes Social-Media-Netzwerk - ermöglicht das Erstellen, Teilen und Kommentieren von Inhalten sowie das Folgen von Nutzerprofilen; **Dienstanbieter:** Bluesky, PBLLC., Seattle, USA, support@bsky.app; **Rechtsgrundlagen:** Berechtigte Interessen (Art. 6 Abs. 1 S. 1 lit. f) DSGVO); **Website:** [https://bsky.social/](https://bsky.social/). **Datenschutzerklärung:** [https://bsky.social/about/support/privacy-policy](https://bsky.social/about/support/privacy-policy). -* **Mastodon:** Dezentralisiertes Social-Media-Netzwerk - ermöglicht das Erstellen, Teilen und Kommentieren von Inhalten sowie das Folgen von Nutzerprofilen; **Dienstanbieter:** [freiburg.social e.V.](https://wir.freiburg.social/), Freiburg im Breisgau, Bundesrepublik Deutschland mastodon@freiburg.social; **Rechtsgrundlagen:** Berechtigte Interessen (Art. 6 Abs. 1 S. 1 lit. f) DSGVO); **Website:** [https://freiburg.social/](https://freiburg.social/). **Datenschutzerklärung:** [https://freiburg.social/privacy-policy](https://freiburg.social/privacy-policy). -* **Pixelfed:** Dezentralisiertes Social-Media-Netzwerk - ermöglicht das Erstellen, Teilen und Kommentieren von Bild-Inhalten sowie das Folgen von Nutzerprofilen; **Dienstanbieter:** Christoph Gebhardt, c/o CCCHH eV, Hamburg, Bundesrepublik Deutschland, legal@pixelfed.de; **Rechtsgrundlagen:** Berechtigte Interessen (Art. 6 Abs. 1 S. 1 lit. f) DSGVO); **Website:** [https://pixelfed.de/](https://pixelfed.de/). **Datenschutzerklärung:** [https://pixelfed.de/site/privacy](https://pixelfed.de/site/privacy). +* **Mastodon:** Dezentralisiertes Social-Media-Netzwerk - ermöglicht das Erstellen, Teilen und Kommentieren von Inhalten sowie das Folgen von Nutzerprofilen; **Dienstanbieter:** Stephan Hadan, Pforzheim, Bundesrepublik Deutschland, mastodon@hadan.social; **Rechtsgrundlagen:** Berechtigte Interessen (Art. 6 Abs. 1 S. 1 lit. f) DSGVO); **Website:** [https://hadan.social/](https://hadan.social/). **Datenschutzerklärung:** [https://hadan.social/privacy-policy](https://hadan.social/privacy-policy). +* **Pixelfed:** Dezentralisiertes Social-Media-Netzwerk - ermöglicht das Erstellen, Teilen und Kommentieren von Bild-Inhalten sowie das Folgen von Nutzerprofilen; **Dienstanbieter:** Stephan Hadan, Pforzheim, Bundesrepublik Deutschland, pixel@hadan.social; **Rechtsgrundlagen:** Berechtigte Interessen (Art. 6 Abs. 1 S. 1 lit. f) DSGVO); **Website:** [https://pixel.hadan.social/](https://pixel.hadan.social/). **Datenschutzerklärung:** [https://pixel.hadan.social/site/privacy](https://pixel.hadan.social/site/privacy). ## Plug-ins und eingebettete Funktionen sowie Inhalte -- 2.47.2