Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wervice committed Aug 31, 2023
1 parent 67638c6 commit 1544a8c
Show file tree
Hide file tree
Showing 19 changed files with 131 additions and 572 deletions.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ After that, your members can log in and upload files, and you are done.
Lumos is released under the Apache 2.0 license. Please be honest and don't violate its conditions,
but feel free to fork it or edit it for your purposes.

More information at [legal.md](legal.md)I
More information at [legal.md](legal.md)I

### Technologies used
- Flask & Python
- HTML
- CSS
- JavaScript
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def done():
print("Setup done. Please close the app by pressing CTRL+C util the app closed.")
open("admin_set.cfg", "w").write("1")
exit()
setup_app.run(host="0.0.0.0", port=4999, debug=False, ssl_context="adhoc")
setup_app.run(host="0.0.0.0", port=4999, debug=True, ssl_context="adhoc")
else:
pass

Expand Down
2 changes: 1 addition & 1 deletion accid.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
accid
apw
2 changes: 1 addition & 1 deletion admin_set.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0
1
Binary file removed asset/Thumbs.db
Binary file not shown.
Loading

0 comments on commit 1544a8c

Please sign in to comment.