diff --git a/content/blog/server-update-1.md b/content/blog/server-update-1.md new file mode 100644 index 0000000..1a21bd7 --- /dev/null +++ b/content/blog/server-update-1.md @@ -0,0 +1,36 @@ +--- +title: "server update 1" +date: "2025-02-28" +draft: false +tags: ["meta", "monthly update"] +--- +this is the first monthly1 post about the status of everypizza.im. + +# services + +in the first month of operation, this one set up a few (semi-)public services: +- Matrix (Synapse) +- Sharkey +- Friendica +- Forgejo +- Synapse-Admin +- Element +- ZITADEL +- PeerTube + +out of those, Forgejo and ZITADEL are currently the only public services. hopefully, the Matrix will be going public soon with Matrix-Authentication-Service bound to the ZITADEL (in order to prevent spam.) + +there were also a few private things set up: +- Immich +- The Lounge +- Grafana +- Penpot +- Prosody (although 2 friends have an account on there) + +### bridges + +the server has a few bridges (planning to add more next month!): +- Mautrix Discord (Matrix<->Discord) +- Parsee (Matrix<->XMPP) + +1it won't really be monthly, just whenever it feels like a month has passed. sorry to disappoint. diff --git a/public/css/index.css b/public/css/index.css index 166f0f1..9cf3d0b 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -11,7 +11,7 @@ --background-color: #fff; - --text-color: #000000 + --text-color: #000000; --text-color-link: #082840; --text-color-link-active: #5f2b48; --text-color-link-visited: #17050F;