- Updated PostgreSQL installer to use volume path instead of server path. - Updated connection string to include user, password, host, and port. - Updated import statements to use herolib instead of crystallib. - Updated readme files to reflect changes. Co-authored-by: mariobeh <mariobassem12@gmail.com>
359 B
359 B
gitea
To get started
import freeflowuniverse.herolib.installers.something. gitea
mut installer:= gitea.get()!
installer.start()!
example heroscript
!!gitea.install
homedir: '/home/user/gitea'
username: 'admin'
password: 'secretpassword'
title: 'Some Title'
host: 'localhost'
port: 8888