Difference between revisions of "Resources"
Jump to navigation
Jump to search
Andreas Gohr (talk | contribs) |
|||
Line 25: | Line 25: | ||
*[http://codeigniter.com/ Codeigniter] The php framework the web admin tool is built upon | *[http://codeigniter.com/ Codeigniter] The php framework the web admin tool is built upon | ||
*[http://www.horde.org/ Horde] The webmail and calendar available on B3 by default | *[http://www.horde.org/ Horde] The webmail and calendar available on B3 by default | ||
= The json information API = | |||
There is a json-based information interface from where applications (such as the firefox "bubbamon" tool) can get information automatically. | |||
This is valid from B3 version 2.4.1 and onwards. | |||
http://b3/admin/ajax_status/? | |||
..where ? can be: | |||
*uptime | |||
*hardware | |||
*version | |||
*printers | |||
*disks | |||
*vgs | |||
*mds | |||
*fstab | |||
<br> | |||
All of these are available with user level authentication ('admin' not required). |
Revision as of 10:22, 20 February 2012
Default Daemons
This is a list about the daemons that are running by default on the B3 (or can be enabled through the web interface). Follow the links to learn more about their usage and configuration.
- OpenSSH provides secure remote access using ssh
- Samba provides file access via SMB/CIFS
- Netatalk provides file access via AFP
- Proftpd provides file access via FTP
- Dnsmasq provides DNS and DHCP
- Apache provides Web serving
- CUPS provides printing services
- FTD provides uploading, downloading and bittorrent services
- SqueezeCenter provides Music access for Squeezbox devices
- MediaTomb provides upnp media access
- Firefly provides RSP and DAAP access to music
- Postfix provides SMTP functionality
- Fetchmail provides remote mail fetching
- RSyslogd provides system logging
- FIXME what else is or can be running?
Other Resources
This is a list of other useful stuff.
- Codeigniter The php framework the web admin tool is built upon
- Horde The webmail and calendar available on B3 by default
The json information API
There is a json-based information interface from where applications (such as the firefox "bubbamon" tool) can get information automatically.
This is valid from B3 version 2.4.1 and onwards.
..where ? can be:
- uptime
- hardware
- version
- printers
- disks
- vgs
- mds
- fstab
All of these are available with user level authentication ('admin' not required).