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.

aptalca

Community Developer
  • Joined

  • Last visited

Everything posted by aptalca

  1. Either your ip on duckdns is wrong, or your port forwarding for 80 is wrong (or your isp blocks port 80)
  2. What does that mean? Did you set it on the duckdns website? Check the container log. What does that say?
  3. No need for a tutorial. Download the wordpress files into the www folder and navigate to the configuration page. Follow the steps on the wordpress website
  4. That url looks like an internal docker network ip. Are you sure it's still accurate? They are dynamic and can change
  5. You're not using the linuxserver image
  6. You can pull different tags: https://hub.docker.com/r/linuxserver/ombi/tags/
  7. Looks like an ombi error. You should contact them
  8. Very common issue with plex lately. I reverse proxied mine and no longer have any issues
  9. Do we get a prize if we guess right?
  10. Not aware of a gui based management system. It's unlikely that one would work for our image since we changed the locations of a lot of the config files so they are in the appdata folder. You don't really have to use terminal or Linux since all the necessary files are in the appdata folder. You can edit them with notepad++ on windows or any decent file editor on mac. Restart the container for changes to take effect.
  11. That was accurate until yesterday 😉 We just pushed a new build that supports dns validated wildcard certs with duckdns. It requires VALIDATION set to duckdns and a new environment variable added for the duckdns token. There is one big limitation though. The cert will only cover the sub-subdomains such as *.yoursubdomain.duckdns.org but it won't cover yoursubdomain.duckdns.org So if you want to use reverse proxies with the subfolder method, you would do it with a sub-subdomain like www.yoursubdomain.duckdns.org/nextcloud Details are also included in the image description on both github and docker hub
  12. Symlink to the array won't work because inside the container, nginx won't be able to follow that link to the array. Easiest way is to map another location to the container, one that resides on the array, and use that location in the root directive in the nginx site config
  13. It looks like you're trying to proxy /web through the root domain, and also /web through subfolder /data or /wss and you only added the websocket bits to the /data or /wss subfolder. Does the app actually serve the websockets at subfolder /data or /wss? From the error message, it looks like it doesn't
  14. See how we handle websocket proxy for unifi, these two lines are key: https://github.com/linuxserver/docker-letsencrypt/blob/master/root/defaults/proxy-confs/unifi.subdomain.conf.sample#L46-L47
  15. If a docker container has its own ip, the connection between that and the host will be blocked. That's a security feature of macvlan
  16. ?? Working just fine over here, no spikes
  17. Macvlan prevents access to host so your pihole won't be able to connect to your unraid host or any containers running in bridge or host mode (or vice versa)
  18. You can map that file in your container settings, similar to mapping a folder
  19. It doesn't need api keys or password, just the address
  20. Follow the container info on either github or docker hub. All you need is in there
  21. Plex has been having issues with remote access for a while. See their forum, it's full of similar complaints. I reverse proxy plex and have no issues
  22. We need more info on your setup. Describe where and how you're running the container (friend's or yours?) and how you're trying to access. Also post your site config that's giving you issues
  23. Did you enable the preset proxy confs? Did you create the new network as described in the readme in the proxy conf folder?
  24. I would put a different router in there to be honest. Different port should work unless you have incorrect redirects in your site config files

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.