1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dont-code_ynh.git synced 2024-09-03 18:26:34 +02:00
Dont-Code package for YunoHost
Find a file
2023-01-26 13:57:01 +01:00
.github Getting something to install 2022-12-27 17:59:56 +01:00
conf Enable ssh support for dev 2023-01-07 10:31:21 +01:00
doc screenshots 2023-01-02 19:05:32 +01:00
scripts Back to install mongo shell 2023-01-26 13:57:01 +01:00
sources Getting something to install 2022-12-27 17:59:56 +01:00
.gitignore Getting something to install 2022-12-27 17:59:56 +01:00
check_process Added upgrade test 2023-01-26 13:54:12 +01:00
dont-code_ynh.iml Mostly working 2023-01-02 19:03:27 +01:00
LICENSE Initial commit 2022-12-24 12:05:59 +01:00
manifest.json Upgraded services version 2023-01-26 11:06:19 +01:00
README.md Auto-update README 2023-01-26 10:06:26 +00:00
README_fr.md Auto-update README 2023-01-26 10:06:26 +00:00

Dont-code Services for YunoHost

Integration level Working status Maintenance status Install Dont-code Services with YunoHost

Lire ce readme en français.

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

Overview

Dont-code is a low-code / no-code platform letting user create their own applications based on complete feature sets developed by IT. You can find more information here: https://dont-code.net

This Yunohost app installs the server part (services + mongo database) needed to run the dont-code applications.

Features

  • Thanks to the Powerful Builders and Previewers, a user can directly design its application and immediately see the result
  • One only needs to describe its application by filling sentences prepared by the platform.
  • By default it provides support for images, currency, text, numbers, countries, links.
  • Multiple plugins allow you to list, edit, make reports, call services, save to database, save in browser, and so on...
  • Plugins can be developed by any IT team
  • Projects and all user's data are backuped up as part of the Yunohost backup process
  • As well any documents or images uploaded by users will be backed up

Shipped version: 0.2~ynh3

Demo: https://dont-code.net/apps.html

Screenshots

Screenshot of Dont-code Services Screenshot of Dont-code Services

Disclaimers / important information

  • This application is installing services and mongo databases on top of Yunohost services

    • They are not integrated with yunohost sso or LDAP: Any client application can call the installed services
    • etc...
  • After installation of these services

    • You must change the configuration of the Builder and Previewer to point to these services.
    • You can update the services themselves by configuring a proper ssh public key when installing the app. You'll then be able to upload the .jar files

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

More info regarding app packaging: https://yunohost.org/packaging_apps