fix: Rename freeflowuniverse to incubaid
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module base
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core
|
||||
import os
|
||||
|
||||
@[params]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module base
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook
|
||||
import incubaid.herolib.ui.console
|
||||
|
||||
pub fn play(mut plbook playbook.PlayBook) ! {
|
||||
if plbook.exists(filter: 'base.install') {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module base
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.core
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.core
|
||||
import time
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module cometbft
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.osal.systemd
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.lang.python
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.osal.systemd
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.lang.python
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module cometbft
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module cometbft
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import os
|
||||
|
||||
pub const version = '0.0.0'
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# cometbft
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.db.cometbft as cometbft_installer
|
||||
import incubaid.herolib.installers.db.cometbft as cometbft_installer
|
||||
|
||||
heroscript:="
|
||||
!!cometbft.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ cometbft_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module meilisearch_installer
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.core.httpconnection
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.core.httpconnection
|
||||
import incubaid.herolib.core.texttools
|
||||
import os
|
||||
import rand
|
||||
import json
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module meilisearch_installer
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module meilisearch_installer
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '1.11.3'
|
||||
const singleton = false
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# meilisearch
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.db.meilisearch as meilisearchinstaller
|
||||
import incubaid.herolib.installers.db.meilisearch as meilisearchinstaller
|
||||
|
||||
heroscript:="
|
||||
!!meilisearch.configure name:'test'
|
||||
@@ -39,5 +37,3 @@ meilisearchinstaller.play(heroscript=heroscript)!
|
||||
production: 0
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module postgresql
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.installers.virt.podman as podman_installer
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.installers.virt.podman as podman_installer
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module postgresql
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module postgresql
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '0.0.0'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
# postgresql
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something. postgresql
|
||||
import incubaid.herolib.installers.something. postgresql
|
||||
|
||||
mut installer:= postgresql.get()!
|
||||
|
||||
@@ -21,7 +19,6 @@ installer.start()!
|
||||
|
||||
## example heroscript
|
||||
|
||||
|
||||
```hero
|
||||
!!postgresql.install
|
||||
homedir: '/home/user/postgresql'
|
||||
@@ -32,5 +29,3 @@ installer.start()!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module qdrant_installer
|
||||
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module qdrant_installer
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module qdrant_installer
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import incubaid.herolib.core.pathlib
|
||||
import os
|
||||
|
||||
pub const version = '1.13.4'
|
||||
|
||||
@@ -6,7 +6,7 @@ To get started
|
||||
|
||||
```v
|
||||
|
||||
import freeflowuniverse.herolib.installers.db.qdrant_installer
|
||||
import incubaid.herolib.installers.db.qdrant_installer
|
||||
|
||||
heroscript:="
|
||||
!!qdrant.configure name:'test'
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
module zerodb
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
import freeflowuniverse.herolib.crypt.secrets
|
||||
import freeflowuniverse.herolib.clients.zerodb_client
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.develop.gittools
|
||||
import incubaid.herolib.installers.base
|
||||
import incubaid.herolib.crypt.secrets
|
||||
import incubaid.herolib.clients.zerodb_client
|
||||
import crypto.md5
|
||||
import rand
|
||||
import os
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module zerodb
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module zerodb
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import os
|
||||
import rand
|
||||
import crypto.md5
|
||||
import freeflowuniverse.herolib.crypt.secrets
|
||||
import incubaid.herolib.crypt.secrets
|
||||
|
||||
pub const version = '2.0.7'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module rfs
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
import freeflowuniverse.herolib.installers.zinit
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.develop.gittools
|
||||
import incubaid.herolib.installers.zinit
|
||||
import incubaid.herolib.ui.console
|
||||
|
||||
pub fn install_() ! {
|
||||
rust.install()!
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module zerofs
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.osal.systemd
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.lang.python
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.osal.systemd
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.lang.python
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module zerofs
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module zerofs
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import os
|
||||
|
||||
pub const version = '0.0.0'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module chrome
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import os
|
||||
|
||||
@[params]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module vscode
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import os
|
||||
|
||||
@[params]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module coredns
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.core.httpconnection
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.develop.gittools
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.core.httpconnection
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module coredns
|
||||
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.develop.gittools
|
||||
import os
|
||||
|
||||
pub fn configure() ! {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module coredns
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -2,7 +2,7 @@ module coredns
|
||||
|
||||
import os
|
||||
import net
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.ui.console
|
||||
|
||||
fn is_systemd_resolved_active() bool {
|
||||
result := os.execute('systemctl is-active systemd-resolved')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module coredns
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import os
|
||||
|
||||
pub const version = '1.12.0'
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module gitea
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import os
|
||||
|
||||
fn installed() !bool {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module gitea
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
module gitea
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import os
|
||||
import freeflowuniverse.herolib.clients.mailclient
|
||||
import freeflowuniverse.herolib.clients.postgresql_client
|
||||
import incubaid.herolib.clients.mailclient
|
||||
import incubaid.herolib.clients.postgresql_client
|
||||
import rand
|
||||
|
||||
pub const version = '1.24.5'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module gitea
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.installers.infra.gitea { install }
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.installers.infra.gitea { install }
|
||||
|
||||
pub fn play(mut plbook PlayBook) ! {
|
||||
if !plbook.exists(filter: 'gitea.') {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module livekit
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.installers.ulist
|
||||
import net.http
|
||||
import json
|
||||
import os
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module livekit
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module livekit
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.ui.console
|
||||
import os
|
||||
|
||||
pub const version = '1.9.0'
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
module zinit_installer
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.osal.systemd
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.develop.gittools
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.osal.systemd
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module zinit_installer
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module zinit_installer
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '0.2.27'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
module installers
|
||||
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
// import freeflowuniverse.herolib.installers.develapps.vscode
|
||||
// import freeflowuniverse.herolib.installers.develapps.chrome
|
||||
// import freeflowuniverse.herolib.installers.virt.podman as podman_installer
|
||||
// import freeflowuniverse.herolib.installers.virt.buildah as buildah_installer
|
||||
// import freeflowuniverse.herolib.installers.virt.lima
|
||||
// import freeflowuniverse.herolib.installers.net.mycelium
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.installers.lang.vlang
|
||||
import freeflowuniverse.herolib.installers.lang.herolib
|
||||
import freeflowuniverse.herolib.installers.lang.nodejs
|
||||
import freeflowuniverse.herolib.installers.lang.python
|
||||
// import freeflowuniverse.herolib.installers.web.zola
|
||||
// import freeflowuniverse.herolib.installers.web.tailwind
|
||||
// import freeflowuniverse.herolib.installers.hero.heroweb
|
||||
// import freeflowuniverse.herolib.installers.hero.herodev
|
||||
// import freeflowuniverse.herolib.installers.sysadmintools.daguserver
|
||||
import freeflowuniverse.herolib.installers.sysadmintools.rclone
|
||||
// import freeflowuniverse.herolib.installers.sysadmintools.prometheus
|
||||
// import freeflowuniverse.herolib.installers.sysadmintools.grafana
|
||||
// import freeflowuniverse.herolib.installers.sysadmintools.fungistor
|
||||
// import freeflowuniverse.herolib.installers.sysadmintools.garage_s3
|
||||
import freeflowuniverse.herolib.installers.infra.zinit_installer
|
||||
import incubaid.herolib.installers.base
|
||||
// import incubaid.herolib.installers.develapps.vscode
|
||||
// import incubaid.herolib.installers.develapps.chrome
|
||||
// import incubaid.herolib.installers.virt.podman as podman_installer
|
||||
// import incubaid.herolib.installers.virt.buildah as buildah_installer
|
||||
// import incubaid.herolib.installers.virt.lima
|
||||
// import incubaid.herolib.installers.net.mycelium
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.vlang
|
||||
import incubaid.herolib.installers.lang.herolib
|
||||
import incubaid.herolib.installers.lang.nodejs
|
||||
import incubaid.herolib.installers.lang.python
|
||||
// import incubaid.herolib.installers.web.zola
|
||||
// import incubaid.herolib.installers.web.tailwind
|
||||
// import incubaid.herolib.installers.hero.heroweb
|
||||
// import incubaid.herolib.installers.hero.herodev
|
||||
// import incubaid.herolib.installers.sysadmintools.daguserver
|
||||
import incubaid.herolib.installers.sysadmintools.rclone
|
||||
// import incubaid.herolib.installers.sysadmintools.prometheus
|
||||
// import incubaid.herolib.installers.sysadmintools.grafana
|
||||
// import incubaid.herolib.installers.sysadmintools.fungistor
|
||||
// import incubaid.herolib.installers.sysadmintools.garage_s3
|
||||
import incubaid.herolib.installers.infra.zinit_installer
|
||||
|
||||
@[params]
|
||||
pub struct InstallArgs {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module golang
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.installers.base
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module golang
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
golang_global map[string]&GolangInstaller
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module golang
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '1.23.6'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# golang
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
|
||||
mut installer:= golang.get()!
|
||||
|
||||
@@ -15,4 +13,3 @@ mut installer:= golang.get()!
|
||||
installer.install()!
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module herolib
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
import freeflowuniverse.herolib.installers.lang.vlang
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.installers.base
|
||||
import incubaid.herolib.installers.lang.vlang
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.develop.gittools
|
||||
import os
|
||||
// install herolib will return true if it was already installed
|
||||
|
||||
@@ -40,7 +40,7 @@ fn install_(args InstallArgs) ! {
|
||||
// mut repo2 := gs.get_repo(
|
||||
// pull: args.git_pull
|
||||
// reset: args.git_reset
|
||||
// url: 'https://github.com/freeflowuniverse/webcomponents/tree/main/webcomponents'
|
||||
// url: 'https://github.com/incubaid/webcomponents/tree/main/webcomponents'
|
||||
// )!
|
||||
|
||||
mut path1 := repo.path()
|
||||
@@ -49,7 +49,7 @@ fn install_(args InstallArgs) ! {
|
||||
mut path1p := pathlib.get_dir(path: path1, create: false)!
|
||||
// mut path2p := pathlib.get_dir(path: path2, create: false)!
|
||||
path1p.link('${os.home_dir()}/.vmodules/incubaid/herolib', true)!
|
||||
// path2p.link('${os.home_dir()}/.vmodules/freeflowuniverse/webcomponents', true)!
|
||||
// path2p.link('${os.home_dir()}/.vmodules/incubaid/webcomponents', true)!
|
||||
|
||||
// hero_compile()!
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module herolib
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook
|
||||
import incubaid.herolib.ui.console
|
||||
|
||||
pub fn play(mut plbook playbook.PlayBook) ! {
|
||||
if !plbook.exists(filter: 'herolib.') {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module nodejs
|
||||
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module nodejs
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
nodejs_global map[string]&NodeJS
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module nodejs
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '9.15.2'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# nodejs
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.nodejs as nodejs_installer
|
||||
import incubaid.herolib.installers.something.nodejs as nodejs_installer
|
||||
|
||||
heroscript:="
|
||||
!!nodejs.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ nodejs_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module python
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.installers.base
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.core.texttools
|
||||
import os
|
||||
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module python
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
python_global map[string]&PythonInstaller
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module python
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '0.8.11'
|
||||
const singleton = false
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# python
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.python as python_installer
|
||||
import incubaid.herolib.installers.something.python as python_installer
|
||||
|
||||
heroscript:="
|
||||
!!python.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ python_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# rust
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.rust as rust_installer
|
||||
import incubaid.herolib.installers.something.rust as rust_installer
|
||||
|
||||
heroscript:="
|
||||
!!rust.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ rust_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
module rust
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.installers.base
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module rust
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
rust_global map[string]&RustInstaller
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module rust
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import os
|
||||
|
||||
pub const version = '1.83.0'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module vlang
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook
|
||||
import incubaid.herolib.ui.console
|
||||
|
||||
pub fn play(mut plbook playbook.PlayBook) ! {
|
||||
if plbook.exists(filter: 'vlang.install') {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module vlang
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import os
|
||||
// import freeflowuniverse.herolib.sysadmin.downloader
|
||||
// import incubaid.herolib.sysadmin.downloader
|
||||
|
||||
pub fn v_analyzer_install(args_ InstallArgs) ! {
|
||||
mut args := args_
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
module vlang
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.ui.console
|
||||
import os
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
// import freeflowuniverse.herolib.sysadmin.downloader
|
||||
import incubaid.herolib.installers.base
|
||||
import incubaid.herolib.develop.gittools
|
||||
// import incubaid.herolib.sysadmin.downloader
|
||||
|
||||
pub fn install(args_ InstallArgs) ! {
|
||||
mut args := args_
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module mycelium_installer
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.clients.mycelium
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.clients.mycelium
|
||||
import incubaid.herolib.develop.gittools
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module mycelium_installer
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module mycelium_installer
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import freeflowuniverse.herolib.osal.tun
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import incubaid.herolib.osal.tun
|
||||
|
||||
pub const version = '0.6.1'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# wireguard
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.wireguard as wireguard_installer
|
||||
import incubaid.herolib.installers.something.wireguard as wireguard_installer
|
||||
|
||||
heroscript:="
|
||||
!!wireguard.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ wireguard_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module wireguard_installer
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core
|
||||
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module wireguard_installer
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
wireguard_installer_global map[string]&WireGuard
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module wireguard_installer
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '1.14.3'
|
||||
const singleton = false
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# yggdrasil
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.yggdrasil as yggdrasil_installer
|
||||
import incubaid.herolib.installers.something.yggdrasil as yggdrasil_installer
|
||||
|
||||
heroscript:="
|
||||
!!yggdrasil.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ yggdrasil_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module yggdrasil
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.osal.screen
|
||||
import freeflowuniverse.herolib.ui
|
||||
import freeflowuniverse.herolib.develop.gittools
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.osal.screen
|
||||
import incubaid.herolib.ui
|
||||
import incubaid.herolib.develop.gittools
|
||||
import os
|
||||
import time
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module yggdrasil
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.osal.systemd
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.lang.python
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.osal.systemd
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.lang.python
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module yggdrasil
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module yggdrasil
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import os
|
||||
|
||||
pub const version = '0.0.0'
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module actrunner
|
||||
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module actrunner
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module actrunner
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '0.2.11'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module b2
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.lang.python
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.lang.python
|
||||
import os
|
||||
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module b2
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
b2_global map[string]&BackBase
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module b2
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '4.3.0'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# b2
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.b2 as b2_installer
|
||||
import incubaid.herolib.installers.something.b2 as b2_installer
|
||||
|
||||
heroscript:="
|
||||
!!b2.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ b2_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module fungistor
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import os
|
||||
|
||||
pub fn installl(args_ InstallArgs) ! {
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module fungistor
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.osal.systemd
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.lang.python
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.osal.systemd
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.lang.python
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module fungistor
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module fungistor
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import os
|
||||
|
||||
pub const version = '0.0.0'
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# fungistor
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.fungistor as fungistor_installer
|
||||
import incubaid.herolib.installers.something.fungistor as fungistor_installer
|
||||
|
||||
heroscript:="
|
||||
!!fungistor.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ fungistor_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
module garage_s3
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.libarchive.zinit as zinit_lib
|
||||
import freeflowuniverse.herolib.core.httpconnection
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.libarchive.zinit as zinit_lib
|
||||
import incubaid.herolib.core.httpconnection
|
||||
import os
|
||||
import json
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module garage_s3
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
module garage_s3
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.pathlib
|
||||
import rand
|
||||
|
||||
pub const version = '1.0.1'
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
# garage_s3
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something. garage_s3
|
||||
import incubaid.herolib.installers.something. garage_s3
|
||||
|
||||
mut installer:= garage_s3.get()!
|
||||
|
||||
@@ -21,7 +19,6 @@ installer.start()!
|
||||
|
||||
## example heroscript
|
||||
|
||||
|
||||
```hero
|
||||
!!garage_s3.install
|
||||
homedir: '/home/user/garage_s3'
|
||||
@@ -32,5 +29,3 @@ installer.start()!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
module grafana
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.core.httpconnection
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.core.httpconnection
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import os
|
||||
import time
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module grafana
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.osal.systemd
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.lang.python
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.osal.systemd
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.lang.python
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module grafana
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module grafana
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import os
|
||||
|
||||
pub const version = '0.0.0'
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# grafana
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.grafana as grafana_installer
|
||||
import incubaid.herolib.installers.something.grafana as grafana_installer
|
||||
|
||||
heroscript:="
|
||||
!!grafana.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ grafana_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
module prometheus
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.core.httpconnection
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.core.httpconnection
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import os
|
||||
import time
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module prometheus
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.core.httpconnection
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.core.httpconnection
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import os
|
||||
import time
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user