Skip to content

Webui won't apply changes if uconfig-mod-adguardhome isn't installed #4

@herbetom

Description

@herbetom

I've ran into the problem that the config from the webui wasn't applied while uconfig-mod-adguardhome wasn't installed.

The Section which caused this seems to be the following:

config.services['adguardhome'] = {
'webui-port': 3000,
'dns-intercept': false,
servers: [...dns_4['dns-server'] || [], ...dns_6['dns-server'] || []],
htpasswd: credentials.htpasswd(data.password),
};

Since adguard isn't a dependency for the uconfig-websocket pkg this probably should be solved. Commenting out that section also did seem to help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions