mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
D.
This commit is contained in:
parent
851e9a62dc
commit
0aad03c50e
|
@ -18,10 +18,12 @@ TOKEN=KILL-YOURSELF.NOW
|
||||||
- [X] 1.1.3 display current version on pages
|
- [X] 1.1.3 display current version on pages
|
||||||
- [X] 1.1.4 serve /assets as static files & make /server endpoint
|
- [X] 1.1.4 serve /assets as static files & make /server endpoint
|
||||||
- [ ] 1.2.0 add simple moderation tools
|
- [ ] 1.2.0 add simple moderation tools
|
||||||
- [ ] 1.2.1 disable local ip address through url cloning
|
- [ ] 1.2.1 prevent cloning of local/private ip addresses
|
||||||
- [ ] 1.3.0 allow custom file ids
|
- [ ] 1.3.0 allow custom file ids
|
||||||
|
- [ ] 1.4.0 accounts??? maybe?? (this probably won't happen)
|
||||||
|
- [ ] 2.0.0 rewrite using theUnfunny's code as a base/rewrite using monofile-core
|
||||||
|
|
||||||
also todo: monofile-core
|
also todo: monofile-core (written in eris)
|
||||||
|
|
||||||
## Disclaimer!
|
## Disclaimer!
|
||||||
This project does some stuff that can be considered questionable. Discord may not like you uploading files this way, and it's a grey area in Discord's TOS. We take no responsibility if Discord locks your account for API abuse.
|
This project does some stuff that can be considered questionable. Discord may not like you uploading files this way, and it's a grey area in Discord's TOS. We take no responsibility if Discord locks your account for API abuse.
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "monofile",
|
"name": "monofile",
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"description": "",
|
"description": "Discord-based file sharing",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v16"
|
"node": ">=v16.9.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/body-parser": "^1.19.2",
|
"@types/body-parser": "^1.19.2",
|
||||||
|
|
Loading…
Reference in a new issue