knex666

Members
  • Posts

    346
  • Joined

  • Last visited

Everything posted by knex666

  1. Okay, i take a look at the template xml. Theres maybe an error
  2. 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
  3. You got some tricks that I cannot explain. can you just change that Port?
  4. 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
  5. 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
  6. 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
  7. Hi, The path has to be /db/config/ for Markenverzeichnis Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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"
  14. 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"
  15. 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.
  16. mpf, have you got some log files from openhab to post here?
  17. 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
  18. Nope, unless nextcloud will bring it to the official build Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  19. 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
  20. 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/
  21. Hey, thats very easy. You create a new container, give it a name and use the source python:3 volume mount your source code folder to /source/ and enter post execution "python3 /source/main.py" if you have some requirements you have to install those with docker exec and commit the container after you made changes. cheers
  22. Application Name: PR PDF Explorer Overview: Support for Docker image of PRPDF Docker Hub: https://hub.docker.com/repository/docker/knex666/prpdf GitHub: https://github.com/maschhoff/prpdf This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. Its an open beta that I am testing on. Please add a scan source folder and a folder where your files shoud be sorted and archived into the subfolders existing there Any Issus report on github. IMPORTANT: Please let the "post arguments" blank, as the latest docker image includes a runnable start command
  23. I did not try, so dont Trust my words. But you can just edit the Version of the docker template to the Version or to latest. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  24. dont think so. ask @ https://filebrowser.org/