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.

mann138

Members
  • Joined

  • Last visited

  1. Hey again, just if anyone stumbles upon this, it was actually a problem with the proxy config file, I solved it with copying and pasting this; Cheers!
  2. Hey! I am following up spaceinvader tutorial on youtube to set up nextcloud with onlyoffice using swag, it's been quite easy so far but I am having problems with swag and the proxy configuration file for onlyoffice, every time I put up the config file for the proxy for onlyoffice I loose access to everything configured through swag, but as soon as I disable the proxy config file I get access again, meaning that I have a problem in the proxy file for onlyoffice. I took as example the proxy file that spaceinvader has on his youtube video and started tweaking from there, but obviously there must be a problem because neither the basic config file nor the tweaking I've done works so far Would you be able to share your proxy config file for onlyoffice? This is how I have configured mine (removed sensitive info): # only office doc server server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name documentserver.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app 192.168.1.108; set $upstream_port 4430; set $upstream_proto https; set $upstream_docs OnlyOfficeDocumentServer; proxy_pass $upstream_proto://$upstream_docs:$upstream_port; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Forwarded-Proto $scheme; } }

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.