From dfb26a0d2c95d56f69f5e1e0c255d9d5d6788120 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 29 Jul 2023 23:03:12 +0200 Subject: storage: remove embedded FTP server Moving back the configuration files and logs to the user-accessible storage. Everything should be accessible through a file manager using the "USB storage" mode. The embedded FTP server is no longer necessary. --- app/src/main/res/layout/configure_activity.xml | 14 +--- ...nfigure_tools_configuration_access_fragment.xml | 86 ---------------------- app/src/main/res/values-ru-rRU/strings.xml | 10 --- app/src/main/res/values/strings.xml | 10 --- 4 files changed, 2 insertions(+), 118 deletions(-) delete mode 100644 app/src/main/res/layout/configure_tools_configuration_access_fragment.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/configure_activity.xml b/app/src/main/res/layout/configure_activity.xml index 08f29af..5d796fb 100644 --- a/app/src/main/res/layout/configure_activity.xml +++ b/app/src/main/res/layout/configure_activity.xml @@ -2,7 +2,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/values-ru-rRU/strings.xml b/app/src/main/res/values-ru-rRU/strings.xml index 260caaa..1adbe0f 100644 --- a/app/src/main/res/values-ru-rRU/strings.xml +++ b/app/src/main/res/values-ru-rRU/strings.xml @@ -57,7 +57,6 @@ Ошибки Открыть руководство Не удалось запустить tinc - Не удалось запустить FTP-сервер Не удалось прочитать закрытые ключи tinc:\n%1$s Не удалось прочитать конфигурацию сетевого интерфейса:\n%1$s Не удалось привязать сетевой интерфейс. Запущен другой VPN? @@ -70,10 +69,6 @@ Недопустимая конфигурация сети в network.conf:\n%1$s Не удалось расшифровать закрытые ключи:\n%1$s - Доступ к конфигурации - Сервер доступа к конфигурации активен - Каталог конфигурации доступен через FTP. - Конфигурировать Трафик с этого устройства будет частично или полностью перенаправляться в выбранную сеть и через нее в соответствии с вашей конфигурацией. Никогда не подключайтесь к сети tinc, которой вы не доверяете. @@ -85,11 +80,6 @@ Недопустимое имя сети. Записана конфигурация сети. - Доступ к конфигурации - Доступ по FTP - Пользователь: %1$s, пароль: %2$s, порт: %3$d - Не активный - Информация о внутренних путях Каталог конфигурации Каталог журналов diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e124055..c4384a7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -62,7 +62,6 @@ Errors Open manual Could not start tinc - Could not start FTP server Could not read private tinc keys:\n%1$s Could not read network interface configuration:\n%1$s Could not bind network interface. Is another VPN running? @@ -75,10 +74,6 @@ Invalid network configuration in network.conf:\n%1$s Could not decrypt private keys:\n%1$s - Configuration access - Configuration access server active - The configuration directory is accessible through FTP. - Configure Traffic from this device will be partially or fully routed to and through the selected network in accordance with your configuration. Never connect to a tinc network which you do not trust. @@ -90,11 +85,6 @@ Invalid network name. Network configuration written. - Configuration access - FTP access - User: %1$s, password: %2$s, port: %3$d - Not active - Internal paths info Configuration directory Log directory -- cgit v1.2.3