Ryan2207

Members
  • Posts

    115
  • Joined

  • Last visited

Everything posted by Ryan2207

  1. Thanks CHBMB, having port 32400 open has worked a treat for me, just wanted to make sure its relatively safe :-)
  2. Hello All This question has probably been asked a million times but i couldn't find an existing topic, im using plex as a docker and have port 32400 forwarded to my server. is this bad practice or is it relatively safe ?, i can use a vpn provided by my pfsense machine if needed which would be more secure. Thoughts ? Kind Regards Ryan
  3. Hello I've tried adding the app_Key as specified at the top of this post however in the default config for the latest version only an update.conf is created and ive tried entering the key in there but it does not stick to the file if i save and restart the docker the key entry is gone from the update.conf can anyone please tell me where im going wrong ? Kind Regards
  4. Hello In previous versions of the app store plugin, containers from the docker hub repository were able to be imported seems to have been removed, i need some 3rd party apps for my workflow is there a way to get this back ? Kind Regards Ryan
  5. Hello My suggestion would be to use rsync and cron jobs to do your backups, you can even do them manually easily with "rsync -av /path/to/location /path/to/location, this is a great way to do backups without being locked into any particular program or proprietary format, just a simple copy of whatever your backing up in another location, i use it to backup to my secondary nas via the unassigned plugin and the schedulers plugin, works a treat.
  6. Can you get to the web interface for it example "ipaddress:32400/manage ?
  7. I like the idea, thought to be honest im not 100% sure of how to write it, could i trouble you for an example ? Basically what i want to do is have the cronjob output a log file then email a copy to me either as an attachment or the the body of text Cheers
  8. Is there a way to configure that for when the job completes ?
  9. I'll be trying that out today thank you so much, will this allow for mailto to be added aswell ?
  10. i added a file with the .cron externtion to /config/plugins/dynamix but it didn't run it was a simple rsync command "45 17 * * 6 rsync -av /path/to/folder /path/to/folder" command did not execute at 5:45
  11. Bump, i've tried using the schedulers plugin and creating a name.cron text file with the rsync command i want to use but its not running
  12. Hello All Does anyone know a simple method to make cron jobs remain after a reboot ? Kind Regards Ryan
  13. I'm curious, if the worst should happen and the usb dies assuming you have a copy of your usb drive stored away how do you make the new usb drive bootable with those file on it ?
  14. Hello Recently my smb shares have started prompting for user credentials when opening user shares, shares are set to public and creating folders is easy however on occasion folders are unable to be deleted due to permissions i've had to resort to using mc via putty to remove them, my goal is to have permissions configured so the root account and password is needed for deleting or at the very least have it set to public so no prompt is shown. Or Should i disable smb and use nfs only as all my machines are linux based ? Kind Regards Ryan
  15. Hello I was just wondering is it possible to extract the serial numbers of the hard drives in my array for reference later when one fails ? Kind Regards Ryan
  16. Hello I've just reinstalled my makemkv docker, it's activated but it's unable to load a dvd its stuck spinning around at the loading screen any suggestions ? Kind Regards
  17. Thank you squid, fixed my issue, much appreciated May i ask why does the "/" cause the issue ?
  18. Hello Is it possible to set allocated hardware resources to a docker container, extra cores ram etc or will it just take the resources it needs ? Kind Regards Ryan
  19. It's pulling from excape/tested-transcoder i've attached the screenshot of the final command
  20. Hello All I removed a docker container to replace it with an updated version, after which the docker installed was shown to be orphaned, i tried to reinstall the old one which also said orphaned. I have recreated my docker image and checked unraid for updates any ideas ? Kind Regards Ryan
  21. Hello All Has anyone used TAR to backup unraid files to an external NAS ? Is it possible ? Kind Regards Ryan
  22. Thanks for the response, i haven't used cron jobs before but ive been meaning to learn and this looks like the perfect excuse to do it
  23. Hello All I'm looking to have my unraid logs saved to a certain location on a regular basis for cross checking etc, i know unraid is capable of sending them via email but is there a way to have them save to a local share regularly or a remote location ? Kind Regards
  24. Hello I'm looking to run an openelec vm to intergrate all the services i use for viewing movies in this case plex and netflix, ive made sure the add ons match the version of kodi that comes with beta3 but for some reason the plex plugin crashes if i enter the server details manually or doesn't find it if its set to auto Any ideas ?
  25. Another way is to telnet or SSH using putty, login as root and type mc and hit enter, that will give you a slightly graphical view of your folders and an easy way to delete anything you want to... just be careful