ansible-base/roles/tandoor/info.md

25 lines
967 B
Markdown
Raw Normal View History

2024-12-30 13:35:21 +01:00
## Beschreibung
Für Rezepte-Sammlung [Tandoor](https://tandoor.dev/)
## Verweise
- [Tandoor-Dokumentation | Installation](https://docs.tandoor.dev/install/manual/)
- [Tandoor-Dokumentation | Konfiguration](https://docs.tandoor.dev/system/configuration/)
- [Tandoor-Dokumentation | Allauth](https://docs.tandoor.dev/features/authentication/#allauth)
2025-01-12 10:05:20 +01:00
- [Django-Dokumentation | Variable `DJANGO_SUPERUSER_PASSWORD`](https://docs.djangoproject.com/en/5.1/ref/django-admin/#envvar-DJANGO_SUPERUSER_PASSWORD)
- [allauth-Dokumentation | OpenID Connect](https://docs.allauth.org/en/latest/socialaccount/providers/openid_connect.html)
- [allauth-Dokumentation | Authelia](https://docs.allauth.org/en/latest/socialaccount/providers/authelia.html)
## ToDo
2025-01-12 10:05:20 +01:00
- Idempotenz
2025-09-17 23:40:06 +02:00
## Bugs
- `usersessions_usersession.ip` darf nicht `NULL` sein, wird es aber; workaround: `ALTER TABLE usersessions_usersession ALTER COLUMN ip DROP NOT NULL;`
- Verzeichnis `mediafiles` fehlt noch