2
1
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 63.4%
  • HTML 24.2%
  • JavaScript 7.1%
  • CSS 2.9%
  • SCSS 2.3%
2024年05月23日 00:14:07 +01:00
app Rename and rework refresh_instance_profile as now only called for newly-discovered instances 2024年05月23日 00:14:07 +01:00
docs embed video and generate still thumbnail 2024年04月16日 16:35:12 +12:00
migrations flag low effort commenters 2024年05月21日 22:20:08 +12:00
testing_data
.gitignore added dependencies in Dockerfile and better handling of docker volumes to not lose data on recreated containers 2024年02月25日 15:51:10 +01:00
.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 added volume for celery 2024年02月27日 16:57:26 +01:00
config.py let user choose interface language #51 2024年05月09日 13:59:52 +12: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 cloudflare cache flush wip 2024年03月23日 06:52:55 +13:00
gunicorn.conf.py
INSTALL.md Merge pull request 'Minor improvements to docs and theme' ( #160 ) from rscmbbng/pyfedi:main into main 2024年04月16日 20:58:43 +00: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