diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2009-09-12 10:44:24 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2009-09-12 10:44:24 -0700 |
commit | 682b819046b31b74790f8fea2cf4d42ceb741801 (patch) | |
tree | 07cbefb405a6720de9afc6eb3a52672736a54b4a /architecture | |
parent | bb342a71d7016951c69bb2418707e3272f9a819c (diff) | |
download | hosting-682b819046b31b74790f8fea2cf4d42ceb741801.tar.gz hosting-682b819046b31b74790f8fea2cf4d42ceb741801.zip |
piny.svcs->piny.be plus adding lsrepo and lsaccess
Diffstat (limited to 'architecture')
-rw-r--r-- | architecture/needed_user_facing_infrastructure.mdwn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn index 0dc608c..59f0705 100644 --- a/architecture/needed_user_facing_infrastructure.mdwn +++ b/architecture/needed_user_facing_infrastructure.mdwn @@ -1,15 +1,15 @@ It'd be nice to maintain feature parity between command line access and web access. [[!table data=""" -feature |command line |web -anonymous account creation |DONE: ssh createuser@piny.svcs.cs.pdx.edu |TODO: CGI frontend to adduser -password modification |DONE: /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 -repo creation, deletion |DONE: /srv/rbin/newrepo, rmrepo |TODO: CGI frontend -repo user management |DONE: /srv/rbin/addaccess, rmaccess |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 -config tweaking |TODO: ssh piny /srv/rbin/chrepo |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:// +feature |command line |web +anonymous account creation |DONE: ssh createuser@piny.be |TODO: CGI frontend to adduser +password modification |DONE: /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 +repo creation, deletion |DONE: /srv/rbin/newrepo, rmrepo, TODO: lsrepo |TODO: CGI frontend +repo user management |DONE: /srv/rbin/addaccess, rmaccess TODO: lsaccess |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 +config tweaking |TODO: ssh piny /srv/rbin/chrepo |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:// """]] Needed config tweakables |