Files
herolib/lib/installers/infra/gitea
Mahmoud Emad 7086a76a69 refactor: Simplify Gitea installer
- Remove unnecessary and incomplete code in `gitea_actions.v`.
- Simplify the `upload`, `startupcmd`, and `running` functions.
- Use a temporary file for the Gitea configuration.
- Implement a simpler health check using `curl`.

Co-authored-by: mariobassem12 <mariobassem12@gmail.com>
2025-01-08 13:41:24 +02:00
..
2025-01-08 12:26:03 +02:00
2025-01-08 12:26:03 +02:00
2025-01-08 12:26:03 +02:00
2025-01-08 11:43:01 +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