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.

kwiksilver

Members
  • Joined

  • Last visited

  1. They changed the name again. It's now OpenClaw. Time to update the thread title again. https://github.com/openclaw/openclaw
  2. Thanks for this post. I was able to dump my database ~2.1GB, running on Postgres 11 and migrate the data to Postgres 17. I didn't have to drop or reinitialize anything though. My old db was named teslamate, and so was the new one. I kept the username and passwords the same between the two databases and it just worked. My process was : Start PG11 docker run pg_dump (keeping in mind the last "postgres" in the command is the name of the database, so I changed it to "teslamate" in my case.) Stop PG11 docker Create PG 17 docker and set the default db to 'teslamate' as well as the username/pw the same as my pg11 docker. Look at the logs and make sure it created the db. Stop PG17 docker. Copy the teslamate.bck to the appdata for the new db. Start PG17 docker again. run the psql command the import the teslamate.bck file. Start teslamate, verify it works. Start grafana and verify old data is still there. Everything went off without a hitch, so thanks for helping me to drag myself into a much more supported database version.
  3. If anyone is having trouble getting this going again, there is a new variable called MY_SECRET_TOKEN that must be added to your template or the container won't start. You can see that in the .env file for the docker compose for this container. https://github.com/glanceapp/docker-compose-template/blob/main/root/.env I also added the /app/assets folder where you can optionally add a user.css folder to customize the look more.
  4. Unraid uses the root user. There should be no reason for sudo in your commands.
  5. I've been using unraid since the days of 4.7. I'd love to put a case badge on my machine in my rack.

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.