]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add examples to URL and TIME_ZONE 2087/head
authorRicks-ha <ricks@ricksha.eu>
Fri, 2 Dec 2022 12:27:57 +0000 (13:27 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2022 12:27:57 +0000 (13:27 +0100)
install-paperless-ngx.sh

index d5266efca5ce39728aa91246fce497cfbf8af437..bbdc6025f0044f89e8f6d5d13110a85550f44685 100755 (executable)
@@ -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"