pste

Just a simple file hosting application inspired by the likes of pomf.se and teknik.io.

Stars
22
Forks
3
Open issues
1
Closed issues
6
Last commit
about 2 years ago
Watchers
22
Total releases
4
Total commits
320
Open PRs
0
Closed PRs
1
Repo URL
Platform
License
gpl-3.0
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

pste

Just a simple file hosting application inspired by the likes of pomf.se and teknik.io.

Very early alpha, 100% definitely not ready whatsoever for production use. Not even for a laugh.

Demo (latest dev)

Quick Installation (dev)

First, install Poetry.

git clone https://github.com/FoxDev/pste
cd pste
poetry install
yarn install # or npm install if you're a caveman.
cp pste/resources/config/settings.yml config/settings.yml # Edit settings.yml
poetry shell

echo FLASK_APP=pste\nFLASK_ENV=development > .flaskenv

flask assets build flask db upgrade flask user create # Or use /auth/register

Do not use this in production, use a WSGI server such as gunicorn with pste:create_app() as your entrypoint.

flask run

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.