Module gitea

Source
Available on crate feature gitea only.
Expand description

Gitea (self-hosted Git service) testcontainer

Structs§

Gitea
Module to work with Gitea container.

Enums§

GiteaRepo
Defines repository to create during container startup.

Constants§

GITEA_CONFIG_FOLDER
Container folder where configuration and SSL certificates are stored to.
GITEA_DATA_FOLDER
Container folder with git data: repos, DB, etc.
GITEA_DEFAULT_ADMIN_PASSWORD
Default admin password.
GITEA_DEFAULT_ADMIN_USERNAME
Default admin username.
GITEA_HTTP_PORT
Container port for HTTPS/HTTP listener.
GITEA_HTTP_REDIRECT_PORT
Container port for HTTP listener to redirect call to HTTPS port.
GITEA_SSH_PORT
Container port for SSH listener.