No description
Find a file
2025-06-05 00:30:03 +00:00
Audio added audio, other pages. Improved some things 2025-04-19 21:28:29 -07:00
CSS FinalReleaseChanges (#49) 2025-06-05 00:25:39 +00:00
HTML FinalReleaseChanges (#49) 2025-06-05 00:25:39 +00:00
Icons MoreWork Merge (#40) 2025-05-26 02:37:03 +00:00
JS FinalReleaseChanges (#49) 2025-06-05 00:25:39 +00:00
oauth BlueskyAPI (#5) 2025-04-29 22:08:19 +00:00
.gitignore multiple things. 2025-04-21 16:04:42 -07:00
docker-compose.yml multiple things. 2025-04-21 16:04:42 -07:00
Dockerfile Update Dockerfile 2025-04-29 22:25:21 +00:00
index.html merge branch Testing 2025-05-23 19:21:27 -07:00
LICENSE.md first commit 2025-04-19 16:12:17 -07:00
package-lock.json multiple things. 2025-04-21 16:04:42 -07:00
package.json multiple things. 2025-04-21 16:04:42 -07:00
README.md Update README.md 2025-06-05 00:30:03 +00:00
robots.txt first commit 2025-04-19 16:12:17 -07: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.