Files
herolib/lib/installers/infra/gitea
2025-01-08 21:22:49 +02:00
..
2025-01-08 21:22:49 +02:00
2025-01-08 21:22:49 +02:00
2025-01-08 12:26:03 +02:00
2025-01-08 21:22:49 +02:00

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