All Projects → TheReverend403 → pste

TheReverend403 / pste

Licence: GPL-3.0 license
Just a simple file hosting application inspired by the likes of pomf.se and teknik.io.

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pste

lolisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 181 (+722.73%)
Mutual labels:  file-sharing, pomf
Linx Server
Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Demo: https://demo.linx-server.net/
Stars: ✭ 1,044 (+4645.45%)
Mutual labels:  pastebin, file-sharing
rustypaste
A minimal file upload/pastebin service.
Stars: ✭ 102 (+363.64%)
Mutual labels:  pastebin, file-sharing
cpomf
Pomf API compatible file host written in Crystal - The software behind nya.is.
Stars: ✭ 36 (+63.64%)
Mutual labels:  file-sharing, pomf
Psitransfer
Simple open source self-hosted file sharing solution.
Stars: ✭ 712 (+3136.36%)
Mutual labels:  pastebin, file-sharing
Filite
A simple, light and standalone pastebin, URL shortener and file-sharing service
Stars: ✭ 125 (+468.18%)
Mutual labels:  pastebin, file-sharing
pastebin-api
A very simple pastebin npm package to interact with the pastebin api!
Stars: ✭ 20 (-9.09%)
Mutual labels:  pastebin
etiquette
WIP tag-based file organizer & search
Stars: ✭ 27 (+22.73%)
Mutual labels:  file-sharing
sync
The main repository for P2P-Sync
Stars: ✭ 15 (-31.82%)
Mutual labels:  file-sharing
CombinedPrivacyBlockLists
Ad-blocking hosts files, IP block lists, PAC filters, and ABP / uBO subscriptions, all merged from multiple reputable sources, combined with my own research. Also, script-based utilities to help you create such things yourself. Updated at least once a week, often more frequently.
Stars: ✭ 131 (+495.45%)
Mutual labels:  file-sharing
JamTools
JamTools是一个跨平台的小工具集,包含了截屏、录屏、文字识别、各种格式转换、鼠标键盘动作录制播放、文件传输、聊天机器人等功能
Stars: ✭ 73 (+231.82%)
Mutual labels:  file-sharing
pastebin-php
a simple pastebin implement in php
Stars: ✭ 25 (+13.64%)
Mutual labels:  pastebin
hostr
⤴️ Share anything. Simply.
Stars: ✭ 18 (-18.18%)
Mutual labels:  file-sharing
zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
Stars: ✭ 215 (+877.27%)
Mutual labels:  file-sharing
jot
📝 A server-less pastebin app for short messages. Data is stored within the URL.
Stars: ✭ 33 (+50%)
Mutual labels:  pastebin
local-paste
Lightweight pastebin for home network which may or may not be connected to the internet.
Stars: ✭ 24 (+9.09%)
Mutual labels:  pastebin
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+281.82%)
Mutual labels:  file-sharing
pastelyst
A Web Paste Tool built with Cutelyst and KDE Frameworks
Stars: ✭ 19 (-13.64%)
Mutual labels:  pastebin
simple-pastebin-monitor
A simple pastebin monitor using the scraping API
Stars: ✭ 34 (+54.55%)
Mutual labels:  pastebin
fibr
Web File Browser
Stars: ✭ 37 (+68.18%)
Mutual labels:  file-sharing

pste

GitHub GitHub Workflow Status Code style: black

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].