mirror of
https://github.com/brentvollebregt/whos-on-my-network.git
synced 2026-04-25 03:25:51 +03:00
[GH-ISSUE #30] Help me install this #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whos-on-my-network#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @astronyu on GitHub (Sep 24, 2023).
Original GitHub issue: https://github.com/brentvollebregt/whos-on-my-network/issues/30
May I ask how to install this on windows really?
I followed the instructions up until I got to this commane: "Build the webapp: cd webapp && npm i && npm run build"
There was no webapp folder so the command failed.
@brentvollebregt commented on GitHub (Sep 25, 2023):
If you look at the files in the root of the repo, there is definitely a webapp folder. Make sure you are running the command from the root of the source.
@astronyu commented on GitHub (Sep 25, 2023):
Thank you. I must say this is a good script, would love to see a docker version in the future.
I've redownload and run them and now it seems to work. Does "name" and "owner" field only works if we use plugin to communicate direct with a router? I can see it can detect vendor as well, any chance to add this in home page?
Can the script list out type of device based on the mac address? Reason I tried this script is to look if it supports it.
@brentvollebregt commented on GitHub (Sep 26, 2023):
No, these are manual fields you need to set using the UI
The home page is currently used to display devices
Vendor detection is only done client-side and device type is not obtained at all - so not currently