- 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>
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