Skip to content

Web app's CUPS setup link has hard coded IP in URL #24

Description

@maehw

See BoothApi.cpp:

                {
                    auto setting = currentBoothSettings.mutable_cups_link();
                    setting->set_name(locale.get<string>("api.booth.cupsSetup"));
                    setting->set_url("http://192.168.4.1:631");
                }

The IP is hard coded and every host with a different IP address will fail to open the CUPS setup website (or open another machine's CUPS setup website).

The link with the IP should be set dynamically in order to work on all machines.

Edit: accessing :631 also does not work from the same local network for me at the moment, only localhost:631 on the machine itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions