About 2.7.4:
- Fixed bug where the OctoScreen service was restarted, over and over, due to the HTTP request's body not being cleared. Thanks goes to @freman for the fix.
- Added some additional configuration settings to aid in remote troubleshooting of system restart issue.
Install On a New System
To install on a new system, perform the steps listed at https://github.com/Z-Bolt/OctoScreen
Update An Existing Installation
To update an existing installation, run the following commands:
wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.7.4/octoscreen_2.7.4_armhf.deb
sudo dpkg -r octoscreen
sudo dpkg -i octoscreen_2.7.4_armhf.deb
sudo reboot now