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.

nikky

Members
  • Joined

  • Last visited

  1. No i wasn't Now the error is fixed. I have attached a sample .yml file for reference below - -- version: "3" services: mysql: image: linuxserver/mariadb container_name: snipe_mysql restart: always volumes: - /var/lib/mysql:/config environment: - PUID=1000 - PGID=1000 - TZ=Asia/Kolkata - MYSQL_ROOT_PASSWORD=test123 - MYSQL_USER=snipe - MYSQL_PASSWORD=test123 - MYSQL_DATABASE=snipe snipeit: image: linuxserver/snipe-it:latest container_name: snipe-it restart: always depends_on: - mysql volumes: - /var/lib/snipeit:/config environment: - NGINX_APP_URL=127.0.0.1:8080 - MYSQL_PORT_3306_TCP_ADDR=mysql - MYSQL_PORT_3306_TCP_PORT=3306 - MYSQL_DATABASE=snipe - MYSQL_USER=snipe - MYSQL_PASSWORD=test123 - PGID=1000 - PUID=1000 - [email protected] - MAIL_ENV_FROM_NAME=Abc - MAIL_ENV_ENCRYPTION=tcp - MAIL_ENV_USERNAME=abc - MAIL_ENV_PASSWORD=test123 - APP_ENV=production - APP_DEBUG=false - APP_KEY=base64:<later> - APP_URL=http://127.0.0.1:8080 - APP_TIMEZONE=Asia/Kolkata - APP_LOCALE=en ports: - "8080:80"
  2. MYSQL_PORT_3306_TCP_ADDR'='192.168.0.24' try changing this to - MYSQL_PORT_3306_TCP_ADDR'='mysql'
  3. could you please show a snippet of your compose file?

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.