From 2992646c2fc662f9cceef303885e366cff83a2cf Mon Sep 17 00:00:00 2001 From: ghose Date: Sun, 10 Nov 2024 07:23:50 +0100 Subject: [PATCH] review scripts and add features --- doc/DESCRIPTION.md | 14 +++++++++++++- doc/POST_INSTALL.md | 4 ++-- manifest.toml | 4 ++-- scripts/install | 10 +++------- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 69a126c..fdfe23f 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,13 @@ -This is a dummy description of this app features \ No newline at end of file +## Features + + 👪 Multiple accounts + 🪟 Compose window pop-out/in + 🌗 Light/dark/auto theme + 🔔 Grouped notifications + 🪺 Nested comments thread + 📬 Unsent draft recovery + 🎠 Boosts Carousel™️ + ⚡ Shortcuts™️ with view modes like multi-column or tab bar + #️⃣ Multi-hashtag timeline + +https://github.com/cheeaun/phanpy#features diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index d450553..20863c6 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,7 +1,7 @@ -This is a dummy disclaimer to display after the install +## Your Phanpy The app url is The app install dir is `__INSTALL_DIR__` -The app id is `__ID__` \ No newline at end of file +The app id is `__ID__` diff --git a/manifest.toml b/manifest.toml index 3541769..7ea3d6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -8,7 +8,7 @@ name = "Phanpy" description.en = "A minimalistic opinionated Fediverse ⁂ web client" description.fr = "Un client web Fediverse ⁂ minimaliste avec opinion" -version = "0.1~ynh1" +version = "0.2~ynh1" maintainers = ["ghose"] @@ -26,7 +26,7 @@ architectures = "all" multi_instance = true ldap = "false" sso = "not_relevant" -disk = "50M" +disk = "5M" ram.build = "50M" ram.runtime = "50M" diff --git a/scripts/install b/scripts/install index 8ca631f..0bc6a50 100644 --- a/scripts/install +++ b/scripts/install @@ -20,12 +20,7 @@ chown -R $app:www-data "$install_dir" #================================================= # ADD A CONFIGURATION #================================================= -#ynh_script_progression "Adding app's configuration file..." - -#ynh_config_add --template="" --destination="$install_dir/" - -#chmod 400 "$install_dir/" -#chown "$app:$app" "$install_dir/" +# not needed #================================================= # SYSTEM CONFIGURATION @@ -42,7 +37,7 @@ ynh_config_add_logrotate ynh_script_progression "Installing $app..." pushd $install_dir - # some_command --build + # some_command --build (not needed) popd #================================================= @@ -50,6 +45,7 @@ popd #================================================= ynh_script_progression "Finalizing installation..." +# not needed #ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3" #=================================================