Files
herolib/lib/installers/infra/gitea/readme.md
Mahmoud Emad 5c0acf5678 refactor: Update PostgreSQL installer
- 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>
2025-01-06 13:38:47 +02:00

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