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.

NewDisplayName

Members
  • Joined

  • Last visited

Everything posted by NewDisplayName

  1. Only negative impact i could see is when you have a large amount of files in the same directory...
  2. there is only the dashboard as far as i know - over all its just a big test
  3. Its important that you have your stuff in seperate folders (!) like /linuximages/linuximage1 /linuximages/linuximage2 not alle in /linuximages/
  4. I dont think storjstat does currently support V3.
  5. docker exec -it StorjNode-V3 /app/dashboard.sh
  6. The thng is, my c urrent router(s) are worthless crap of piece. but only chance for "fast internet " (100mbits DL / 20Mbits UL) == Bundled 2x DSL + 2x LTE, cost around 120€ a month (2 family house), 1 gbits is 99€... With 1 gbits i can prio my stuff (but dont need to lol)
  7. While googling for a solution i found servival requests for them to add that. They dont seem to care. (since when devs listen to ppls :P) Thats why i thought maybe realize it via docker. Currently i need to stop the docker to play online games... If everything goes well i will get 1gbits end of this year, then i hope it wouldnt be a problem anymore.
  8. This program has nothing to do with downloading and processing it. But ofc it can upload files to gdrive, you can choose all, or just after some time (i would wait atleast half a year so it doenst upload x better versions of your linux isos when a new release comes out)
  9. The real question is: what you want to do? Do you want to have some files local, some (maybe old?) files online? Then this is the right solution. You want all online? Then this is the right solution. You want all offline? Then why would you need this?
  10. Can you understand this: https://stackoverflow.com/questions/40429098/how-to-rate-limit-upload-from-docker-container Im not sure if that would do what i want? (and if, how that would apply to the storj container) overall i mean, it wouldnt be that bad to have a limiting option in the docker?
  11. Okay, i found out what this cryptic message means, it mean it cant be reached from outside (wrong port forwarding) and, that was is... one wrong number... i will never understand why devs cant WRITE what the PROBLEM is Do you know a way to stop it from maxing my upload? I can specify how much tb, but.. ? Or is there a docker limit? I google and didnt found anything usefull.
  12. Dashboard: Storage Node Dashboard ( Node Version: v0.14.3 ) ====================== ID MYID Last Contact OFFLINE Uptime 4h54m1s Available Used Egress Ingress Bandwidth 20.0 TB 0 B 0 B 0 B (since Jul 1) Disk 2.0 TB 0 B Bootstrap bootstrap.storj.io:8888 Internal 127.0.0.1:7778 External ddns:28967 Neighborhood Size 242 In log many many requesting voucher... followed by unable to find node in the network Oo
  13. TRUE how can that interfere, crazy. Its working now, besides: 2019-07-01T06:28:30.218Z [31mERROR[0m vouchers Error requesting voucher {"satellite": "ID", "error": "voucher: unable to find satellite on the network: node not found", "errorVerbose": "voucher: unable to find satellite on the network: node not found\n\tstorj.io/storj/storagenode/vouchers.(*Service).request:127\n\tstorj.io/storj/storagenode/vouchers.(*Service).Request:116\n\tstorj.io/storj/storagenode/vouchers.(*Service).RunOnce.func1:103\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57"}
  14. All ive posted is from the log file. Ive df -h ed into the container and its onyl 260gb free or something, how can that happen? root@Unraid-Server:~# docker exec -it StorjNode-V3 df -h Filesystem Size Used Available Use% Mounted on /dev/loop2 50.0G 20.4G 27.3G 43% / tmpfs 64.0M 0 64.0M 0% /dev tmpfs 15.7G 0 15.7G 0% /sys/fs/cgroup shfs 465.8G 200.5G 263.2G 43% /app/config shfs 465.8G 200.5G 263.2G 43% /app/identity /dev/loop2 50.0G 20.4G 27.3G 43% /etc/resolv.conf /dev/loop2 50.0G 20.4G 27.3G 43% /etc/hostname /dev/loop2 50.0G 20.4G 27.3G 43% /etc/hosts shm 64.0M 0 64.0M 0% /dev/shm /dev/loop2 50.0G 20.4G 27.3G 43% /root/.local/share/storj/storagenode tmpfs 15.7G 0 15.7G 0% /proc/acpi tmpfs 64.0M 0 64.0M 0% /proc/kcore tmpfs 64.0M 0 64.0M 0% /proc/keys tmpfs 64.0M 0 64.0M 0% /proc/timer_list tmpfs 15.7G 0 15.7G 0% /sys/firmware I dont understand why /app/ is only so small, it should be the same size as the share??! And about the cmd is fine. Its 2019. I know what happens behind the curtain, but the normal user just dont fuggin care tehy can make that easier, if they want.
  15. What a piece of crap they build 2019-07-01T05:40:44.015Z [34mINFO[0m piecestore:monitor Remaining Bandwidth {"bytes": 2000000000000} 2019-07-01T05:40:44.015Z [33mWARN[0m piecestore:monitor Disk space is less than requested. Allocating space {"bytes": 282630311936} 2019-07-01T05:40:44.015Z [31mERROR[0m piecestore:monitor Total disk space less than required minimum {"bytes": 500000000000} 2019-07-01T05:40:44.014Z [34mINFO[0m vouchers Checking vouchers 282630311936 bytes???? I even created a new share, just for this docker, and its not working. I tried giving it 1TB, 500GB, 2TB, 4TB. Dont work. Also i get "error": "voucher: unable to find satellite on the network: node not found", but i think, thats because my node isnt starting because i dont meet the disk space. On the share i have atleast 6TB free. Does it work for you? Also its taking 9GB of RAM while DOIN NOTHING? XDDD Thats the share. Thanks for your help! I think the problem is, that the container only sees <300gb of space, but i dont know why? I did my settings like in every other container on this world
  16. A few problems 1.) you say enter your email, really only email? Ive got a token email:something ?! Should i enter this token, or really just email? 2.) Ive set up my identiy (/mnt/user/storj/storjv3/identity) and when i start i just get file or directory not found error: open identity/identity.cert: no such file or directory edit: ahh, i have to manually do that... you should point that out.. My brain cant work out how they did it that complicated, wtf, srsly? Maybe we need to launch a rocket first...?! What is wrong with them? I mean, srsly its 2019 and i need a command promt in windows to create and .. omg
  17. ah ok. so the dashboard youre talking about is the only way to control it atm right?
  18. thanks! I mean without any stats, its pretty bad to test...
  19. Nope, cant see it, entered "storj"? Is it inclusive storjmonitor (thats why i was not doin it myself because i cant add that) edit: just saw u just answered So it will take time to show up i guess?
  20. any chance for the latest stroj? they sent me an email and if use their estimate revenue thingy it says i could make 100 usd a month
  21. I never used krusader. Just make your share visible via smb and visit \mount_unionfs\google_vfs
  22. Thats normal the script gets run every 10 min, and when its already mounted, no need to mount again... again... how are you seeing "its not there"?

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.