-
Verifying server security - education request
I recently read Unraid's best security practices article and came to know that I was indeed forwarding ports 80 and 443. Yes... I know... really bad. Lesson learned, and I feel lucky that I have not actively faced any malfunctions or immediate security breaches. Is it plausible that this attack vector was utilized to infiltrate my server in a way that could remain compromised after ceasing all forwarding of ports? If so, what further steps can I take - beyond those listed in the article - to secure/verify the integrity of my server? iss-diagnostics-20240615-0010.zip
-
[Support] selfhosters.net's Template Repository
Thanks for your response. If that is the case, it does not make sense to me that other plugins that utilize yt-dl do not produce this error. Also, the error occurs on many other sites besides youtube, so I struggle to understand your response. Will you please clarify further?
-
[Plugin] CA Appdata Backup / Restore v2.5
I just uninstalled the deprecated plugin and copied the paths over to KluthR's plugin. I get the below message in red and it is not clear to me what I can do to configure the plugin any differently to resolve this. "Note: You should specify a backup share (and subfolders) dedicated to that particular backup. It is entirely possible for backups to erase any other files contained within the destinations." iss-diagnostics-20230421-1019.zip
-
[Support] selfhosters.net's Template Repository
Looking for some help with an error returning upon attempting to download videos in youtube-dl-material Here is the error text: Error while retrieving info on video with URL https://www.youtube.com/watch?v=E8RS6SZRk_4 with the following message: Error: Command failed with exit code 1: node_modules/youtube-dl/bin/youtube-dl -o video/%(title)s.mp4 --write-info-json --print-json -f bestvideo+bestaudio --merge-output-format mp4 --write-thumbnail --dump-json http://www.youtube.com/watch?v=E8RS6SZRk_4 ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. Error persists after the following troubleshooting: Restarted the docker Confirmed up to date (v4.3) Forced update used another ytdl docker (youtube-dl-server) and video downloads without error Removed and reinstalled from orphan image Removed with ophan and reinstalled anew iss-diagnostics-20230308-1423.zip
-
[Support] binhex - DelugeVPN
Odd how errors can creep up like this even when we don't change anything. Let's honor the fix suggested by the author's error. Give that password change a try. See if the log contents change and if the problem persists reply with the new log in a .txt file
-
[Support] binhex - DelugeVPN
Stats Plugin Not Showing The "Stats" plugin is listed as an included plugin on https://dev.deluge-torrent.org/wiki/Plugins however is not showing in 'Preferences > Plug-ins' as pictured in my screenshot. On that page, the plugin is listed as "no" under WebUI, however so is the Toggle plugin and that shows up. Troubleshooting so far: restarted container found a '.egg' in python 2.7 (this did show up in the list but understandably did not function) Any and all education/ideas in the pursuit of getting some tasty visualizations of data welcome. Thank you.
-
Internal Server Error Nextcloud
Got this error last week - the posted solution worked. Got this error this evening, the posted solution does not work now. Any ideas? Log for: mariadb [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 40-initialise-db: executing... [cont-init.d] 40-initialise-db: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Warning: World-writable config file '/etc/my.cnf.d/custom.cnf' is ignored Warning: World-writable config file '/etc/my.cnf.d/custom.cnf' is ignored 210909 22:01:41 mysqld_safe Logging to '/config/databases/aae9e9e9ff69.err'. 210909 22:01:41 mysqld_safe Starting mariadbd daemon with databases from /config/databases Log for: nextcloud [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... [cont-init.d] 60-memcache: exited 0. [cont-init.d] 70-aliases: executing... [cont-init.d] 70-aliases: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.
-
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
SWEET! that did the trick. initially got "Not Found" but it was clearly a response from the ip, not a timeout. added "/youtube-dl" and the webui loaded. why would changing the deluge lan_network variable from 192.168.1.0/24 to 192.168.0.0/24 make the difference? *edit: I see why now - just had to see it from this side of the learning journey - thank you again!*
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
I tried taking your suggestion changing deluge's LAN_NETWORK and using that address with the port added at the end to access webui. no luck. In spaceinvaderone's video, his local server IP and LAN_NETWORK within deluge differ similarly to the way that mine do. his server IP: 10.10.20.199 (mine: 192.168.0.22) deluge LAN_NETWORK: 10.10.20.0/24 (mine: 192.168.1.0/24) he enters 10.10.20.199:port and webui loads properly please let me know if I've missed something here. I'd love to be wrong
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
big thx for pointing me there - I'll take a look at FAQs more next time! youtube-dl-server run command: " root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='youtube-dl-server' -e TZ="America/Chicago" -e HOST_OS="Unraid" -v '/mnt/user/Duluth/':'/youtube-dl':'rw' --net=container:binhex-delugevpn 'kmb32123/youtube-dl-server' " binhex-delugevpn run command (vpn_user/vpn_pass and names_servers redacted): " root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='[...]' -e 'VPN_PASS'='[...]' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='[...]' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'ADDITIONAL_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -p '8080:8080/tcp' -v '/mnt/user/downloads/':'/data':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn' "
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
that's correct. I posted a screenshot of the added port in deluge as well, but the post strangely only shows it if you open the 1st screenshot and navigate to the right ">" regardless I'll put it here as well
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
I have not resolved this yet, but I really appreciate you checking in. I triple-checked the settings and posted screenshots. After doing some research, I found that others were having this problem specifically when routing through deluge. Attempting to connect through "192.168.0.22:8080"
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
thanks for the reply, jonathanm. yes I did complete that mapping. I'm new, but still perplexed that this docker (and other yt downloaders) returns an error when running "curl ifconfig.io"
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
greetings I seem to have hit a snag that's not been posted. after entering "curl ifconfig.io" in the console of the docker I wish to route through the vpn it returns "sh: curl: not found" I tried forging forward with the rest of the docker settings to completion but the docker ends up inaccessible by IP. Any ideas on how to proceed are welcome!
starwak3
Members
-
Joined
-
Last visited