-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Change how hostname/devices work #302
Comments
Another thing, we might want to make buckets user-specific on platforms which have multi-user support. |
One problem i have (and maybe its related to this): I have two buckets, on is [name-of-my-macbook].local and the other [name-of-my-macbook].fritz.box I guess the issue is the following: when i start my macbook with lan-connection plugged in, i get another host name (and also another Bucket, if i understand that right) as i get when im connected via wifi. Am i able to avoid that? Thx so much. You made a great tool! |
I also had this problem and this helped me: #554 (comment) |
A few things we should consider changing:
/api/0/info
and use it during bucket creation. Although defaulting to the local value seems like better API ergonomics (and would maybe make migration easier).data
field of buckets. This would impose specific semantics on the data field of buckets (which we currently lack) so might need further discussion (i.e. which data attributes are reserved for internal use in aw-server?)Originally discussed here: ActivityWatch/aw-server-rust#61 (comment)
The text was updated successfully, but these errors were encountered: