A File Storage System At Home!
Project description
I have been recently working on this project myself. I created a flask app in python to create a platform to store my files on my old computer which has lots of extra memory and is not used. It has a system so create different folders with different passcodes which only allow the user to see the files if they know the password. They can't access the files otherwise. If someone is a guest, use password 0000 to access the public folder. Every user can have their own folder if they want and can have different passwords as well. There should pe a page where the user puts in their password and can view their files and download them if they want.
I can upload the code if you want but keep in mind it was just a prototype and not the final product.
Relevant Technology
For this project I used Python programming language with Flask framework. You can use a free and open-source solutions to simplify the process. You can use PocketBase for your backend to make it easier.
This app could be hosted locally on a network or on a domain.
Complexity and required time
Complexity
- [ ] Beginner - This project requires no or little prior knowledge of the technolog(y|ies) specified to contribute to the project
- [x] Intermediate - The user should have some prior knowledge of the technolog(y|ies) to the point where they know how to use it, but not necessarily all the nooks and crannies of the technology
- [ ] Advanced - The project requires the user to have a good understanding of all components of the project to contribute
Required time (ETA)
- [x] Little work - A couple of days
- [ ] Medium work - A week or two
- [ ] Much work - The project will take more than a couple of weeks and serious planning is required
Categories
- [x] Mobile app
- [ ] IoT
- [x] Web app
- [x] Frontend/UI
- [ ] AI/ML
- [x] APIs/Backend
- [ ] Voice Assistant
- [ ] Developer Tooling
- [ ] Extension/Plugin/Add-On
- [ ] Design/UX
- [ ] AR/VR
- [ ] Bots
- [ ] Security
- [ ] Blockchain
- [ ] Futuristic Tech/Something Unique
How is this different from NextCloud ?
How is this different from NextCloud ?
well, its not different. If I am being honest, i'd even say that it is not even as good as it. This is something you can very easily make by yourself. It can help you learn about the front/backend and can be a great project. Next cloud is a great software for this task but building something like this is quite rewarding in itself.