Files
herolib/lib/installers/infra/gitea
Mahmoud Emad de7c3ad36c fix: improve gitea installation
- Replace `osal.cmd_add` with explicit `cp` and `chmod`
- commands for more robust installation.
- This ensures gitea is correctly added to the path and
- made executable, providing better error handling.

Co-authored-by: mariobassem12 <mariobassem12@gmail.com>
2025-01-08 14:22:34 +02:00
..
2025-01-08 12:26:03 +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