1
0
forked from cgcristi/aCloud
A simple to use toolbox for file uploading, url shortening and pastebin!
Go to file
2024-09-09 21:29:51 +02:00
templates added download all to folder view which zips then downloads refactored the whole sotring mechanisms now it stores it in a db NOT IN A FUCKING HTML FILE THATS LIKE SO OPTIMAL also you can add /raw to any text and get it raw uwu :3 major refactor :333 2024-09-09 21:23:37 +02:00
uploads added download all to folder view which zips then downloads refactored the whole sotring mechanisms now it stores it in a db NOT IN A FUCKING HTML FILE THATS LIKE SO OPTIMAL also you can add /raw to any text and get it raw uwu :3 major refactor :333 2024-09-09 21:23:37 +02:00
app.py added download all to folder view which zips then downloads refactored the whole sotring mechanisms now it stores it in a db NOT IN A FUCKING HTML FILE THATS LIKE SO OPTIMAL also you can add /raw to any text and get it raw uwu :3 major refactor :333 2024-09-09 21:23:37 +02:00
README.md Update README.md 2024-09-08 16:15:46 +02:00
requirements.txt new requirements.txt - rip Werkzeug 2024-09-09 21:29:51 +02:00
schema.sql added download all to folder view which zips then downloads refactored the whole sotring mechanisms now it stores it in a db NOT IN A FUCKING HTML FILE THATS LIKE SO OPTIMAL also you can add /raw to any text and get it raw uwu :3 major refactor :333 2024-09-09 21:23:37 +02:00

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


  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: