Everything posted by CoZ
-
[Support] Josh5 - Unmanic - Library Optimiser
So THIS is why none of my files were being automatically compressed — there was a major update and everything has to be reconfigured. LoL! This shows you how bulletproof this docker was. I set it up once and never again had to look at it. Thanks for the video @Josh.5 - that helped. It did however take a few start / stop / restart of my docker container before it actually started to do anything. Not sure why that happened? Strangely that old container seemed to have skipped some files(?) because now I've got an entire season of a watched series undergoing a conversion. Perhaps now there is subtitle support as before there was not? EDIT: Just noticed that it no longer reports how much the file was "shrunk" like it did previously. Has that moved somewhere else?
-
[Support] Languagetool Docker
Started tinkering with this. I'm familiar with Nginx Proxy Manager and have a purchased domain. However, no matter what I do it will fail to connect via the FireFox Plugin. Any ideas? EDIT: I think I got it working. Apparently the "v2" after your domain name is VERY important.
-
[Support] ich777 - Gameserver Dockers
I know you're busy answering all sorts of questions and I've honestly stared at this for a good 10 minutes and still just dont' get it. I was going to backup my 'worlds' since my original friends have lost interest in the game and start fresh and then restore the world at a later point once more content drops. Then I thought why do that when I can just create another world/container so decided to come here and check before I tried to do something stupid. Someone already asked the question how to run two instances of a dedicated Valheim server and you referenced this post. I'm looking at your graphic which probably an idiot would understand but I guess I'm lower than idiot status because I don't understand what I'm supposed to do here to create a "new world" or "new server"...... Help? (and sorry for not understanding this)
-
[support] Siwat's Docker Repository
Ok, thanks for trying to help. I can't even find the certs to copy over to DS anywhere from the NGINX proxy/appdata - oh well. Every Google search for NGINX + OnlyOffice + Docker + DocumentServer doesn't really return much so this was the last hope.. LoL
-
[support] Siwat's Docker Repository
You just confused me. So you're saying I should be using THAT SSL cert for both the office.mydomain and the documentserver.mydomain or the other SSL cert for both office.mydomain & documentserver.mydomain? I'll uncheck the HSTS EDIT: Still the same error: Error when trying to connect (cURL error 60: SSL: no alternative certificate subject name matches target host name 'documentserver.MYDOMAIN.com' (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://documentserver.MYDOMAIN.com/healthcheck) Using the SSL for the Nextcloud reverse proxy Using the SSL for OnlyOffice proxy I get this error: Error when trying to connect (Error occurred in the document service: Error while downloading the document file to be converted.) (version 6.2.1.24) So not sure where to go from here... both result in completely different error messages.
-
[support] Siwat's Docker Repository
Found it! I thought it was "gone" since I removed it and placed the CERT from the Nextcloud SSL into the DocumentServer Proxy to try and fix this whole mess but it's still present on the system since I never deleted it, just selected the "office.mydomain.com" SSL # ------------------------------------------------------------ # documentserver.MYDOMAIN.com # ------------------------------------------------------------ server { set $forward_scheme http; set $server "192.168.1.102"; set $port 9090; listen 8080; listen [::]:8080; listen 4443 ssl http2; listen [::]:4443; server_name documentserver.MYDOMAIN.com; # Let's Encrypt SSL include conf.d/include/letsencrypt-acme-challenge.conf; include conf.d/include/ssl-ciphers.conf; ssl_certificate /etc/letsencrypt/live/npm-24/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/npm-24/privkey.pem; # Block Exploits include conf.d/include/block-exploits.conf; # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years) add_header Strict-Transport-Security "max-age=63072000;includeSubDomains; preload" always; access_log /config/log/proxy_host-25.log proxy; location / { # Force SSL include conf.d/include/force-ssl.conf; # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years) add_header Strict-Transport-Security "max-age=63072000;includeSubDomains; preload" always; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1; # Proxy! include conf.d/include/proxy.conf; } # Custom include /data/nginx/custom/server_proxy[.]conf; }
-
[support] Siwat's Docker Repository
I see no way to edit the cert that NGINX assigns to the subdomain. You just add a new certificate for the subdomain you're trying to forward and it assigns the cert. There are no options or configurations for the cert. I can only renew now or delete the cert. The only option to do anything at all is under the proxy host: Nginx variables available to you are: $server # Host/IP $port # Port Number $forward_scheme # http or https I went into appdata/NginxProxyManager/letsencrypt/keys and that directory is blank. I then took a look into NginxProxyManager/nginx/proxy_host and found a bunch of randomly titled files in there finally found one that points to something: # ------------------------------------------------------------ # office.MYDOMAIN.com # ------------------------------------------------------------ server { set $forward_scheme https; set $server "192.168.1.102"; set $port 444; listen 8080; listen [::]:8080; listen 4443 ssl http2; listen [::]:4443; server_name office.MYDOMAIN.com; # Let's Encrypt SSL include conf.d/include/letsencrypt-acme-challenge.conf; include conf.d/include/ssl-ciphers.conf; ssl_certificate /etc/letsencrypt/live/npm-24/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/npm-24/privkey.pem; It continues on and I don't want to clutter up the thread any more by posting the whole thing if this isn't relevant.
-
[support] Siwat's Docker Repository
When I check the box that says Disable Certificate verification I get this message (When using the CERT from the nextcloud proxy): Error when trying to connect (Error occurred in the document service: Error while downloading the document file to be converted.) (version 6.2.1.24)
-
[support] Siwat's Docker Repository
I just tried to assign the same CERT that nextcloud uses to the document server and now I've gotten a new error message: Error when trying to connect (cURL error 60: SSL: no alternative certificate subject name matches target host name 'documentserver.MYDOMAIN.com' (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://documentserver.MYDOMAIN.com/healthcheck) so I don't think that's going to work that way either.
-
[support] Siwat's Docker Repository
Not that I'm aware of having a server block for onlyoffice. I've no idea how to copy certificates or, if it's even possible since they are both using different SSL certs that were assigned to them by NGINX. Unless maybe I can try to assign the office.mydomain.com certificate to the documentserver.mydomain.com I've got even more issues now with Nextcloud, I've grenaded and wiped my install so many times, I'm running out of 'fake admin/user names' to try. I've wiped the appdata/nextcloud folder from the SSD and I've cleared out my mnt/nextcloud folder share but for some insane strange reason, the docker still remembers all the user names I've entered previously which makes NO sense at all since the appdata folder is deleted along with the template and all the data. I'm about to throw a grenade right into my Unraid tower itself at this point. I've been messing with this for 3 days now and it gets worse and worse the more I try to fix it. LOL
-
[support] Siwat's Docker Repository
@Siwat2545 ok sorry for the delay, tried as fast as I could. This screenshot shows the Nextcloud NPM reverse proxy settings. This screenshot shows your DocumentServer reverse proxy settings. I'm able to connect to https://documentserver.mydomain.com without any issue, I get the ONLYOFFICE Docs™ Community Edition – Welcome! without issue - either connecting to it internally from my local IP or externally from documentserver.mydomain.com I'm also able to connect to my Nextcloud install either through office.mydomain.com or, internally using my IP So this has me thinking that my reverse proxy set up is working properly for both. Just always get the Bad Healthcheck error message when attempting to get the two to talk to each other. I've checked and unchecked every option under the NextCloud OnlyOffice connector settings app but still no good.
-
[support] Siwat's Docker Repository
Give me a few. I'm going to screenshot the heck out of them all so you can "see"
-
[support] Siwat's Docker Repository
I'm not entirely sure what you're asking but I will do my best to try and answer it. Externally if I use my domain, it's an https://office.mydomain*com and it connects to Nextcloud. As far as the certs, there isn't a need to do that using NPM (as far as I know, that is, because I haven't had to copy any certs from anywhere into anything else). The certs are installed "in" the docker container for NPM. Might be the same for SWAG as well since NPM changed from NPM to SWAG (but I haven't made the move over to it as of yet).
-
[support] Siwat's Docker Repository
I have the same exact issue and the same exact problem using NPM. I'm able to connect to documentserver.mydomain.com withouth issue and I can see the 'Congratulations' webpage from OnlyOffice. So I'm 99.9% sure my Reverse proxy is working correctly or else I wouldn't even be able to reach that webpage. As soon as I put the address into the OnlyOffice settings page from within NextCloud I also get the "Bad Healthcheck" error. I've nuked, removed, destroyed, exploded both Docker containers over and over a few hundred times now (saw a few posts mentioning that it just started working when they did a fresh install of one or the other) but still, every time "Bad Healthcheck". I've tried to set it up from my local 192.XX..XX.XX and also connecting to it from my Domain still always the same error message "Bad Healthcheck". I've gone to the /r/UnRaid reddit thread asking for help there but no one seems to know. Figured I'd check on here but it doesn't bode well if you asked for help last month and still haven't received a reply / solution.
-
[Support] ich777 - Gameserver Dockers
I was going to attempt to do that myself. Instead of having to type in the IP address, just type in the Domain I purchased for my unraid server. Decided against that since I am not too familiar on how setting that all up would work and didn't want to break the server trying to get it. Should have done that from the start but now everyone is used to typing in my WAN IP address at this point.
-
OnlyOffice Nextcloud without seperate docker containers?
Yup. That's for running OnlyOffice in a separate docker container and pointing it back to NextCloud - which kind of defeats the purpose of having NextCloud built in with Only Office.
-
[Support] ich777 - Gameserver Dockers
Kind of an "off topic" question since it's not really UnRaid specific. Concerning the Valheim docker, is there some sort of Windows Program or something that can hook into the server to manage it? I know you can do admin commands from in game but is there some sort of 3rd party server admin control panel type of thing out there?
-
[Support] ich777 - Gameserver Dockers
Thanks for the update to the Container. Not sure what you've changed but appreciate that you are plugging away at it.
-
[Support] ich777 - Gameserver Dockers
Ok so the instructions would look like: Pull the new updated container down from the App Store Follow the previous post for manually adding that key to enable/disable the auto-update-check-feature Hit apply on the container ?
-
[Support] ich777 - Gameserver Dockers
I would leave it enabled by default and give the user the option to disable it by editing the container to turn off that feature if they want. This way everyone is on the same exact container version. Going forward there might be more bugs and then you'll have to troubleshoot which version of the container the person is on because Person "X" didn't want to update due to the automatic update being forced on them with no way to disable / enable it. Just my .2c
-
[Support] ich777 - Gameserver Dockers
I noticed you had typed out instructions on how to add it manually if you didn't feel like waiting for the new Docker to show up in C.A. So after the update pulled down I went hunting for the Key you outlined in that manually update figuring it would be present once I tried to edit the container. I'm only pointing this out since I noticed some people running around with torches and pickaxes getting ready to storm the castle gates in revolt over you adding that feature. If it was able to be user disabled upon editing the container it might keep everyone happy. The automatic update check doesn't bother me since it's only two of us playing - if it kicks us out, to update, what is the worst that would happen?
-
[Support] ich777 - Gameserver Dockers
I read that post earlier. In fact, I read every post here. Since I figured an update was waiting on the container, and then you referenced the update here - one would assume that the update that was pulled down included the update you were talking about. So than there was an update to the container that isn't the update that included the "automatically check for updates" (that's a lot of updates in that paragraph)
-
[Support] ich777 - Gameserver Dockers
So I saw the update to the docker this morning and applied it. Shouldn't I be able to see that when I edit the Docker container? Even clicking on Advanced view I don't see the Automatically Update Game key anywhere on the container. On another note, I'd just like to say a huge THANK YOU for making / maintaining this docker AND answering all the questions and being 1000% active in this thread. If it wasn't for you, I wouldn't have had this up and running on my UnRaid system. My Step-Dad and I are having a blast on my Server's World. I haven't been back to my "single player" World since finding your Docker.
-
OnlyOffice Nextcloud without seperate docker containers?
Is the whole Nextcloud and Onlyoffice integration still currently "Broken"? I've tried to get the internal OnlyOffice to work that's built in to Nextcloud and I know most of you are running a separate docker container just for OnlyOffice to get it to work with Nextcloud. I don't really want to go that route if it is supposed to be built into the NextCloud docker by default. I've tried to install the add-on a few times and it just comes back with this error: App "documentserver_community" cannot be installed because appinfo file cannot be read. I've tried to stop the docker, remove the built-in document server and that also fails when attempting to remove it. If I go into the OnlyOffice settings page on Nextcloud, everything shows up as it should (domain name, file associations etc) but when I try to create a new spreadsheet or word doc I get the error message "Can't communicate with OnlyOffice contact the Sys Admin" Rinse and repeat.
-
[Support] ich777 - Gameserver Dockers
LoL. Thanks for that. I was just manually entering the IP from the Game menu to join the server. If you can't tell by now, this is uncharted territory for me. I've never even used Steam before this game, much less tried to host a game server..... Any update on that ? I see the Docker update waiting and luckily looked at your post first before updating. Were you able to get it back up and running?