1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00
Minimalist chat for YunoHost
Find a file
2024-03-29 07:12:57 +01:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:49:29 +02:00
conf Manifest v2 2024-01-17 11:37:40 +01:00
doc add fr 2024-01-17 12:36:10 +01:00
scripts Fix: setup.ini does not exist by default 2024-01-17 12:01:51 +01:00
ALL_README.md Auto-update README 2024-03-29 07:12:57 +01:00
LICENSE [fix] manifest.json & LICENSE file 2017-05-08 17:14:38 +02:00
manifest.toml Upgrade to v2017.05.30 2024-01-17 17:17:48 +01:00
README.md Auto-update README 2024-03-29 07:12:57 +01:00
README_fr.md Auto-update README 2024-03-29 07:12:57 +01:00
README_gl.md Auto-update README 2024-03-29 07:12:57 +01:00
README_it.md Auto-update README 2024-03-29 07:12:57 +01:00
tests.toml Manifest v2 2024-01-17 11:37:40 +01:00

Minchat for YunoHost

Integration level Working status Maintenance status

Install Minchat with YunoHost

Read this README is 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.

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