Siwat2545

Members
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Siwat2545

  1. Just copy it to the font directory that is mapped in the docker config then open the container's console and type in "documentserver-generate-allfonts.sh" and clear cache
  2. are you sure that you nuke(delete) all directory related to only office? clean install should works right out of the box, mysqld should be in vnet and not exposed
  3. Try running mysqld -v in the container for me and post the result
  4. Screenshot the container config for me Sent from my Pixel 3 using Tapatalk
  5. Try to install, deleting all related directory and file then start fresh.
  6. Screenshot the onlyoffice container config page for me. also is this the onlyofficeds container of the onlyofficecs container
  7. Logs would be very helpful Sent from my Pixel 3 using Tapatalk
  8. So if I get the asus one and I will only install 2 ssd should I set it to 8x/4x/4x or 4x/4x/4x/4x ?
  9. If it work I curious, can I use this https://www.ebay.com/itm/ANM22PE08-NVMe-SSD-PCIe-3-0-x8-to-M-2-Dual-port-Expansion-Card-with-heat-sink/133283658350 in an X8 slot to get 2x NVMe?
  10. Ok just checked it it have Slot 1 (PCH): x4, Grayed out Slot 2 (CPU2) x16,x8x8,x8x4x4,x4x4x4x4 Slot 3 (CPU2) x8,x4/x4 Slot 4 (CPU2) x16,x8/x8,x8/x4/x4,x4/x4/x4/x4 Slot 5 (8x uplink,CPU1) x8,x4/x4 Slot 6 (CPU1) x16,x8/x8,x8/x4/x4,x4/x4/x4/x4
  11. Wait, found bifurcation in the manual, does this means it's compatible?
  12. I found some feature that require bifurcation, not sure though, I'm not home so I can't check the bios one even mention the 4x NVMe SSD on one 16x bus \\
  13. Yup I see it now, will this one from asus be able to do it? https://www.asus.com/Motherboard-Accessories/HYPER-M-2-X16-CARD/
  14. The adapter's specs does say that it supports 2 NVMe drive, although I don't see any PCI-e Switching IC on the card, so I can only put one in at a time? It does not. Because I only have one PCI-e X16 Left and I need to put in 2 drive for redundancy EDIT: Ok I see it now the other one need to be SATA are there any other option that allow me to have 2 NVMe Drive in one PCI-e x16 Slot? Will this one from asus be able to do it? https://www.asus.com/Motherboard-Accessories/HYPER-M-2-X16-CARD/
  15. So my motherboard (Intel Server Board S2600CW2SR) does not have a M.2 NVMe Slot (It does have M.2 but only SATA M.2) and I want to use M.2 NVMe SSD as cache. Will I be able to use an adapter like this one http://www.orico.cc/usmobile/product/detail/id/3710 to convert PCI-e X4 to 2 M.2 NVMe slot? And if I do, will 2 SSD saturate the PCI-e X4 Bandwidth?
  16. This should not happen, try nslookup in the morning and the other time when it work and check if it's the same (Use wireshark to find the domain) You could set it to adguard dns but you will have no data log on the dashboard and no permissive block
  17. The onlyoffice container only serve as an editor, It does not store your document. The only attack vector is flooding.
  18. Oh!: run "rm -rv /mnt/user/appdata/onlyofficeds" while the container is stopped and try again. Sent from my Pixel 3 using Tapatalk
  19. Click on the container icon and click edit the take a screenshot
  20. Can I have a screenshot of your onlyoffice document server configuration? Sent from my Pixel 3 using Tapatalk
  21. Can you try "rm -rv /mnt/user/onlyofficeds" and try again? Sent from my Pixel 3 using Tapatalk
  22. You map 1234 to 1234 that won't work , you need to map from container port 8989 to host port 1234 As for the webui link that's a parameter in container xml , set the container editor to advance mode and Change it form there
  23. Container Template Updated , Temp Directory added.
  24. Try giving your VM 2 Interface and use Windows Firewall to permit only docker port If not then you need to setup a NAT
  25. Then give your VM 2 interface, one with eth and one with br I'm surprised that you managed to make a http get request to your Container with your current configuration are you sure that the header is returning from your Container? Sent from my Pixel 3 using Tapatalk