Files
herolib/lib/installers/threefold/griddriver
2025-08-29 09:47:54 +02:00
..
2025-03-03 17:32:28 -05:00
...
2025-07-21 06:18:46 +02:00
...
2025-08-29 09:47:54 +02:00
...
2025-08-25 06:09:51 +02:00

griddriver

To use the installer:

import freeflowuniverse.herolib.installers.threefold.griddriver

fn main() {
	mut installer := griddriver.get()!
	installer.install()!
}

example heroscript

!!griddriver.install
    homedir: '/home/user/griddriver'
    username: 'admin'
    password: 'secretpassword'
    title: 'Some Title'
    host: 'localhost'
    port: 8888