Discord-based file sharing https://fyle.uk
Go to file
2023-05-19 15:58:50 +00:00
.vscode this code SUUUUCKs but i dont CARE 2023-02-26 10:47:03 -08:00
assets custom css...hopefully 2023-05-11 17:59:49 -07:00
pages custom css...hopefully 2023-05-11 17:59:49 -07:00
src pls 2023-05-19 15:58:50 +00:00
.gitignore this code SUUUUCKs but i dont CARE 2023-02-26 10:47:03 -08:00
config.json ugprade 2023-05-10 15:32:18 -07:00
LICENSE this code SUUUUCKs but i dont CARE 2023-02-26 10:47:03 -08:00
package-lock.json g 2023-02-26 12:37:02 -08:00
package.json g 2023-02-26 12:37:02 -08:00
README.md wwww 2023-03-17 14:11:59 -07:00
rollup.config.mjs workig 2023-02-26 20:34:41 -08:00
tsconfig.json this code SUUUUCKs but i dont CARE 2023-02-26 10:47:03 -08:00

monofile

The open-source, Discord-based file sharing service. Live instance


Setup

First, install monofile's prerequisites...

npm i

Then, add your bot token...

echo "TOKEN=INSERT-TOKEN.HERE" > .env

Invite your bot to a server, then give it a channel to post in:

// config.json
{
    ...
    "targetGuild": "1024080490677936248",
    "targetChannel": "1024080525993971913",
    ...
}

Then, compile and start.

tsc && npm start

monofile should now be running on either env.MONOFILE_PORT or port 3000.

Disclaimer

Although we believe monofile is not against Discord's developer terms of service, monofile's contributors are not liable if Discord takes action against you for running an instance.

License

Code written by monofile's contributors is currently licensed under Unlicense.

Icons under /assets/icons were created by Microsoft, and as such are licensed under different terms.