No description
Find a file
2025-04-24 00:42:58 -07:00
Audio added audio, other pages. Improved some things 2025-04-19 21:28:29 -07:00
CSS mail call! 2025-04-22 15:49:23 -07:00
HTML favicon 2025-04-22 16:17:24 -07:00
Icons favicon 2025-04-22 16:17:24 -07:00
JS pick it up tomorrow 2025-04-24 00:42:58 -07:00
oauth pick it up tomorrow 2025-04-24 00:42:58 -07: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 multiple things. 2025-04-21 16:04:42 -07:00
index.html favicon 2025-04-22 16:17:24 -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 pick it up tomorrow 2025-04-24 00:42:58 -07: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 TumblrAPI.
  • 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