enable authentication, disable kratos stuff
This commit is contained in:
parent
4c6b7e4414
commit
d1838267ea
11 changed files with 171 additions and 46 deletions
11
backend/Makefile
Normal file
11
backend/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
clean:
|
||||
rm database.db
|
||||
flask db upgrade
|
||||
|
||||
demo:
|
||||
flask cli app create nextcloud Dateiablage "https://cloud.dev.local-it.cloud"
|
||||
flask cli app create vikunja Projekte "https://vikunja.dev.local-it.cloud"
|
||||
|
||||
run:
|
||||
flask run
|
||||
Reference in a new issue