feat: oidc web1 basics

This commit is contained in:
2023-01-08 23:01:42 +01:00
parent 4b9ee96989
commit d926d70a5f
7 changed files with 124 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description={{ item.name }} on {{ item.port }} at {{ item.path }}
After=network.target
[Service]
WorkingDirectory={{ item.path }}
Type=simple
User=www-data
ExecStart=/usr/bin/waitress-serve --host 0.0.0.0 --port {{ item.port }} --call 'app:createApp'
[Install]
WantedBy=multi-user.target