Zepius

Members
  • Posts

    45
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Zepius's Achievements

Rookie

Rookie (2/14)

2

Reputation

  1. I assume this is running the x64 version of nextcloud? i'm having issues with downloading large files > 10GB where i can download about 1-2GB and then it stops EDIT: this error shows up in the logs when it fails Uncaught Error: Access to undeclared static property: OC\Files\Filesystem::$normalizedPathCache in /config/www/nextcloud/lib/private/Files/Filesystem.php:806 Stack trace: #0 /config/www/nextcloud/lib/private/Files/View.php(2018): OC\Files\Filesystem::normalizePath('/zepius/files/M...') #1 /config/www/nextcloud/lib/private/Files/View.php(1156): OC\Files\View->unlockFile('/Media/Movies/Z...', 1) #2 [internal function]: OC\Files\View->OC\Files\{closure}() #3 /config/www/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php(109): call_user_func(Object(Closure)) #4 [internal function]: Icewind\Streams\CallbackWrapper->stream_close() #5 {main} thrown at /config/www/nextcloud/lib/private/Files/Filesystem.php#806
  2. this was exactly what i needed. thanks
  3. that might work. i'll give it a try. thanks
  4. right. can they share a folder outside of the ones that are created by the docker?
  5. I'm looking for a docker that allows me to share the data i have in a specific folder already over a platform where a user can log in and download that data. I've seen Nextcloud and Owncloud but those seem to create new shares which i do not want. does such a docker exist? i also do not want to mess with VPN.
  6. great thanks. exactly what i needed
  7. Yesterday, I had a drive fail (disk is clicking and not recoverable) and its now listed as not installed in unRAID. I have a new, larger drive (1TB to 3TB) arriving tomorrow. I just want to make sure I have the proper steps to getting the drive installed and the contents properly written to the new drive. Can someone give me those steps or link me to the proper page with the steps on them? i'm on unRAID 6.2.4
  8. ssh into the box and login as root type: passwd reset the password.
  9. login to the terminal as root and type: passwd should prompt for the password change.
  10. i'll just assume you'll get a SSD and have a cache drive for the below: you'd want /downloads to be /mnt/cache/downloads as staging table for CP and Sonarr to move and organize your movies and tv shows to your actual share for your media ( /mnt/user/Media/ or whatever you have it as ). even if you have different categories for how downloads are saved (i use nzbget, so i dont know what transmission does) for when your media gets downloaded within the /downloads/ directory, you would still point /downloads within sonarr and couchpotato to still be /mnt/cache/downloads instead of like /mnt/cache/downloads/tv . sonarr and CP would complain about not having access to the file otherwise. hopefully that makes it a little more clear. if you need a screenshot of my dockers, please let me know.
  11. ideally your appdata would be on a cache drive, which you do not have so you cannot set a share to be cache only. as far as paths when it comes to downloaders and apps like sonarr, make sure your /downloads is pointed at the same place across your apps, not to like a subfolder within that path.
  12. still doesn't start even changing the volume mappings to just be folders.
  13. then can someone convert this so i can manage it through the docker tab? Turn on dockerhub searches within CA settings, then search for dvdgiessen. You'll have to add the port of 1935, and a volume mapping of /path/to/my/custom/nginx.conf mapped to /etc/nginx/nginx.conf (its not an automated build, so CA won't be able to populate those fields) tried this. doesnt start for me. and there's nothing in the log from the docker page
  14. then can someone convert this so i can manage it through the docker tab?
  15. So I'm looking to stream to multiple sites at once (twitch, hitbox, facebook live, etc) and while there are services I can pay to do this, I'd rather use my server to do this. https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/ Can this be created perhaps with parameters to add stream keys? Thanks!