Renamed `web` command to `server ui` (web is still an alias to ui)
Completely changed the config options and flags
Usage of PersistentFlags now allow clearer `--help`
BREAKING: cmd modified
BREAKING: config overhauled
BREAKING: Bump API to v8
cmd.go contient maintenant juste les actual commandes.
Les fonctionalités liées à la configuration sont dans config.go, et les
fonctionalités liées au templating est dans template.go.