Jump to content

Siwat2545

Members
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Siwat2545

  1. The you need to change your repository in the docker advanced view Sent from my Pixel 3 using Tapatalk
  2. change it to "siwatinc/homebridge_gui_unraid" as I already deleted "homebridge_gui_x_unraid"
  3. What is the repository you are using? Also some time it does that I did not code in the change log yet, planning to do that next weekend Sent from my Pixel 3 using Tapatalk
  4. I migrated to autobuild please download it from the app page again or change the repository to siwatinc/homebridge_gui_unraid Sent from my Pixel 3 using Tapatalk
  5. Please put in the port too, you need to use custom configuration and manualy enter your home assistant ip and port in the home assistant control panel because we are using bridged network so auto detect won't work
  6. Can I have a screen shot of your configuration? (the webui container config) and Can you try enabling Privileged mode
  7. Where are you connecting from? What is the internal ip of your home assistant instance and what is the ip of your ha control panel instance? and may I have a cencored out section of your home assistant's http config? also you're supposed to add your hacp address in the cors allow origin not the default https://reformedreality.com so just copy and paste the ha control panel url from your browser
  8. Yes, the version I release yesterday also allow you to add the apt package in the aptpackages variable (Download it from Apps Page again to make it work) just add ffmpeg to aptpackages variable
  9. This is what I do, I set network to host, my unraid ip is 192.168.0.134 and my nginx reverse proxy is on 192.168.1.12 (my subnet is 255.255.0.0 so 192.168.0.134 and 192.168.1.12 can see each other) i proxypass to https://192.168.0.134:4430 and https://192.168.0.134:4431
  10. Ohhhh I get it, the onlyoffice can only be run using the host network option, you can use proxy_pass to pass the connection from the nginx container in layer3
  11. what port did you use to connect? and also did you put "https://" in the front?
  12. You need to configure the ssl within the onlyoffice itself too, not just in the reverse proxy by placing cert.crt and cert.key in /Data/certs (You can try visiting my portal and my document server) When you check my certificate you will see it is encrypted by lets encrypt (PS the port for ssl is 4430 and 4431 not 8080 and 8081)
  13. oh, the nginx config, I do not know how to answer that as I do not use nginx as a proxy, I use HAProxy in pfSense I think you need to hit up the nginx container support forum on how to setup a nginx reverse proxy
  14. I do not understand, can you leave a reference to your question? (ie. the page where it say what subdomain.conf actually is)
  15. It is not removed anymore, I edited the forum page now, Sorry for the confusion.
  16. I will "Add 'apt-get install' directive into the packages list, I will work on it during the weekend, I will also be migrating all of my container to automated build
  17. Currently I can't find a way to view the log yet as homebridge doesn't create any log in the container (I'm actively finding a way to do it)
  18. I ran it on the pfsense vm of unraid Sent from my Pixel 3 using Tapatalk
  19. The container image that you're trying to update is already up to date (checksum test return 1) so it just use the local image.
  20. The onlyoffice CS and DS need it's own certificate because the the client need to be able to access both because when you edit a document it is just onlyoffice DS inside an iframe of an CS and because of https strict transport policy you need to install ssl certificate on both and in community server , set the document server location to your public address. Basicly CS and DS need to have ssl enabled with the certificate from let's encrypt or else it will try to connect to each other using http protocol over https port which obviously not going to work and all it's port must be accessable from the external address, I done this with HAProxy
  21. Cool, it all working now right? Sent from my Pixel 3 using Tapatalk
  22. Unfortunately this is not the fault of the container but instead it's with the plugin, I suggest you go to the homebridge subredit
  23. You can use User Script Plugin to do that on the start of the array
×
×
  • Create New...