You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to set a Wakeup schedule. Time of day, day of week etc. My specific use case for this is a weekly backup to a NAS that doesn't need to be on all the time.
The text was updated successfully, but these errors were encountered:
I'll explore this and see how I can add it without making things too complex. I want to keep the scope of wol simple and focused.
In the meantime, you might want to check out UpSnap. I came across it after starting this project, and it already supports cron scheduling and a lot more.
I am actually working on trying to add this feature right now. I am using "github.com/robfig/cron/v3" cron library for go. My plan is to add a check when wol serve is started to see if there are any schedules listed in the config file and if so start it with the library. Seems like it can be a pretty simple change that wont affect anyone that doesn't add anything to the optional schedule parameter in the config.
That said, this is my first time working with go so its taking me some time to get everything figured out.
It would be useful to be able to set a Wakeup schedule. Time of day, day of week etc. My specific use case for this is a weekly backup to a NAS that doesn't need to be on all the time.
The text was updated successfully, but these errors were encountered: