summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-01 02:20:37 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-01 02:20:37 -0700
commit2abbae7819943d09e1f94c5889ae51449e16d796 (patch)
treef6ce11d0246eed50f92d10331680b778e1b8ddcf
parentea07e923a42c491946b1e991817d0b8366932352 (diff)
downloadhosting-2abbae7819943d09e1f94c5889ae51449e16d796.tar.gz
hosting-2abbae7819943d09e1f94c5889ae51449e16d796.zip
Major update to needed_user_facing_infrastructure.mdwn, including new needed tweakables.
-rw-r--r--architecture/needed_user_facing_infrastructure.mdwn18
1 files changed, 9 insertions, 9 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn
index 878071a..259346b 100644
--- a/architecture/needed_user_facing_infrastructure.mdwn
+++ b/architecture/needed_user_facing_infrastructure.mdwn
@@ -1,22 +1,22 @@
It'd be nice to maintain feature parity between command line access and web access.
[[!table data="""
-feature|command line|web
+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 |DONE: /srv/rbin/newrepo |TODO: CGI frontend
repo removal |DONE: /srv/rbin/rmrepo |TODO: CGI frontend
-repo user management |TODO: cmdline frontend to adduser user group |TODO: CGI frontend
-repo creation |TODO: ssh piny /srv/rbin/mkwiki |TODO: CGI frontend
-repo user management |TODO: cmdline frontend to adduser user group |TODO: CGI frontend
+repo user management |TODO: frontend to adduser/deluser 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
+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://
"""]]
-Eventually:
+Needed config tweakables
-- 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)
+- 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