Easy fix:
sudo firewall-cmd --zone=trusted --add-interface=podman0 --permanent
Easy fix:
sudo firewall-cmd --zone=trusted --add-interface=podman0 --permanent
No longer relevant as I was moved to LemonLDAP::NG with T130.
No longer relevant as I'm move to LemonLDAP::NG with T130.
Change
location ~ /\.(?!well-known) {
deny all;
}Also, before this, I noticed that some images weren't showing, which I think was also caused by this, so hopefully that issue will disappear too.
Setting the client_max_body_size to 100M seems resolve the issue. Also, before this, I noticed that some images weren't showing, which I think was also caused by this, so hopefully that issue will disappear too.
From my conversation with Claude, this seems to be caused by the value of the client_max_body_size being too low.