Open grasuoare opened 3 years ago
Hi,
It looks like a litle syntax error. You define the middleware like nextcloud-middlewares-secure-headers with an s and You to call it without in the middleware chain.
-- Chris
Thank you so much! Works like a champ! <3
As i see now, after all settings from above I still have the errors:
MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read the documentation page about this.
The "X-Robots-Tag" HTTP header is not set to "none". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.
The "X-Frame-Options" HTTP header is not set to "SAMEORIGIN". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.
Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.
Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation.
Hi all,
First i would like to thank you all for those tutorials. They made my life better. :)
For days now i'm struggling with this traefik error: "middleware "nextcloud-middleware-secure-headers@file" does not exist" that brings a 404 error.
I managed to install nextcloud from your last tutorial. All went good until i tried to solve the errors from overview tab. The steps of what i did:
And also modified the middleware-chains.toml file. Now is looking like this:
And also added the chain line to the nextcloud container frm my .yml file. Below the label part of it:
I really dont understand where is the problem and if you can help me.
Thank you, Paul