Gitea¶
Gitea is a Git hosting platform.
Access¶
It is available at https://{% if gitea.domain %}{{ gitea.domain }}{% else %}{{ gitea.subdomain + "." + domain }}{% endif %}/ or http://{% if gitea.domain %}{{ gitea.domain }}{% else %}{{ gitea.subdomain + "." + domain }}{% endif %}/
{% if enable_tor %} It is also available via Tor at http://{{ gitea.subdomain + "." + tor_domain }}/ {% endif %}
MariaDB¶
{% if gitea.use_mariadb %} - Defaults true - False allows for SQLite option without database in separate container {% endif %}
SSH Port¶
{{ gitea.gitea_ssh_port }} - defaults to 222, can be adjusted - Default is 222 - Adjust in settings/config.yml
Last update: May 5, 2020