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.

Genide

Members
  • Joined

  • Last visited

Everything posted by Genide

  1. That did the trick. Removing the port number in lychee.subdomain.conf fixed it. ☺
  2. I'm trying to make my Lychee website open to the public via LetsEncrypt and reverse proxy. I've got the Lychee docker container using port 3080. I've modified the existing lychee.subdomain.conf file to include a port number. server { listen 443 ssl; listen [::]:443 ssl; server_name lychee.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_lychee lychee; proxy_pass http://$upstream_lychee:3080; } } But when I try to access the page, all I get is a 502 error. Does anyone know what is going on?

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.