mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
commit
fbdbab3756
4 changed files with 16 additions and 16 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Tandoor for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/tandoor)  
|
||||
[](https://dash.yunohost.org/appci/app/tandoor)  
|
||||
[](https://install-app.yunohost.org/?app=tandoor)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -44,7 +44,7 @@ a public page.
|
|||
- 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/)
|
||||
- ➕ Many more like recipe scaling, image compression, printing views and supermarkets
|
||||
|
||||
**Shipped version:** 1.4.5~ynh1
|
||||
**Shipped version:** 1.4.5~ynh2
|
||||
|
||||
**Demo:** https://app.tandoor.dev/accounts/login/?demo
|
||||
|
||||
|
|
22
README_fr.md
22
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Tandoor pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/tandoor)  
|
||||
[](https://dash.yunohost.org/appci/app/tandoor)  
|
||||
[](https://install-app.yunohost.org/?app=tandoor)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Tandoor rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer Tandoor rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
This application is meant for people with a collection of recipes they want to share with family and friends or simply
|
||||
store them in a nicely organized way. A basic permission system exists but this application is not meant to be run as
|
||||
|
@ -44,13 +44,13 @@ a public page.
|
|||
- 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/)
|
||||
- ➕ Many more like recipe scaling, image compression, printing views and supermarkets
|
||||
|
||||
**Version incluse :** 1.4.5~ynh1
|
||||
**Version incluse :** 1.4.5~ynh2
|
||||
|
||||
**Démo :** https://app.tandoor.dev/accounts/login/?demo
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -61,10 +61,10 @@ a public page.
|
|||
* The first time the app is installed, you need to setup the initial super user. If you directly login with your YunoHost user's credentials, you will not be able to create the superuser from the web interface.
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://tandoor.dev>
|
||||
* Site officiel de l’app : <https://tandoor.dev>
|
||||
* Documentation officielle utilisateur : <https://docs.tandoor.dev>
|
||||
* Documentation officielle de l'admin : <https://docs.tandoor.dev>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/TandoorRecipes/recipes>
|
||||
* Documentation officielle de l’admin : <https://docs.tandoor.dev>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/TandoorRecipes/recipes>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_tandoor>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/tandoor_ynh/issues>
|
||||
|
||||
|
@ -80,4 +80,4 @@ ou
|
|||
sudo yunohost app upgrade tandoor -u https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,7 +1,7 @@
|
|||
# only set this to true when testing/debugging
|
||||
# when unset: 1 (true) - dont unset this, just for development
|
||||
DEBUG=1
|
||||
SQL_DEBUG=1
|
||||
DEBUG=0
|
||||
SQL_DEBUG=0
|
||||
|
||||
# HTTP port to bind to
|
||||
TANDOOR_PORT=__PORT__
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!",
|
||||
"fr": "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !"
|
||||
},
|
||||
"version": "1.4.5~ynh1",
|
||||
"version": "1.4.5~ynh2",
|
||||
"url": "https://tandoor.dev",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue