knex666

Members
  • Posts

    346
  • Joined

  • Last visited

Everything posted by knex666

  1. Yep thats very weak. I am running a chron script that edits my filerights every some minutes. Thats not good but good enough
  2. Can you post the docker run statement that is shown in your browser after you click on "apply" there should be a docker parameter thats is not suppost do be there. maybe my template is broken?
  3. @Squid thanks a lot for that!
  4. Hey, is there any kind of real XML Schema to test against. I have at least 2 xml files that will be blacklisted. since I dont know why it would be very nice to have a XML Schema to test against bevor uploading it to github. https://github.com/maschhoff/docker/blob/master/unraid xml/my-prpdf.xml https://github.com/maschhoff/docker/blob/master/unraid xml/my-librespeed.xml
  5. downloaded newst version - how? did you change the docker tag or did you changed files in appdata? normally you change the docker tag to a upper version and it will take from there.
  6. Thats exacly the way you go. Remember to run that as post execution with every start of the container. Cheers.
  7. Hey, Sometimes its better to read Before I am Sorry to say but this container contains the document server and you have nothing left to do But, no matter witch nextcloud Version the guys from nextxloud never really make the Integration work a 100% thats why a lot of us are not very happy with onlyoffice. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  8. try docker exec -it -u33 /bin/bash and run it from there - you can just hit y then. or try to type -y after your command
  9. Did you run it as docker exec or just in appdata. Only docker exec will work. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  10. Hi @ich777, thanks for that awesome work. Hope you will keep it going for the upcoming releases of unraid. Cant miss that. I just tryed to get my Tevii S470 running with openElec drivers and it worked just plug and play with your plugin! Danke, Alles Gute! Cheers
  11. Hi, just change the Repository to nextcloud:21.0.2-apache or nextcloud:latest to get all new updates I am running on stable-apache You can find a list of supported tags here https://hub.docker.com/_/nextcloud?tab=description&page=1&ordering=last_updated
  12. Thanks, your configuration works much better than mine! So nothing to do for me on the docker side thanks!
  13. Hey everyone, I was wondering why so i setup a reverse proxy with nginx and it sucks so hard. it takes a very long time. without the reverse proxy its there in under a second. So I think we have to investigate on that I dont have any idea. I dont think its about the docker. Is anyone very familliar to nginx configuration. I will try to find a solution but maybe we can search together. cheers
  14. Na, you cant combine that. Please read more about docker Networks in the specs. I would use mosquitto on br0 too with a different ip and the same subnet than it will work. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  15. simply on br0 with a different ip in the same subnet
  16. Hi, yes if you run mariadb on br0 too, than you can reach out to that docker. If you run mardiadb on host network you will fail. Cheers
  17. Hey, you figured out the right spot about your Problem. Its permissions. You can grand your cifs user permission or run openhab with the right uid and guid. Mounting sftp is another alternative. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  18. Use squid Backup and restore and mount your disk Station with "unknown Devices" Plugin Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  19. docker exec -it openhab /openhab/runtime/bin/client The default password for the login is: habopen
  20. Hi, you try to install a binding or addon? Both is easy to install with the gui. You will need to put addons to /appdata/openhab/userdata/... There Should be an addon folder or have a look in the config file for addons. I can have a look tomorrow. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  21. Dont you like collabora? Then give that a try. I have never tested that. I dont think that its supported Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  22. Hi, there have been some updates since the first release of this template. The Nextcloud Team will not longer support ONLYOFFICE and switched the service. That works well too. Cheers PS: If you like my stuff dont mind to buy me a pizza
  23. If you have both running in a docker doesnt mean that they can find each other just ping that host or better use curl to get a response. Refused can although mean that its not a trusted ip set this up in nc. I although dont understand why you reverse to a public adresss cloud.xxxx.com so everyone can connect direct too? Makes no sense Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk
  24. Hi, setting up nginx behind a reverse is not that easy which guide did you follow? 502 is somehow maybe a general Problem. Have you got Connection from the swag Server to the nc docker? Thats the First thing to Check. Cheers Gesendet von meinem Redmi Note 8 Pro mit Tapatalk