review scripts and add features
This commit is contained in:
parent
2f24f108b6
commit
2992646c2f
4 changed files with 20 additions and 12 deletions
|
@ -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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
This is a dummy disclaimer to display after the install
|
## Your Phanpy
|
||||||
|
|
||||||
The app url is <https://__DOMAIN____PATH__>
|
The app url is <https://__DOMAIN____PATH__>
|
||||||
|
|
||||||
The app install dir is `__INSTALL_DIR__`
|
The app install dir is `__INSTALL_DIR__`
|
||||||
|
|
||||||
The app id is `__ID__`
|
The app id is `__ID__`
|
||||||
|
|
|
@ -8,7 +8,7 @@ name = "Phanpy"
|
||||||
description.en = "A minimalistic opinionated Fediverse ⁂ web client"
|
description.en = "A minimalistic opinionated Fediverse ⁂ web client"
|
||||||
description.fr = "Un client web Fediverse ⁂ minimaliste avec opinion"
|
description.fr = "Un client web Fediverse ⁂ minimaliste avec opinion"
|
||||||
|
|
||||||
version = "0.1~ynh1"
|
version = "0.2~ynh1"
|
||||||
|
|
||||||
maintainers = ["ghose"]
|
maintainers = ["ghose"]
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = "false"
|
ldap = "false"
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
disk = "50M"
|
disk = "5M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
|
|
|
@ -20,12 +20,7 @@ chown -R $app:www-data "$install_dir"
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD A CONFIGURATION
|
# ADD A CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
#ynh_script_progression "Adding app's configuration file..."
|
# not needed
|
||||||
|
|
||||||
#ynh_config_add --template="" --destination="$install_dir/"
|
|
||||||
|
|
||||||
#chmod 400 "$install_dir/"
|
|
||||||
#chown "$app:$app" "$install_dir/"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SYSTEM CONFIGURATION
|
# SYSTEM CONFIGURATION
|
||||||
|
@ -42,7 +37,7 @@ ynh_config_add_logrotate
|
||||||
ynh_script_progression "Installing $app..."
|
ynh_script_progression "Installing $app..."
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
# some_command --build
|
# some_command --build (not needed)
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -50,6 +45,7 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Finalizing installation..."
|
ynh_script_progression "Finalizing installation..."
|
||||||
|
|
||||||
|
# not needed
|
||||||
#ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3"
|
#ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue