A KernelSU module which simplifies the installation of a keybox.xml file by fetching it from a server.
Find a file
2025-04-12 23:35:11 -04:00
module mod | feat: add changelog, starting point module 2025-04-12 23:35:11 -04:00
server feat: add initial server setup 2025-04-12 22:08:22 -04:00
changelog.md mod | feat: add changelog, starting point module 2025-04-12 23:35:11 -04:00
README.md feat: add initial server setup 2025-04-12 22:08:22 -04:00

BeeSrv

Server

Installing Dependencies

bun install

To run:

bun run index.ts

Applying DB Changes

bunx drizzle-kit push

Serving Files

A beebox.xml file should be placed the server/serve/ directory. You will have to create this directory.