TheReverend403 / pste

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pste

GitHub GitHub Workflow Status Code style: ruff

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/TheReverend403/pste
cd pste
poetry install
yarn install # or `npm install` if you're a caveman.
cp pste/resources/config/settings.toml config/settings.toml # Edit settings.toml
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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 68.0%Language:HTML 13.4%Language:CSS 7.9%Language:Dockerfile 4.4%Language:SCSS 2.7%Language:JavaScript 1.5%Language:Shell 1.3%Language:Mako 0.7%