mirror of
https://github.com/YunoHost-Apps/glowingbear_ynh.git
synced 2024-09-03 18:36:20 +02:00
Merge pull request #6 from decentral1se/add-example-ynh-readme
Add an example README
This commit is contained in:
commit
1b41d7460f
1 changed files with 73 additions and 5 deletions
78
README.md
78
README.md
|
@ -1,8 +1,76 @@
|
||||||
Glowing Bear for YunoHost
|
# Glowing Bear for YunoHost
|
||||||
-------------------------
|
|
||||||
|
|
||||||
This is the "Glowing Bear" app that runs in your browser (javascript required) and allows you to connect to a remote WeeChat IRC client instance. In order to make use of it you need to provide the connection credentials for the WeeChat instance (i.e. host, port and password).
|
[](https://dash.yunohost.org/appci/app/glowingbear)
|
||||||
|
[](https://install-app.yunohost.org/?app=glowingbear)
|
||||||
|
|
||||||
For more information please check
|
> *This package allow you to install glowingbear quickly and simply on a YunoHost server.
|
||||||
|
|
||||||
https://github.com/glowing-bear/glowing-bear
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Glowing Bear is a web frontend for the WeeChat IRC client and strives to be a modern interface. It relies on WeeChat to do all the heavy lifting and then provides some nice features on top of that, like embedding images, videos, and other content. The best part, however, is that you can use it from any modern internet device -- whether it's a computer, tablet, or smart phone -- and all your stuff is there, wherever you are. You don't have to deal with the messy technical details, and all you need to have installed is a browser or our app.
|
||||||
|
|
||||||
|
**Shipped version:** 0.7.1
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
* None.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
* You should run `apt install weechat` on your Yunohost installation
|
||||||
|
* Follow https://github.com/glowing-bear/glowing-bear#getting-started
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
* Official documentation: https://github.com/glowing-bear/glowing-bear
|
||||||
|
* YunoHost documentation: https://github.com/YunoHost-Apps/glowing_bear_ynh
|
||||||
|
|
||||||
|
## YunoHost specific features
|
||||||
|
|
||||||
|
#### Multi-users support
|
||||||
|
|
||||||
|
* Is LDAP supported? No, not relevant.
|
||||||
|
* Is HTTP auth supported? Yes.
|
||||||
|
* Can the app be used by multiple users? No.
|
||||||
|
|
||||||
|
#### Supported architectures
|
||||||
|
|
||||||
|
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/glowingbear/)
|
||||||
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/glowingbear/)
|
||||||
|
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/glowingbear/)
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
|
||||||
|
None so far.
|
||||||
|
|
||||||
|
## Additional information
|
||||||
|
|
||||||
|
None.
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
* Report a bug: https://github.com/YunoHost-Apps/glowingbear_ynh/issues
|
||||||
|
* App website: https://www.glowing-bear.org/
|
||||||
|
* Upstream app repository: https://github.com/glowing-bear/glowing-bear
|
||||||
|
* YunoHost website: https://yunohost.org/
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Developers info
|
||||||
|
----------------
|
||||||
|
|
||||||
|
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||||
|
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/glowingbear_ynh/tree/testing).
|
||||||
|
|
||||||
|
To try the testing branch, please proceed like that.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/glowingbear_ynh/tree/testing --debug
|
||||||
|
or
|
||||||
|
sudo yunohost app upgrade glowingbear -u https://github.com/YunoHost-Apps/glowingbear_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue