Skip to content

Multiple web watcher buckets per instance broken due to hostname unknown #307

@ErikBjare

Description

@ErikBjare

Hostnames of web watcher buckets are always "unknown" which breaks the activity view when multiple such buckets are present (it will just pick any browser bucket since it can't filter by hostname due to the hostname being "unknown").

We should:

  • Make the client use the hostname given by the /api/0/info endpoint as the bucket hostname. (or build a way for the server to automatically assign a hostname, but that seems unnecessary)
    • This is easy
  • Upgrade existing buckets somehow
    • This is harder

There is also a host of related problems since we (it was probably me) made the terrible decision of using hostnames as device identifiers, see #302 where we're discussing fixing that.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions