Update 0.1.7.md

This commit is contained in:
Stefan Pejcic 2024-04-15 22:52:49 +02:00 committed by GitHub
parent da73125ad3
commit d6383bdbf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ Not yet released.
- [Fixed bug with successful update message in notification center](#success-message) - [Fixed bug with successful update message in notification center](#success-message)
- Fixed bug with email alerts not being sent if server does not have a valid ssl - Fixed bug with email alerts not being sent if server does not have a valid ssl
- Fixed js error when there are no docker images on *OpenAdmin > Docker Settings* - Fixed js error when there are no docker images on *OpenAdmin > Docker Settings*
- [Fixed bug with ssh service disabled after reboot](#ssh-after-reboot)
---- ----
@ -23,3 +24,12 @@ Fixed bug with success message "OpenPanel successfully updated!" not dismissing
Fixed bug with wrong description added for successfull update. Fixed bug with wrong description added for successfull update.
![screenshot](https://i.postimg.cc/PxDqzftk/2024-04-15-17-24.png) ![screenshot](https://i.postimg.cc/PxDqzftk/2024-04-15-17-24.png)
-----
### SSH after reboot
SSH service inside users docker containers is disabled by defult when account is created, and in OpenPanel < 0.1.6 was also disabled by defualt when server is rebooted.
We now store the ssh service status for each user and if enabled, after reboot will be re-enabled. note: ssh service for users uses a random port, so after reboot the port is changed.