try
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 47s

This commit is contained in:
2026-02-11 16:13:44 +01:00
parent 81df0dea4b
commit e8b785d508
3 changed files with 90 additions and 1 deletions

View File

@@ -43,4 +43,7 @@ def csv_output():
if __name__ == "__main__":
app.run(port=5080, host="0.0.0.0", debug=True)
app.run(port=5080,
host="0.0.0.0",
ssl_context=('ras-dan-01.crt', 'ras-dan-01.key'),
debug=True)