Found 692 results for "api datatypes node"
The search executed in 0.002501336 seconds. That's fast.
![]() |
Gitana / 4.0 / Developers / Frameworks / SvelteKitCreate static and hybrid websites effortlessly with SvelteKit, leveraging Cloud CMS integrations. Find setup tools, examples, and API key configuration.
Score: 1.3432469
|
![]() |
Cloud CMS ArchitectureCloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit
Score: 1.3432469
|
![]() |
Gitana / 4.0 / Developers / Frameworks / GatsbyBuild static sites effortlessly with Gatsby and Cloud CMS. Learn integration, manage API keys, and explore our bookstore example. Get started today!
Score: 1.3430178
|
![]() |
How does Cloud CMS compare to Contentful?Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published one-by-one. Workflow Process Flexible workflow capability. Allows teams and roles to be created along with a workflow designer for defi
Score: 1.3368933
|
![]() |
My UI modules aren't deploying. What should I check?If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,
Score: 1.3341827
|
![]() |
Gitana / 4.0 / Self Managed / Containers / UI ServerOptimize your Cloud CMS UI Server with extensible Node.js features and environment configurations for seamless API integration.
Score: 1.3338612
|
![]() |
Gitana / 3.2 / Guide / Guide / AuthenticationSecurely connect to Cloud CMS using OAuth 2.0; ensure seamless API interactions with Access and Refresh Tokens, safeguarding client and user credentials.
Score: 1.3299007
|
![]() |
Gitana / 4.0 / Developers / Authentication / OverviewSecurely authenticate Cloud CMS using OAuth 2.0, support Authorization and Resource Servers, and ensure safe API interactions with encrypted Access and Refresh Tokens.
Score: 1.3299007
|
![]() |
Gitana / 3.2 / Guide / Guide / AttachmentsEffortlessly manage and store binary assets as attachments on objects within Cloud CMS, all through intuitive JSON-based handling and a user-friendly interface.
Score: 1.3266573
|
![]() |
Gitana / 4.0 / Content Engine / Nodes / AttachmentsEfficiently store and retrieve binary assets with Cloud CMS, supporting attachments for objects like Content Nodes, Users, and Archives.
Score: 1.3266573
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / Container Services / Amazon ECSOptimize deployment and scaling of containerized apps on AWS with Amazon ECS and Gitana SDK for best practices and configurations.
Score: 1.3212872
|
![]() |
Gitana / 3.2 / Guide / Guide / Forms / Fields / CK EditorEnhance your forms with CKEditor, a customizable HTML editor with plugins, for intuitive visual editing and streamlined content management.
Score: 1.3210943
|
![]() |
Gitana / 4.0 / Forms / CMS / Fields / CK EditorEnhance your editorial team's productivity with CKEditor, offering a customizable, feature-rich HTML editor integrated into your forms.
Score: 1.3210943
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / KitsDownload Cloud CMS Docker Kits for pre-built configurations, API setup, and more. Ideal for quick deployment and versatile references.
Score: 1.3208802
|
![]() |
Gitana / 4.0 / Self Managed / Kits / OverviewExplore Cloud CMS Docker kits for pre-built configurations, from quick starts to OEM, designed to simplify deployment and improve performance.
Score: 1.3208802
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / Configuration / Antivirus ServerSecure your applications with Cloud CMS Antivirus Server. Effortlessly scan files via HTTP with integrated ClamAV support for ultimate protection.
Score: 1.3161128
|
![]() |
Gitana / 4.0 / Self Managed / Containers / Antivirus ServerSecure your applications with Cloud CMS Antivirus Server. Effortlessly scan files via HTTP with integrated ClamAV support for ultimate protection.
Score: 1.3161128
|
![]() |
Supporting large binary filesCloud 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.3088692
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / Configuration / UI ServerCloud CMS UI Server is a Node.js app within Docker, supporting extensible environment configurations.
Score: 1.3037808
|
![]() |
REST based access callsThe 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.3013427
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / Container Services / KubernetesOptimize your infrastructure with Kubernetes and Gitana SDK. Automate deployment of containerized apps across cloud providers like AWS, Google, and Azure.
Score: 1.2898622
|
![]() |
Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / Remote Deployment HandlerEffortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.
Score: 1.2886909
|
![]() |
Gitana / 4.0 / Content Engine / Deployment / Deployment Handlers / Remote Deployment HandlerEffortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.
Score: 1.2886909
|
![]() |
Recommended Cloud CMS architectureIn 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.2849876
|
![]() |
Gitana / 4.0 / Self Managed / Maintenance / Encrypting PropertiesSecure sensitive data with Cloud CMS using RSA encryption and the gitana-tools-encryptor.jar for generating and managing keys.
Score: 1.2824566
|