Compare commits
2 commits
ecb7925ede
...
4f0ff6a0e1
Author | SHA1 | Date | |
---|---|---|---|
4f0ff6a0e1 | |||
b1c51b26e3 |
4 changed files with 42 additions and 6 deletions
36
content/blog/server-update-1.md
Normal file
36
content/blog/server-update-1.md
Normal 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.
|
|
@ -27,4 +27,4 @@ const numberOfLatestPostsToShow = 3;
|
|||
{%- endfor %}
|
||||
</ul>
|
||||
#}
|
||||
<a href="/feed/feed.xml">rss feed</a>
|
||||
<a href="/feed/feed.xml">atom feed</a>
|
||||
|
|
|
@ -63,11 +63,11 @@ export default async function(eleventyConfig) {
|
|||
},
|
||||
metadata: {
|
||||
language: "en",
|
||||
title: "Blog Title",
|
||||
subtitle: "This is a longer description about your blog.",
|
||||
base: "https://example.com/",
|
||||
title: "Nyxblog",
|
||||
subtitle: "blog for everypizza.im and nyx",
|
||||
base: "https://blog.everypizza.im/",
|
||||
author: {
|
||||
name: "Your Name"
|
||||
name: "Nyx Tutt"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue