Compare commits
No commits in common. "b323f79cb77c79a561456fe4d9fd70c3cdf5548d" and "6a17b476e64d567419b54eedadc12dda8f1c5b4a" have entirely different histories.
b323f79cb7
...
6a17b476e6
@ -16,13 +16,13 @@ As said above, this is a **simple & private** backend (app.py) and frontend (in
|
|||||||
3. The UI is simple.
|
3. The UI is simple.
|
||||||
|
|
||||||
4. This is very easily self-hostable </br> </br>
|
4. This is very easily self-hostable </br> </br>
|
||||||
Rookie Mistake: when you self-host it, you can open it in localhost:5000, 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.
|
Rookie Mistake: when you self-host it, you can open it in localhost:5000, 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. (or just use it to share files with the people on your network i guess /j)
|
||||||
</br>
|
</br>
|
||||||
</br>
|
</br>
|
||||||
5. This project is **COMPLETLY** open source.
|
5. This project is **COMPLETLY** open source.
|
||||||
</br>
|
</br>
|
||||||
</br>
|
</br>
|
||||||
6. 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 -r install requirements.txt```
|
6. You might need to install some pip packages, if you dont have them installed already: ```pip install Flask Werkzeug shortuuid python-dotenv```
|
||||||
</br>
|
</br>
|
||||||
</br>
|
</br>
|
||||||
7. Demo:
|
7. Demo:
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
Flask
|
|
||||||
Werkzeug
|
|
||||||
shortuuid
|
|
||||||
python-dotenv
|
|
Loading…
Reference in New Issue
Block a user