initial commit

This commit is contained in:
split / May 2023-01-27 13:51:39 -08:00
parent 1ba3b271ea
commit 74e18d3d9c
2 changed files with 5 additions and 5 deletions

View file

@ -21,9 +21,9 @@ TOKEN=KILL-YOURSELF.NOW
- [X] 1.2.1 add file counter to main page
- [X] 1.2.2 clean up this shitty code
- [X] 1.2.3 bugfixes
- [ ] 1.2.4 add id locks, allowing you to set a key for a file that allows you to overwrite the file in the future
- [ ] 1.2.5 prevent cloning of local/private ip addresses
- [ ] 1.3.0 add simple moderation tools
- [ ] 1.3.0 new ui; accounts
- [ ] 1.3.1 disable cloning of local ips
- [ ] 1.4.0 admin panel
- [ ] 2.0.0 rewrite using theUnfunny's code as a base/rewrite using monofile-core
also todo: monofile-core (written in eris)

View file

@ -1,6 +1,6 @@
{
"name": "monofile",
"version": "1.2.3",
"version": "1.3.0",
"description": "Discord-based file sharing",
"main": "index.js",
"scripts": {
@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"author": "nbitzz",
"license": "Unlicense",
"engines": {
"node": ">=v18"