diff options
author | jrayhawk+piny.svcs.cs.pdx.edu@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu> | 2009-09-14 19:11:50 -0700 |
---|---|---|
committer | jrayhawk+piny.svcs.cs.pdx.edu@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu> | 2009-09-14 19:11:50 -0700 |
commit | 78f3c988e8c7d65ff73ac4fa2df0d06a2433680e (patch) | |
tree | 53d175252e678167c5c2fe27d25399f63f363abd /architecture/needed_user_facing_infrastructure.mdwn | |
parent | 03a543b470997e0f4b541951ffd27ad0226405b1 (diff) | |
download | hosting-78f3c988e8c7d65ff73ac4fa2df0d06a2433680e.tar.gz hosting-78f3c988e8c7d65ff73ac4fa2df0d06a2433680e.zip |
Moving architecture to piny-code.
Diffstat (limited to 'architecture/needed_user_facing_infrastructure.mdwn')
-rw-r--r-- | architecture/needed_user_facing_infrastructure.mdwn | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn index 2729859..74c5fc8 100644 --- a/architecture/needed_user_facing_infrastructure.mdwn +++ b/architecture/needed_user_facing_infrastructure.mdwn @@ -1,23 +1 @@ -TODO: user-facing documentation on piny-web - -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.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 - -- TODO: globally writable repos vs. group writable repos -- TODO: globally readable repos vs. group readable repos -- TODO: ikiwiki-editable vs. git-only -- TODO: editable ikiwiki templates vs. default layout -- TODO: user-configured domain vs. default piny domain +[moved here](/piny-code/architecture/needed_user_facing_infrastructure) |