Everything posted by patm95
-
[Support] Linuxserver.io - Nextcloud
Tried updating Nextcloud. I am stuck at level 6 and not proceeding. Log is as follows: cont-init: info: running /etc/cont-init.d/99-custom-files cont-init: info: /etc/cont-init.d/99-custom-files exited 0 s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service init-mods: starting s6-rc: info: service init-mods successfully started s6-rc: info: service init-mods-package-install: starting s6-rc: info: service init-mods-package-install successfully started s6-rc: info: service init-mods-end: starting s6-rc: info: service init-mods-end successfully started s6-rc: info: service init-services: starting s6-rc: info: service init-services successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun cron (no readiness notification) services-up: info: copying legacy longrun nginx (no readiness notification) services-up: info: copying legacy longrun php-fpm (no readiness notification) s6-rc: info: service legacy-services successfully started s6-rc: info: service 99-ci-service-check: starting s6-rc: info: service 99-ci-service-check successfully started [custom-init] no custom files found exiting... [ls.io-init] done. Could not open input file: /config/www/nextcloud/cron.php Could not open input file: /config/www/nextcloud/cron.php Any ideas on how to proceed? Thank you.
-
Setting Up WireGuard® on Unraid
I setup WireGuard and it seems to work fine on my laptop. However, on my iPhone it says I'm connected but I have no internet access. I can not access a single web page. Thoughts?
-
Best VPN?
Thank you for this. It had been so long since I had setup OpenVPN that I had not remembered forwarding that port. My router rarely gets updates anymore from Asus. I wonder how secure OpenVPN would be from the router? Do you see Wiregaurd as the most formidable setup for Unraid?
-
Best VPN?
Hi all. I was just wondering what the consensus was for the best VPN to use for remote access to files and such? Currently I use OpenVPN. Although it still works, it seems like the docker is no longer supported. I was wondering what everyone else uses? Are most people using wireguard? I see that my Asus router has OpenVPN which can be enabled on it. Is that a good option? I see wireguard requires a port forwarding on the router. I've always heard that this lives you vulnerable to attacks? Thank you.
-
[Support] Linuxserver.io - OpenVPN AS
Worked for me. Thank you.
-
VIDEO GUIDE - How to setup Guacamole as a clientless remote gateway
I got the RDP working. However, I was not able to connect with SSH to unraid. I can connect via Putty. Anyone else have an issue?
-
VIDEO GUIDE - How to setup Guacamole as a clientless remote gateway
Great vid. Is there a way to use RDP without using a password protected account? Also is there a way where the user at the remote PC can see you control the pc in real time? When I got it to work the remote pc would go into a login type screen whenever I was logged on. Then when I was done the user had to log back in. Even if it was the same account. If end user at remote pc could see me work, it would help in troubleshooting. Thank you.
-
OnlyOffice on unraid setup guide
I think she deleted the whole folder in appdata. Then when you restart the container, it will basically redownload everything. I was getting a similar issue when I upgraded to Nextcloud 20 and that seemed to help me.
-
[Support] Djoss - MakeMKV
Thanks for responding. I just now saw your reply. I tried it with privileged mode both on and off, but still the same thing. It was working fine when I first installed it.
-
[Support] Djoss - MakeMKV
Hello all. MakeMKV is not recognizing my DVD drive. It has been working well in the past and the log says that it has found my drive. However when I open the GUI, it says that it has found no optical drives?
-
** VIDEO GUIDE How to setup a Bitwarden Server to use as your Password manager **
Got it figured out. Been awhile since I configured LE.
-
** VIDEO GUIDE How to setup a Bitwarden Server to use as your Password manager **
I get a SSL error when trying to use the iphone app. I setup as instructed here with LetsEncrypt. Am I missing something?
-
OnlyOffice on unraid setup guide
Glad to hear it Maggi. I just now saw your post. Glad you figured it out. I don't think I would have. Great work!
-
Chrome OS
I did this, but everytime I restart the VM, it's like I've never ran it. I have to reregister and download all of my apps again. Do you experience this as well?
-
[Support] Linuxserver.io - OpenVPN AS
Hi all. I recently upgraded my server. All new hardware. New cache pool. I backed up old appdata and restored on new cache drive. All of my dockers are working except for this one. I can not access the webui at all. I get this recurring error in the log file. /usr/local/openvpn_as/scripts/openvpnas: No such file or directory I changed the mnt/user to mnt/cache as suggested in a previous post but still not working. It was working perfectly before I migrated everything to the new server.
-
OnlyOffice on unraid setup guide
Great! Thanks for sharing!
-
OnlyOffice on unraid setup guide
I've never used that docker before. I would assume they would have to be in there somewhere though. I know it is not the .pem files though. They will be specifically cert.crt and cert.key .
-
OnlyOffice on unraid setup guide
Did you copy the cert files as mentioned above?
-
OnlyOffice on unraid setup guide
Good question about #1. Idk to be honest. This was the only way I could get it to work. Worst case, maybe we update the certs ever so often. I've never had a problem yet. For #2, no I use 443 on mine and it works fine. Container port is the same for both dockers.
-
[Support] Linuxserver.io - Nextcloud
I had always thought we were supposed to update an application outside of the docker. Thank you!
-
[Support] Linuxserver.io - Nextcloud
How do you upgrade to 17? I have updated my docker and it is still on v16.
-
OnlyOffice on unraid setup guide
For Nextcloud you only need the document server. I downloaded the document server with the defaults, only change the Name at the top to "onlyoffice". What navigating to the Webui -> https://your-ip:4430/ You should see a green checkmark and "Document server is running" text
-
OnlyOffice on unraid setup guide
Hi gang. I finally got onlyoffice to work! I will try to describe the best I can as I tried many different things. I found a reddit post and random youtube comment that was very helpful. This is what finally worked: 1. Set up a CNAME for your subdomain unless using a subdirectory. 2. Install OnlyOfficeDocumentServer docker container. Make sure to re-name the container to all lowercase (this is important). Rename to "onlyoffice" without the quotes if you want to match the config file. 3. If you've already go the Let's Encrypt docker container, create a new proxy config file the attached config file. If you haven't setup Let's Encrypt, search for the spaceinvader youtube video on it. 4. Edit your LE docker container to add in your newly created subdomain and restart the container. 5. Stop the letsencrypt and onlyoffice containers. Go into your appdata\letsencrypt\keys and copy cert.crt and cert.key files. Go into the appdata folder in onlyoffice /Data folder and create a folder called "certs". Paste your certs in there. you will likely need Krusader or use the terminal due to permission issues. rename them onlyoffice.crt and onlyoffice.key Restart the containers. 6. Go into NextCloud UI, click on your username, then Apps. Install OnlyOffice. Go to the settings page for OnlyOffice and type in your URL (e.g. https://docs.yourdomain.com). Save and that should be it! As a side note, this seems to have broken my collabora integration. Apparently onlyoffice is not compatible with the nextcloud iphone app and collabora was. I could have broken something in my efforts to get onlyoffice working. Not 100% sure yet. If anyone is able to get them both to work, please post here. Good luck! onlyoffice.subdomain.conf
-
Tower cases with 5.25" drive bays top to bottom...
I got an Antec 900 back in the day. I bought it because it was cheaper than the 1200, but now I'd be in the market for a 1200 and they just don't make anything even like it anymore. I like my 900, got 3 hot swap bays in it.
-
OnlyOffice on unraid setup guide
For the moment, I've went with Collabora. I'm hoping Spaceinvader One will put a video out on it sometime. There are a lot of people interested in it for sure. If I do ever get it done, I will be sure to post it.