Found 491 results for "api datatypes branch"

The search executed in 0.001752234 seconds. That's fast.

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / registrations

Explore comprehensive platform and project registrations with detailed dashboards, menus, and pages for optimal workflow and management.

Score: 1.3409947

Gitana 4.0 / Developers / User Interface Customization / Contexts / registrations

Explore comprehensive platform and project registrations with detailed dashboards, menus, and pages for optimal workflow and management.

Score: 1.3409947

Gitana 3.2 / Guide / Guide / Docker / Container Services / Amazon ECS

Optimize deployment and scaling of containerized apps on AWS with Amazon ECS and Gitana SDK for best practices and configurations.

Score: 1.3333025

Gitana 3.2 / Guide / Guide / Docker / Kits

Download pre-built Cloud CMS Docker kits for common scenarios, ideal for quick setup or as a configuration reference. Explore our resources now.

Score: 1.3325884

Gitana 4.0 / Self Managed / Kits

Explore Cloud CMS Docker Kits for pre-built, user-friendly configurations to quickly deploy APIs, UI, and more with ease using Docker and Docker Compose.

Score: 1.3325884

Proxy API calls

Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes//attachments/thumb.jpg It works great as an API URL but not necessarily as one that can be resolved by the end user's browser. In a typical Node.js-based architecture, you have the User’s browser Node.js application server Cloud CMS backend API The URL generated above is the URL directly to the resource in the backend API. What you really would pre

Score: 1.3314475

Gitana 3.2 / Guide / Guide / Actions / Unlock Node

Unlock a node securely as the current user with necessary permissions or by holding the existing lock. Configuration details included.

Score: 1.3299611

Gitana 4.0 / Content Engine / Behaviors / Actions / Unlock Node

Unlock a node securely as the current user with necessary permissions or by holding the existing lock. Configuration details included.

Score: 1.3299611

Gitana 3.2 / Guide / Guide / Content Modeling / References

Optimize JSON Schema with $ref in Cloud CMS to efficiently link definitions for streamlined data management and validation.

Score: 1.3218135

Gitana 4.0 / Content Engine / Content Models / References

Optimize JSON Schema with $ref in Cloud CMS to efficiently link definitions for streamlined data management and validation.

Score: 1.3218135

Supporting large binary files

Cloud CMS offers a few different ways for you to store files - including storing them in S3 (recommended) or even on a local partition (such as an NFS mount). In our SaaS offering, everything is stored in S3 automatically and when you install on-premise, you can configure this to your preference. See this documentation page under Binary Storage: https://www.cloudcms.com/documentation/docker/configuration/api-server.html We definitely can handle large binary files in the 10's or 100's of megabyte

Score: 1.3201548

Gitana 3.2 / Guide / Guide / Docker / Configuration / UI Server

Cloud CMS UI Server is a Node.js app within Docker, supporting extensible environment configurations.

Score: 1.3156924

REST based access calls

The authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t

Score: 1.3130282

Gitana 3.2 / Guide / Guide / Docker

Optimize your Cloud CMS deployment with Docker for scalable, production-ready environments—perfect for on-premise or virtual private clouds.

Score: 1.3111207

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers

Explore various Deployment Handlers like Azure, FTP, and Amazon S3 to enhance your Deployment Target's delivery and connectivity.

Score: 1.3031662

Gitana 4.0 / Content Engine / Deployment / Deployment Handlers

Explore various Deployment Handlers for your deployment needs, including Azure, FTP, HTTP, and Amazon S3, ensuring seamless content delivery.

Score: 1.3031662

Gitana 3.2 / Guide / Guide / Docker / Container Services / Kubernetes

Kubernetes: Automate deployment, scaling & management of containers on cloud platforms like Amazon, Google, Azure with open-source Kubernetes & Gitana SDK.

Score: 1.3017265

Gitana 4.0 / Self Managed / Docker

Optimize Cloud CMS with Docker for seamless development and production. Deploy on-premise or in private clouds with ease, leveraging AWS and Docker tools.

Score: 1.299653

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / Remote Deployment Handler

Effortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.

Score: 1.2992163

Gitana 4.0 / Content Engine / Deployment / Deployment Handlers / Remote Deployment Handler

Effortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.

Score: 1.2992163

Recommended Cloud CMS architecture

In general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden

Score: 1.2959719

Gitana 3.2 / Guide / Guide / Integrations / ActiveMQ

Optimize your backend applications with ActiveMQ, a high-performance message broker, integrated with Cloud CMS for seamless API notifications.

Score: 1.2941775

Gitana 4.0 / Content Engine / Integrations / ActiveMQ

Optimize your Cloud CMS integration using Apache ActiveMQ for seamless API event handling and message queuing. Enhance scalability and performance.

Score: 1.2941775

Gitana 4.0 / Self Managed / Maintenance / Encrypting Properties

Secure sensitive data with Cloud CMS using RSA encryption and the gitana-tools-encryptor.jar for generating and managing keys.

Score: 1.2941775

How do I run custom validation before something is deleted?

Cloud CMS provides several ways to run validation ahead of deletion. There are many use cases where this employed - such as: Preventing an Image from being deleted when it is being referenced by a live Web Page Preventing a required sub-object from being deleted Preventing something from deleted when one or more other things are referencing it or depend on it in some way Here are a few approaches which are commonly used: ## Content Model Dependencies We implement link validation via the graph. S

Score: 1.2932409