.github | ||
conf | ||
doc | ||
scripts | ||
sources | ||
.gitignore | ||
check_process | ||
dont-code_ynh.iml | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Dont-code Services for YunoHost
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
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
- Official app website: https://dont-code.net
- Official user documentation: https://dont-code.net/news.html
- Official admin documentation: https://dont-code.net/developers.html
- Upstream app code repository: https://github.com/dont-code
- YunoHost documentation for this app: https://yunohost.org/app_dont-code
- Report a bug: https://github.com/YunoHost-Apps/dont-code_ynh/issues
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