Commit graph

7 commits

Author SHA1 Message Date
eb1982898c rework: config and cmd
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
2024-07-15 16:52:04 -04:00
8c074dd443 fix: implémenter correctement tls certfile et keyfile
test: ne pas vérifier le certificat avant de l'accepter
2024-07-07 03:58:15 -04:00
150782c42f feature(config): ajouter options TLS 2024-07-03 20:51:43 -04:00
929704c6ff fix(config): ajouter préfixe web[.-] aux options config web 2024-06-20 19:32:26 -04:00
780d493dc1 split cmd
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.
2024-06-06 18:07:30 -04:00
0123d9d37c wip: integration between cmd.go and config.go 2024-06-06 17:01:16 -04:00
6d98375adb début de réécriture pour v7 2024-06-06 01:40:56 -04:00