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.

Tate

Members
  • Joined

  • Last visited

  1. I want to host a little go backend program on my unraid server so I can receive HTTP requests from my contact form on my website and forward them using a Telegram bot. But I have trouble getting the docker-compose configuration right. My unraid server's IP Is 10.14.12.111 and I want the docker image to be on 10.14.12.85 on the "br0" network services: app: build: . ports: - "8080:8080" environment: - TELEGRAM_BOT_TOKEN=my_telegram_bot_token - TELEGRAM_CHAT_ID=my_chat_id - SERVER_HOST=10.14.12.85 I've also tried to set the network to "br0" in the compose file with no success. My Dockerfile: FROM golang:1.22-alpine WORKDIR /app COPY go.mod go.sum ./ RUN go mod download COPY . . RUN go build -o main . ENV TELEGRAM_BOT_TOKEN=my_telegram_bot_token ENV TELEGRAM_CHAT_ID=my_chat_id ENV SERVER_HOST=10.14.12.85 CMD ["./main"] I'm using the Docker Compose Manager plugin by the way if this is relevant.
  2. thanks this works
  3. Anyone knows what causes this problem and how to fix it? My Hardware: Threadripper 2920X ASRock X399 Phantom Gaming 6 (BIOS version 1.3) 64GB non ECC Memory KFA2 NVIDIA GeForce GTX 1660 SUPER 6GB Mellanox CX354A-QCBT ConnectX-3 (Flashed to FCBT) ASUS Hyper M.2 X16 Card V2 (bifurcation activated in BIOS) myserver-diagnostics-20230720-1446.zip

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.