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.

sydbarrett

Members
  • Joined

  • Last visited

Everything posted by sydbarrett

  1. This is just a hack, but hopefully this helps someone else. As others have mentioned in this thread, while the tutorial sets the serve command as: tailscale serve -bg https://127.0.0.1:11000, what worked for me was using tailscale serve -bg --https=443 http://127.0.0.1:11000. This ensured that the Nextcloud container properly spun up and was reachable using https://server.my-tailnet.ts.net. However, Nextcloud Office was still not loading, with logs from the collabora container indicating that it couldn't reach my Tailscale domain. I edited the /etc/hosts file on the collabora container with a reference to the domain and the Tailscale IP address (usually 100.x.x.x): docker exec -u root nextcloud-aio-collabora sh -c "echo '100.x.x.x server.my-tailnet.ts.net' >> /etc/hosts" Validate that this worked using: docker exec -it nextcloud-aio-collabora cat /etc/hosts, and you should see an entry with the tailnet URL. After this, I was able to create/edit files. I added this command as a user script to run whenever the array starts as well.

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.