Super Simple Cloud

Super Simple Cloud

4 devlogs
13h 26m
Created by Matei Z.

A simple way to repurpose useless flash drives, sd cards, HDDs and/or SSDs and turn them into cloud storage!

Timeline

Ship 1

0 payouts of shell 0 shells

Matei Z.

about 1 month ago

Matei Z. Covers 4 devlogs and 13h 26m

I have added the ability to make backups and recovery files in a separate location from the actual files, the first setup and the settings page. At the moment, the project is mostly done.

I have added a very simple and quick installer, it installs all of the tools necessary, creates a venv all by itself and then starts Super Simple Cloud. I have also fixed AES encryption/decryption and added a How to set up section in the readme.

I have done multiple things since last devlog:
- Better readme
- Backups
- Non buggy Reed Solomon backups
- Renaming
- Creating new folders
- Encryption with AES (currently very buggy)
- Better display of recovery, backup and encrypted files

I have added the basic features: uploading, downloading and navigating the file structure. I have also added some Reed Solomon based backup functionality that currently, for some reason, only works with small files and is really buggy. For password protection, I am currently using a really insecure method and I am looking for one that is more secure but also not very complicated.