Ana Guerrero c636331cfc Accepting request 1266566 from server:http
- Update to 1.9.4:
  * Added an azimuthal (globe) projection to the HTML report for geolocation,
    providing a less distorted view of the global map.
  * Added 'apple-touch-icon' for improved iPhone home screen support,
    enabling quick access to reports directly from the home screen.
  * Added 'aria-*' attributes to HTML report for better accessibility,
    ensuring that the report is more inclusive for screen readers and other assistive technologies.
  * Added 'theme-color' '<meta>' tag to the HTML report for better integration
    with mobile devices, allowing the browser's address bar to match the report's theme color.
  * Added additional validation checks to ensure the existence of file
    paths provided in CLI options, preventing errors.
  * Added WebSocket authentication to support both local-generated JSON
    Web Tokens (JWT) and external verification methods. This enhancement
    enables easy integration with external authentication systems while
    ensuring CSRF protection for token refresh requests.
  * Changed WebSocket server to avoid swapping bytes on big-endian platforms,
    fixing compatibility issues on AIX systems.
  * Fixed the issue where zooming/panning the map would unexpectedly skip or
    jump back, providing a smoother user experience.
  * Fixed the issue where the same mime types were displayed as duplicates due
    to different casing by normalizing mime types before adding them to the
    storage, ensuring consistent reporting.
  * Replaced div elements with more semantic HTML elements like <section>, <header>,
    and <article>, improving the structure and accessibility of the report.
  * Updated the list of supported browsers and operating systems to ensure more
    accurate tracking and reporting.
  * Updated the method of parsing the browser list for bots/crawlers, enabling the
    capture of previously difficult-to-parse bots, allowing for more precise targeting and better analytics.

OBS-URL: https://build.opensuse.org/request/show/1266566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/goaccess?expand=0&rev=36
2025-04-02 16:25:32 +00:00
2025-04-02 13:49:01 +00:00
2025-04-02 13:49:01 +00:00
2025-04-02 13:49:01 +00:00
2025-04-02 13:49:01 +00:00
2025-04-02 13:49:01 +00:00
2025-04-02 13:49:01 +00:00
2025-04-02 13:49:01 +00:00
2025-04-02 13:49:01 +00:00

Running gaccess perodically

  1. Create an /etc/goaccess/example.conf

    Set the following variables:

    • log-format
    • html-report-title
    • log-file
    • output
  2. Start the systemd timer for the instance

    systemctl enable --now goaccess@example.timer
    
Description
No description provided
Readme 197 KiB
Languages
RPM Spec 100%