This commit is contained in:
2024-12-30 08:01:17 +01:00
parent dfafeecf2c
commit 7894f7d420
218 changed files with 8981 additions and 20 deletions

13
examples/installers/gitea.vsh Executable file
View 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()!