Skip to content
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

[Feature Request] alias for stored Wake-on-LAN #121

Open
albertxiao opened this issue Nov 1, 2024 · 1 comment
Open

[Feature Request] alias for stored Wake-on-LAN #121

albertxiao opened this issue Nov 1, 2024 · 1 comment

Comments

@albertxiao
Copy link
Contributor

Currently the web application can store the Mac address of the machine for WoL but will be better if it's able to set an alias for the mac address, in case there are more than 1 machine in the network

@dw5
Copy link

dw5 commented Nov 20, 2024

My recommendation to developer team if JSON import became a thing is to keep format like this app
https://github.com/Florianisme/WakeOnLan

I use slightly modified format but principle is same

[
    {
        "mac_address":"BC:24:11:00:00:00",
        "name":"GAMESERVER",
        "description":"L1-R8 | i5-5200U Nvidia 920M",
        "status_ip":"10.0.8.1"
    },
    {
       "mac_address":"BC:24:11:00:00:00",
       "name":"HOMEPC",
       "ssh_username":"",
       "status_ip":""
    }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants