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.

Legionofone

Members
  • Joined

  • Last visited

  1. I wrote a quick bash script to update the server, it checks the logs from the last reboot and finds the version then checks steamcmd for the latest version. If the SteamCMD is higher it reboots the docker. Use at your own risk. #!/bin/bash current_version=$( docker exec Valheim cat /serverdata/serverfiles/Steam/logs/content_log.txt | grep BuildID | tail -1 | sed "s/^.\+BuildID \([0-9]\+\).*/\1/"| xargs printf '%d' ) new_version=$( curl -s -N -X GET 'https://api.steamcmd.net/v1/info/896660' | jq '.data."896660".depots.branches.public.buildid'| xargs printf '%d' ) if (( $current_version<$new_version )) then docker restart Valheim else echo "Nothing to do here boss" fi I set it up to run hourly in the user scripts plugin. If anyone knows a better way to write this please do, I am a bash newbie.

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.