Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

knex666

Members
  • Joined

  • Last visited

Everything posted by knex666

  1. The icon URL is broken, just use an other icon and put the URL inside the container configuration. Cheers
  2. Can you check if you can curl the openhab site from within the nginx proxy Manager by exec it into it?
  3. 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
  4. 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.
  5. Okay, i take a look at the template xml. Theres maybe an error
  6. 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
  7. You got some tricks that I cannot explain. can you just change that Port?
  8. 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
  9. 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
  10. 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
  11. Hi, The path has to be /db/config/ for Markenverzeichnis Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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"
  18. 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"
  19. 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.
  20. mpf, have you got some log files from openhab to post here?
  21. 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
  22. Nope, unless nextcloud will bring it to the official build Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  23. 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
  24. 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/

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.