Everything posted by Januszmirek
-
[Support] Linuxserver.io - Deluge
Hello, is it possible to downgrade deluge 2.x.x to 1.3.x and maintain present torrents state? Tried before using only tags and it ended up with successful downgrade but the torrents disappeared from the client. If you could direct me how to transfer current state of torrents to downgraded version it would be appreciated, thanks;)
-
[Support] Data-Monkey - netdata
My issue is not the typo. The issue is that when I input the above command into the unraid terminal or netdada console, I always get the "-bash: -v: command not found" error;(
-
[Support] Data-Monkey - netdata
newbie query here, where do i put these commands? and When i put above in CLI i get:
-
[Support] Djoss - Nginx Proxy Manager
Hello, I am using NPM with linuxio/nextcloud. Everything works perfectly except one issue. I have problem when someone tries to download a file more than 1GB in size. It either stops downloading a file or breaks the download entirely. In other topics I found different solutions how to address this issue but all solutions point towards letsencrypt config. Can anyone point me towards a solution with NPM and how to enable download of files >1GB? Much appreciate your input. Thanks. Below suggested solutions I found so far but had no luck with finding files mentioned below:
-
[Support] SpaceinvaderOne - Macinabox
tried to reinstall catalina today, i got this message shown up, didnt change anything in the vm GUI config, please help;) EDIT: sorry about that, obviously i missed the part about the network interface from SI tutorial;)
-
[Support] Linuxserver.io - Nextcloud
Perhaps, I did not word it correctly. I don't know what is the reason for this issue. I did not reinstall it yet. What I am concerned about is if I reinstall it would it mean loosing all configuration? Do I need to start the config from scratch? I spent a lot of time configuring it and wouldn't want to loose it. Can you conform I can reinstall it with no risk of loosing configuration? Thanks
-
[Support] Linuxserver.io - Nextcloud
Something weird with nextcloud happened to me today. I was trying to add another external mount. I was running 19.0.4 version of nextcloud on unraid 6.8.3. After editing all the details under Add new Path in nextcloud container I hit Apply and was welcomed with an error. I thought its a standard mistake with paths, etc. so I wanted to try again. To my surprise the nextcloud container is gone. It doesn't show up among other containers. The service is not running - I cannot connect to it both locally and externally. I don't even know what to start with and what info I can provide you with to help me with this issue? There is still a nextcloud folder in appdata. Please help;)
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Great work, i'd like to replicate the same for my Edgerouter 4. @FlorinB If you still follow this thread, please help me with the below queries. 1. Where exactly on unraid did you save the main configuration file and under what name? 2. The following section makes me think ports 80 and 443 need to be forwarded for this to work? Is this correct? I can't use these as I have forwarded them already for nextcloud use. Is there any way configuring other ports for edgemax? If so, what modifications I need to make and where? server { listen 80; server_name edgex.*; return 301 https://$host$request_uri; } upstream erl { server 192.168.22.11:443; keepalive 32; } server { listen 443 ssl http2; server_name edgex.*; include /config/nginx/filterhosts.conf; include /config/nginx/ssl.conf; client_max_body_size 512m; 3. Is the below actually needed? I want to be able to access edgemax gui from anywhere, not limited by a certain IP range. I don't have filterhost.conf file in /config/ngnix, Do I need to create one? include /config/nginx/filterhosts.conf; #allow from this ip allow 212.122.123.124; #temporary internet ip on my router allow 178.112.221.111; #deny all others deny all; 4. Are there any modifications needed on the edgemax side? 5. Are the above modifications enough? Anything else you didn't mention in your original post? Thanks for help.
-
[Plugin] rclone
Hello, did you get any success with notifications for rclone? It's pretty much the only feature I'm missing from rclone - notifications. Don't need anything fancy, discord notification or email sent on sync errors only would be enough;)
-
[Support] Linuxserver.io - Deluge
Hello, im using latest deluge docker from ls.io - Deluge 2.0.3-2-201906121747-ubuntu18.04.1 One of the trackers I use has the following rule: 'Due to release stream issues, Versions 2.x Sourced from their PPA (or docker based on PPA) will not work here' Apparently lsio docker is based on personal package archive. Is there anything I can do to override this? I really like deluge for seeding and i had no other issues with this version so far. Thanks for help;)
-
[Support] Linuxserver.io - Unifi-Controller
If you can set up new container before deleting old one, the easiest way would be to use export/import location option.
-
[Support] Linuxserver.io - Nextcloud
This might probably sound like a noob/dumb question to you, but gotta ask one thing about my nextcloud setup. So I was mostly following SpaceInvaderone's guide on nextcloud reverse proxy setup. I mean mostly, as my setup is missing one step - reverse proxy server. So in my arrangement I have nextcloud linked with ddns service through letsencrypt, but without additional step of reverse proxy that would point back to ddns domain. Everything works smooth as butter both locally and from mobile device. I have 'All checks passed' on internal nextcloud page and 'A+' security rating on scan.nextcloud.com. That being said I was wondering how much 'less secure' my setup is comparing to a full blown setup shown in SIO video? Thanks, and sorry if this was asked before - couldn't find the answer to that in this thread.
-
[Support] Linuxserver.io - Unifi-Controller
if you can still SSH into the AP, try default settings it and then send manual firmware update command. I saw a few post where folks had various adoption issues due to outdated fw on an AP.
-
VM SSD passthrough error
Can you passthrough a SATA disk connected to MB through sata-to-usb adapter? what would the above command look like then? cheers
-
[Support] Linuxserver.io - Unifi-Controller
So I have port 8080 used by other docker and had to change default when setting unifi docker. I have changed ports in docker as follows: and then I have forwarded the following ports in edgerouter: I have highlighted change from 8080 to 7070, as this is essentially the only change from default ports I have made. Can someone check if the above is correct? if the above is correct then the next stop would be to ssh to an AP and send inform command as such: set-inform http://my.public.ip:7070/inform Right? I need ports open to outside as I have a couple of friends' APs which I manage on my controller and want to set it right before I start to move them to the container. Thanks EDIT: it worked perfectly with exactly the settings as above, first I exported sites and imported into new docker container. The local aps moved at the same time as a part of this process. Then I was lucky as on the remote sites I had also team viewer connection, I shhd into one of the ap and sent new set-inform command - withing a second it was adopting on the docker controller. I could send the inform command straight from the old controller but wans't sure if the above configuration is valid so wanted to be extra cautious and take one at a time. Anyway, all worked fine. At the end of the process I deleted all sites and removed them from unifi cloud account. Running since then on docker without any issues.
-
[Support] Linuxserver.io - Nextcloud
It's my first post here so hello everyone;) I need some help setting up remote access to nextcloud set up on my home server running 6.8.3 version of unraid. Specifically configuring access from an iPhone. It appears locally everything is set up ok. I have access to webui, I can upload and download files. I have followed to an extent spaceinvader guide on setting up remote access. I did not however use reverse proxy and only set up ddns service on duckdns.org. Not that I need it as I have static IP, but domain name just looks nicer than ip address;). Ports 180 and 1443 are forwarded properly on the router. Locally, everything works just fine. Even if I access my network from outside I can easily connect to the service. It's the access from outside, without vpn that I am interested in. I'm not even sure if I am following the right route when configuring the app on the iphone. I click Log in, then I enter the address htpps://XXXXX.duckdns.org and I hit enter. I tried this with port number and without, but no joy either. So your help on this is much appreciated. Thanks System log is here. Letsencrypt log is here, and screenshot from letsencypt config is here.