1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Merge pull request #15 from YunoHost-Apps/cleaning

Cleaning
This commit is contained in:
Florent 2023-12-22 09:05:22 +01:00 committed by GitHub
commit 6baadeb8ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 22 additions and 33 deletions

View file

@ -29,13 +29,7 @@ More about the features can be found here: <https://github.com/gristlabs/grist-c
### Limitations
- You cannot log out from Grist, you have to log out from Yunohost to do that;
### Customize your configuration
You can add some configuration in the `/home/yunohost.app/grist/custom.env` file. Refer to the [Grist README](https://github.com/gristlabs/grist-core/#environment-variables) to know more.
:warning: Be sure of what you do, it may break your instance.
- You cannot log out from Grist, you have to log out from YunoHost to do that.
**Shipped version:** 1.1.9~ynh2

View file

@ -29,13 +29,7 @@ Plus d'information sur les fonctionnalités sont disponibles ici : <https://gith
### Limitations
- Vous ne pouvez pas vous déconnecter depuis Grist, pour ce faire, vous devez vous déconnecter de Yunohost;
### Personnaliser votre configuration
Vous pouvez ajouter quelques configurations dans le fichier `/home/yunohost.app/grist/custom.env`. Référez-vous au [README de Grist](https://github.com/gristlabs/grist-core/#environment-variables) pour en savoir plus.
:warning: Soyez sûr de ce que vous faîtes, cela peut casser votre instance.
- Vous ne pouvez pas vous déconnecter depuis Grist, pour ce faire, vous devez vous déconnecter de YunoHost.
**Version incluse :** 1.1.9~ynh2

View file

@ -1,5 +1,5 @@
[Unit]
Description=Grist is the evolution of spreadsheets.
Description=Grist: Modern relational spreadsheet
After=network.target
[Service]

View file

@ -1,5 +1,11 @@
### Where your Grist documents are stored?
Your documents are stored in the `__DATA_DIR__/docs` folder. These documents are just sqlite databases, so you can even query them!
Your documents are stored in the `__DATA_DIR__/docs` folder. These documents are just SQLite databases, so you can even query them!
However be sure to have fresh backups if you plan to change data.
### Customize your configuration
You can add some configuration in the `__DATA_DIR__/custom.env` file. Refer to the [Grist README](https://github.com/gristlabs/grist-core/#environment-variables) to know more.
:warning: Be sure of what you do, it may break your instance.

View file

@ -1,5 +1,12 @@
### Où sont stockés les documents Grist?
Vos documents sont enregistrés dans le dossier `__DATA_DIR__/docs`. Il ne s'agit rien de plus que de base de données sqlite, ainsi vous pouvez y lancer des requêtes!
Vos documents sont enregistrés dans le dossier `__DATA_DIR__/docs`. Il ne s'agit rien de plus que de base de données SQLite, ainsi vous pouvez y lancer des requêtes!
Toutefois veillez bien à ce que vous disposiez de sauvegardes récentes si vous y apportez des modifications dedans.
### Personnaliser votre configuration
Vous pouvez ajouter quelques configurations dans le fichier `__DATA_DIR__/custom.env`. Référez-vous au [README de Grist](https://github.com/gristlabs/grist-core/#environment-variables) pour en savoir plus.
:warning: Soyez sûr de ce que vous faîtes, cela peut casser votre instance.

View file

@ -11,10 +11,4 @@ More about the features can be found here: <https://github.com/gristlabs/grist-c
### Limitations
- You cannot log out from Grist, you have to log out from Yunohost to do that;
### Customize your configuration
You can add some configuration in the `/home/yunohost.app/grist/custom.env` file. Refer to the [Grist README](https://github.com/gristlabs/grist-core/#environment-variables) to know more.
:warning: Be sure of what you do, it may break your instance.
- You cannot log out from Grist, you have to log out from YunoHost to do that.

View file

@ -11,10 +11,4 @@ Plus d'information sur les fonctionnalités sont disponibles ici : <https://gith
### Limitations
- Vous ne pouvez pas vous déconnecter depuis Grist, pour ce faire, vous devez vous déconnecter de Yunohost;
### Personnaliser votre configuration
Vous pouvez ajouter quelques configurations dans le fichier `/home/yunohost.app/grist/custom.env`. Référez-vous au [README de Grist](https://github.com/gristlabs/grist-core/#environment-variables) pour en savoir plus.
:warning: Soyez sûr de ce que vous faîtes, cela peut casser votre instance.
- Vous ne pouvez pas vous déconnecter depuis Grist, pour ce faire, vous devez vous déconnecter de YunoHost.