Please sign in to access this page

Open Cloud

Open Cloud Used AI

14 devlogs
37h 39m
Created by awsome-webdev

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

Timeline

Ship 1

0 payouts of shell 0 shells

awsome-webdev

about 1 month ago

awsome-webdev Covers 14 devlogs

added full support for web terminal except for window bc its a weird little guy

Update attachment

Started on windows support for terminal

Update attachment

Css is Soo hard

Update attachment

Working on terminal

Update attachment

Working on server terminal

Update attachment

-worked on server shell

Update attachment

-worked on mobile

Update attachment

some ui changes and also got a demo working on nest see my project page to use

Update attachment

-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

Update attachment

-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

Update attachment

-improved ui
........
yep thats it

Update attachment

-added file download
-added file preview
-added logout button

Update attachment

-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

Update attachment

I got basic functionality done and am getting ready to start on auth

Update attachment