-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add support for Unifi Network Server running remotely #65
Merged
Merged
Changes from 32 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
e5f7364
task(fix): modify auth url
aki-luxor 4f0254e
task(fix): fix workflow
aki-luxor 9c2fc25
Merge pull request #1 from aki263/task/fix-auth-url
aki263 e560d56
Update release.yaml
aki263 2db9826
Update release.yaml
aki263 576d1c1
task(fix): add logging
aki-luxor 767e7af
task(add): add debug msg
aki263 791ca2b
task(fix): add more log
aki263 1050188
task(fix): fix url
aki263 8f04b2e
task(fix): add more debug
aki263 1869c0d
task(fix): add more debug
aki263 1cc866c
task(fix): remove double
aki263 e8b5bc5
before change
aki-luxor e8d4eb2
added new code
aki-luxor 003b4bc
Merge remote-tracking branch 'origin/main'
aki-luxor f645bb8
check
aki-luxor 8ea8ed5
fix port
aki-luxor 20bb902
update readme
aki-luxor 36985a2
task(fix): restore original workflow
aki263 6f60fd1
task(fix): address comments.
aki263 a159781
remove extra files
aki-luxor 3324dcb
remove extra files
aki-luxor 45fb92d
chore: test if controller type is supported when parsing config for u…
kashalls 77712c0
chore: clean up readme and add tables for configuration options
kashalls a57dd7b
task(fix): change env variable to UNIFI_CONTROLLER_TYPE
aki263 f8b795e
chore: match vars to the name of the option types
kashalls 681d990
chore: fix new line on release.yaml
kashalls b220737
chore: remove extra debug logs
kashalls 9529a12
chore: do not dump cookies
kashalls af738bc
chore: placing logs a little better
kashalls 9681bd5
fix: dry
kashalls f6389c2
chore: move external flag to bool
kashalls 35be807
chore: way too much logging
kashalls 127c9b0
chore: remove too much debug
kashalls 9aa75e8
chore: remove logs for bubble up errors
kashalls 2aaad6c
fix: formatting
kashalls 09b0910
chore: update copypasta example + rename vars for understandability
kashalls 85227d8
chore: remove excessive logging
kashalls f225892
chore: don't log if we have cookies every request
kashalls File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.idea | ||
### | ||
.private/ | ||
external-dns-unifi-webhook | ||
external-dns-unifi-webhook | ||
.DS_Store |
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Little worried about reading the body here, I tried doing it last time and it messed up exdns
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.
I am not very comfortable with GO so if you think this can cause trouble, please remove it.
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.
It's fine, we will test and verify it functions.