-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Run on start ignored when API disabled #473
Comments
Is |
Yes sorry, that part was unclear. Defining an explicit env variable in the config:
still leads to:
but with:
it triggers correctly:
|
can you please provide tie full applied config? |
origin:
url: https://ns1.mydomain.com
webURL: https://ns1.mydomain.com
apiPath: /control
username: myusername
password: mypassword
insecureSkipVerify: false
autoSetup: false
replicas:
- url: https://ns2.mydomain.com
webURL: https://ns2.mydomain.com
apiPath: /control
username: myusername
password: mypassword
insecureSkipVerify: false
autoSetup: false
cron: 0 */6 * * *
runOnStart: true
printConfigOnly: true
features:
dns:
accessLists: true
serverConfig: true
rewrites: true
dhcp:
serverConfig: true
staticLeases: true
generalSettings: true
queryLogConfig: true
statsConfig: true
clientSettings: true
services: true
filters: true
theme: true |
@danieletorelli I think I've found the issue, thank you for finding it. |
Thanks to you for the quick fix! |
is fixed in release https://github.com/bakito/adguardhome-sync/releases/tag/v0.6.17 (images are currently building https://github.com/bakito/adguardhome-sync/actions/runs/12463078959) |
What happened?
The sync doesn't happen on start but only in the next cron window.
If the API is enabled though, the sync happens on start.
AdguardHome-Sync Version
0.6.16
AdguardHome Version
0.107.55
OS Information
Docker environment on Linux
Configuration
Current Applied Configuration
No response
Relevant log output
Anything else?
No response
The text was updated successfully, but these errors were encountered: