1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00
ICEcoder package for YunoHost.
Find a file
Stylix58 e481fcb161
Merge pull request #13 from YunoHost-Apps/testing
Merge pull request #12 from YunoHost-Apps/master
2021-03-21 13:19:03 +01:00
.github/workflows Rename blank.yml to package_linter.yml 2021-03-21 13:15:16 +01:00
conf Create systemd.service 2021-03-20 07:49:25 +01:00
scripts Update backup 2021-03-20 19:04:03 +01:00
.gitignore Initial commit 2021-03-19 19:47:11 +01:00
check_process Update and rename check_process.default to check_process 2021-03-19 21:04:58 +01:00
issue_template.md Update issue_template.md 2021-03-19 21:12:18 +01:00
LICENSE Update LICENSE 2021-03-19 20:16:27 +01:00
manifest.json Update manifest.json 2021-03-21 13:16:23 +01:00
pull_request_template.md Initial commit 2021-03-19 19:47:11 +01:00
README.md Update README.md 2021-03-20 19:06:40 +01:00
README_fr.md Update README_fr.md 2021-03-20 19:07:07 +01:00

ICEcoder for YunoHost

Integration level
Install ICEcoder with YunoHost

Lire ce readme en français.

This package allows you to install ICEcoder quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

A code editor in your browser.

Shipped version: 8.0

Demo

http://demo.icecoder.net/ICEcoder/

Configuration

How to configure this app: From ICEcoder options screen.

Documentation

  • Official documentation: https://icecoder.net/manual
  • YunoHost documentation: If specific documentation is needed, feel free to contribute.

YunoHost specific features

Multi-user support

  • Are LDAP and HTTP auth supported? No.
  • Can the app be used by multiple users? Yes (It is internal to the app).

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • If the editor's current folder is where the editor is, the editor's folder is visible in the file tree.

Additional information

  • 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.
  • If you change the URL of this app, you don't change the real URL but the internal path (the process is the same as installation).

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/icecoder_ynh/tree/testing --debug
or
sudo yunohost app upgrade icecoder -u https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug