-
Posts
301 -
Joined
-
Last visited
Converted
-
Gender
Undisclosed
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
knex666's Achievements
Contributor (5/14)
46
Reputation
-
Yes, use bridge instead of bro0
-
The icon URL is broken, just use an other icon and put the URL inside the container configuration. Cheers
-
Can you check if you can curl the openhab site from within the nginx proxy Manager by exec it into it?
-
Hi, I am not using port forwarding, I prefer a ssh tunnel with reverse port forwarding, so my configurations looks a bit different but should work as well. I left out the redirection from http to https and the ssh certificates because that is self explaining. location /{ proxy_pass http://IP:8877; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_max_temp_file_size 16384m; client_max_body_size 0; } Give it a try, I hope we will find a solution for you. Cheers
-
Hi, I checked the template I did not use any port forwardings so you should delete that option and add a new one. I didnt get it.
-
Okay, i take a look at the template xml. Theres maybe an error
-
If you did not set it up already just give it a try. I didnt check it and I dont know the req of openp
-
You got some tricks that I cannot explain. can you just change that Port?
-
sorry, what?
-
Hi, I am using openHAB Cloud Connect, is there any reason not to do this and explore it directly? From my point of view its much more secure to use a relay. If you want to use it with https than you should just proxy pass it in your swag or nginx proxy manager. Cheers
-
Hi, since this is not a filebrowser problem you should dig into nginx config. You are nearly there using a location / proxy pass and a rule to deny access. But you should go ahead and deny the access to the server and not to the location. Pasing through every location is not a solution. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
Are you using a proxy? Than go ahead with this lines location / { client_max_body_size 0; proxy_pass http://backendserver:8080/; } Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
Hi, The path has to be /db/config/ for Markenverzeichnis Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
Let me ask some questions and we will find the reason. did you volume mount /mnt/user/appdata/filebrowser/custom/ to the docker can you validate the path if you exec it into the docker? what did you add to the config for the custom css? Cheers
-
Okay, can you post your anon ngix proxy to Check that. Blank out Domains etc. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk