...
This commit is contained in:
13
examples/installers/gitea.vsh
Executable file
13
examples/installers/gitea.vsh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
|
||||
|
||||
import freeflowuniverse.herolib.installers.gitea
|
||||
|
||||
mut g := gitea.new(
|
||||
passwd: '123'
|
||||
postgresql_path: '/tmp/db'
|
||||
postgresql_reset: true
|
||||
domain: 'git.meet.tf'
|
||||
appname: 'ourworld'
|
||||
)!
|
||||
// postgresql will be same passwd
|
||||
g.restart()!
|
||||
Reference in New Issue
Block a user