1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00
icecoder_ynh/README.md

70 lines
2.5 KiB
Markdown
Raw Normal View History

2021-03-19 20:30:30 +01:00
# ICEcoder
2021-03-19 19:47:11 +01:00
2021-03-19 20:30:30 +01:00
[![Integration level](https://dash.yunohost.org/integration/icecoder.svg)](https://dash.yunohost.org/appci/app/icecoder) ![](https://ci-apps.yunohost.org/ci/badges/icecoder.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/icecoder.maintain.svg)
[![Install ICEcoder with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=icecoder)
2021-03-19 19:47:11 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-03-19 20:30:30 +01:00
> *This package allows you to install ICEcoder quickly and simply on a YunoHost server.
2021-03-19 19:47:11 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2021-03-19 20:31:33 +01:00
A code editor in your browser.
2021-03-19 19:47:11 +01:00
2021-03-20 08:08:13 +01:00
**Shipped version:** 8.0
2021-03-19 19:47:11 +01:00
## Demo
2021-03-19 21:08:04 +01:00
http://demo.icecoder.net/ICEcoder/
2021-03-19 19:47:11 +01:00
## Configuration
2021-03-19 20:30:30 +01:00
How to configure this app: From ICEcoder options screen.
2021-03-19 19:47:11 +01:00
## Documentation
2021-03-19 20:30:30 +01:00
* Official documentation: https://icecoder.net/manual
2021-03-19 19:47:11 +01:00
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-user support
2021-03-19 20:30:30 +01:00
Are LDAP and HTTP auth supported? No.
Can the app be used by multiple users? Yes (It is internal to the app).
2021-03-19 19:47:11 +01:00
#### Supported architectures
2021-03-19 20:30:30 +01:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/icecoder%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/icecoder/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/icecoder%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/icecoder/)
2021-03-19 19:47:11 +01:00
## Limitations
2021-03-19 20:30:30 +01:00
* If the editor's current folder is where the editor is, the editor's folder is visible in the file tree.
2021-03-19 19:47:11 +01:00
## Additional information
2021-03-20 08:35:53 +01:00
* You will need to set youself the path to the website who you want edit.
* You will need to configure others things like password **directly** in the app.
2021-03-19 19:47:11 +01:00
## Links
2021-03-19 20:30:30 +01:00
* Report a bug: https://github.com/YunoHost-Apps/icecoder_ynh/issues
* App website: https://icecoder.net/
* Upstream app repository: https://github.com/icecoder/ICEcoder
2021-03-19 19:47:11 +01:00
* YunoHost website: https://yunohost.org/
---
## Developer info
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
2021-03-19 20:30:30 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing).
2021-03-19 19:47:11 +01:00
To try the testing branch, please proceed like that.
```
2021-03-19 20:30:30 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug
2021-03-19 19:47:11 +01:00
or
2021-03-19 21:07:37 +01:00
sudo yunohost app upgrade icecoder -u https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug
2021-03-19 19:47:11 +01:00
```