the current proxy target IP address is probably only working for a
single developer at a time. this change introduces a vite.user.ts, which
is ingored by GIT, and which can define a proxy_target that works for
the respective developer.
this does not change the default behavior, as the fallback value is
still the old IP address. if the new vite.user.ts file does not exist,
or if it does not export proxy_target, the fallback value is used.
file vite.config.ts adds an example in a comment of how to bootstrap a
vite.user.ts.
Make the administrative accesspoint timeout configurable. The default
value is 3 minutes, values from 0-99999 are possible, where 0 means
infinite (no timeout).
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
* added new card to LiveView page with chart for last 25 hours
* fixed formatting of the DatabaseChart
* fixed delayed load of google libraries after page refresh
* GChart
* Delete database.png
* removed serial number from screenshot
* use vue-google-charts wrapper
* fixed wromg position of chart
* updated screenshot
* updated webapp
* added calendar chart
* added calendar chart
* updated screenshot
* used new interface
* Fixed problem that charts are not shown after page refresh.
* made Vue compile
* changed chart options
* fixed height
* updated webapp
* changed chart options
* updated webapp
* updated Webapp and screenshot
* new screenshot
* create database when it does not exist
* fixed name of days in calendar chart
* added debug messages
* added more debugging messages
* hooked to LiveView instead of MQTT
* moved loop handler
* fixed time handling
* fixed first datapoint
* fix hanging of GUI
* updated Webapp
* some cosmetic changes
* updated Webapp
* used chunked data transfer
* used chunked data transfer
* fixed loading flag
* removed lambda function
* RaBa
* fixed chart refresh after reload
* fixed wrong time for first database entry on a day
* added autorefresh every hour
* optimized autorefresh
* fixed formatting of card
* html change
* fixed date comparison
* new screenshot
* Update README.md