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.

cruzerkk

Members
  • Joined

  • Last visited

  1. I undid the change. I set the IPv4 Address Assignment to 'Automatic'. It still kept the same IP that I had assigned when I set it to static. But now, after I import the tunnel it does not switch back to Inactive. Weird! But I guess this works for me (for now, at least)
  2. - I deleted all existing wg*.cfg and wg*.conf files from /etc/wireguard. Also deleted autostart. - I imported the wireguard config file again - Still seeing same issue. - I tried running `wg-quick up wg0` after reading a bit online and the output reads as follows: wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 Name or service not known: `ca-tor.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg0
  3. I deleted all the tunnels from VPN manager interface under setting and reimported the tunnel. Still seeing a similar error: wg-quick down wg1 wg-quick: `wg1' is not a WireGuard interface wg-quick up wg1 [#] ip link add wg1 type wireguard [#] wg setconf wg1 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg1 wg-quick down wg1 wg-quick: `wg1' is not a WireGuard interface wg-quick up wg1 [#] ip link add wg1 type wireguard [#] wg setconf wg1 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg1 wg-quick down wg1 wg-quick: `wg1' is not a WireGuard interface Is there some directory from where I need to delete it on the console ?
  4. Okay, will give this a try and update
  5. cat /var/log/wg-quick.log wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick up wg2 [#] ip link add wg2 type wireguard [#] wg setconf wg2 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg2 wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick up wg2 [#] ip link add wg2 type wireguard [#] wg setconf wg2 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg2 wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick down wg1 wg-quick: `wg1' is not a WireGuard interface wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick up wg2 [#] ip link add wg2 type wireguard [#] wg setconf wg2 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg2 wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick up wg2 [#] ip link add wg2 type wireguard [#] wg setconf wg2 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg2 wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick up wg2 [#] ip link add wg2 type wireguard [#] wg setconf wg2 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg2 wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick up wg2 [#] ip link add wg2 type wireguard [#] wg setconf wg2 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg2 wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick up wg1 [#] ip link add wg1 type wireguard [#] wg setconf wg1 /dev/fd/63 Name or service not known: `ca-tor.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg1 wg-quick down wg1 wg-quick: `wg1' is not a WireGuard interface wg-quick up wg2 [#] ip link add wg2 type wireguard [#] wg setconf wg2 /dev/fd/63 Name or service not known: `us-ash.prod.surfshark.com:51820' Configuration parsing error [#] ip link delete dev wg2 wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface
  6. Hi, This setup used to work perfectly for me until couple of days ago. The only change I did was to assign my server a static IP. Since then, my tunnel won't toggle to active. When I toggle to Active, it just automatically sets itself back to inactive. - I have tried to delete the tunnel and reimport the conf - VPN provider is surfshark, if that matters. Is this some sort of a bug ? Is there a fix or workaround for it? Thanks!
  7. Hi, I tried adding redis-server --requirepass myPassword to Post Arguments, but the container wouldn't start. Logs shows the following error: Reading the configuration file, at line 2 >>> 'requirepass' wrong number of arguments Can anyone please tell me what I'm doing wrong ?
  8. Never mind, found the solution here:
  9. I installed the official Redis docker container using the jj9987 template as mentioned above. Don't see an option to set password though. This is my first time working with redis. Can you guide here please ?
  10. For reference, attaching my appdata share settings.
  11. I do have separate folders under 'appdata' share for all those applications, if that's what you mean. If that does survive containr updates, how come I lost all settings. I am confused. Am I missing something ? Is this something I need to do manually ?
  12. I used Apps and for some reason all the settings were lost.
  13. I am quite new to Unraid. Apologies, if this question has been answered before. I have my Media Stack setup on Unraid (Sonarr - Radarr - Jackett - Plex - QBitTorrent). I noticed that when I updated the containers, I basically lost all the settings and metadata of these apps: - For the *arr : Lost all Indexers, Quality, Download Clients & Profiles settings. Also Movies and Shows library became empty. - Jackett - Lost all the Indexers that were added - Plex - Thanksfully while all the data was still there. The metadata/ Thumbnails were all lost and also I'm pretty sure that some of the app settings got reset to default. I spent close to 2 hours this morning, setting it all back up again. I reckon there must be a way to update the containers without affecting the internal data/settings of it. Can someone guide me on how to do this in future without losing these settings?
  14. Yeah. Looks like it is looking for a specific table and it is not finding it. "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nextcloud.oc_appconfig' doesn't exist" Any idea where nextcloud.oc_appconfig is expected to be present or defined ? Also, I'm not facing this issue when using the linuxserver respository. Weird that I followed the exact same steps and seeing this error only in this repo. Is this something within the mariadb container? I wonder if this has something to do with the /var directory being used. A couple of differences I noted between the linuxserver's container (which works) and this one is that: 1. When I opened the Nextcloud webUI for the first time and set up my admin credentials and mariadb info, the Data Folder provided was different. For the linuxserver repo it was just /data and for Kilrah's it was set to : /var/www/html/data 2. Also , in the container settings I see that there is an extra setting for "App data" present with container path set to "/var/www/html" and Storage has container path "/var/www/html/data". I did not touch the /var directory when working with linuxserver's repo, as far as I remember. Could this be something ? Sharing screenshots for comparison of container settings linuxserver: kilrah: No, I haven't done anything with redis. So looks like that's ruled out obviously, in light of the Database error above.
  15. I was able to find the attached line of logs in the nextcloud.log file within my share. The lines are generated when I get the "Internal Server Error" message. Can you please help debug ? nextcloud_log.txt

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.