Merged
Conversation
Contributor
Author
|
I forgot to add the logic to send a webhook on new upload/scan. I will add that later |
…dded feature to allow passing video_url from plain-text json to python
Contributor
Author
|
Ok feature should be complete now. Added the logic to cli.py Would there be any good way to document some of theses things in the wiki? |
Owner
|
@theotherguy2175 will try to test this out either tonight or tomorrow night. At a glance everything looks good. For places to document the changes and/or how to use it with examples. I would add a markdown file with detailed instructions on it however you see fit and then add a section to the README.md that links to that markdown file. It just makes it easier to update it when changes happen to have all documentation in source code. |
Contributor
Author
|
Added/Updated README.md and LDAP.md documentation |
ShaneIsrael
reviewed
Apr 3, 2026
ShaneIsrael
reviewed
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Webhook integration added and updated some features of discord:
Added webhook to be send to generic webhook url, with properly validated json payload
Added ability to set
DISCORD_WEBHOOK_URL="string"
GENERIC_WEBHOOK_URL="string"
GENERIC_WEBHOOK_PAYLOAD={}
As part of ENVs and integrated that into the updating of config.json in the init.py
Also added ability to test discord and webhook via new test buttons that reach out to new /api/ endpoints to be able to send a webhook post