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.

jonitfcfan

Members
  • Joined

  • Last visited

Everything posted by jonitfcfan

  1. OK I got it working in the end but not the way I expected to. I have an OPNsense router and if you set the IPv6 mode to track the WAN interface, there's an option to set a prefix ID. I think this was originally 0, I can't remember now. I changed it to 1, rebooted the router, then tried re-enabling IPv6 in Docker once again. Now the containers startup as normal and I can now set my own IPv6 address for each one. I'm guessing that whatever prefix ID Docker was trying to assign to the custom interface clashed with my router's settings, and therefore refused to create the custom interface until I either disabled IPv6 or changed the router settings. Thought I would post this update in case anyone else finds themselves in the same position.
  2. Not sure if this is an Unraid/Docker problem or something else I did, but here goes... I recently rebooted my server and found that almost none of my Docker containers had started up as they should, and when I tried starting them manually I got an error saying 'no such container'. Long story short, I got those containers working by disabling IPv6 in the Docker settings for the custom network, which I previously had enabled. I use a custom network in order for my web services to get their own internal IP address, to ultimately be accessed externally. I was hoping I could keep IPv6 enabled so I could then assign IPv6 addresses to my containers when I wish to enable external IPv6 access in the future. If it makes any difference as to why this might have happened, the only thing that changed here recently is I changed ISP and got a static IPv6 prefix from them (I had a dynamic address from the previous ISP). Any ideas on how to resolve this?
  3. I don't know whether this is a bug or if it was designed this way, but I noticed when I rearrange my dashboard after updating to 6.12 the changes seemed to get lost after the first time I logged out and closed my browser window. Maybe it's because I was browsing in Private Mode in my browser at the time (which I do quite often), it seems to work fine in regular browsing. Is there a way to save changes onto the server instead of using a cookie (which I'm guessing is what Unraid currently does)? That way, even if I cleared my cookies on my computer for whatever reason, the changes wouldn't be lost.
  4. OK I've worked out the Telegram part, just need to know the bootup part...
  5. I'm wondering if there's a way to trigger a script which will send a Telegram notification when the server has booted, e.g. "unRAID server has booted" or similar. Just something to let me know that unRAID is ready to access if/when I had to shutdown/reboot the server. Any ideas?
  6. OK I've got everything mostly working, but I can't get Nextcloud going. For some reason, after reinstalling from previous apps with all the same settings as before, I get an 'internal server error' message when I browse to the login page. I copied all the appdata over from the old server beforehand but it doesn't seem to be working. So far everything else seems to be working, just need to finish copying over the rest of my data.
  7. I've just installed Audiobookshelf and set it up with its own static IP address on my network, and I can access it both internally and externally (via DNS hostname) through a web browser. While the Android app connects fine if I add the LAN IP, it won't connect via my external hostname. All it says is 'Failed to ping server' when I try to add it. I've tried both over WiFi connected to the same network, and over my data connection. Could it be because I'm accessing this through a reverse proxy (HAProxy) and trying to connect via HTTPS, or is there something else I should check? EDIT: Rebooting my phone seemed to fix it. Weird...
  8. Thanks for replying... Correct I only use one NIC My current server boots via UEFI and my new one should too, but that folder name change trick is useful to know I'll give this a try once I get all the parts together for the new server (still waiting for a few parts to arrive at the time of writing)
  9. Found it, thanks
  10. Not sure if this has been mentioned here before, but I just noticed something weird when browsing apps with this plugin: if I hover the mouse over the 'Info' button without clicking it, it sort of 'auto' clicks it and opens the info panel after a few seconds. I tried this on different computers with different browsers to check it wasn't just me and they all do the same thing. Is this intentional or could there be something else causing this on my end?
  11. Yes Unless you want extra output that -P or --stats doesn't already give you, you probably don't need the -v (or --verbose) flag I don't think the order of the flags normally matters
  12. Replace each drive one at a time? That's what I would do, then you'd still have at least one parity drive active while the new one gets (re)built. Unless someone else has a quicker/easier way to do this...
  13. If you care about retaining the Linux file permissions/ownership you can do what dlandon said (I use EXT4 myself on my external drive). Otherwise you could modify the rsync command so you don't get the above errors. Instead of this: rsync -aP [source dir] [destination dir] (-a on its own is the same as -rlptgoD) you could do this: rsync -rltDP [source dir] [destination dir] This removes the flags that otherwise tell rsync to retain the Linux file permissions/ownership.
  14. As per title I'm slowly getting new parts to build a new server to replace my existing server. Nothing wrong with the current one, I just feel like changing it over (I'll repurpose the current one once I get the new machine going, I have some stuff in mind for it). I'm not planning on taking any hardware from the existing server to put into the new one, except the USB drive onto which unRAID is installed. As I understand it the licence is attached to the USB drive rather than the server hardware, so my plan is the following: Stop my Docker containers Sync any changes to files/appdata onto my external USB drive via web UI terminal Shutdown current server Remove unRAID USB from current server Insert unRAID USB into new server Boot up new server, check main unRAID settings have carried over (change if needed) Format/configure new drives accordingly Copy data from external drive to new drives Reinstall & start my missing plugins/Docker containers Check plugin/Docker container settings have been carried over (side thought: where are plugin settings stored?) Profit(??) Am I doing this right?
  15. OK that makes more sense, I'll enable that option and wait. Thanks for the help. [EDIT]: Yep it worked, thanks again.
  16. But it says "do not overlap with autoupdate" underneath that. I thought perhaps it meant "do not enable this option if any container has been set to autoupdate below", as if the two options somehow would conflict.
  17. For some reason my Docker containers aren't updating automatically with this plugin. I get the notifications to say whenever a container has an update available but it doesn't update itself. Not sure if I've configured something wrong here... Currently it's the qbittorrent and postgresql containers that have an update on my server.

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.