mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Fix
This commit is contained in:
parent
ea26f1e74a
commit
1a8da8f39d
2 changed files with 68 additions and 23 deletions
73
README.md
73
README.md
|
@ -1,8 +1,71 @@
|
|||
Galette for Yunohost
|
||||
====================
|
||||
# Galette for YunoHost
|
||||
|
||||
Galette is a membership management web application towards non profit organizations. [Official website](http://galette.eu/)
|
||||
[](https://dash.yunohost.org/appci/app/galette)  
|
||||
[](https://install-app.yunohost.org/?app=galette)
|
||||
|
||||
This package provides a quick and easy way to install galette (i.e. automatic MySQL base creation and configuration).
|
||||
Note that the Yunohost users won't be recognized in Galette.
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install Galette quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
Galette is a membership management web application towards non profit organizations.
|
||||
|
||||
**Shipped version:** 0.9.4.2
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://demo.galette.eu/login)
|
||||
|
||||
## Configuration
|
||||
|
||||
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://doc.galette.eu/fr/master/
|
||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
* Are LDAP and HTTP auth supported?
|
||||
* Can the app be used by multiple users?
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/galette/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/galette/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Any known limitations.
|
||||
|
||||
## Additional information
|
||||
|
||||
* Other info you would like to add about this app.
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/galette_ynh/issues
|
||||
* App website: http://galette.eu/
|
||||
* Upstream app repository: https://github.com/galette/galette
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug
|
||||
```
|
||||
|
|
|
@ -16,33 +16,15 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=cc5164cdadf9aec0eebb25d4252d849aa0054606
|
||||
upgrade=1 from_commit=65cd8b542310e8b349107ed222fdc57e3c2d239a
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=1
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;;; Levels
|
||||
Level 1=auto
|
||||
Level 2=auto
|
||||
Level 3=auto
|
||||
# Level 4: the tool can't talk with LDAP
|
||||
Level 4=1
|
||||
# Level 5:
|
||||
Level 5=auto
|
||||
Level 6=auto
|
||||
Level 7=auto
|
||||
Level 8=0
|
||||
Level 9=0
|
||||
Level 10=0
|
||||
;;; Options
|
||||
Email=jean-baptiste@holcroft.fr
|
||||
Notification=all
|
||||
;;; Upgrade options
|
||||
; commit=cc5164cdadf9aec0eebb25d4252d849aa0054606
|
||||
name=Upgrade from 0.9
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1
|
||||
; commit=65cd8b542310e8b349107ed222fdc57e3c2d239a
|
||||
name=Upgrade from 0.9.1.2
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1
|
||||
|
|
Loading…
Add table
Reference in a new issue