Compare commits

...

2 commits

Author SHA1 Message Date
4f0ff6a0e1 fix 2025-03-02 11:27:20 -06:00
b1c51b26e3 fix css also forgot to commit post 2025-03-01 17:54:20 -06:00
4 changed files with 42 additions and 6 deletions

View file

@ -0,0 +1,36 @@
---
title: "server update 1"
date: "2025-02-28"
draft: false
tags: ["meta", "monthly update"]
---
this is the first monthly<sup>1</sup> 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)
<sup>1</sup>it won't really be monthly, just whenever it feels like a month has passed. sorry to disappoint.

View file

@ -27,4 +27,4 @@ const numberOfLatestPostsToShow = 3;
{%- endfor %} {%- endfor %}
</ul> </ul>
#} #}
<a href="/feed/feed.xml">rss feed</a> <a href="/feed/feed.xml">atom feed</a>

View file

@ -63,11 +63,11 @@ export default async function(eleventyConfig) {
}, },
metadata: { metadata: {
language: "en", language: "en",
title: "Blog Title", title: "Nyxblog",
subtitle: "This is a longer description about your blog.", subtitle: "blog for everypizza.im and nyx",
base: "https://example.com/", base: "https://blog.everypizza.im/",
author: { author: {
name: "Your Name" name: "Nyx Tutt"
} }
} }
}); });

View file

@ -11,7 +11,7 @@
--background-color: #fff; --background-color: #fff;
--text-color: #000000 --text-color: #000000;
--text-color-link: #082840; --text-color-link: #082840;
--text-color-link-active: #5f2b48; --text-color-link-active: #5f2b48;
--text-color-link-visited: #17050F; --text-color-link-visited: #17050F;