From 5b55d1f2317aed1ab13e8e01dcea7e567ffd4541 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 13:23:51 +0100 Subject: [PATCH] use select type --- config_panel.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_panel.toml b/config_panel.toml index f6a516d..9c5e51f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -23,11 +23,13 @@ name = "Archivist configuration" [main.compression.ynh] ask = "Choose the compression algorithm for YunoHost backups" + type = "select" choices = ["gzip", "lzop", "zstd", "bzip2", "lzma", "lzip", "xz", "No compression"] default = "gzip" [main.compression.files] ask = "Choose the compression algorithm for files and directories backups" + type = "select" choices = ["gzip", "lzop", "zstd", "bzip2", "lzma", "lzip", "xz", "No compression"] default = "gzip" @@ -50,6 +52,7 @@ name = "Archivist configuration" [main.backup_options.frequency] ask = "Choose the frequency of your backups ?" + type = "select" choices = ["Daily", "Each 3 days", "Weekly", "Biweekly", "Monthly"] default = "Weekly"