-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web UI integration #2009
Web UI integration #2009
Conversation
468b34e
to
7563e78
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple yet effective. Nice work!
@@ -0,0 +1,18 @@ | |||
#!/usr/bin/env bash | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to add set -e
or even set -euo pipefail
here?
Maybe we could not serve static files if the directory in settings is not present? |
b98cfd6
to
63b57a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice integration 👍
* wip: integrate UI web interface * fmt * Api key exclusion rule + fixes * upd welcome url * rollback api key in config
ToDo: