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.

paddesb

Members
  • Joined

Solutions

  1. paddesb's post in [solved] setting up a docker from dockerHub (glftpd) on a fresh unraid (6.12.6) install was marked as the answer   
    I was able to solve it by changing the file as follows:
     
    version: '3.9' services: glftpd: image: jonarin/glftpd container_name: FTPd restart: unless-stopped networks: default: ipv4_address: 10.10.099.243 ports: - 23830-23840 environment: - GL_RESET_ARGS=-e - TZ=Europe/Zurich - GL_PORT=23840 volumes: - '/mnt/myshare/ftp/conf:/glftpd/ftp-data' - '/mnt/myshare/ftp/data:/glftpd/site' networks: default: external: true name: bond0  
    It's not pretty but it seems to work. If anyone has a better solution please let me know 🙂

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.