-
I was hoping to be able to open activitywatch from my computer host id rather than localhost. I believe I managed to do this before but I can't find the backup unfortunately. I imagine it's just tweaking some files but I haven't managed to figure it out. I thought I'd remembered changing the host value in the config last time I got this to work but perhaps there would be something else to do? I had a look through the documentation but I couldn't find anything on this at the moment. Thank you very much for any help. /home/name/.config/activitywatch/aw-server/aw-server.ini [server-testing] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
If You could also set it to Please keep in mind the usual security issues with doing this, since there's no API security you're exposing the server and all data to all other devices on your network. Edit: Oh, and do note that in v0.11 the config was updated to use |
Beta Was this translation helpful? Give feedback.
If
computerid
is really the hostname of your device, that alone should work.You could also set it to
0.0.0.0
to bind on all interfaces.Please keep in mind the usual security issues with doing this, since there's no API security you're exposing the server and all data to all other devices on your network.
Edit: Oh, and do note that in v0.11 the config was updated to use
toml
files instead, so you should be editing/home/name/.config/activitywatch/aw-server/aw-server.toml
instead.