No description
Find a file
2025-07-16 18:10:10 -07:00
src g 2025-07-16 18:10:10 -07:00
.gitignore fucking hell. But we did it. Backend baby! 2025-07-04 18:37:02 -07:00
Cargo.lock fucking hell. But we did it. Backend baby! 2025-07-04 18:37:02 -07:00
Cargo.toml fucking hell. But we did it. Backend baby! 2025-07-04 18:37:02 -07:00
LICENSE.md first commit 2025-04-19 16:12:17 -07:00
README.md Update README.md 2025-06-05 00:30:03 +00:00

Fediverse Subdomain

A frontend to accessing my account on the fediverse

technologies

  • node on a bare debian install.
  • npm and npx to execute it.
  • Uses MastodonAPI, BlueskyAPI, and YoutubeAPI[1].
  • Your local machine can also run it (with the proper dependencies; take a look at the docker file).

Quick launch server without docker: npx http-server /home/<HomeDirectory>/Documents/Fedi.CrowdedGames.Group --port 4000 --cors

FAQ

Question Answer
Where can I find my PDS? Create an access token and then examine the payload's aud
Where can I get a Youtube Key? console.cloud.google.com/apis

Notes

[1]YoutubeAPI doesn't support posting to their post section. It's made with posting videos in mind. Their previous posting page (the bulletin board) is depreciated and most likely doesn't work as trying to get those posts result in nothing returned even though posts are made on the account.