thimplicity

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

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

thimplicity's Achievements

Noob

Noob (1/14)

0

Reputation

  1. OK, probably a stupid newbie mistake. I tried it in another browser and it asked me for credentials. Now it works - thanks!
  2. Happy New Year everyone! I installed unraid yesterday the first time and syncing my onedrive to the NAS is the only functionality missing which would enable me to leave QNAP QTS. I have followed along this thread, pretty much post by post, as I had all problems that came up for others it seems. This is where I am: I have the web ui up and running, I created a config, that I can explore, but I cannot mount one folder, because I get the following error message, probably because I have no clue what to enter in Mount point. Error creating mount Error: Request failed with status code 500 This is my config: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-rclone' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'RCLONE_CONFIG_PATH'='/config/rclone/config/rclone.conf' -e 'RCLONE_MEDIA_SHARES'='/mnt/user/onedrivetest/temp' -e 'RCLONE_REMOTE_NAME'='o' -e 'RCLONE_SLEEP_PERIOD'='24h' -e 'RCLONE_USER_FLAGS'='' -e 'RCLONE_OPERATION'='copy' -e 'RCLONE_DIRECTION'='remotetolocal' -e 'RCLONE_POST_CHECK'='yes' -e 'ENABLE_WEBUI'='yes' -e 'WEBUI_USER'='admin' -e 'WEBUI_PASS'='admin' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '53681:53682/tcp' -p '5572:5572/tcp' -v '/mnt/user':'/media':'rw' -v '/mnt/user/appdata/binhex-rclone':'/config':'rw' 'binhex/arch-rclone' 01fd2292a65a29496818cd654b5ce153aa4e0254533b35a684687abc474be17f The command finished successfully! In addition, the only option I think I have not understood yet is Host Path 2, so that might be the problem as well. I would like to move data from specific folders in OneDrive to specific shares on the NAS. I would like to start with the folder on OneDrive called "Temp" to test. Two additional questions: Can I add multiple different OneDrives/remote names? Do I need to create a config for each OneDrive (I have two to cover) or for each folder I want to copy within that OneDrive?
  3. docker run command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -p '6789:6789/tcp' -v '/mnt/user/media/':'/downloads':'rw' -v '/mnt/user/appdata/nzbget':'/config':'rw' 'lscr.io/linuxserver/nzbget' 0246ce3c1ba4184cf33df5185a7a215cbcf2afae91549634db06bf005a9c7f3d The command finished successfully! Unfortunately I do not have that application log item that is shown in your link. where else can I find it?
  4. Hi everyone, just installed unraid and nzbget. When I install the package I receive a 401 error when trying to enter the webUI. I am new to the unraid platform, but Sabnzbd works fine with pretty much the same setting (except port and appdata folder of course). Also the appdata folder of nzbget is nearly empty.