tangled
alpha
login
or
join now
diddyfo.id
/
bluroma
12
fork
atom
pleroma-like client for Bluesky
pl.hexmani.ac
bluesky
pleroma
social-media
12
fork
atom
overview
issues
3
pulls
pipelines
Update OAuth path for proper metadata-ing
diddyfo.id
3 months ago
b3805e9f
541821c2
verified
This commit was signed with the committer's
known signature
.
diddyfo.id
SSH Key Fingerprint:
SHA256:tV3v2UX4P3x12jjh+mHVzpRQ4ZhNBCHoFwqRiYzzTcM=
1/1
build.yaml
success
9s
+2
-2
2 changed files
expand all
collapse all
unified
split
static
oauth-client-metadata.json
vite.config.ts
+1
-1
static/oauth/client-metadata.json
static/oauth-client-metadata.json
···
1
1
{
2
2
-
"client_id": "https://pl.hexmani.ac/oauth/client-metadata.json",
2
2
+
"client_id": "https://pl.hexmani.ac/oauth-client-metadata.json",
3
3
"client_name": "Bluroma",
4
4
"client_uri": "https://pl.hexmani.ac",
5
5
"redirect_uris": ["https://pl.hexmani.ac/"],
+1
-1
vite.config.ts
···
1
1
import { defineConfig } from "vite";
2
2
import solidPlugin from "vite-plugin-solid";
3
3
import devtools from "solid-devtools/vite";
4
4
-
import metadata from "./static/oauth/client-metadata.json";
4
4
+
import metadata from "./static/oauth-client-metadata.json";
5
5
6
6
const SERVER_HOST = "127.0.0.1";
7
7
const SERVER_PORT = 3000;