summaryrefslogtreecommitdiff
path: root/architecture
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-07-03 17:35:10 -0700
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-07-03 17:35:10 -0700
commit4c94fbc236e8038c898e0c0fa80e54aa9b522e45 (patch)
treea43979f4d1b4aa96b55ca5dfdd27dd6571b40a88 /architecture
parent4dd04dc14cc6752c1f604384ffc72ce9c2fc3320 (diff)
downloadpiny-code-4c94fbc236e8038c898e0c0fa80e54aa9b522e45.tar.gz
piny-code-4c94fbc236e8038c898e0c0fa80e54aa9b522e45.zip
needed user facing infrastructure: Reordering config tweakables, clarifying some other cells
Diffstat (limited to 'architecture')
-rw-r--r--architecture/needed_user_facing_infrastructure.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn
index ed112e2..2e30a3f 100644
--- a/architecture/needed_user_facing_infrastructure.mdwn
+++ b/architecture/needed_user_facing_infrastructure.mdwn
@@ -7,21 +7,21 @@ 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, lsrepo |TODO: CGI frontend
-repo user management |DONE: /srv/rbin/addaccess, rmaccess, lsaccess |TODO: CGI frontend
-[[mailing list addition|mail]] |TODO: /srv/rbin/addlist |TODO: CGI frontend
+repo user management |DONE: /srv/rbin/addaccess, rmaccess, lsaccess |TODO: CGI frontend
+[[mailing list addition|mail]] |TODO: /srv/rbin/addlist, dependent on getting sympa up |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
disable password auth if ssh key|TODO |Ha ha NEVER
-config tweaking |TODO: /srv/rbin/chrepo |TODO: CGI frontend
+config tweaking |TODO: /srv/rbin/chrepo...? |TODO: CGI frontend
commit access |DONE: git+ssh://piny.be/srv/git/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://
-wysiwyg editing tool |Ha ha no |TODO
+wysiwyg editing tool |Ha ha no |TODO: wmd a good option, though needs UI tweaks
"""]]
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: toggle ikiwiki autoindexing
- TODO: optional use of repository subdirectory as srcdir
+- TODO: globally readable repos vs. group readable repos
+- TODO: globally writable repos vs. group writable repos
- TODO: editable ikiwiki templates vs. default layout
- TODO: user-configured domain vs. default piny domain