* self-repair and prevention of ssl cert renewal bug
* bump to 0.2.17
* adjust ui for 0.2.17
* adds db migration
* add extra protection around ssl directory target
* liftIO
* remove all apt-get calls from check phase of startup
* Fix "n is undefined" config spec change bug (#392)
Fixes the issue where an old config with a new config spec sometimes renders the config inaccessible, with the error `n is undefined`
* updates version numbers
* version change for appmgr
* updates version numbers and welcome message
* adds migration for 0.2.15 to the agent
* actually add 0.2.15 migration to appmgr
Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>
* Create BuildGuide.md
* bug fixes
* Update BuildGuide.md
* Update make_image.sh
* Update BuildGuide.md
* Update make_image.sh
additional improvements and "done" message added. Thanks @k0gen!
* Update BuildGuide.md
Added intro notes and made minor adjustments to the guide.
* Update setup.sh
Required adjustments to prevent reboot when following BuildGuide.md
* Update BuildGuide.md
Improvements to final setup steps
* bug fix
additional improvements and "done" message added. Thanks @k0gen!
* Update Makefile
Changes to facilitate building process when using the BuildGuide
* Update BuildGuide.md
Avoiding manual changes to Makefile and cleaning up step 7
* Update BuildGuide.md
Switching from sftp to cp for one line command simplification
* Update BuildGuide.md
Simplified method of transferring .img to desktop. Thanks @k0gen!
* Update BuildGuide.md
update to latest openssl https://www.openssl.org/news/openssl-1.1.1-notes.html
* Update BuildGuide.md
Simplified step 6 and added new required dependency
* Update BuildGuide.md
Added hint on how to check `agent` log
* Update setup.sh
Added missing dependency
* Update BuildGuide.md
Simplified step 6
* Simplifying Rust installation
One line install, reboot is no longer needed.
* make_image.sh +x
Make it executable before running
* Step no longer needed
chmod +x done by Makefile
* Update BuildGuide.md
Added dependency for Rust setup
* Adding BuildGuide branch for the ease of use
* Forgot about the guide file :)
* Update BuildGuide.md
apt -y by default and some environment add-ons
Co-authored-by: Tommy Smith <63304263+t0mmysm1th@users.noreply.github.com>
* backports tor security fix to 0.2.10, adds functionality to allow for ssh key management during an update (#263)
* actually upgrade to 0.3.5.14-1
* update lan services on backup restore
* reload nginx, update welcome message, move reset lan to handler
* moves lan refresh after backup restore to asynchronous part of restore
* fix certificate generation
* match guards
Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>