Read this README in other languages.
This package allows you to install Minchat quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Minchat is a free minimalist chat application. It is based on wojtek77/chat, itself based on Gabriel Nava's tutorial.
- Simple web chat: only requires a browser ; no XMPP application.
- No need for users to register. Just need the web address. But optional authorisation control.
- On connection, the page is fed with the messages of the day
- Args are in the URL as get arguments, so that you can share the URL or make it a favorite to avoid filling a form.
Example :https://__DOMAIN____PATH__/minchat/?room=Living&name=John
- Optionaly multi room
Shipped version: 2017.05.30~ynh1
- Upstream not maintained: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
- Upstream app code repository: https://github.com/wojtek77/chat
- YunoHost Store: https://apps.yunohost.org/app/minchat
- Report a bug: https://github.com/YunoHost-Apps/minchat_ynh/issues
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/minchat_ynh/tree/testing --debug
or
sudo yunohost app upgrade minchat -u https://github.com/YunoHost-Apps/minchat_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps