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. Elaborate. Is it the Plex gui or unraid gui?
  2. There is now an official mod. Please test and let us know: https://github.com/linuxserver/docker-mods/blob/code-server-nodejs/README.md
  3. Here would be fine. "[custom-init] no custom files found exiting..." Are you sure you put the script in the correct folder?
  4. Do the logs show it being installed? We are actually creating docker mods for this image now and you can make requests. I'll put nodejs on the list
  5. That's really a plex specific issue and you should ask on their forums
  6. Don't manually run commands inside the container and don't manually delete key files unless we ask you to. We don't provide support for that.
  7. If you're doing dns validation, you don't need port 80 mapping. Can't help you with cloudflare proxy. I don't use it
  8. If your appdata share is already set to cache only (recommended way), it's just a matter of editing the container settings and changing it from /mnt/user to /mnt/cache and it will use the same exact folders, so no reinstalling or anything.
  9. We recommend all config folders to be put on /mnt/cache
  10. /usr/local/openvpn_as symlinks to /config. You don't have those subfolders because openvpn installation failed (likely due to fuse filesystem).
  11. I just explained it in the above post. /mnt/user endpoint uses the "fuse" filesystem. Some things are not compatible or do not work as expected (it's fine for storing media data, but can have issues with executed files, symlinks, database files, etc.). /mnt/cache endpoint (and /mnt/diskX) uses the native filesystem on the cache disk.
  12. What folder are you talking about?
  13. We (linuxserver.io) always recommend /mnt/cache for config folder locations. /mnt/user goes through fuse, which can have unwanted consequences for app files. If there is no cache drive, the alternative would be /mnt/diskX which also doesn't use fuse and instead writes directly to the disk
  14. I haven't used onlyoffice. We use collabora with nextcloud, reverse proxied through letsencrypt container. Here's a post about it: https://helpcenter.onlyoffice.com/server/document/document-server-proxy.aspx
  15. Sure, you can create symlinks with those names. But you really should be reverse proxying instead.
  16. Try /mnt/cache or /mnt/diskX for config folder. And start from scratch
  17. ?? Php-fpm is just a processor. Your index file and root directive tell nginx where the necessary files are. When php files are called, they are sent to the processor. What exactly are you trying to accomplish here? What are these apps you're referring to?
  18. What are you trying to do? Php is already set up and ready to go. The default nginx site config has a php block that works out of the box for the main server block.
  19. Not another port, just connect to the gui without "/admin" at the end

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.