mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Add examples to URL and TIME_ZONE
This commit is contained in:
parent
58a01a57ee
commit
a96ecd673b
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ echo "============================"
|
|||
echo ""
|
||||
echo "The URL paperless will be available at. This is required if the"
|
||||
echo "installation will be accessible via the web, otherwise can be left blank."
|
||||
echo "Example: https://paperless.example.com"
|
||||
echo ""
|
||||
|
||||
ask "URL" ""
|
||||
|
|
@ -112,6 +113,8 @@ echo ""
|
|||
echo "Paperless requires you to configure the current time zone correctly."
|
||||
echo "Otherwise, the dates of your documents may appear off by one day,"
|
||||
echo "depending on where you are on earth."
|
||||
echo "Example: Europe/Berlin"
|
||||
echo "See here for a list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones"
|
||||
echo ""
|
||||
|
||||
ask "Current time zone" "$default_time_zone"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue