mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
cleaning
This commit is contained in:
parent
39c346c7f9
commit
fcb68e2b5c
6 changed files with 15 additions and 11 deletions
|
@ -1,10 +1,8 @@
|
||||||
NocoDB is an open source NoCode platform that turns any database into a smart spreadsheet, alternative to Airtable.
|
NocoDB is an open source NoCode platform that turns any database into a smart spreadsheet, alternative to Airtable.
|
||||||
|
|
||||||
* Connect to new/existing SQL database and turn them into spreadsheet.
|
* Connect to new/existing SQL database and turn them into spreadsheet
|
||||||
* Create grid view, gallery view, kanban view and calendar view on top your data
|
* Create grid view, gallery view, kanban view and calendar view on top your data
|
||||||
* Search, sort, filter columns and rows with ultra ease
|
* Search, sort, filter columns and rows with ultra ease
|
||||||
* Invite your team with fine grained Access Control
|
* Invite your team with fine grained Access Control
|
||||||
* Share views publicly and also with password protection
|
* Share views publicly and also with password protection
|
||||||
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
|
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
|
||||||
|
|
||||||
*(from NocoDB's website)*
|
|
||||||
|
|
8
doc/DESCRIPTION_fr.md
Normal file
8
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
NocoDB est une plateforme NoCode open source qui transforme n'importe quelle base de données en une feuille de calcul intelligente, alternative à Airtable.
|
||||||
|
|
||||||
|
* Connectez-vous à une base de données SQL nouvelle/existante et transformez-la en feuille de calcul
|
||||||
|
* Créez une vue grille, une vue galerie, une vue kanban et une vue calendrier au-dessus de vos données
|
||||||
|
* Rechercher, trier, filtrer les colonnes et les lignes en toute simplicité
|
||||||
|
* Invitez votre équipe avec un contrôle d'accès précis
|
||||||
|
* Partagez vos vues publiquement et également avec une protection par mot de passe
|
||||||
|
* Fournit des API REST et GraphQL avec l'interface graphique Swagger et GraphiQL
|
|
@ -1 +1 @@
|
||||||
You now need to [open __APP__](https://__DOMAIN____PATH__) and create the first admin user.
|
You now need to open [__APP__](https://__DOMAIN____PATH__) and create the first admin user.
|
||||||
|
|
1
doc/POST_INSTALL_fr.md
Normal file
1
doc/POST_INSTALL_fr.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Vous pouvez maintenant ouvrir [__APP__](https://__DOMAIN____PATH__) et créer le premier utilisateur administrateur.
|
|
@ -14,6 +14,7 @@ source /usr/share/yunohost/helpers
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE SERVICE INTEGRATION IN YUNOHOST
|
# REMOVE SERVICE INTEGRATION IN YUNOHOST
|
||||||
#=================================================
|
#=================================================
|
||||||
|
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
|
||||||
|
|
||||||
# Remove the service from the list of services known by YunoHost (added from `yunohost service add`)
|
# Remove the service from the list of services known by YunoHost (added from `yunohost service add`)
|
||||||
if ynh_exec_warn_less yunohost service status $app >/dev/null
|
if ynh_exec_warn_less yunohost service status $app >/dev/null
|
||||||
|
|
|
@ -27,14 +27,10 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||||
|
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
then
|
ynh_setup_source --dest_dir="$install_dir" --keep=".env nc" --full_replace
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep=".env nc" --full_replace
|
|
||||||
fi
|
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:$app "$install_dir"
|
chown -R $app:$app "$install_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue