Socket
Socket
Sign inDemoInstall

erxes

Package Overview
Dependencies
263
Maintainers
4
Versions
376
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    erxes

Source available experience management infrastructure. Pioneering the future of experiences with XOS (Experience Operating System)


Version published
Weekly downloads
1.7K
decreased by-15.21%
Maintainers
4
Install size
51.3 MB
Created
Weekly downloads
 

Changelog

Source

1.8.0-rc.0 (2024-04-03)

Features

  • forms: introduce new type 'Team members' as a new custom property option (c992c1d)
  • msDynamics get products remainder (#5032) (fc09bc1)

Bug Fixes

  • calls: add input action and fix many conversations and fix incoming call user (9c41263)
  • ebarimt: previously submitted ebarimt data has not yet been processed (228164d)
  • facebook: fix login reload (4e36459)
  • instagram: add reload (7cbe389)
  • instagram: instagram reload (adae6b9)
  • internalnotes remove from main content remove (cc4e452)
  • multierkhet check deals render multi row (66ef9a1)
  • posclient: ebarimt waiting previous sending data (9b9de6d)
  • products export filter by status (955e8ba)
  • products: filter segment data for tag and category options (7d1cbbb)
  • widgets: fix country code select of phone input (afce6e1)

Readme

Source

Example configs.json

{
    "jwt_token_secret": "token",
    "client_portal_domains": "",
    "elasticsearch": {},
    // environment variables for all back end services
    "be_env" : {
        "OTEL_TRACES_EXPORTER": "otlp",
        "OTEL_METRICS_EXPORTER": "otlp",
        "OTEL_RESOURCE_ATTRIBUTES" : "deployment.name=localhost",
        "OTEL_EXPORTER_OTLP_PROTOCOL" : "grpc",
        "OTEL_EXPORTER_OTLP_ENDPOINT" : "http://127.0.0.1:4317",
        "NODE_OPTIONS" : "--require @opentelemetry/auto-instrumentations-node/register"
    },
    "redis": {
        "password": ""
    },
    "mongo": {
        "username": "",
        "password": ""
    },
    "rabbitmq": {
        "cookie": "",
        "user": "",
        "pass": "",
        "vhost": ""
    },
    "gateway": {
        "extra_env": {
            "INTROSPECTION": "true"
        }
    },
    "plugins": [
        {
            "name": "contacts",
            "ui": "local"
        },
        {
            "name": "zzztest",
            "ui": "local"
        }
    ]
}

Keywords

FAQs

Last updated on 12 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc