diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-18 16:46:08 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-18 16:46:08 +0100 |
commit | 6c8c861dd50aebf4a12232ecc1fab12c5f83bf03 (patch) | |
tree | 9937457c3cc9921dde3147a471bcc211043aae0b | |
parent | 52c141e5fc731ccf8e65320e1d4666c7591ddee5 (diff) | |
download | infrastructure-6c8c861dd50aebf4a12232ecc1fab12c5f83bf03.tar.gz infrastructure-6c8c861dd50aebf4a12232ecc1fab12c5f83bf03.zip |
Update README
-rw-r--r-- | README.md | 33 |
1 files changed, 14 insertions, 19 deletions
@@ -5,21 +5,24 @@ deuxfleurs.fr ## Our abstraction stack -We try to build a generic abstraction stack between our different resources (CPU, RAM, disk, etc.) and our services (Chat, Storage, etc.): +We try to build a generic abstraction stack between our different resources (CPU, RAM, disk, etc.) and our services (Chat, Storage, etc.), we develop our own tools when needed: - * ansible (physical node conf) - * nomad (schedule containers) - * consul (distributed key value store / lock / service discovery) - * garage/glusterfs (file storage) - * stolon + postgresql (distributed relational database) - * docker (container tool) - * bottin (LDAP server, auth) + * **[garage](https://git.deuxfleurs.fr/Deuxfleurs/garage/):** object storage (we also have a legacy glusterfs cluster) + * **[diplonat](https://git.deuxfleurs.fr/Deuxfleurs/diplonat):** network automation (firewalling, upnp igd) + * **[bottin](https://git.deuxfleurs.fr/Deuxfleurs/bottin):** authentication and authorization (LDAP protocol, consul backend) + * **ansible:** physical node configuration + * **nomad:** schedule containers and handle their lifecycle + * **consul:** distributed key value store + lock + service discovery + * **stolon + postgresql:** distributed relational database + * **docker:** package, distribute and isolate applications Some services we provide: - * Chat (Matrix/Riot) - * Email (Postfix/Dovecot/Sogo) - * Storage (Seafile) + * **Websites:** garage (static) + fediverse blog (plume) + * **Chat:** Synapse + Element Web (Matrix protocol) + * **Email:** Postfix SMTP + Dovecot IMAP + opendkim DKIM + Sogo webmail (legacy) | Alps webmail (experimental) + * **Storage:** Seafile (legacy) | Nextcloud (experimental) + * **Visio:** Jitsi As a generic abstraction is provided, deploying new services should be easy. @@ -40,14 +43,6 @@ To ease the development, we make the choice of a fully integrated environment ## Start hacking -### Clone the repository - -``` -git clone https://gitlab.com/superboum/deuxfleurs.fr.git -git submodule init -git submodule update -``` - ### Deploying/Updating new services is done from your machine *The following instructions are provided for ops that already have access to the servers.* |