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.4%
  • HTML 24%
  • JavaScript 6.6%
  • CSS 2.7%
  • SCSS 2.2%
rimu d9d69c0b8a caching on home page and posts, especially for anonymous users
the home page and post pages are the most likely to get slashdotted by mastodon.
2024年06月30日 15:29:52 +08:00
app caching on home page and posts, especially for anonymous users 2024年06月30日 15:29:52 +08:00
docs update roadmap 2024年06月03日 10:36:02 +12:00
migrations rename show_ filters into hide_ and migrate db for filter changes 2024年06月28日 15:04:06 +00:00
testing_data
.gitignore
.woodpecker.yaml sends email on action 2024年03月16日 21:34:52 +01:00
babel.cfg translations for German, French, Portuguese, Japanese 2024年03月17日 19:14:27 +13:00
celery_worker.default.py
celery_worker_docker.py specific config for docker to have baked in the image 2024年03月11日 08:53:36 +01:00
compose.yaml
config.py bounce inbox warning #224 2024年06月26日 20:47:24 +08:00
deploy.sh update mastodon instance inboxes #105 2024年03月18日 16:37:45 +13:00
dev_notes.txt add German language translation data #95 2024年03月17日 20:33:29 +13:00
Dockerfile ffmpeg dependency 2024年04月17日 20:35:49 +02:00
email_notifs.sh auto clean up old activity log entries 2024年03月04日 21:40:07 +13:00
entrypoint.sh
entrypoint_celery.sh specific config for docker to have baked in the image 2024年03月11日 08:53:36 +01:00
env.sample bounce inbox warning #224 2024年06月26日 20:47:24 +08:00
gunicorn.conf.py gunicorn - bind to all interfaces 2024年06月14日 08:08:28 +08:00
INSTALL.md bounce inbox warning #224 2024年06月26日 20:47:24 +08:00
interests.txt
LICENSE
mini_deploy.sh
profile_app.py
pyfedi.py video as a entirely separate post type 2024年04月16日 20:59:58 +12:00
README.md move project management docs to their own directory 2024年04月07日 16:06:42 +12:00
regional.txt
remove_orphan_files.sh remove orphan files maintenance script 2024年03月01日 22:11:06 +13:00
requirements.txt embed video and generate still thumbnail 2024年04月16日 16:35:12 +12:00
test_interest_parse.py
test_signature.py
weekly.sh

PieFed

A lemmy/kbin clone 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.

For developers