This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/codimd/README.md

45 lines
767 B
Markdown

# CodiMD
> Realtime collaborative markdown notes on all platforms.
>
> CodiMD lets you collaborate in real-time with markdown. Built on HackMD source
> code, CodiMD lets you host and control your team's content with speed and
> ease.
>
> -- <cite>[Github][github]</cite>
Voici [le dépôt github][github] et l'image docker utilisé.
## Configuration
```sh
cp .env.example .env
```
Modifier la configuration pour son propre serveur et lancer le service :
```sh
docker-compose up -d
```
## Backup
Lancer le script de backup :
```
./backup.sh
```
## Restore
Lancer le script de restauration d'un backup :
```sh
./recovery.sh
# or
./recovery.sh 2020_03_09
```
[docker]: https://github.com/linuxserver/docker-codimd
[github]: https://github.com/codimd/server