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.

joshp

Members
  • Joined

  • Last visited

  1. thanks @crenn! works for me
  2. just submitted a PR to the default confs... leaving what worked for me hre anyways ## Version 2021/05/18 # make sure that your dns has a cname set for wikijs # if wikijs is running in bridge mode and the container is named "wikijs", the below config should work as is # if not, replace the line "set $upstream_app wikijs;" with "set $upstream_app <containername>;" # or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of wikijs # in wikijs server settings, under network, fill in "Custom server access URLs" with your domain (ie. "https://wiki.yourdomain.url:443") server { listen 443 ssl; listen [::]:443 ssl; server_name wiki.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app wikijs; set $upstream_port 3000; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; } }
  3. Thanks, worked for me! @advplyr, you might want to update your readme with this conf, it's much more Swag conformant

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.