Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

skyline7349

Members
  • Joined

  • Last visited

Everything posted by skyline7349

  1. Would be cool to have a Favorites section on the dashboard page.
  2. you were right, i rebooted and the password was reset, So i did passwd to get into UI again and updated the password in the users tab, works fine now. Thank you
  3. Thank you both, i ended up doing a passwd and creating a password that way, worked fine after that.
  4. Yes its requiring i put text in the password box
  5. I upgraded from 6.9 to 6.10 and now im presented with a login script. My root user doesnt have a password so im not sure how to login to my dashboard now. I can access the server via ssh
  6. No i meant the actual docker service not a docker container
  7. How would i restart docker service via script? Sometimes when i do a force shutdown and power back on. Dockers wont start and say no container. So if I go to settings and disable docker and reenable everything is fine. Is there a way to do this via script?
  8. Anyone have the issue when restarting sometimes you have to reclaim the server? Happens to me around once a week.
  9. I it just me or is it annoying that the Username and password fields are on different pages and the focus isnt on the boxes. I have to click username box input username then go to next page and click the password box then put password again. Is there a way to change this?
  10. How do i route all data through the VPN? When i connect to VPN and check IP its same as when not connected. **EDIT** So i see theres a redirect-gateway. I enabled this and i can still access local websites but i cant access any other website.So then i changed the DHCP server to google and now im showing the VPN IP. Just put this here incase someone else is in need.
  11. Is it just me or does the container not work? Im getting this in log. 2017-06-05 11:41:17,644 DEBG 'flexget-script' stdout output: 05.06.2017 11:41:17 : Starting DAEMON 2017-06-05 11:41:17,645 INFO success: flexget-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-06-05 11:41:19,901 DEBG 'flexget-script' stdout output: 2017-06-05 11:41 CRITICAL manager [/] The keys `api`, `webui` are not valid here. 2017-06-05 11:41:19,901 DEBG 'flexget-script' stdout output: 2017-06-05 11:41 CRITICAL manager Failed to load config file: Did not pass schema validation. 2017-06-05 11:41:19,901 DEBG 'flexget-script' stderr output: Could not start manager: Did not pass schema validation. 2017-06-05 11:41:21,795 DEBG 'flexget-script' stdout output: 2017-06-05 11:41 CRITICAL manager [/] The keys `api`, `webui` are not valid here. 2017-06-05 11:41:21,796 DEBG 'flexget-script' stdout output: 2017-06-05 11:41 CRITICAL manager Failed to load config file: Did not pass schema validation. 2017-06-05 11:41:21,796 DEBG 'flexget-script' stderr output: Could not start manager: Did not pass schema validation. 2017-06-05 11:41:21,901 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47863564692728 for <Subprocess at 47863564692368 with name flexget-script in state RUNNING> (stderr)> 2017-06-05 11:41:21,901 DEBG fd 6 closed, stopped monitoring <POutputDispatcher at 47863564692440 for <Subprocess at 47863564692368 with name flexget-script in state RUNNING> (stdout)> 2017-06-05 11:41:21,902 INFO exited: flexget-script (exit status 1; not expected) 2017-06-05 11:41:21,902 DEBG received SIGCLD indicating a child quit
  12. Is it possible to setup this docker to use a socks5 proxy?
  13. Is anyone having issues with CPU? Mines using 96% of a core.
  14. So im trying to configure proxy pass for this docker to point example.com/request to my plex request docker. Ive been looking on this forum and internet and no solutions seem to work. I made my server config very simple server { listen 80 default_server; server_name _; location / { #include /config/nginx/proxy.conf; proxy_pass http://192.168.1.90:3000; } #return 301 https://$host$request_uri; } This works and shows my the plex request page. When i make it this. server { listen 80 default_server; server_name _; location /request { #include /config/nginx/proxy.conf; proxy_pass http://192.168.1.90:3000; } #return 301 https://$host$request_uri; } it doesnt work. Ive also tried with location as /request/ That didnt work either. So my letsencrypt docker is setup to have external port of 83. When i go to http://192.168.1.90:83/request/ for some reason it redirects the url to http://192.168.1.90/request/ which isnt correct. Does this have something to do with setting up other proxy headers?
  15. Hey, I dont quite understand this. I have letsencrypt running on 80 and 443. Then i have nextcloud running on 444 like you said. Im trying to do it like server.com/nextcloud not nextcloud.server.com is this an issue? The config you provided is that for the letsencrypt server?
  16. Ok ill post the information for RUtorrent since i gave up on Transmission. Run Command root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="rutorrent" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 81:80/tcp -p 51413:51413/tcp -p 6881:6881/udp -v "/mnt/user/Main/Downloads/Rutorrent":"/downloads":rw -v "/mnt/user/Main/Torrents/":"/Torrents":rw -v "/mnt/user/appdata/rutorrent":"/config":rw linuxserver/rutorrent Version IMAGE ID [latest]: Pulling from linuxserver/rutorrent. Status: Image is up to date for linuxserver/rutorrent:latest Log Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. File Permissions drwxr-xr-x 1 nobody users 44 Jan 15 09:39 log/ drwxr-xr-x 1 nobody users 32 Jan 15 09:39 rutorrent/ drwxr-xr-x 1 nobody users 20 Jan 15 09:39 nginx/ drwxr-xr-x 1 nobody users 48 Jan 15 09:39 rtorrent/ drwxr-xr-x 1 nobody users 14 Jan 15 09:39 php/ ./log total 0 drwxr-xr-x 1 nobody users 0 Jan 15 09:39 rutorrent/ drwxr-xr-x 1 nobody users 176 Jan 15 09:39 nginx/ drwxr-xr-x 1 nobody users 24 Jan 15 09:39 rtorrent/ ./log/nginx total 12200 -rw-r--r-- 1 nobody users 0 Jan 15 09:39 rutorrent.rpc2.error.log -rw-r--r-- 1 nobody users 509 Jan 15 09:41 rutorrent.error.log -rw-r--r-- 1 nobody users 939374 Jan 16 10:36 rutorrent.rpc2.access.log -rw-r--r-- 1 nobody users 11539759 Jan 16 10:37 rutorrent.access.log ./log/rtorrent total 4 -rw-r--r-- 1 nobody users 130 Jan 16 10:33 rtorrent.log ./log/rutorrent total 0 ./nginx total 4 -rw-r--r-- 1 nobody users 2129 Jan 15 09:39 nginx.conf ./php total 72 -rw-r--r-- 1 nobody users 70558 Jan 15 09:39 php.ini ./rtorrent total 4 -rw-r--r-- 1 nobody users 1244 Jan 15 14:40 rtorrent.rc drwxr-xr-x 1 nobody users 3824 Jan 16 10:33 rtorrent_sess/ ./rutorrent total 0 drwxr-xr-x 1 nobody users 48 Jan 15 09:39 profiles/ drwxr-xr-x 1 nobody users 138 Jan 15 09:39 settings/ ./rutorrent/settings total 24 drwxr-xr-x 1 nobody users 0 Jan 15 09:39 users/ -rwxr-xr-x 1 nobody users 522 Jan 15 09:39 access-swap.sh* -rw-r--r-- 1 nobody users 452 Jan 15 09:39 access.ini -rw-r--r-- 1 nobody users 441 Jan 15 09:39 access_no -rw-r--r-- 1 nobody users 453 Jan 15 09:39 access_yes -rw-r--r-- 1 nobody users 2609 Jan 15 09:39 config.php -rw-r--r-- 1 nobody users 809 Jan 15 09:39 plugins.ini ./rutorrent/settings/users total 0 ./rutorrent/profiles total 0 drwxrwxrwx 1 nobody users 0 Jan 15 09:39 torrents/ drwxr-xr-x 1 nobody users 6 Jan 15 09:39 users/ drwxrwxrwx 1 nobody users 0 Jan 16 10:30 tmp/ drwxrwxrwx 1 nobody users 292 Jan 16 10:35 settings/ ./rutorrent/profiles/settings total 112 -rwxr-xr-x 1 nobody users 56 Jan 15 09:41 cpu.dat* drwxr-xr-x 1 nobody users 0 Jan 15 10:13 labels/ drwxr-xr-x 1 nobody users 0 Jan 15 13:27 trackers/ -rwxr-xr-x 1 nobody users 10337 Jan 15 14:20 history_data.dat* drwxrwxrwx 1 nobody users 10 Jan 16 10:30 rss/ drwxrwxrwx 1 nobody users 68 Jan 16 10:30 trafic/ -rw-rw-rw- 1 nobody users 5557 Jan 16 10:34 loginmgr.dat -rw-rw-rw- 1 nobody users 1765 Jan 16 10:34 scheduler.dat -rw-rw-rw- 1 nobody users 43060 Jan 16 10:34 extsearch.dat -rw-rw-rw- 1 nobody users 24638 Jan 16 10:34 rtorrent.dat -rw-r--r-- 1 nobody users 3116 Jan 16 10:34 uisettings.json -rw-rw-rw- 1 nobody users 66 Jan 16 10:35 cookies.dat -rw-rw-rw- 1 nobody users 387 Jan 16 10:35 xmpp.dat drwxr-xr-x 1 nobody users 140 Jan 16 10:35 httprpc/ drwxrwxrwx 1 nobody users 0 Jan 16 10:37 erasedata/ ./rutorrent/profiles/settings/erasedata total 0 ./rutorrent/profiles/settings/rss total 0 drwxrwxrwx 1 nobody users 8 Jan 16 10:34 cache/ ./rutorrent/profiles/settings/rss/cache total 4 -rw-rw-rw- 1 nobody users 159 Jan 16 10:34 info ./rutorrent/profiles/settings/trafic total 8 -rwxr-xr-x 1 nobody users 597 Jan 16 10:30 last.csv* drwxrwxrwx 1 nobody users 880 Jan 16 10:30 torrents/ -rwxr-xr-x 1 nobody users 926 Jan 16 10:30 global.csv* drwxrwxrwx 1 nobody users 200 Jan 16 10:30 trackers/ ./rutorrent/profiles/settings/labels total 0 ./rutorrent/profiles/settings/trackers total 0 ./rutorrent/profiles/torrents total 0 ./rutorrent/profiles/users total 0 drwxr-xr-x 1 nobody users 32 Jan 15 09:39 abc/ ./rutorrent/profiles/users/abc total 0 drwxr-xr-x 1 nobody users 0 Jan 15 09:39 torrents/ drwxr-xr-x 1 nobody users 168 Jan 16 10:32 settings/ ./rutorrent/profiles/users/abc/settings total 88 drwxr-xr-x 1 nobody users 10 Jan 15 14:00 rss/ drwxr-xr-x 1 nobody users 68 Jan 15 14:00 trafic/ -rwxr-xr-x 1 nobody users 4459 Jan 15 14:02 history_data.dat* -rwxr-xr-x 1 nobody users 5557 Jan 16 10:32 loginmgr.dat* -rwxr-xr-x 1 nobody users 1765 Jan 16 10:32 scheduler.dat* -rwxr-xr-x 1 nobody users 43060 Jan 16 10:32 extsearch.dat* -rwxr-xr-x 1 nobody users 24289 Jan 16 10:32 rtorrent.dat* drwxr-xr-x 1 nobody users 0 Jan 16 10:33 erasedata/ ./rutorrent/profiles/users/abc/settings/erasedata total 0 ./rutorrent/profiles/users/abc/settings/rss total 0 drwxr-xr-x 1 nobody users 8 Jan 16 10:32 cache/ ./rutorrent/profiles/users/abc/settings/rss/cache total 4 -rwxr-xr-x 1 nobody users 159 Jan 16 10:32 info* ./rutorrent/profiles/users/abc/settings/trafic total 8 -rwxr-xr-x 1 nobody users 497 Jan 15 14:00 last.csv* drwxr-xr-x 1 nobody users 352 Jan 15 14:00 torrents/ -rwxr-xr-x 1 nobody users 504 Jan 15 14:00 global.csv* drwxr-xr-x 1 nobody users 200 Jan 15 14:00 trackers/ ./rutorrent/profiles/users/abc/settings/trafic/trackers total 20 -rwxr-xr-x 1 nobody users 502 Jan 15 14:00 iptorrents.com.csv* -rwxr-xr-x 1 nobody users 502 Jan 15 14:00 0.0.1.stackoverflow.tech.csv* -rwxr-xr-x 1 nobody users 502 Jan 15 14:00 empirehost.me.csv* -rwxr-xr-x 1 nobody users 473 Jan 15 14:00 torrentday.com.csv* -rwxr-xr-x 1 nobody users 473 Jan 15 14:00 jumbohostpro.eu.csv* ./rutorrent/profiles/users/abc/settings/trafic/torrents total 16 -rwxr-xr-x 1 nobody users 456 Jan 15 14:00 01E3A49E19A9A16DD41991AB4A4F3066581A8B7B.csv* -rwxr-xr-x 1 nobody users 473 Jan 15 14:00 6123109A84456AD757E6FE9810D97F8EAEC0D553.csv* -rwxr-xr-x 1 nobody users 500 Jan 15 14:00 6A4915C6CDECF240BFE5D45A878168B5D6FEF520.csv* -rwxr-xr-x 1 nobody users 456 Jan 15 14:00 971489E5943989A583305B177409A1D7A94EC078.csv* ./rutorrent/profiles/users/abc/torrents total 0 ./rutorrent/profiles/tmp total 0
  17. I'm not sure that gets to the root of his problems, he's got issues with several docker containers and I'm willing to bet there is one root cause. Yea i dont know whats causing this but i gave up. I just manually edit the config files now. Ive deleted my entire array, formatted the flash drive with an over version of unraid. Nothing seems to fix it. Its only for transmission and rutorrent. Ill keep checking back to see if anyone else has this problem. CHBMB youre saying you pull container for rutorrent, enter web ui, make changes to settings, reload container, and settings are still changed?
  18. Im having issues where bother rutorrent and transmission dont save settings. I see the UI sending the request but the settings file doesnt change. -rw------- 1 nobody users 2183 Jan 15 01:50 settings.json
  19. So its frustrating me because for both rutorrent and transmission i cant seem to get the settings to stay after restarting the container. Ive deleted my docker image in settings and started over too with no luck. Ive cleared out the appdata folder for them. Ive even tried changing the uid for them to not be 99. Is there somewhere else docker might be retaining bad settings?
  20. Really? whats your /config set to? i did a fresh pull.
  21. It seems when i restart transmission it looses all the settings set in UI. Is this on purpose? i notice the settings.json file isnt updating.
  22. Yea i disabled the drone factory and it seems to be saving the files now. Thanks
  23. So i got sonarr setup with transmission and it adds the files fine but it seems like when torrent is finished it deletes the file. Is this a bug? I want to let the files seed. Settings: Completed Download Handling:Enable:True Remove: No Importing:Use Hardlinks Instead of copy:No I cant seem to find any other settings that would matter for this. is it because i have Drone Factory enabled?
  24. Thank you, i feel like an idiot for not trying the ip. What client do you use?
  25. See my sig for how to post more info. Rutorrent Info: RunCommand root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="rutorrent" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="1000" -e "PGID"="100" -p 81:80/tcp -p 51413:51413/tcp -p 6881:6881/udp -v "/mnt/user/downloads/rutorrent/":"/downloads":rw -v "/mnt/user/appdata/rutorrent":"/config":rw linuxserver/rutorrent ea63766b08d5ad3724cf42967c945b2f294d37d7225a6d6fdf3eb6810c1cee2c Sonarr Info: Run Command root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="Sonarr" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="1000" -e "PGID"="100" -p 8989:8989/tcp -p 9897:9897/tcp -v "/mnt/cache/appdata/sonar/data":"/data":rw -v "/mnt/user/Media/TVShows/":"/media":rw -v "/mnt/user/downloads/deluge/":"/downloads":rw -v "/mnt/user/appdata/binhex-sonarr":"/config":rw binhex/arch-sonarr Log 2017-01-11 12:45:55.829032 [info] Starting Supervisor... 2017-01-11 12:45:56,862 CRIT Set uid to user 0 2017-01-11 12:45:56,862 INFO Included extra file "/etc/supervisor/conf.d/sonarr.conf" during parsing 2017-01-11 12:45:56,866 INFO supervisord started with pid 12 2017-01-11 12:45:57,869 INFO spawned: 'sonarr' with pid 46 2017-01-11 12:45:58,871 INFO success: sonarr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) Settings used in Sonarr for Rtorrent host:Localhost Port:81 URL Path RPC2 SSL:Off username and password blank as i didnt set one up. Everything else default.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.