Commit Graph

6 Commits

Author SHA1 Message Date
Jonathan Perret a6d3483ad9 🎨(tooling) generate default SATOSA secrets for developemnt
`make bootstrap` will now generate well-formed secrets in
env.d/development/satosa. This also serves to document one way
of generating such secrets.
2024-04-17 17:00:06 +02:00
Jonathan Perret 3e71b2166c 🏗️(common) replace Django app with SATOSA
We mostly import SATOSA and launch its WSGI app.
2024-04-17 14:46:15 +02:00
Jonathan Perret ce004c5e80 🏗️(common) remove Postgres
We don't need PostgreSQL.
2024-04-17 11:23:29 +02:00
Jonathan Perret 4fc43c023a 🏗️(common) remove Keycloak
We won't be using Keycloak.
2024-04-15 18:31:20 +02:00
Jonathan Perret acc3df5b03 🏗️(common) remove localization support (crowdin)
Not required for SATOSA, at least for now.
2024-04-15 18:25:47 +02:00
Samuel Paccoud - DINUM cde532dcef (project) add current boilerplate for Django projects
includes a working docker compose project, a Makefile for dev,
a CI configuration and a Django starter project.
2024-03-11 19:17:25 +01:00