Added directory project

This commit is contained in:
aewens 2019-01-03 09:57:24 -06:00
parent ee460673ec
commit 98c99d7748
1 changed files with 9 additions and 3 deletions

View File

@ -25,11 +25,12 @@ be done through a [pull request](https://tildegit.org/center/todo/pulls).
| Project / Idea | Contributors | Status | Priority |
| -------------- | ------------ | ------ | -------- |
| database | aewens | doing | high |
| ldap-users | aewens | todo | high |
| ldap-users | aewens | doing | high |
| dispatcher | - | todo | high-medium |
| safe-center | - | todo | low |
| concepts | aewens | doing | medium |
| governance | aewens | todo | medium |
| directory | aewens | going | medium |
Use this space below to go into more detail about the specifics of the project.
As well, if the project exists you can link to it's repository here.
@ -37,7 +38,7 @@ As well, if the project exists you can link to it's repository here.
## [database](https://tildegit.org/center/database)
The SQLite database and schemas that will be utilized by ~center.
## ldap-users
## [ldap-users](https://tildegit.org/center/ldap-users)
OpenLDAP setup and user management tools for generating accounts that can later
be distributed and utilized by other ~center services for single sign on (SSO)
purposes (will need to be compatible with **database**).
@ -59,4 +60,9 @@ general concepts for the ~center architecture.
A decentralized system that requires decision making by an individual is not
very decentralized. This will outline the governance model for ~center along
with any scripts that will be used to assisting on voting on decisions across
peer servers.
peer servers.
## [directory](https://tildegit.org/center/directory)
To aid in the portability of deploying and distributing the setup of ~center
servers, the bulk of it's files and directories will be stored under a /center
directory.