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.

RepoMordi

Members
  • Joined

  • Last visited

  1. RepoMordi joined the community
  2. Has someone been able to get the reverse proxy "swag" working with this? I receive the message that the certificate is not valid, after ignoring this I receive "502" --------------- Edit -------------------------- Got it to work: this ist the configuration for wiki.subdomain.conf: server { listen [::]:443 ssl http2; listen 443 ssl http2; server_name wiki.*; charset utf-8; client_max_body_size 50M; include /config/nginx/ssl.conf; location / { include /config/nginx/proxy.conf; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_next_upstream http_504; resolver 127.0.0.11 valid=30s; set $upstream_app wikijs; set $upstream_port 3000; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } Important: - Do not forget to Update your CNAME at your DNS provider - Enter wiki at the Docker configuration as you can see below.

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.