Перейти к содержимому

Activity Log

Это содержимое пока не доступно на вашем языке.

Activity Log page showing the audit trail table with Timestamp, User, Action, Target, and IP Address columns


Each entry records:

ColumnDescription
TimestampExact date and time the action was performed
UserUsername of the admin who performed the action
ActionWhat was done (see table below)
TargetWhich object was affected (client name, username, filename, etc.)
IP AddressSource IP address of the browser or API client

ActionTriggered When
loginSuccessful password or passkey login
logoutAdmin clicks Sign Out
login_failedWrong password or passkey verification failure
ActionTriggered When
session_claimAn admin claims a session
session_releaseAn admin releases a session (manual or on logout)
terminal_startA terminal tab is opened
terminal_stopA terminal tab is closed
ActionTriggered When
file_uploadA file is uploaded to the server or client
file_downloadA file is downloaded from the server or client
file_deleteA file is deleted via the file browser
ActionTriggered When
user_createA new admin user is created
user_updateA user’s details are edited
user_deleteA user is deleted
password_changeA password is changed (self or by another admin)
ActionTriggered When
webauthn_registerA security key is registered
webauthn_deleteA security key is removed

Use the filter controls at the top of the page to narrow the log:

FilterOptions
Date rangePick a start and end date
UserShow only actions by a specific admin
Action typeFilter to a single category (e.g. only file operations)

Stored in SQLite with no automatic expiry. Archive with periodic backups:

Terminal window
sqlite3 /var/lib/woho/woho.db ".backup /backup/woho-$(date +%Y%m%d).db"