Developer at les-tilleuls.coop
API Platform contributor
Træfik helper
@Darkweak
@Darkweak_dev
Self-managed since 2011
40 people, 1000% in 6 years
jobs@les-tilleuls.coop
Service deletion
Configuration file deletion
SSL cert deletion
Service creation
Configuration file creation
SSL cert creation
Emile Vauge
Written in GO
Works fine with Docker
Easy to use
French Quality
Lightweight virtual machine
Written in GO
Stop configure your own development machine
Docker layout
Manage multiple containers
One file
Better than use only commands
Kévin Dunglas
API first application
Symfony
ReactJS, Vuejs, Angular
native docker-compose support
French Quality too
zsh
docker-compose --scale whoami=3
>
zsh
sudo certbot --nginx \
-d example.com \
-d www.example.com
>
zsh
sudo certbot renew
>
zsh
letsencrypt-auto
>
zsh
letsencrypt-auto --authenticator standalone \
--installer apache -d example.com \
--pre-hook "service apache2 stop" \
--post hook "service apache2 start" \
--renew-by-default
>
credits to : Grafikart
zsh