Everything posted by vitis
-
[Support] Linuxserver.io - Nextcloud
Did you sort this out? I tried in the allow list these - local docker network IP, server IP, my public IP and IPs from my Cloudflare proxied domain. All of those got me rid of the warning but Collbora was not working. Solution: Add all Cloudflare IPs to the allow list Source: https://github.com/nextcloud/all-in-one#notes-on-cloudflare-proxytunnel
-
[Support] Rocket.Chat
Hi @Mattyfaz, I tried your steps but I am failing on creating the rocketchat user. I keep getting this error message. 2020-01-02T17:43:21.893+0100 E QUERY [js] uncaught exception: Error: couldn't add user: command createUser requires authentication : _getErrorWithCode@src/mongo/shell/utils.js:25:13 DB.prototype.createUser@src/mongo/shell/db.js:1370:11 @(shell):1:1 I had to switch authorization to disabled in the config file. More reading here: https://stackoverflow.com/questions/27784956/error-couldnt-add-user-not-authorized-on-test-to-execute-command-createuser Edit: Web frontend port and the port in the rocketchat url has to correspond. Otherwise the file uploads would not work.
-
[Support] Linuxserver.io - Piwigo
Hi guys, did anyone tried to video support to piwigo? https://github.com/xbgmsharp/piwigo-videojs/wiki/How-to-add-videos#add-video-support I have done the config changes but I am not sure if I can add the ffmpeg and other stuff to the container.
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
I just wanted to let you know that I solved this issue. I was using a template config file, which had a lot of examples and commented lines and I guess that the plugin could not handle this while inserting it's own stuff to it. I downloaded PIA's ovpn files which worked, so I changed my files to look alike the PIA ones and then it started working. It is not really a fix, it's just a workaround.
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Hello, I have installed the client and I am having issues while connecting. I have a working unified ovpn profile and also ovpn/cert/ca - both verified and working. But when I am trying to connect with this Unraid client, the plugin inserts 10 lines saying "dev tap5" to my ovpn profile and that breaks it, so it does not work. Has anybody encountered this problem? You can see part of the ovpn profile below. ############################################## # Sample client-side OpenVPN 2.0 config file # dev tap5 # for connecting to multi-client server. # dev tap5 # # # This configuration can be used by multiple # # clients, however each client should have # dev tap5 # its own cert and key files. # # # # On Windows, you might want to rename this # # file so it has a .ovpn extension # ############################################## # Specify that we are a client and that we dev tap5 # will be pulling certain config file directives # from the server. client dev tap5