summaryrefslogtreecommitdiff
path: root/architecture/needed_user_facing_infrastructure.mdwn
blob: de62a328a4dc9900ec407b67958668fed377b19b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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: /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
disable password auth if ssh key|TODO							|Ha ha NEVER
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
"""]]

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