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 65.9%
  • HTML 21.3%
  • CSS 5.7%
  • JavaScript 5%
  • SCSS 1.9%
  • Other 0.2%
2026年07月09日 15:35:37 +12:00
.forgejo/workflows
app limit size of images in comments 2026年07月09日 15:35:37 +12:00
docs
migrations record post ranking using a float instead of int 2026年07月07日 20:43:08 +12:00
testing_data
tests fix broken tests, fixes #1816 2026年06月27日 12:26:58 +12:00
.dockerignore
.gitignore
.woodpecker.yaml
babel.cfg translations from weblate 2026年06月28日 19:08:56 +12:00
celery_worker.default.py
celery_worker_docker.py
compose.dev.yaml
compose.yaml docker tweaks #1803 2026年06月23日 22:06:04 +12:00
config.py refactor vote quota with environment variable 2026年07月03日 18:33:11 +12:00
contributing.md
daily.sh
deploy-docker.sh
deploy-docker2.sh
deploy.sh
dev_notes.md
docker-dirs.sh
docker.cron
Dockerfile api: filter blocked users and instances in comment/list, fixes #1608 2026年06月29日 21:00:37 +12:00
email_notifs.sh
entrypoint.sh Fix shebang to bash 2026年07月03日 13:37:02 +02:00
entrypoint_async.sh
entrypoint_celery.sh microblog posts should not show up in local 2026年07月05日 15:22:19 +12:00
env.docker.sample
env.sample May 2026 2026年05月31日 23:34:13 +12:00
fastapi_server.py
FEDERATION.md
gunicorn.conf.py
INSTALL-docker.md update version numbers 2026年07月03日 19:35:11 +12:00
INSTALL.md update version numbers 2026年07月03日 19:35:11 +12:00
interests.txt
LICENSE
mini_deploy.sh
profile_app.py May 2026 2026年05月31日 23:34:13 +12:00
pyfedi.py June 2026 2026年06月23日 20:45:25 +12:00
README.md
regional.txt
remove_orphan_files.sh
requirements.txt June 2026 2026年06月23日 20:45:25 +12:00
ruff.toml
run_nntp.py
SECURITY.md
send_queue.sh
weekly.sh

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