overengineered-wake-on-wan | web interface , sleep/reboot buttons

 by   mrrfv HTML Version: Current License: GPL-3.0

kandi X-RAY | overengineered-wake-on-wan Summary

kandi X-RAY | overengineered-wake-on-wan Summary

overengineered-wake-on-wan is a HTML library. overengineered-wake-on-wan has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

An easy-to-use web application that allows for remote waking, monitoring, suspending and rebooting of your home server/computer.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              overengineered-wake-on-wan has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              overengineered-wake-on-wan has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of overengineered-wake-on-wan is current.

            kandi-Quality Quality

              overengineered-wake-on-wan has no bugs reported.

            kandi-Security Security

              overengineered-wake-on-wan has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              overengineered-wake-on-wan is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              overengineered-wake-on-wan releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of overengineered-wake-on-wan
            Get all kandi verified functions for this library.

            overengineered-wake-on-wan Key Features

            No Key Features are available at this moment for overengineered-wake-on-wan.

            overengineered-wake-on-wan Examples and Code Snippets

            No Code Snippets are available at this moment for overengineered-wake-on-wan.

            Community Discussions

            No Community Discussions are available at this moment for overengineered-wake-on-wan.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install overengineered-wake-on-wan

            Install Node.js and npm.
            Clone this repository in a place where you won't accidentally delete it and navigate to ./companion.
            Copy example.env to .env.
            Edit .env to match your system: change the value of COMPANION_SECRET to a secure password and remember it - the Pi needs this password.
            Install pm2, a process manager for Node.js: npm install --global pm2
            If you're on Windows, install the pm2 windows service: npm install pm2-windows-startup -g
            Configure automatic startup for the script: pm2 startup (linux) or pm2-startup install (windows)
            Install the required dependencies for the script: npm install.
            For remote suspending to work properly, hibernation should be disabled with powercfg -hibernate off.
            Start the script with the following command: pm2 start index.js
            Enable automatic startup for the script: pm2 save
            This guide assumes that you already have an operating system installed on the Pi with internet connectivity.
            Install Node.js and npm:
            Clone this repository and navigate to ./server.
            Copy example.env to .env: cp example.env .env
            Edit .env to match your system:
            COMPANION_SECRET is the secret that is used to safely communicate with your computer. This value MUST be the same as what you've set on your computer! If your computer's COMPANION_SECRET is password123, then the Pi's COMPANION_SECRET must also be password123.
            MAC_ADDRESS is the MAC address of your computer's network interface. This will be used for Wake on LAN.
            COMPANION_URL is the URL for the companion server, i.e. what you've just configured on your PC. The companion server runs on port 4617, so use the following format to get the URL: http://<COMPUTER_IP>:4617
            URL_TO_PING is the web server that OWoL can automatically monitor for you. This is useful if you're running something like Nextcloud or Plex on your machine. Set this to the value of COMPANION_URL if you don't have such a server.
            Install pm2, a process manager that will automatically start the script when the Pi is rebooted (if it loses power, for example): sudo npm install --global pm2
            Install the required dependencies for the script: npm install.
            Start the script with the following command: pm2 start index.js
            Configure automatic startup for the script: pm2 startup
            Enable automatic startup for the script: pm2 save
            Install a VPN like ZeroTier or Tailscale to securely access your Pi anywhere.

            Support

            Windows servers fully supported. Linux support is untested and might require the companion server to be run as root.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mrrfv/overengineered-wake-on-wan.git

          • CLI

            gh repo clone mrrfv/overengineered-wake-on-wan

          • sshUrl

            git@github.com:mrrfv/overengineered-wake-on-wan.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link