Changes

From Amahi Wiki
Jump to: navigation, search
133 bytes added ,  01:12, 27 August 2019
The configuration file can be modified to add or remove log files as needed. Currently, it provides for several log files. Only files that exist will be displayed in the web browser.
The default configuration is shown below ('''NOTE:''' recommend not DO NOT making any changed changes to lines 1, 3, or 4 as it could will break the application):
<pre>
bind: 0.0.0.0:5000 # address and port to bind onallow-transfers: true # allow log file downloadsfollow-names: false # allow tailing of not-yet-existent filesrelative-root: / # web app root path (default: '')commands: [tail, grep, awk, sed] # allowed commandstail-lines: 10 # number of lines to tail initiallywrap-lines: true # initial line-wrapping state
files:
- 'Amahi': # it's possible to add sub-sections
- '/var/log/amahi-app-installer.log'
- '/var/log/greyhole.log'
- '/var/log/boot.log'
- '/var/log/cron'
- '/var/log/dnf.rpm.log'
- '/var/log/maillog'
- '/var/log/messages'
- '/var/log/tailon.log'
http-auth: basic # enable authentication (optional)users: # password access (optional)
admin: admin
</pre>
Once complete, restart the service:
sudo systemctl restart tailon
 
Check the service status to ensure there are no errors:
sudo systemctl status tailon
== Authentication ==
12,424

edits