The PLANTA pulse documentation on wiki.planta.de is not being updated anymore. The current documentation can be found in the new PLANTA Online Help.

Meteor Settings

Information

  • PLANTA pulse is based on the Meteor framework.
  • The related settings are contained within the file docker-compose.yml under "METEOR_SETTINGS” and can be edited there, if needed.
    • When making changes, the JSON syntax needs to be observed. (It can be checked with a JSON validator, e.g. JSONLint.)
  • In the Meteor Settings, several parameters can be edited, e.g. the authentication methods or settings regarding the self-registration.

{
  "saml":[
    
  ],
  "public":{
    "backgroundPath":[
      "/logo_background.svg",
      ""
    ],
    "enableInAppNotifications":true,
    "forbidUserReg":false,
    "disconnectTimeSec":600
  },
  "userAuth":{
    "userpw":true,
    "saml":false
  },
  "saasSettings":{
    "maxUserLimit":100,
    "maxTotalAttachmentSize":50,
    "unusedSystemExpiration": 30,
    "infoMailTo": "saas@planta.de, vertrieb@planta.de",
    "firstUser":{
      "firstName":"Max",
      "secondName":"Muster",
      "email":"mustermax@planta.de",
      "workspace": "company",
      "phoneNr": "01234567",
      "lang":"de"
    },
    "mailServer":{
      "from":" ",
      "host":" ",
      "port":" ",
      "username":" ",
      "password":" ",
      "disableCertCheck":true,
      "enableTLS":false
    },
    "hideFeatures":{
      "applicationLogs": false,
      "timeRecording": false,
      "selfRegistration": false,
      "emailSettings": false
    },
   "pulsePlan":"free"
  }
}

Parameters

Parameter Optional? Possible Values Default Description
public Optional      
forbidUserReg Optional Boolean true Deactivates the self-registration in PLANTA pulse: false = self-registration is possible, true = self-registration is not possible; can also be configured in the panel Administration.
If the value false has not been configured in both places, the self-registration is still deactivated.
backgroundPath Optional
(from Release 25)
String - Default background image
disconnectTimeSec Optional Int 60 seconds Time until client disconnect
enableInAppNotifications Required (from Release 25) Boolean - Activates the in-app notifications
logger Optional See Logger    
userAuth Optional      
userpw Optional Boolean true Local users (see also Authentication methods)
saml Optional Boolean false Authentication method "SAML"
Requires further parameters (see below)
saml Optional     SAML configuration (see Authentication methods)
provider Required String   SAML provider
entryPoint Required String   SAML endpoint
issuer Required String   URL to the application
idpSLORedirectURL Required String   Single logout URL on the IdP
federationMetaDataUrl Required String   URL to the metadata of the IdP
privateKeyFile Required String   File with the application key, Base64-encoded
publicCertFile Required String   File with the application certificate, Base64-encoded
saasSettings Optional      
maxUserLimit Required Int - Maximum number of users
maxTotalAttachmentSize Required Int - Maximum allowed size for all attachments in total
unusedSystemExpiration Optional Int - Number - 3 days until the last reminder e-mail is sent. Default: 30 days
infoMailTo Optional String - Recipient of the information e-mail with all data of the system request (firstUser); separated by comma. Default: saas@planta.de
firstUser Required Object - First user which is created in SaaS systems (is created automatically by the SaaS service, see example above) The system is a SaaS system
mailServer Required Object - E-mail configuration for the PLANTA pulse system for sending SaaS mails (is created automatically by the SaaS service); can also be configured in the panel Administration. Valid settings need to be used. To avoid this an existing user can be defined as firstUser for testing purposes
hideFeatures Optional Object All features are hidden (true) Defines which features (e-mail, time recording, application logs, self-registration settings) are hidden from the UI in the panel Administration
fileUpload Optional      
maxSingleAttachmentSize Optional Int 50 (MB) Maximum allowed size per attachment
plantaService Optional     Settings for the PLANTA project system in which hours worked are to be recorded; can also be configured in the panel Administration.
The settings in the panel Administration overwrite the settings configured here.
protocol Required String   Protocol used
host Required String   Host of the PLANTA project system
port Required Number   Port of the PLANTA project system
timeOut Optional Number   Time for requests until timeout
activeModules Optional     Active components in PLANTA pulse (without the parameter, all components are active)
cards Optional Boolean true Work with cards and boards
timeTracking Optional     Settings for time recording; can also be configured in the panel Administration.
The settings in the panel Administration overwrite the settings configured here.
showAttendance Optional Boolean false Display presence time
allowProjectSystem Optional Boolean false Activate time recording on PLANTA project elements
disabledInNotSyncedBoards Optional Boolean false Disable time recording on cards of unsynchronized boards
pulsePlan Optional String free Indicates with which cost plan the system was created










 
  • Suche in Topic-Namen

  • Suche in Topic-Inhalten
This site is powered by the TWiki collaboration platform Powered by Perl