Difference between revisions of "Linfo"
From Amahi Wiki
Line 13: | Line 13: | ||
$settings['extensions']['dhcpd3_leases'] = false; | $settings['extensions']['dhcpd3_leases'] = false; | ||
$settings['extensions']['soldat'] = true; | $settings['extensions']['soldat'] = true; | ||
+ | |||
+ | == Additional Modules == | ||
+ | * Currently, the following are not installed by default: | ||
+ | [http://downloads.sourceforge.net/project/linfo/Linfo%20Extensions/transmission/linfo_transmission-0.1.tar.gz/download Transmission]: Show status of locally running torrents in the Transmission torrent client. | ||
'''NOTE:''' As additional plug-in modules become available, they will be added to the application or posted here. | '''NOTE:''' As additional plug-in modules become available, they will be added to the application or posted here. |
Revision as of 03:29, 30 November 2010
- There are 5 plug-in modules installed, but disabled by default:
- Cups: Show cups printer status and job queue.
- Samba: Samba server connections, their users, and locked (opened) files.
- Truecrypt: Show mounted truecrypt volumes, their types, size, etc.
- Soldat: Show the status (current map,gamemode,players,scores,etc) of multiple Soldat dedicated game servers.
- Dhcp3: Show current leases in dhcpd3 server.
- Change the following lines in /var/hda/web-apps/linfo/html/config.inc.php from false to true for the ones you want enabled:
$settings['extensions']['smb'] = false; $settings['extensions']['cups'] = false; $settings['extensions']['truecrypt'] = false; $settings['extensions']['dhcpd3_leases'] = false; $settings['extensions']['soldat'] = true;
Additional Modules
- Currently, the following are not installed by default:
Transmission: Show status of locally running torrents in the Transmission torrent client.
NOTE: As additional plug-in modules become available, they will be added to the application or posted here.