瀏覽代碼

use gogs rather than git as hostname

Bob Mottram 8 年之前
父節點
當前提交
93688ce482
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      src/freedombone-app-gogs
  2. 1
    1
      src/freedombone-utils-onion

+ 1
- 1
src/freedombone-app-gogs 查看文件

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

+ 1
- 1
src/freedombone-utils-onion 查看文件

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