Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a GoAccess template #466

Merged
merged 10 commits into from
May 22, 2024
18 changes: 18 additions & 0 deletions templates/goaccess.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>

Check notice on line 1 in templates/goaccess.xml

View workflow job for this annotation

GitHub Actions / build

Missing Tag

No Category entry present.

Check notice on line 1 in templates/goaccess.xml

View workflow job for this annotation

GitHub Actions / build

Missing Tag

No Category entry present.
<Container version="2">
<Name>goaccess</Name>
<Repository>allinurl/goaccess</Repository>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/goaccess.png</Icon>
<Registry>https://hub.docker.com/r/allinurl/goaccess/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/allinurl/goaccess/issues/</Support>
<Project>https://goaccess.io/</Project>
<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>
nwithan8 marked this conversation as resolved.
Show resolved Hide resolved
<Config Name="Log Location" Target="/var/log" Default="" Mode="rw" Description="Location for an access.log file" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Report Location" Target="/var/www/goaccess" Default="" Mode="rw" Description="Report Output Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/goaccess/reports</Config>
<Config Name="HTTP Port" Target="7890" Default="7890" Mode="tcp" Description="Container Port: 7890" Type="Port" Display="always" Required="false" Mask="false"/>
</Container>
Binary file added templates/img/goaccess.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.