Simple uploader site with sharex support for uploading files,images, and text files. This is open source and free to use.
This is made by Nathan Henniges
You can now download the release here
To help with Development of this project you can.
- Clone the repo:
git clone https://github.com/MrDemonWolf/share-mrdemonwolf-me.git
- Fork, Clone, or Download on GitHub
Please read the setup guide writed here
You can use this command to start up with nodemon so you can work on it and test.
npm run dev-web
Docker has now been integrated. To get started with Docker do the following...
$ cp docker-compose.override.yml.example docker-compose.override.yml
Change the values to match your pm2+ public and private key.
$ docker-compose up -d
4.0.0
- Integrated Docker both for development and production modes.
- Adding a better way to hannel the emails. As there is so many templates that are just reused. So why not make it a export. For easier reuse.
- Added last password change IP and time.
- Added last activity time.
- Added last login time.
- Added signup IP.
- Streamer mode has been added in the users settings. It will stop leaks for both the user and if they have admin others as well.
- You can now ban and unban users. Comfirm the ban of a user has been added.
- You can also suspend users 24 hours , a week, and even a month. With unsuspend
- Now you can make yourself the first admin by going to /admin. If the email matchs the one in the env then it will change the account to admin (This is safe as the email has to be verifyed anyways which makes sure its yours.)
- API has changed file and image route to just be as one.
- Changed createdAt to uploaded in lisings
- Changed share to file in the lisings.
- You can now limit the size of each upload by default its 100M
- Fixed dashboard so it will add a 's' when there is more the one user or upload
- Changed terms on users manger page. Admin is not role which will display there role either admin or user
- Changed 'Activated' to 'Role' and 'Admin' to 'Status'
- Added Bannned or Suspended and Activate and Unactivated to status.
- Removed last login from both database and user manger.
- Changed text from 'Create user' to 'Create new user' in admin users.
- Fixed the link in the admin nav gallery. Now it links to the gallery
- Fixed the navbar in admin gallery as it was linking the wrong one.
3.1.2
- Hotfix for createdAt date in the upload.js. Now when you upload it should show the right date.
3.1.1
- Fixed bug with middleware
3.1.0
- Removed File and Text views
- Removed Removed text support due to others being better. (You should use github gists if anything.)
Check out the rest of the change logs here
Have a bug or an issue with this bot? Open a new issue here on GitHub.
Copyright 2019 MrDemonWolf. Code released under the MIT license.