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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "synapse.jmartgraphix.com:443"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"subject": "acct:jmartgraphix.com",
|
||||
"links": [
|
||||
{
|
||||
"rel": "http://openid.net/specs/connect/1.0/issuer",
|
||||
"href": "https://auth.jmartgraphix.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user