diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-10-13 19:59:26 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-10-13 19:59:26 -0700 |
commit | 8d38fc251a9774c94561cc970674aa20c5cfec73 (patch) | |
tree | fa31b5940b5fecbc26f05f4c283bf985f01e59f8 /architecture | |
parent | d55aa08e6e78a0176e8ce464b27794fccfb793ce (diff) | |
download | piny-code-8d38fc251a9774c94561cc970674aa20c5cfec73.tar.gz piny-code-8d38fc251a9774c94561cc970674aa20c5cfec73.zip |
Move manual overrides over to admin_infrastructure
Diffstat (limited to 'architecture')
-rw-r--r-- | architecture/needed_admin_infrastructure.mdwn | 1 | ||||
-rw-r--r-- | architecture/needed_user_facing_infrastructure.mdwn | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/architecture/needed_admin_infrastructure.mdwn b/architecture/needed_admin_infrastructure.mdwn index 7591b96..8d49ab4 100644 --- a/architecture/needed_admin_infrastructure.mdwn +++ b/architecture/needed_admin_infrastructure.mdwn @@ -3,3 +3,4 @@ - DONE: Shell security through rbash and privilege escalation security (for mkwiki, mkuser, etc) through sudo - DONE: Guaranteed namespace coherence with the vhosting of cgi, secure, and normal with the aid of a wildcard SSL certificate - TODO: Work out how to pass mailing list emails around. Probably either ssh or vserver namespace magic. +- TODO: manual [[setup file overrides]], probably /etc/ikiwiki/piny/*.setup.overrides taking the form of something like <http://piny.be/jrayhawk/notes/ikiwiki_setup_mangling/> diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn index 18caf1c..a498148 100644 --- a/architecture/needed_user_facing_infrastructure.mdwn +++ b/architecture/needed_user_facing_infrastructure.mdwn @@ -22,7 +22,6 @@ Needed config tweakables - TODO: toggle ikiwiki autoindexing - TODO: optional use of repository subdirectory as srcdir - TODO: globally readable repos vs. group readable repos -- TODO: manual [[setup file overrides]], probably /etc/ikiwiki/piny/*.setup.overrides taking the form of something like <http://piny.be/jrayhawk/notes/ikiwiki_setup_mangling/> - TODO: globally writable repos vs. group writable repos - TODO: editable ikiwiki templates vs. default layout - TODO: user-configured domain vs. default piny domain |