Skip to content

Commit e8cde76

Browse files
Merge pull request #19 from GitTimeraider/main
Sync
2 parents 5a1f922 + 0a78fde commit e8cde76

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DirectAdmin Email Forwarder Manager
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/)
4+
[![Python 3.11](https://img.shields.io/badge/python-3.13-blue.svg)](https://www.python.org/downloads/)
55

66
A Dockerized secure web application for managing email forwarders through the DirectAdmin API. Features a clean web interface with authentication, 2FA support, user management options.
77

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,4 @@ def create_admin():
360360
app = create_app()
361361

362362
if __name__ == '__main__':
363-
app.run(host='0.0.0.0', port=5000, debug=True)
363+
app.run(host='0.0.0.0', port=5000)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pyotp==2.9.0
77
qrcode==8.2
88
pillow==11.3.0
99
requests==2.32.4
10-
cryptography==41.0.3
10+
cryptography>=43.0.1

0 commit comments

Comments
 (0)