its official!
https://github.com/mastodon/mastodon/releases/tag/v4.3.0
alwynispat
Posts
-
4.3 Requirements -
Mastodon 4.2.11 Released -
What's coming in 8.2@girish oh cool, please announce once the API documentation is updated, thanks! Planning to automate restoring my app issue.
-
What's coming in 8.2In the effort to improve Backup, please add options for API to initiate Backup or Restore per app
-
Error 500 on admin-ajax.phpnothing but depreciated errors.
weird thing is, I've rebuilt the site using a backup from all-in-one wp migration tool to www.website.com and redirected website.com to it. site is still standing.
Attacks happening to root domain?
-
Error 500 on admin-ajax.phpHi all,
Not sure what is happening but admin-ajax.php is throwing error 500.
[Mon Oct 16 01:53:46 2023] "POST /wp-admin/admin-ajax.php HTTP/2.0" 500 0 "https://[redacted]/wp-admin/upload.php?mode=grid" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15"
This happens when accessing Media Library in grid mode, no issues displaying images in list mode.
I also noticed that my other plugin would fail, All-in-one WP Migration plugin would not be able to run export to backup. The same error would appear.
What I've tried:
- Disabling all plugins
- Enabling default theme
- Increased WP_MEMORY_LIMIT to 128M
- Increased the App Memory Limit to 512M
When I reboot the App or the Server, the site will not load and the logs will show:
Healtheck error: Error: connect ECONNREFUSED 172.18.20.7:80
Ideas?
-
What's coming in 8.2@sufian-mughal said in What's coming in 8.0 (was 7.6):
@girish when we can have multi cloudron server dashboard so we can maintain multi nodes on different infrastructures?
oh me likey!
-
Trusted IP AddressSo I think I've found the solution.
Modify the Proxy Host config > Advanced and paste the following:set_real_ip_from 03.21.244.0/22; set_real_ip_from 103.22.200.0/22; set_real_ip_from 103.31.4.0/22; set_real_ip_from 104.16.0.0/13; set_real_ip_from 104.24.0.0/14; set_real_ip_from 108.162.192.0/18; set_real_ip_from 131.0.72.0/22; set_real_ip_from 141.101.64.0/18; set_real_ip_from 162.158.0.0/15; set_real_ip_from 172.64.0.0/13; set_real_ip_from 173.245.48.0/20; set_real_ip_from 188.114.96.0/20; set_real_ip_from 190.93.240.0/20; set_real_ip_from 197.234.240.0/22; set_real_ip_from 198.41.128.0/17; #use any of the following two real_ip_header CF-Connecting-IP; #real_ip_header X-Forwarded-For;
this will allow True Client IP Address to be passed to Cloudron.
-
Trusted IP AddressSo I'm using the Trusted IP Address feature to add my Nginx Proxy Manager which is in front of the Cloudron.
My domains are protected by Cloudflare, so the apps are giving me Cloudflare's IP Addresses instead of the Users' actual IP Address.Suggestions?
-
Dynamic IP AddressSo here’s the thing, my router has dual WAN.
Recently, my primary has not been very stable and would failover to my secondary.
I could see that Cloudron has picked up the new public IP Address but hasn’t updated the DNS records for the apps.Thanks, every 10 mins would be a lot better than 5 mins past the hour.
-
Dynamic IP AddressHow often does this check if the IP Address has changed?
Any possibility to increase the frequency?Thanks.
-
What's coming in 8.2 -
V4.1.7 ReleaseThis appears to be a small update.
Changed
Change remote report processing to accept reports with long comments, but truncate them (ThisIsMissEm)
FixedFix blocking subdomains of an already-blocked domain (ClearlyClaire)
Fix /api/v1/timelines/tag/:hashtag allowing for unauthenticated access when public preview is disabled (danielmbrasil)
Fix inefficiencies in PlainTextFormatter (ClearlyClaire) -
What's coming in 8.2More backup retention options, even better, customizable, per app.
-
Mastodon security update 4.1.3 -
Issue with the API to change MemoryLimit@girish said in Issue with the API to change MemoryLimit:
--data-raw '{"memoryLimit":973078528}
Thanks! this bit helped.
-
Issue with the API to change MemoryLimitAPI docs says memory.
Anyway, I tried memorylimit and it failed too. am I missing something else?
-
Issue with the API to change MemoryLimitI tried using the API to change the memory limit of a service but it keeps rejecting that the value needs to be a number, when clearly it is.
-
Unable to retrieve data when running execute commandI'm trying to run the following command
whois google.com
on the execute command node, but it fails and says thatERROR: Command failed: whois google.com /bin/sh: 1: whois: not found
I have whois package already installed on the server.
https://community.n8n.io/t/workflow-for-domain-expiry-notification/7834
-
What's coming in 7.5network: trusted IPs
@girish I see that 7.5.0 has this in the changelog, does this mean that it'll now support a Nginx Proxy Manager in front of Cloudron? 🥳