Please sign in to access this page
openCloud
A flask app that you can self host to store and manage your files, and it also includes a web terminal for full control over your server
Setup
- set user passowrds in users.txt (ik it is clear text but ill deal with hashing later), i the format like user:password and a newline for another user
- set your key in the secret_key.txt file
- you also need to set your domain in the app.py file i am sorry but cors is soooo anoying
- and of course you need to run pip install -r requirements.txt hopefully i spelled that right I hope it works well
for updates and new instructions always check the GitHub link
Cheung Chan
Check their projects out: Crypto mining simulator, stock simulator
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
-added miner encryption functionality
-fully added create folder
i am realeasing a demo were you can upload and download and encrypt files along wth everyone else
-REALLY improved mobile ui
-added folder/file renaming
-worked on new folder function
i am working on a demo that would be open and allow anyone to experience the ui, it is going to be interesting if anyone actually uses it and what will happen if it is open to anyone, and of course hard storage limit
-moved some buttons around to make the ui better
-added a download button
-added authentication to every endpoint and to the main page
-need to add the ability to download single txt files
I got basic functionality done and am getting ready to start on auth