From 48a4aa8b8d837a5a8c97ed7eeb3aac408f484bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:15:00 +0100 Subject: [PATCH] v2 --- manifest.toml | 6 ------ scripts/_common.sh | 3 --- 2 files changed, 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index 192211d..71e6cf8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,12 +34,6 @@ ram.runtime = "50M" [install.admin] type = "user" - [install.email] - ask.en = "Choose email were send notification" - ask.fr = "Choisissez l'email vers lequel envoyer les notifications" - type = "string" - example = "admin@example.tld" - [install.isp_name] ask.en = "Enter your ISP name" ask.fr = "Indiquez le nom de votre FAI" diff --git a/scripts/_common.sh b/scripts/_common.sh index 2e05799..60dc745 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,9 +6,6 @@ python_version=2.7.18 -# dependencies used by the app -#REMOVEME? pkg_dependencies="gunicorn libldap2-dev libpq-dev libsasl2-dev libjpeg-dev libxml2-dev libxslt1-dev libffi-dev libpango1.0-0 postgresql postgresql-contrib postgresql-server-dev-13" - #================================================= # PERSONAL HELPERS #=================================================