shithub: finge.rc

Clone

clone: git://shithub.us/julienxx/finge.rc gits://shithub.us/julienxx/finge.rc
push: hjgit://shithub.us/julienxx/finge.rc
patches to: julien@typed-hole.org

Last commit

f8aab029 – Julien Blanchard <julien@sideburns.eu> authored on 2020/06/08 06:44
Add LICENSE

About

# finge.rc

A very basic finger server for plan9/9front.


## Install and run

Copy the script in $user/bin/rc.
Run `aux/listen1 -tv tcp!*!79 /usr/$user/bin/rc/finge.rc &`


## Usage

Edit the script, adapt the values of nouser and scripts.
nouser is the path of the .plan that will be rendered when your domain is queried.


## Scripting

If a rc script with the queried name is available in your scripts directory it will be rendered.
For example if you add a hello.rc you can finger `hello@domain`.
Note that usernames have precedence over scripts names.