Everything posted by Gog
-
[Support] binhex - DelugeVPN
This is what I get on the checkmyIPtorrent. Do you get the same result if you set enable VPN=false? Tracker Status: checkmytorrentip.net: Error: Success, Your torrent client IP is: xxx.xxx.xxx.xxx
-
[Support] Linuxserver.io - Sonarr
File permissions crash course To understand the numbers, add these to give specific results: Read=4 Write=2 execute=1 (execute permissions on a directory means you can access it) 7=4+2+1, all rights 6=4+2, all rights for a "normal" file There are 3 numbers, the first one is the permission for the owner, the second is for the group and the third is for everyone. You can update all your current file permissions like so: Putty server and CD to your TV directory : cd /mnt/user/TV change attribute to all your files, recursively in all directories: "chmod -R 666 *" 666 means everyone can read and write the file This will affect your directories too but you can fix it by changing attributes to all your *first level* directories: "chmod 777 *" 777 means everyone can read, write and get in the directory. If you use season subdirectories, you'll have to fix them manually... "ls -al" will list all files with their permissions
-
[Support] Linuxserver.io - Sonarr
Same answer as Squid above. Tell Sonarr to set permissions on files and directories
-
[Support] Linuxserver.io - Ubooquity
Same behavior in IE and Chrome. I'm thinking of reinstalling without a library directory. Create the admin password before it has a chance to import the library. I've never been judged by software before but who knows what AI is up to
-
[Support] Linuxserver.io - Ubooquity
Good afternoon I did a fresh install last night, new appdata directory, and the app works fine. Books and comics are indexed but the admin page won'T let me log in. It's asking me for a new admin password and when I click submit it spins around endlessly And nothing in the logs (docker logs -f ubooquity) when I go to the admin page. Is admin logging somewhere else?
-
[Support] Linuxserver.io - Piwigo
Hi guys I'm trying this again and so far performance is very interesting. I'm hitting a snag with reverse proxying it though. @CHBMB had explained how to do it here: apache config but it seems this is on nginx now, not apache. My nginx container can reverse proxy but piwigo doesn't like the url root. I tried changing this: location / { try_files $uri $uri/ /index.html /index.php?$args =404; } to this: location /piwigo { try_files $uri $uri/ /index.html /index.php?$args =404; } in the piwigo container at ...\appdata\piwigo\nginx\site-confs\default But it doesn't have the effect I was hoping on (it has no effect that I can see). I must admit the nginx documentation is flying way above my head. Can someone point me in the right direction? Thanks
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Has anyone got the reverse proxy working with Piwigo? I'll admit, I'm far from understanding the proxy directives but the Google is failing me. I suspect it's because of the missing base directory for the Piwigo URL but I han't found how to change that either. Thanks Edit, this works but I still need to change the Piwigo root URL: location /piwigo { proxy_pass http://*unraid IP*:*piwigo port*/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; }
-
Recycle Bin (vfs recycle) for SMB Shares
I did the first part, I'm here begging for the second
-
Recycle Bin (vfs recycle) for SMB Shares
blah... The mapping creates the directory when the docker starts but if the directory is deleted outside of the docker, you end up with this: root@3f3b2c087cc7:/# ls -al ls: cannot access 'RecycleBin': No such file or directory total 4 ... d????????? ? ? ? ? ? RecycleBin root@3f3b2c087cc7:/# cd RecycleBin bash: cd: RecycleBin: No such file or directory And if I recreate the directory outside of the docker, it doesn not "reconnect" in the docker Close but no cigar...
-
Recycle Bin (vfs recycle) for SMB Shares
Interesting idea. Radarr only starts when I reboot though. What happens if .Recycle.Bin is deleted when the mapping is already created? I guess I can test that quickly enough. BRB...
-
Recycle Bin (vfs recycle) for SMB Shares
Yes, I get that but I don't trust blindly what gets downloaded. I want to be able to get back to the old version if something went wrong with the new file. I increased the max age for files in the recycle bin, that leaves me more chance of keeping at least a file in there and space is not an issue but I'd prefer to have that directory locked in.
-
Recycle Bin (vfs recycle) for SMB Shares
Hi I searched the thread but haven't read all 14 pages so forgive me if I missed this... Is it possible for the plugin not to delete the .Recycle.Bin directory when it deletes all the contained files? I'm using Radarr and when I get a better copy of a movie, I configured it to move the old file to /movies/.Recycle.Bin It works well except that it won't create .Recycle.Bin if it does not exist and it won't import better versions of movies if it can't move the old one so I'm stuck manually recreating the .Recycle.Bin directory manually. Thanks
-
[Support] Linuxserver.io - Duplicati
It's working now on sFTP. Credit goes to SlrG for the sFTP encryption key setup: Then simply copy sftp_rsa_key to the sftp and duplicati client. For filezilla, load sftp_rsa_key: filezilla, edit->settings->sftp->add keyfile -> target sftp_rsa_key For Duplicati, configure the destination as a sFTP site, using port 2222 and in the advanced properties, set ssh-keyfile to the path of sftp_rsa_key
-
[Support] Linuxserver.io - Duplicati
Yeah, I figured with proftpd restricting access to the backup directory it wasn't too bad but it still eaves me a bit twitchy. I'm trying to switch to sFTP now but I'm fighting with the public key authentication method. I'll post info if I figure it out.
-
[Support] Linuxserver.io - Duplicati
I also decided to try this to replace crashplan. For my "crashplan friends", I just setup a FTP server on unraid. The data is encrypted by the duplicati client so privacy is ok if not hardcore. I created a bunch of FTP users and told them to use different root directory if they backup different PCs.
-
[Support] Linuxserver.io - Plex Media Server
Stopping and restarting the container will trigger a plex version check/update That is what i use and i can use live tv on my shield TV Sent from my SGH-I337M using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
Yes, the symbolic link was in a bash inside the container. I found the plugin directory in my config dir now, thanks for making me think about that.
-
[Support] Linuxserver.io - Plex Media Server
You would need a tuner and a TV provider that supports cablecard Disclaimer: I'm in Canada, not us. Sent from my SGH-I337M using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
Quick question about Plex plugins. I'm experimenting with the plex request channel plugin: https://github.com/ngovil21/RequestChannel.bundle I put the plugin files in the plex config directory and made a symbolic link from the plex plugin directory : ln -s /config/RequestChannel.bundle-master /usr/lib/plexmediaserver/Resources/Plug-ins-8088811b8/RequestChannel.bundle And that seems to work fine. Is there an official way of deploying plugins that I missed that would persist through a docker image update? Thanks And BTW, I played with Plex live last night and the program guide is still the same, still no grid views
-
[Support] Linuxserver.io - Plex Media Server
Plex does make a docker. You may want to ask them to include the drivers in there. The docker parameter "--device" should make the "usb passthrough" possible.
-
[Support] Linuxserver.io - Plex Media Server
The video talks about a program guide but the images only show what I have now with the DVR. Playing now, upcoming, movies... No grid view. I think they are playing with words a bit using the expression "program guide"
-
[Support] binhex - DelugeVPN
Hi Coopooc Does your VPN provider have incoming port restriction? You might have to configure that in deluge. Without that setting, my deluge downloads but does not upload so it might not be that but food for thoughts.
-
[Support] Linuxserver.io - Plex Media Server
I use the plex DVR with the linuxserver docker. My tuner is a HdHomeRun, it is network based so no issue configuring it with the docker I haven't tried live TV yet but I'm very happy with the DVR. Plex doesn't have a real TV schedule though, some patent troll has a hold of that so you can only search and see the list of what's playing now. Nothing in a grid view.
-
[Support] binhex - DelugeVPN
Tapatalk was messing with me. I don't see anything wrong in the logs before openvpn starts complaining of local UDP. Is it possible your VPN provider issued updated .ovpn files? Are you running the docker in bridge mode?
-
[Support] binhex - DelugeVPN
That's odd, I don't see the .opvpn file content or the openvpn command line. I'm on my phone though, I might be missing something Sent from my SGH-I337M using Tapatalk