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.

t0mi

Members
  • Joined

  • Last visited

Solutions

  1. okay after investigation i found out i pointed the mariadb config and data folders to /mnt/nvme and not /mnt/nvmepool so files were written in RAM, yeah i never rebootet... after update all gone... this was a stupid mistake because the backup script only backup'd the normal /mnt/user/appdata and /mnt/nvmepool/appdata
  2. t0mi's post in user for docker container restarts was marked as the answer   
    Hello, i searched for the exact same (im running a gameserver docker for my friends and sometimes the server have to be restarted)
    Im also hosting nextcloud so i created a user for them where if they need to restart they just create the file restart.txt
     
    the script:
    #!/bin/bash # Name of the Docker container CONTAINER_NAME="CoreKeeper" # Path to the watch file RESTART_FILE="/mnt/nvmepool/appdata/nextcloud/data/corekeeper/files/restart.txt" # Infinite loop to check for the file while true; do if [ -f "$RESTART_FILE" ]; then echo "File $RESTART_FILE found. Restarting the Docker container..." # Restart the Docker container docker restart $CONTAINER_NAME # Delete the file to reset the process rm -f "$RESTART_FILE" echo "Docker container has been restarted and the file has been deleted." fi # Wait for 60 seconds before checking again sleep 60 done  
    UPDATE: do it as userscript in settings and forget that below
     
     
     
    In Unraid you open the console and create the restartdockercontainer.sh
     
    Create new file and paste the code inside
    nano restartdockercontainer.sh  
    CTRL+X and save it with Y
     
    use following command so the script can be executed
    chmod +x restartdockercontainer.sh  
     
    you then can run it with 
    nohup ./restartdockercontainer.sh &  
    if you restart your unraid maschine u would need to start it again, 
     
    you can check if it is running with command
    ps  
    and kill it with
    kill <id>  

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.