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.

autostart a encrypted unraid system from webhost?

Featured Replies

I'm trying to setup a autostart encrypted unraid system. I was using space invaders video on how to do so but it seems to not work on the current unraid version. I think all i have to do is make a file called keyfile with my password inside it then upload it to my domain.com and add a line to the go file on the USB Flash drive. Can anyone tell me if this will work? Spaceinvader says it will load into the ram so anytime you power off it's gone.

 

wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile

Edited by david97

5 minutes ago, david97 said:

I'm trying to setup a autostart encrypted unraid system. I was using space invaders video on how to do so but it seems to not work on the current unraid version. I think all i have to do is make a file called keyfile with my password inside it then upload it to my domain.com and add a line to the go file on the USB Flash drive. Can anyone tell me if this will work? Spaceinvader says it will load into the ram so anytime you power off it's gone.

 

wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile

Have you put this into the go fi!e before the emhttp start.

 

/boot/config/go

Edited by SimonF

  • Author

How do i access my flash drive without putting it into another PC?

6 minutes ago, david97 said:

How do i access my flash drive without putting it into another PC?

open term

 

cd /boot/config

nano go

 

image.thumb.png.dfd28e2fa22d8584c19ca7322c4f857e.png

 

root@Tower:~# cat /boot/config/go
#!/bin/bash
# Start the Management Utility
wget --ftps-implicit --user=pi  --password='x' ftp://x/files/keyfile -O /root/keyfile

/usr/local/sbin/emhttp &

root@Tower:~# 

 

  • Author

I know very little about command line. My go file contains this as stock.

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
 

 

I modify my go file like this?

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &

wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile

 

 

What file extension should the keyfile be? I'm using notepad ++

 

Thanks for the help!

Edited by david97

23 minutes ago, david97 said:

I know very little about command line. My go file contains this as stock.

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
 

 

I modify my go file like this?

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &

wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile

 

 

What file extension should the keyfile be? I'm using notepad ++

 

Thanks for the help!

No extension, you need to put the wget before the emhttp line as that is the line that starts the GUI.

  • Author

Like so?

 

 

#!/bin/bash
# Start the Management Utility

wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile
/usr/local/sbin/emhttp &

 

25 minutes ago, david97 said:

Like so?

 

 

#!/bin/bash
# Start the Management Utility

wget --ftps-implicit --user=myusername--password='1234' ftp://mydomain/keyfile -0 /root/keyfile
/usr/local/sbin/emhttp &

 

Yes

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.