1
0
Fork
You've already forked pyfedi
0
forked from rimu/pyfedi
Project background: https://join.piefed.social Demo site / Flagship instance: https://piefed.social
  • Python 64.3%
  • HTML 22.1%
  • JavaScript 6%
  • CSS 5.8%
  • SCSS 1.7%
  • Other 0.1%
Find a file
supakaity 97b9d6015f
Merge tag 'v1.6.27' into blahaj
# Conflicts:
#	app/auth/routes.py
2026年05月17日 12:10:37 +02:00
.forgejo/workflows
app Merge tag 'v1.6.27' into blahaj 2026年05月17日 12:10:37 +02:00
docs ai usage policy 2026年04月29日 20:23:06 +12:00
migrations instance silencing similar to Mastodon 2026年05月08日 16:44:01 +12:00
testing_data
tests Add some markdown_to_html tests 2026年04月14日 14:17:51 -04:00
.dockerignore
.gitignore exclude app/static/styles.css.map 2026年03月27日 18:40:01 +13:00
.woodpecker.yaml
babel.cfg
celery_worker.default.py
celery_worker_docker.py
compose.dev.yaml
compose.yaml reduce postgresql ram usage 2026年03月17日 13:30:32 +13:00
config.py additional security tweaks 2026年05月17日 10:11:06 +12:00
contributing.md
daily.sh suppress useless error messages 2026年03月24日 21:14:34 +13:00
deploy-docker.sh
deploy-docker2.sh
deploy.sh
dev_notes.md
docker-dirs.sh
Dockerfile
email_notifs.sh suppress useless error messages 2026年03月24日 21:14:34 +13:00
entrypoint.sh
entrypoint_async.sh
entrypoint_celery.sh
env.docker.sample
env.sample additional security tweaks 2026年05月17日 10:11:06 +12:00
fastapi_server.py
FEDERATION.md
gunicorn.conf.py increase number of gunicorn workers 2026年05月14日 21:23:30 +12:00
INSTALL-docker.md cron job tweak 2026年04月20日 10:05:31 +12:00
INSTALL.md update install.md 2026年04月15日 09:49:30 +02:00
interests.txt
LICENSE
mini_deploy.sh
profile_app.py Switch from the arrow library to the pendulum library 2026年03月21日 15:44:52 +01:00
pyfedi.py Merge tag 'v1.6.23' into blahaj 2026年05月10日 02:03:36 +02:00
README.md Add developer communities to README 2026年04月16日 06:40:23 +02:00
regional.txt
remove_orphan_files.sh
requirements.txt sanitize svg files 2026年05月17日 21:23:09 +12:00
ruff.toml
run_nntp.py nntp gateway 2026年03月21日 19:53:12 +13:00
SECURITY.md
send_queue.sh suppress useless error messages 2026年03月24日 21:14:34 +13:00
weekly.sh suppress useless error messages 2026年03月24日 21:14:34 +13:00

PieFed

A Lemmy/Mbin alternative written in Python with Flask.

  • Clean, simple code that is easy to understand and contribute to. No fancy design patterns or algorithms.
  • Easy setup, easy to manage - few dependencies and extra software required.
  • AGPL.
  • First class moderation tools.

Project goals

To build a federated discussion and link aggregation platform, similar to Reddit, Lemmy, Mbin interoperable with as much of the fediverse as possible.

For developers