summaryrefslogtreecommitdiff
path: root/architecture/needed_user_facing_infrastructure.mdwn
blob: f9e9fd79719b5647ac82f7497ff19da6381d43e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
It'd be nice to maintain feature parity between command line access and web access.

[[!table data="""
feature|command line|web
anonymous account creation|TODO: ssh createuser@piny.svcs.cs.pdx.edu|TODO: CGI frontend to adduser
password modification|DONE: ssh piny /srv/rbin/passwd|TODO: Authen::PAM chauthtok CGI jblake: the pam interface was *really* not designed with http in mind though if you hard-code the interaction script it's not hard at all
wiki creation|TODO: ssh piny /srv/rbin/mkwiki|TODO: CGI frontend
wiki user management|TODO: cmdline frontend to adduser user group |TODO: CGI frontend
[[mailing list addition|mail]]|TODO: ssh piny /srv/rbin/addlist|TODO: CGI frontend
authorized_keys modification|TODO: cmdlind frontend to cat > ~/.ssh/authorized_keys|TODO: CGI frontend, though i am not convinced anyone would care
wiki config modification|TODO: ssh piny /srv/rbin/chwiki|TODO: CGI frontend
commit access|DONE: git+ssh://piny/srv/whatever.git|DONE: Ikiwiki+mod-auth-sys-group/mod-auth-pam, though I am told there is a magic hook to allow public editing through git://
"""]]

Eventually:

- configuration for globally writable repos vs. group writable repos
- configuration for globally readable repos vs. group readable repos
- SSL client keys for folks who hate HTTP AUTH? (all one of me)