use gogs rather than git as hostname

This commit is contained in:
Bob Mottram 2016-10-19 21:17:25 +01:00
parent cf9e60ad47
commit 93688ce482
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ gogs_variables=(ONION_ONLY
function install_interactive_gogs {
if [[ $ONION_ONLY != "no" ]]; then
GIT_DOMAIN_NAME='git.local'
GIT_DOMAIN_NAME='gogs.local'
write_config_param "GIT_DOMAIN_NAME" "$GIT_DOMAIN_NAME"
else
function_check interactive_site_details

View File

@ -138,7 +138,7 @@ function set_default_onion_domains {
HTMLY_DOMAIN_NAME='htmly.local'
DOKUWIKI_DOMAIN_NAME='dokuwiki.local'
DEFAULT_DOMAIN_NAME="${PROJECT_NAME}.local"
GIT_DOMAIN_NAME='git.local'
GIT_DOMAIN_NAME='gogs.local'
MEDIAGOBLIN_DOMAIN_NAME='media.local'
}