mirror of
https://github.com/YunoHost-Apps/strut_ynh.git
synced 2024-09-03 20:26:33 +02:00
67 lines
2.9 KiB
Markdown
67 lines
2.9 KiB
Markdown
# Strut for YunoHost
|
|
|
|
[](https://dash.yunohost.org/appci/app/strut)
|
|
[](https://install-app.yunohost.org/?app=strut)
|
|
|
|
> *This package allow you to install Strut quickly and simply on a YunoHost server.
|
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
|
|
|
## Overview
|
|
Quick description of this app.
|
|
|
|
**Shipped version:** 20171224-1
|
|
|
|
## Screenshots
|
|
|
|

|
|
|
|
## Demo
|
|
|
|
* [Official demo](http://strut.io/editor/index.html)
|
|
|
|
## Configuration
|
|
|
|
## Documentation
|
|
|
|
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
|
|
|
## YunoHost specific features
|
|
|
|
#### Multi-users support
|
|
|
|
#### Supported architectures
|
|
|
|
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/strut/)
|
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/strut/)
|
|
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/strut/)
|
|
|
|
## Limitations
|
|
|
|
## Additional information
|
|
|
|
* This package doesn't contained the exact sources of the upstream https://github.com/tantaman/Strut.
|
|
|
|
Initial Strut software includes Google Analytics and is bind to Imgur to upload images. This kind of trackers or external services are not accepted by the package team of YunoHost. So this trackers are removed from sources, a pull request has been done and merged but has finally be removed from the strut upstream with no explanation. In more, Strut developers don't deliver builded versions. To build a version it needs grunt, that can't be removed easily.
|
|
|
|
To avoid to take time to build this html/js app, this package setups a builded version of Strut with the patch that remove Google Analytics and Imgur dependencies. It is a build of this version https://github.com/tantaman/Strut/commits/6761b141ee7aa622916e2d23cced84ee95618cce . So it's not the more recent version.
|
|
|
|
## Links
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/strut_ynh/issues
|
|
* Strut website: http://strut.io
|
|
* 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/strut_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/strut_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade strut -u https://github.com/YunoHost-Apps/strut_ynh/tree/testing --debug
|
|
```
|