1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/question2answer_ynh.git synced 2024-09-03 20:16:07 +02:00
Question2Answer package for YunoHost
Find a file
Nils VAN ZUIJLEN 1622f13c13 Use SQL to configure the LDAP plugin
cURL is too complicated, and we already have to use SQL to update the user

Also remove the need to ask for a password
2021-03-26 18:22:57 +01:00
conf Use SQL to configure the LDAP plugin 2021-03-26 18:22:57 +01:00
images Edit READMEs, LICENSE, issue template 2021-02-24 10:59:15 +01:00
scripts Use SQL to configure the LDAP plugin 2021-03-26 18:22:57 +01:00
sources Use ynh_replace_string instead of patch 2021-03-26 16:52:50 +01:00
.gitignore [enh] Add a really simple gitignore 2016-04-26 15:26:27 +02:00
check_process Add LDAP integration 2021-03-26 16:52:50 +01:00
issue_template.md Edit READMEs, LICENSE, issue template 2021-02-24 10:59:15 +01:00
LICENSE Edit READMEs, LICENSE, issue template 2021-02-24 10:59:15 +01:00
manifest.json Use SQL to configure the LDAP plugin 2021-03-26 18:22:57 +01:00
pull_request_template.md New CI Implementation 2021-01-19 21:27:47 +01:00
README.md Add LDAP integration 2021-03-26 16:52:50 +01:00
README_fr.md Add LDAP integration 2021-03-26 16:52:50 +01:00

Question2Answer for YunoHost

Integration level
Install question2answer with YunoHost

Lire ce readme en français.

This package allows you to install Question2Answer quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Question2Answer (Q2A) is a popular open source Q&A platform for PHP/MySQL.

Shipped version: 1.8.5

Screenshots

Demo

Configuration

This app can be configured via its admin panel, available at https://mydomain/myquestion2answer/index.php/admin/

Documentation

YunoHost specific features

Multi-user support

This app supports multiuser and LDAP, but is not integrated via SSO. The admin page is protected by SSOwat.

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • No known limitations.

Additional information

More info on the documentation page:
https://yunohost.org/packaging_apps


Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
or
sudo yunohost app upgrade question2answer -u https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug