review scripts and add features

This commit is contained in:
ghose 2024-11-10 07:23:50 +01:00
parent 2f24f108b6
commit 2992646c2f
4 changed files with 20 additions and 12 deletions

View file

@ -1 +1,13 @@
This is a dummy description of this app features
## 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

View file

@ -1,4 +1,4 @@
This is a dummy disclaimer to display after the install
## Your Phanpy
The app url is <https://__DOMAIN____PATH__>

View file

@ -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"

View file

@ -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"
#=================================================