banter

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by banter

  1. Hey everyone! So I just spent the past two days trying to get Only Office set-up and my gosh did I run into hiccups!! Anyway, I got it figured out after piecing together a number of different tutorials (thank you @SpaceInvaderOne!!!) and scrolling through the forums. I am no expert and do not take any credit for this but want people to have a one stop shop to the solutions to the problems I ran into. So I first want to say that I setup Nextcloud using @SpaceInvaderOne’s newest tutorials. So I am using linuxserver’s Swag and Nextcloud containers. I then went and followed @SpaceInvaderOne’s video on how to install OnlyOffice. Minor Changes throughout the video When you install the OnlyOfficeDocumentServer you will want to use Siwat2545’s docker and change the repository to “onlyoffice/documentserver:6.0”. This will install an older version of the OnlyOfficeDocumentServer. Follow all the other steps in the video for this section. You will change the scripts from “letsencrypt” to “swag” when copying the certs (this is if you are using swag) At the config file section you will want to download the file from the video and make the necessary changes that he goes over (make sure you establish a cname on cloudflare directing to whatever subdomain you use). What I also had to do different was delete “proxy_redirect off;” from the file. I then followed the rest of that tutorial. You can check to see if the OnlyOfficeDocumentServer is up and running properly through Swag by typing whatever subdomain and domain you linked it to into your browser. It should take you to the Only Office page that congratulates you on setting it up. After this I went to Nextcloud and tried to link my subdomain.domain within the ONLYOFFICE app and got this error (Error when trying to connect (Not supported version)(version 6.0.2.5)). You will need to downgrade your ONLYOFFICE app. To do this you will need to disable and uninstall the application from your Nextcloud. Then follow the step in this link. https://help.nextcloud.com/t/error-after-upgrading-app/126540/17 At step 5 I used @sonic6's suggestion and used these instead. find ./onlyoffice -type d -exec chmod 0750 {} \; find ./onlyoffice -type f -exec chmod 0640 {} \; So after doing all of this I got OnlyOffice working and I hope it does for you too. I am no expert so maybe there is a better way of doing this. I also hope people can understand my steps lol. Good luck!
  2. I first want to say I really appreciate the responses! So write speeds depend on how fast your cache is and how big it is? And then what is the best way to have faster read times from the array? More drives? Thanks again!
  3. Hey all, I am pretty new to this but I just set up my old pc using unraid to test if it could potentially be my storage solution for video editing. I am rocking an i5-4690, asrock H97 Pro4 (1gb LAN, 6 sata ports), 8gb ram, gtx 770 4gb, a 1tb WD Caviar Blue as my disk, and a 250gb Samsung EVO 850 as the cache. After doing some test I am currently getting around 40mb/s read/write speeds on my Macbook over wifi (I understand I'd probably get better speeds on LAN). If I potentially upgrade this system I was thinking of getting two 12gb seagate ironwolf drives, one more ssd, and a 10gb/s NIC. I would create a parity with one of the ironwolf drives and then have the second ssd added to the cache pool for redundancy. Would this create faster speeds? Will both the disks and cache have a safety-net? Is the 10gb/s NIC overkill? If I end up wanting to edit off of the server would I need better ssds for cache? Thanks!
  4. Hey all, I've only been looking into building a NAS system for about a day so I apologize for all the questions. I am a videographer and content creator and wondering what my best redundant options are for configuring a system using Unraid. I am mostly dealing with 1080p and 4k footage and do not necessarily need to edit off of the NAS (however it would be nice if possible). I have an older PC that has been in my closet for the past few years and wanting to turn that into my NAS (i5 4690, ASUS H97 Pro4, gtx 770 4gb, 8gb ram, 1tb hhd, 250gb ssd, 600w semi-modular power supply). I am wanting to add 2 seagate ironwolf 12tb hard drives to the system and potentially either a 2.5gb/s NIC or a 10gb/s NIC. I am the only one that will be using the NAS. Questions: -Is the software just off the flash-drive fine enough? Or do you also need windows, linux, etc for it to work? -How big of a HDD do you need for a parity? How reliable is the parity? -Any recommended cloud storage services for additional backups? -Is one 250gb ssd enough for the cache? Should I get another one for the cache pool to have redundancy? Do I even need cache? -Would it be possible for me to also run a VM for transcoding video files? -Anything I am missing lol? Any and all answered questions would be much appreciated. Thanks!