|
/ build (push) Successful in 43s
Details
|
||
|---|---|---|
| .forgejo/workflows | ||
| templates | ||
| .gitignore | ||
| Dockerfile | ||
| README.md | ||
| app.py | ||
| config.example.yaml | ||
| requirements.txt | ||
README.md
Kalendasz
Mini-proxy allowing Discourse users to automatically export their entire calendars as iCalendar. It performs the following functions:
- Automates User API Key creation flow.
- Automates
events.icsURL generation. - Proxies requests in order to pass the
user_api_keyargument asUser-Api-Keyheader.
Usage
- Create a config file based on the example.
- Run the app like this:
python app.py /config.yaml.
Creating a virtualenv or handling Docker is left as an exercise to the reader.