You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository hosts the code for our homepage at https://jabber.at.
The homepage is still an evolving project, with many features unifinished, maybe buggy, etc.
Requirements
Python 3.6+, Django 3.0+
A webserver and a database (anything that works with Django)
An XMPP-server, this project interfaces with it via
xmpp-backends.
Features
A pretty standard blog including static pages.
Vary some behavior depending on the hostname used, e.g. a different logo on example.com,
example.net and example.zone.
A contact page, with GPG encryption if the user added keys.
Verious tasks are performed asynchronously using a Celery worker. This adds fast response times
even if an operation takes a while (e.g. fetching keys, keyservers are notoriously slow) and
dynamic retries (e.g. fetching keys, keyservers are notoriously unreliable).
User management
Registration and password reset for XMPP users directly on the homepage.
Authentication is performed against the XMPP server, the password is never stored locally.
Users can add GPG keys to encrypt emails (password reset, ...) with GPG.