add app url to federation
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2023-06-29 10:11:16 +02:00
rodič a93627d1bb
revize 515e790ab7
3 změnil soubory, kde provedl 5 přidání a 0 odebrání

Zobrazit soubor

@ -3,5 +3,6 @@ plc: https://plc.directory
bgs: https://bsky.social
appview: https://bsky.social
pds: https://bsky.social
app: https://app.bsky-sandbox.dev
links:
web: https://blueskyweb.xyz/

Zobrazit soubor

@ -2,5 +2,6 @@ name: Bluesky Sandbox
plc: https://plc.bsky-sandbox.dev
bgs: https://bgs.bsky-sandbox.dev
appview: https://api.bsky-sandbox.dev
app: https://app.bsky-sandbox.dev
links:
web: https://bsky-sandbox.dev/

Zobrazit soubor

@ -29,5 +29,8 @@ properties:
pds:
type: string
format: url
app:
type: string
format: url
links:
$ref: '#/definitions/links'