Everything posted by knex666
-
[Support] knex666 - Icecast
The icon URL is broken, just use an other icon and put the URL inside the container configuration. Cheers
-
[Support] knex666 - OpenProject
Can you check if you can curl the openhab site from within the nginx proxy Manager by exec it into it?
-
[Support] knex666 - OpenProject
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
-
[Support] knex666 - Nextcloud
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.
-
[Support] knex666 - Nextcloud
Okay, i take a look at the template xml. Theres maybe an error
-
[Support] knex666 - OpenProject
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
-
[Support] knex666 - Nextcloud
You got some tricks that I cannot explain. can you just change that Port?
-
[Support] knex666 - OpenProject
sorry, what?
-
[Support] knex666 - openHAB
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
-
[Support] knex666 - FileBrowser
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
-
[Support] knex666 - FileBrowser
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
-
[Support] knex666 - FileBrowser
Hi, The path has to be /db/config/ for Markenverzeichnis Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - FileBrowser
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
-
[Support] knex666 - OpenProject
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
-
[Support] knex666 - OpenProject
There is always a solution Did you follow some nginx config of this topic, because some users had postet theyr config? I am wondering if you try to use port 8080 for ssl that would be confusing. So my First step is to Check your Port forwardings, are you shure they do work? Second is to Check the config of nginx and last to Check the reverse proxy settings. So lets go step by step. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - openHAB
Just install it into the docker with apt update and apt get iputils it will not be Update stable but will be enough for network binding. Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - Nextcloud
You have to run that as a separate container and set it up in the settings Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
Any Log4Shell/Log4j risks with unRAID OS and/or popular Docker Containers?
Yes there are some containers affeced like openhab. Please thake that as a serious risk. You have too add some extra parameters to that containers running services based on java. -e "EXTRA_JAVA_OPTS=-Dlog4j2.formatMsgNoLookups=true"
-
[Support] knex666 - openHAB
IMPORTANT: Since Log4j is used in openhab it is affected by CVE-2021-44228. Log4j versions prior to 2.16.0 are subject to a remote code execution vulnerability via the ldap JNDI parser. please add this extra parameter: -e "EXTRA_JAVA_OPTS=-Dlog4j2.formatMsgNoLookups=true"
-
[Support] knex666 - openHAB
You mounted your openhab somewhere like in appdata? there has to be a userdata folder inside with some log files. The log ist just saying thats it starts initializing openhab which will took some time at the first start.
-
[Support] knex666 - openHAB
mpf, have you got some log files from openhab to post here?
-
[Support] knex666 - openHAB
I am running on openhab/openhab:3.1.0-debian with this options --tty --shm-size 2g and i´m not using bride mode for network, maybe that helps
-
[Support] knex666 - Nextcloud
Nope, unless nextcloud will bring it to the official build Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
-
[Support] knex666 - Nextcloud
Hi, this would need a complete other setup of the docker container. Since I just grap the official build, if its not supported there I am sorry. https://github.com/nextcloud/docker/issues/1422#issuecomment-786481199
-
OpenProject in docker
Hey, first please do not open new topics, we have a thread for this already opened. please have a look at the second page or read here https://www.openproject.org/docs/installation-and-operations/installation/docker/