Files
herolib/lib/installers/threefold/griddriver/readme.md
2025-10-12 12:30:19 +03:00

384 B

griddriver

To use the installer:

import incubaid.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