SSL Zertifikat Problem gelöst
Dieser Commit ist enthalten in:
@@ -22,6 +22,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 443
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
@@ -1275,4 +1275,4 @@ def download_backup(backup_id):
|
||||
return send_file(filepath, as_attachment=True, download_name=filename)
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0", port=443, ssl_context='adhoc')
|
||||
app.run(host="0.0.0.0", port=5000)
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren