Files
herolib/lib/installers/infra/gitea
Mahmoud Emad 02d4adcff0 refactor: improve gitea installer
- Simplify gitea installer logic.
- Remove unnecessary variables and functions.
- Improve code readability and maintainability.
- Update gitea version to 1.23.3.
- Add default values for GiteaServer fields.
- Remove redundant installer.v and server.v files.
2025-02-12 14:27:18 +00:00
..
...
2025-02-07 06:19:54 +03:00
...
2025-02-07 11:59:52 +03:00
...
2025-02-06 21:09:20 +03:00

gitea

To get started


import freeflowuniverse.herolib.installers.infra.gitea as gitea_installer


//if you want to configure using heroscript
gitea_installer.play(heroscript:'
    !!gitea.configure name:test
        passwd:'something'
        domain: 'docs.info.com'
    ')!

mut installer:= gitea_installer.get(name:'test')!
installer.start()!


this will look for a configured mail & postgresql client both on instance name: "default", change in heroscript if needed

  • postgresql_client_name = "default"
  • mail_client_name = "default"