OrdinaryButt

Members
  • Posts

    90
  • Joined

  • Last visited

Community Answers

  1. OrdinaryButt's post in Where is the SMB Log? was marked as the answer   
    I found a single line config solution:
    "min protocol = SMBv2_02"

    This specifically enables 2.02 (I am going to assume that 2.002 is either a bug in the syslog print or something similar). "...=SMB2" or skipping the line forces minimum ver2.10

    I have confirmed SMBv1 is down with a SMBv1 client. Thanks to those who tried to help, not to those that suggested buying a new printer or giving up on this.
  2. OrdinaryButt's post in Mover: Ignore Folders Possible(Temporary TV Recordings)? (SOLVED) was marked as the answer   
    So I record TV with TVHeadend and some of the recordings (like news) we only keep for 3-4 days, then automatically get deleted.
    Unfortunately, TVHeadend can only record to one folder and moving files around is a headache. It would be a waste to copy them from Cache to array nightly and then delete them in couple days. Can I somehow tell the mover to ignore specific folder inside a Share?
     
    EDIT: I still have plenty of other recordings that need to be moved from Cache to Shares.
     
    SOLUTION: I did try the mover plugin but I could not get it to work right. Then I discovered I was wrong about the TVHeadend - it car record to different directories (new recording profile for each). So I created a share with "Cache only" and will be using that for the time being.
  3. OrdinaryButt's post in Help Setup VPN (SOLVED) was marked as the answer   
    Newb (but savvy with computers, some programming, beginner+ linux, first time dealing with dockers) here and I am already getting overwhelmed (and kind of frustrated because this is a paid product). Can someone help me setup a VPN docker that can be used for other dockers to connect thru?
    Service provider: fastestVPN
     
    I am trying the Gluetun docker and when I start the WebUI (port 8000) I get "unversioned API: requested URI not found". EDIT: I changed the WebUI port to others and getting same error.
     
    I also tried Deluge-VPN without any luck. Fastest VPN doesn't provide any certificates - just the .ovpn files.
     
    Thanks.

    EDIT:
    I managed to get GluetunVPN going. It does not have webUI, only web API which you can interact with via http post/get or curl etc.
    !IMPORTANT! If you are going to route other dockers to this container, rename it's name to all lower case. Turns out unRAID does not like any upper case letters in the network names (but the name must match the container name).