1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00
minchat_ynh/README.md
2024-01-17 16:17:50 +00:00

2.4 KiB

Minchat for YunoHost

Integration level Working status Maintenance status

Install Minchat with YunoHost

Lire ce readme en français.

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.

Overview

Minchat is a free minimalist chat application. It is based on wojtek77/chat, itself based on Gabriel Nava's tutorial.

Features

  • 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

Screenshots

Screenshot of Minchat

Documentation and resources

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/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