1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_site/content/posts/modules/security.md
2018-06-04 21:04:45 -07:00

1.8 KiB

title, date, draft
title date draft
Security 2018-05-08T20:33:28-07:00 false

Displays some general information about the state of the machine's wifi connection, firewall, DNS settings, and logged-in users.

security screenshot

Wifi Network

  • The name of the current network
  • Whether or not the network uses encryption and if so, what flavour

Firewall

DNS

  • Which DNS resolvers (servers) the machine is configured to use

Users

  • Which users are logged into the machine. Note: Does not yet show hidden users.

Source Code

wtf/security/

Required ENV Variables

None.

Keyboard Commands

None.

Configuration

security:
  enabled: true
  position:
    top: 1
    left: 2
    height: 1
    width: 1
  refreshInterval: 3600

Attributes

enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true, false.

position
Defines where in the grid this module's widget will be displayed.

refreshInterval
How often, in seconds, this module will update its data.
Values: A positive integer, 0..n.