added docker info
This commit is contained in:
parent
16a92bcc56
commit
4e9730a4ae
24
README.md
24
README.md
|
@ -24,16 +24,21 @@ Sengi already supporting all the basics functionalities, but many minors enhanc
|
||||||
|
|
||||||
![https://raw.githubusercontent.com/NicolasConstant/sengi/master/docs/images/presentation_small.gif](https://raw.githubusercontent.com/NicolasConstant/sengi/master/docs/images/presentation_small.gif)
|
![https://raw.githubusercontent.com/NicolasConstant/sengi/master/docs/images/presentation_small.gif](https://raw.githubusercontent.com/NicolasConstant/sengi/master/docs/images/presentation_small.gif)
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
A docker image is available for auto-hosting your own Sengi webapp!
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -d -p 80:80 nicolasconstant/sengi
|
||||||
|
```
|
||||||
|
|
||||||
|
The docker image also provide a landing page so that you can open a pop-up really easily. <br />
|
||||||
|
It's available in ```https://your-host/start/index.html```
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
* [Official Sengi Account](https://mastodon.social/@sengi_app)
|
* [Official Sengi Account](https://mastodon.social/@sengi_app)
|
||||||
|
|
||||||
## What's a sengi?!
|
|
||||||
|
|
||||||
It's a little [elephant shrew](https://en.wikipedia.org/wiki/Elephant_shrew) from Africa:
|
|
||||||
|
|
||||||
![Rhynchocyon petersi](https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Rhynchocyon_petersi_from_side.jpg/400px-Rhynchocyon_petersi_from_side.jpg)
|
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
Please see the [contributing guidelines](https://github.com/NicolasConstant/sengi/blob/master/CONTRIBUTING.md)
|
Please see the [contributing guidelines](https://github.com/NicolasConstant/sengi/blob/master/CONTRIBUTING.md)
|
||||||
|
@ -53,4 +58,11 @@ See [credits](https://github.com/NicolasConstant/sengi/blob/master/CREDITS.md)
|
||||||
* [SASS](https://github.com/sass/dart-sass)
|
* [SASS](https://github.com/sass/dart-sass)
|
||||||
* [Electron 8](https://github.com/electron/electron)
|
* [Electron 8](https://github.com/electron/electron)
|
||||||
|
|
||||||
|
## What's a sengi?!
|
||||||
|
|
||||||
|
It's a little [elephant shrew](https://en.wikipedia.org/wiki/Elephant_shrew) from Africa:
|
||||||
|
|
||||||
|
![Rhynchocyon petersi](https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Rhynchocyon_petersi_from_side.jpg/400px-Rhynchocyon_petersi_from_side.jpg)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue