-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: introduce support for standalone unifi network servers (#65)
* task(fix): modify auth url * task(fix): fix workflow * Update release.yaml Signed-off-by: aki263 <aakash@nappinggeek.com> * Update release.yaml Signed-off-by: aki263 <aakash@nappinggeek.com> * task(fix): add logging * task(add): add debug msg * task(fix): add more log * task(fix): fix url * task(fix): add more debug * task(fix): add more debug * task(fix): remove double * before change * added new code * check * fix port * update readme * task(fix): restore original workflow * task(fix): address comments. * remove extra files * remove extra files * chore: test if controller type is supported when parsing config for unifi * chore: clean up readme and add tables for configuration options Very helpful for people who want to get started using it instead of DM-ing me. * task(fix): change env variable to UNIFI_CONTROLLER_TYPE * chore: match vars to the name of the option types * chore: fix new line on release.yaml * chore: remove extra debug logs * chore: do not dump cookies * chore: placing logs a little better * fix: dry * chore: move external flag to bool * chore: way too much logging * chore: remove too much debug * chore: remove logs for bubble up errors * fix: formatting * chore: update copypasta example + rename vars for understandability * chore: remove excessive logging * chore: don't log if we have cookies every request --------- Signed-off-by: aki263 <aakash@nappinggeek.com> Co-authored-by: Aakash <aakash.tewari@luxor.tech> Co-authored-by: Jordan Jones <jordpjones@gmail.com>
- Loading branch information
1 parent
5e8a491
commit 86386ba
Showing
6 changed files
with
96 additions
and
45 deletions.
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
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
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