Clearer language to avoid misinterpretation
This commit is contained in:
parent
b9d7737728
commit
34ba2669ba
|
@ -6762,7 +6762,7 @@ function install_gogs {
|
|||
echo "DOMAIN = $GIT_DOMAIN_NAME" >> /home/$MY_USERNAME/README
|
||||
echo "ROOT_URL = https://$GIT_DOMAIN_NAME/" >> /home/$MY_USERNAME/README
|
||||
echo '' >> /home/$MY_USERNAME/README
|
||||
echo "Note that there's a security compromise here." >> /home/$MY_USERNAME/README
|
||||
echo "Note that there's a usability/security trade-off made here." >> /home/$MY_USERNAME/README
|
||||
echo "In order to allow git clone via http we don't redirect everything" >> /home/$MY_USERNAME/README
|
||||
echo 'over https. Instead only critical things such as user login,' >> /home/$MY_USERNAME/README
|
||||
echo 'settings and admin are encrypted.' >> /home/$MY_USERNAME/README
|
||||
|
|
Loading…
Reference in New Issue