Initial portfolio CMS: Fastify API + Vite SPA

Single-container app with Postgres catalog, Typesense search,
Authelia Remote-User admin, portfolio views, resume/PDF, media
uploads, and ArtStation import tooling.
This commit is contained in:
2026-07-23 17:01:34 -04:00
commit 43928f7a49
61 changed files with 13218 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"m.homeserver": {
"base_url": "https://synapse.jmartgraphix.com"
},
"m.identity_server": {
"base_url": "https://vector.im"
},
"org.matrix.msc4143.rtc_foci": [
{
"livekit_service_url": "https://synapse.jmartgraphix.com",
"type": "livekit"
}
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"m.server": "synapse.jmartgraphix.com:443"
}