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.

fhahn

Members
  • Joined

  • Last visited

  1. It now looks to be working. I took one of the sample subdomain.conf files and copied it and named it after the VM that I have setup. I modified these lines: set $upstream_app 192.168.100.8; <-- IP address of the VM set $upstream_port 443; <-- Port that I want to forward to Apache on the VM set $upstream_proto https; 90% of my site now works. I have a couple of web pages that revert from https://www.example.com to https://example.com when I click on them but that may be a configuration error on my part. I need to investigate further. My last question is can I only do a reverse proxy on subdomains? For example, www.example.com? Or can I make it also work for just example.com? I was going to try and modify this line from this: server_name www.*; to this: server_name www.*,example.com; Thanks. Frank Hahn
  2. There is a default file found here: /mnt/user/appdata/letsencrypt/nginx/site-confs/default It has the variable proxy_pass but it is commented out. There is also a proxy_pass statement in each of the individual *.subdomain.conf.sample files found here: /mnt/user/appdata/letsencrypt/nginx/proxy-confs/ Do I modify each of the ones that I have setup? Presently, I have these configured: deluge.subdomain.conf jellyfin.subdomain.conf nzbhydra.subdomain.conf sonarr.subdomain.conf Each of these have the proxy_pass statement which looks like this: proxy_pass $upstream_proto://$upstream_app:$upstream_port; So I should edit each of the above files with something like this: proxy_pass 192.168.100.20:8080; Frank Hahn
  3. I have two Unraid servers. On server one, I have several virtual machines (VMs) running Ubuntu. In one of these, I have Apache and several applications running. On server two, I have several dockers running. These are the typical dockers like Sonarr, Deluge, etc. I also just installed the linuxserver/letsencrypt docker as a reverse proxy. The dockers that I have configured to use the reverse proxy are working as expected. I followed the directions in the video by SpaceInvader. What I would like to do is use this same Letsencrypt docker for my VMs on Unraid server one. I am guessing that I will need to create a new proxy.conf file but have not found anything online that points me to what I should include in that file. Thanks for any help. Frank Hahn

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.