Everything posted by mata7
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
ok thanks for you help, everything is working fine so i will ignore
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
so i just so i just ignore the error?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
im getting this error on fix common problems Template URL for docker application letsencrypt is not the as what the template author specified. The template URL the author specified is https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/letsencrypt.xml. The template can be updated automatically with the correct URL. , applying the fix dont fix it anyone please know how to fix it, thanks in advanced
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
oh ok that could be the problem then, thank you again for you help
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
do you have android phone or Iphone same app that you can test this client, mine is set to default https://play.google.com/store/apps/details?id=net.openvpn.openvpn&hl=en
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
peter i found my problem if i enable Control channel encryption (tls-crypt) i cannot connect, if is disable work fine, is there any security compromise if i have this disable? thanks for you help
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
it must be the default openvpn software for android that have problem this one https://play.google.com/store/apps/details?id=net.openvpn.openvpn&hl=en because all oder work and connect fine anyways thanks for you help, im just gone use different client, btw thanks for this great plugin great job
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
delete info
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
thanks for you help, actually i just for curiosity i install openvpn on my win 10 pc and i can connect fine and also i install a different vpn client app on android "Openvpn for android" and it connect fine also, so the problem is the android default "Openvpn Connect" client sorry where can i get the server config file and the user file you mean the clients that i create? thanks for you help
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
hi hope someone can help me, i just install this plugin but for some reason i cannot connect my vpn clients from my phone or ipad all i get is this message " Opnenvpn: Waiting for server" , i have open 1194 udp port to my unraid ip machine, before i install this plugin i did have openvpn server docker running without problem i just remove for the license limit to 2 users but it was working fine, i fallow the install guide on the first post, if anyone can help me i will really appreciated
-
[Support] Linuxserver.io - Nextcloud
i just double check and everything is working, Uploads through Web UI and Sync with Mac OS client, i dont use authentication on my SMB Shares so dont know about that one, i hope you get your fix to soon
-
[Support] Linuxserver.io - Nextcloud
with the new update my problem is fix, i can upload and sync without errors, thank you very much
-
[Support] Linuxserver.io - Nextcloud
thanks for you help
-
[Support] Linuxserver.io - Nextcloud
can you please tell me how to downgrade to linuxserver/letsencrypt build 58 thanks in advanced
-
[Support] Linuxserver.io - Nextcloud
yes im using last version
-
[Support] Linuxserver.io - Nextcloud
i check the log and i cant fiend any info about the problem, i dont know where to look for more details
-
[Support] Linuxserver.io - Nextcloud
i am, i use you guide setup
-
[Support] Linuxserver.io - Nextcloud
well at least is no only me, let way and see if anyone find what the problem is
-
[Support] Linuxserver.io - Nextcloud
i dont know what is happen but after the last update i cant upload or sync anything, i get a error saying bad gateway, i look at the log info and dont see nothing about that error, does anyone knows what could be the problem, i mean everything was working fine last night and i dint change anything thanks in advanced
-
[Support] Linuxserver.io - Nextcloud
wow bingo everything is working now, thank you very much for you help and thanks uldise for all you help to
-
[Support] Linuxserver.io - Nextcloud
here, thanks for you help
-
[Support] Linuxserver.io - Nextcloud
sorry you mean open port 80 to unraid ip server?
-
[Support] Linuxserver.io - Nextcloud
this is what i have and not working the http to https
-
[Support] Linuxserver.io - Nextcloud
man thanks for all you help, for some reason is no working, please check if this is right server { listen 80; server_name nextcloud.mata7.com; return 301 https://$server_name$request_uri; }
-
[Support] Linuxserver.io - Nextcloud
hey uldise after you saw that guide do you have any idea where can i add this line, i ben checking online and trying different thinks but i cant get it working <VirtualHost *:80> ServerName cloud.nextcloud.com Redirect permanent / https://cloud.nextcloud.com/ </VirtualHost> thanks