1
0
forked from cgcristi/aCloud
A simple to use toolbox for file uploading, url shortening and pastebin!
Go to file
2024-09-15 20:26:20 +02:00
templates ctrl + v when file modal is open and drag file to instantly upload 2024-09-15 17:03:38 -04:00
uploads too many changes for me to list but basically user suppport file lsiting uploading deleting renaming moving copying etc and toggle if index.html presnet shw it to acces ur page /username and then ASKDJAKLSDl this is a development why do i have to document everything 2024-09-10 16:00:43 +02:00
.gitignore minor improvement to user dashboard 2024-09-11 19:29:29 +02:00
app.py ctrl + v when file modal is open and drag file to instantly upload 2024-09-15 17:03:38 -04:00
README.md Update README.md 2024-09-15 20:23:09 +02:00
requirements.txt new requirements.txt - rip Werkzeug 2024-09-09 21:29:51 +02:00
schema.sql this took me over 10 hours and my head hurts and im feeling so bad that i cant even explain what i did but like passwords redesigning and etc 2024-09-14 16:53:26 +02:00

frontend and backend, easily configurable (thru editing the html files and the .py)

--------------dasdasdasdasdasdadasd-- TODO

1. Introduction


As said above, this is a **simple & private** backend (app.py) and frontend (in /templates), which has these features: - File Sharing (get a short link to share files, and when the link is opened it will show some information) - Text Sharing (kind of a pastebin, it will show the text and when the text was made, again in a short link) - URL Shortener (when hosting this, it will short an url, and give you a link, and when you open it, it will automatically redirect you to that website)
  1. This is 100% anonymous, no one can see who created the links, etc.

  2. The UI is simple.

  3. This is very easily self-hostable

    Rookie Mistake: when you self-host it, you can open it in localhost:7123, when making a file/paste/shortener don't share that localhost link, localhost is only accessible on YOUR network. - instead, u can host it with your domain.

  4. This project is COMPLETLY open source.

  5. You might need to install some pip packages, if you dont have them installed already download this repo and go into the folder and execute pip install -r requirements.txt

  6. Demo: