[2.39.8]
- Update Rocket.Chat to 6.3.8
- Full changelog
- ff8e9d9: Bump @rocket.chat/meteor version.
Cloudron.io Staff
[2.39.8]
@ZZIanis please never do this "solved, thanks anyways" you know what I mean...
At some point someone else will search the same issue and find this topic and has high hopes you know the solution just to read "Nvm it solved, thanks anyways"
Everyone had this, in the search to solve an issue just to find a forum post where someone just wrote "solved"
Had a similar issue with Kubernetes and only seeing the IP of the Loadbalancer.
Magic word was https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/
Did you create a user named cloudron
?
I also have an extra user on each system because I always lock down root completely for security reasons.
@jdaviescoates Just ./cloudron-setup --version 7.4.3
for example
[2.13.0]
@luckym welcome here! Also as a heads-up, Cloudron works best, if installed on a plain Ubuntu (20 or 22) server without extra packages installed or other things configured.
The issue was a clash in sftp keys in the blobs table. Solution here was to purge those blobs from the database to let the migration succeed. The consecutive box restart will ensure keys again and puts them into the database correctly.
For reference, to purge those keys, the following command can be run via SSH (of course use with caution or better contact us about it first):
mysql -uroot -ppassword box -e "delete from blobs where id='sftp_private_key' OR id='sftp_public_key'"
The current color coding is a client side filter https://git.cloudron.io/cloudron/box/-/blob/master/dashboard/src/js/index.js?ref_type=heads#L121
All possible notification types are at https://git.cloudron.io/cloudron/box/-/blob/master/src/notifications.js?ref_type=heads#L12
@alwynispat not an expert on nginx proxy manager, but if you have a test subdomain without cloudflare proxying, maybe you can check if the client IPs are correct? Atleast, this lets us debug with 2 unknowns instead of 3 unknowns.