add some more info and fix typos (#1888)

This commit is contained in:
Daniel Hansson 2021-03-12 02:27:08 +01:00 committed by GitHub
parent b0c9131938
commit 14794ca185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 9 deletions

View File

@ -198,7 +198,7 @@ PR's are more than welcome. Happy Nextclouding!
- Make Adminer work on HTTP/2
- Introduce fetch_lib and chain libaries - this is now the new way of fetching the libs
- Add more menu scripts
- Add more Yes/No boxes and fix occurances where the text wasn't shown due to print_text_in_color
- Add more Yes/No boxes and fix occurrences where the text wasn't shown due to print_text_in_color
- Standardize Whiptails even more
- Change to TLS1.2 all over
- Make functions out of all special variables

View File

@ -42,9 +42,9 @@ msg_box "You will now be prompted to enter an email address. It's very important
Every 6 months you will get an email asking you to confirm your domain. If you don't react within a few weeks, your domain will be destroyed!"
msg_box "Please note: If you already created an account with deSEC you can't use the same email adress in this script as you won't get an email with a captcha. In that case, please use your already existing account to setup your domain at the deSEC website.
msg_box "Please note: If you already created an account with deSEC you can't use the same email address in this script as you won't get an email with a captcha. In that case, please use your already existing account to setup your domain at the deSEC website.
Another option is to use another email address in this setup, and then email the deSEC suport that you want to merge your two accounts together, or delete the first one.
Another option is to use another email address in this setup, and then email the deSEC support that you want to merge your two accounts together, or delete the first one.
In other words, the email address used in this script has to be uniqe, and can not be registred with deSEC since before."
@ -81,6 +81,7 @@ do
fi
else
break
msg_box "$DEDYNDOMAIN was successfully setup with deSEC! Now please continue with the DDNS and TLS setup for the domain."
fi
done

View File

@ -238,7 +238,7 @@ fi
msg_box "In the last step you can define a specific Nextcloud user for \
which will be the user that runs the Preview Generation.
The default behaviour (just hit [ENTER]) is to run with the \
The default behavior (just hit [ENTER]) is to run with the \
system user 'www-data' which will generate previews for all users.
If you on the other hand choose to use a specific user, previews will ONLY be generated for that specific user."

View File

@ -14,10 +14,10 @@ Thank you!
2.
3.
## Expected behaviour
## Expected behavior
Tell us what should happen
## Actual behaviour
## Actual behavior
Tell us what happens instead
## Server configuration

View File

@ -48,7 +48,7 @@ case "$choice" in
other users appear in a folder named 'Shared' in the Nextcloud GUI.
If you don't enable this option, all shares will appear directly in \
the Nextcloud GUI root folder, which is the default behaviour." "$SUBTITLE"
the Nextcloud GUI root folder, which is the default behavior." "$SUBTITLE"
if yesno_box_yes "Do you want to enable this option?" "$SUBTITLE"
then
nextcloud_occ config:system:set share_folder --value="/Shared"

View File

@ -48,7 +48,7 @@ choice=$(whiptail --title "$TITLE" --checklist \
$CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"Static IP" "(Set static IP in Ubuntu with netplan.io)" OFF \
"Security" "(Add extra security based on this http://goo.gl/gEJHi7)" OFF \
"deSEC" "(Automatically get a domain from desec.io, configure ddclient and activate TLS)" "$STARTUP_SWITCH" \
"deSEC" "(Automatically setup a dedyn.io domain, together with DDNS and TLS)" "$STARTUP_SWITCH" \
"DDclient Configuration" "(Use ddclient for automatic DDNS updates)" OFF \
"Activate TLS" "(Enable HTTPS with Let's Encrypt)" "$ACTIVATE_TLS_SWITCH" \
"GeoBlock" "(Only allow certain countries to access your server)" OFF \

View File

@ -15,7 +15,7 @@ debug_mode
# Update the lib once during the startup script
# TODO: delete this again e.g. with NC 20.0.1
# download_script GITHUB_REPO lib #### removed in 21.0.0, delete it completley in a later version
# download_script GITHUB_REPO lib #### removed in 21.0.0, delete it completely in a later version
# Must be root
root_check