All Projects → Konecty → Konecty

Konecty / Konecty

Licence: other
Konecty Open source Tech Business Platform

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Less
1899 projects

Projects that are alternatives of or similar to Konecty

bpmn
BPMN diagrams in R
Stars: ✭ 16 (+0%)
Mutual labels:  business-process
micronaut-camunda-external-client
This open source project allows you to easily integrate Camunda's External Task Clients into Micronaut projects: simply add a dependency in your Micronaut project
Stars: ✭ 19 (+18.75%)
Mutual labels:  business-process
business-jekyll-theme
Business Jekyll Theme for your business
Stars: ✭ 43 (+168.75%)
Mutual labels:  business-solutions
box-Authorizer
PKApp is used to start, stop and authorise approval flow of authorizer.
Stars: ✭ 28 (+75%)
Mutual labels:  business-solutions
PyGtk-Posting
Open source financial accounting and business management for Linux.
Stars: ✭ 18 (+12.5%)
Mutual labels:  business-solutions
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the…
Stars: ✭ 8,227 (+51318.75%)
Mutual labels:  business-process
icingaweb2-module-businessprocess
Create top-level views of your applications in a graphical editor. Rules express dependencies between existing hosts and services and let you alert on application level. Business processes are displayed in a tree or list overview.
Stars: ✭ 106 (+562.5%)
Mutual labels:  business-process
micronaut-camunda-bpm
Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
Stars: ✭ 73 (+356.25%)
Mutual labels:  business-process
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (+11500%)
Mutual labels:  crm-platform
ecclesiacrm
A CRM Software for church management.
Stars: ✭ 15 (-6.25%)
Mutual labels:  crm-platform
cerb-release
For over 20 years, teams of all sizes have used Cerb to manage their email workloads. Whether you're a solo founder replying to a few support messages per day, or a team with hundreds of members replying to thousands of messages per hour, you can serve your audience faster with Cerb's time-tested tools. Development at: https://github.com/jstande…
Stars: ✭ 37 (+131.25%)
Mutual labels:  crm-platform
laravel-crm
Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
Stars: ✭ 927 (+5693.75%)
Mutual labels:  crm-platform

Konecty

Konecty Open source Tech Business Platform

Konecty environment variables

  • KONECTY_MODE: Can be production or development
  • DISABLE_KONSISTENT: can be to true if you don't want Konsistent to run on the same process as Kondata. It's enabled by default.
  • MONGO_URL: Mongo database URL
  • MONGO_OPLOG_URL: Mongo database oplog URL
  • DISABLE_REINDEX: can be to true if you don't want to verify if all index are created.
  • ROOT_URL: your public url
  • BLOB_URL: the URL where blob is running (file and images server)
  • ALLOWED_ORIGINS: a list of cors alloweds URLs separated by |
  • LOG_REQUEST=true: if provide all requests are loggeds
  • DEFAULT_SMTP_HOST: SMTP host for default email sender (required)
  • DEFAULT_SMTP_PORT: SMTP port for default email sender (required)
  • DEFAULT_SMTP_USERNAME: SMTP username for default email sender (required)
  • DEFAULT_SMTP_PASSWORD: SMTP password for default email sender (required)
  • DEFAULT_SMTP_SECURE: SMTP secure flag for default email sender
  • DEFAULT_SMTP_TLS: SMTP tls flag for default email sender
  • DEFAULT_SMTP_IGNORE_TLS: SMTP config ignoreTLS for nodemailer, if this is true and secure is false then TLS is not used even if the server supports STARTTLS extension
  • DEFAULT_SMTP_TLS_REJECT_UNAUTHORIZED: SMTP config tls.rejectUnauthorized for nodemailer, config would open a connection to TLS server with self-signed or invalid TLS certificate
  • DEFAULT_SMTP_AUTH_METHOD: SMTP config authMethod for nodemailer, defines preferred authentication method, defaults to ‘PLAIN’
  • DEFAULT_SMTP_DEBUG: SMTP config debug for nodemailer, if set to true, then logs SMTP traffic, otherwise logs only transaction events

FILE STORAGE API

  • S3_DOMAIN: required if different of AWS eg: digitaloceanspaces.com
  • S3_REGION: S3 region
  • S3_BUCKET: S3 bucket
  • S3_ACCESSKEY: Generated for your aws account. Follow this instructions: Where’s My Secret Access Key?.
  • S3_SECREDKEY: Generate with instructions above (👆).

NODE RED INTEGRATION

Learn about this: Node-RED

  • NR_ENABLE: true if you want to enable in process node-red instance
  • NR_NAMESPACE: unique identifier for current instance. Default: flows
  • NR_ADMIN: Nodered admin URL. Default: /flows
  • NR_API: Nodered rest endpoints prefix. Default" /api

How to run on Docker

docker pull konecty/konecty
docker run --name kondata -p 3000:3000 --link mongo --env MONGO_URL=mongodb://mongo:27017/konecty --env MONGO_OPLOG_URL=mongodb://mongo:27017/local konecty/konecty

REST API

Examples of REST usage can be found here: REST

Logs

  • KONDATA only log requests when status code of the response isn't 200 (OK).

DEVELOPMENT

sudo apt install build-essential
meteor npm install
meteor
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].