Skip to content

Commit

Permalink
Update templates/goaccess.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Harris <[email protected]>
  • Loading branch information
bravohotel91 and nwithan8 authored Jan 29, 2024
1 parent 0bdc0ff commit e82f12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/goaccess.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Overview>GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.</Overview>
<WebUI>http://[IP]:[PORT:7890]</WebUI>
<PostArgs>/var/log/access.log --log-format=COMBINED -o /var/www/goaccess/index.html --real-time-html --port=7890</PostArgs>
<Config Name="Log Location" Target="/var/log" Default="" Mode="ro" Description="Access Log Location" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Log Location" Target="/var/log" Default="" Mode="rw" Description="Access Log Location" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Report Location" Target="/var/www/goaccess" Default="" Mode="rw" Description="Report Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/goaccess/reporting</Config>
<Config Name="Appdata Location" Target="/config" Default="/mnt/user/appdata/goaccess" Mode="rw" Description="App Data Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/goaccess</Config>
</Container>

0 comments on commit e82f12e

Please sign in to comment.