Found 358 results for "apikeys application"
The search executed in 0.001155652 seconds. That's fast.
![]() |
Build your prototype website in 10 easy stepsGetting started with Cloud CMS for a website takes minimal setup: Fork a copy of https://github.com/gitana/sdk Note the URL of your repo; you’ll need this later… Login to your tenant or signup for a trial of Cloud CMS When prompted upon login create a Web Content Management starter project From the resulting Project Dashboard navigate to “Applications” in Manage Project Select “Sample Web Application” > Deployments Tick the radio button on the right Navigate to Selected > Undeploy (upper right)
Score: 0.9231323
|
![]() |
Finding sanity by losing your headThere was a lot of chatter last year regarding a “headless” or “decoupled” CMS design. Zeitgeist, maybe… countermovement, definitely. Since their inception, every expansion of content management software along the continuum from managing basic websites to full-on digital experiences drove CMSes further and further into the application’s presentation tier. In parallel, we witnessed the maturity of frameworks such as Angular, Ember, and Ionic (just to name a few) - all pushing development out to t
Score: 0.9231323
|
![]() |
Gitana 3.2 / Guide / Guide / API / Data Types / PlatformAccess your platform's data stores and manage configurations seamlessly with our intuitive interface, supporting teams, authorities, and more.
Score: 0.9219573
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Adapters / CustomCreate custom authentication adapters for Application Server with ease. Learn to implement and configure your solution effectively.
Score: 0.9219573
|
![]() |
Gitana 4.0 / Developers / Application Server / Authentication / Adapters / CustomCreate custom authentication adapters for your application server and seamlessly integrate third-party providers with ease.
Score: 0.9219573
|
![]() |
The top 3 features that differentiate Cloud CMS from the competitionYou have determined you need a Content Management System (CMS) and have begun the daunting task of reducing the number of CMS products to a manageable number to evaluate in depth. Having reached this article you are aware of, or interested in, CMSs that can be described as: Headless CMS, API First, Platform as a Service (PaaS), Decoupled CMS, Cloud-First. I am sure there are more beautiful categorizations and terminology provided by the latest analyst buzz. As much as I may not like the catagori
Score: 0.9219573
|
![]() |
Assessing the CMS cost options?The risks and costs associated with CMSs can be frightening. Many organizations have entered a CMS project, and are still to come out. Frustrated by the on-going costs of getting the CMS to work and then the costs of keeping it working. Partly this is due to unrealistic expectations but the primary reason is not looking at all the costs upfront and assessing the resources available to support a complex IT initiative. A basic for assessing your immediate and ongoing costs for any application is w
Score: 0.9219573
|
![]() |
Dynamic ProxyPassReverseCookieDomain with Apache 2We do a lot of HTML5 and JavaScript application hosting at Cloud CMS. Our platform lets you build HTML5 applications and deploy them to our cloud infrastructure with just a couple of clicks. As a result, we’ve gotten pretty friendly with Apache 2, virtual hosts, mod_rewrite, proxies and more. Applications built on our platform use OAuth2 over SSL. We support all of the authentication flows even for HTML5/JS applications. Inherently, these applications are considered “untrusted” in any two-legged
Score: 0.9219573
|
![]() |
Gitana 4.0 / Content Engine / PublishingOptimize your content publishing with Cloud CMS, featuring configurable workflows, lifecycle states, and diverse deployment endpoints for seamless management.
Score: 0.9075797
|
![]() |
Gitana 3.2 / Guide / Guide / Actions / Start WorkflowConfigure and start custom workflows with ease, assigning users and setting data effortlessly. Optimize your process management today.
Score: 0.8925425
|
![]() |
Gitana 3.2 / Guide / Guide / Templates / WorkflowExplore comprehensive details of a workflow instance, including ID, state, context, and associated project information, all accessible via intuitive URLs.
Score: 0.8925425
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / Actions / Start WorkflowConfigure and start custom workflows with ease, assigning users and setting data effortlessly. Optimize your process management today.
Score: 0.8925425
|
![]() |
Gitana 4.0 / Content Engine / Templates / WorkflowExplore comprehensive details of a workflow instance, including ID, state, context, and associated project information, all accessible via intuitive URLs.
Score: 0.8925425
|
![]() |
Gitana 4.0 / Developers / Drivers / JavaConnect Java and Android apps effortlessly with Gitana's driver. Explore Maven, API keys, and open-source options for seamless integration.
Score: 0.891444
|
![]() |
Gitana 3.2 / Guide / Guide / API / PatchingOptimize content updates with Cloud CMS using efficient HTTP Patch and JSON Patch techniques for lightweight, property-level changes.
Score: 0.8779953
|
![]() |
Gitana 4.0 / Developers / Drivers / PythonEasily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.
Score: 0.86391485
|
![]() |
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: 0.86391485
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2021-44228Secure your Cloud CMS with Log4j2 updates against CVE-2021-44228. Upgrade to version 3.2.71 and follow mitigation steps for enhanced protection.
Score: 0.83706665
|
![]() |
Gitana 3.2 / Guide / Guide / Scripting / WorkflowExplore our comprehensive workflow instance guide featuring properties like context, state, time, and associated methods like getSwimlanePrincipalIds and stringify.
Score: 0.83706665
|
![]() |
WorkflowExplore our comprehensive workflow instance guide featuring properties like context, state, time, and associated methods like getSwimlanePrincipalIds and stringify.
Score: 0.83706665
|
![]() |
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: 0.83706665
|
![]() |
How do I search for nested content?Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume
Score: 0.83706665
|
![]() |
Careers - GitanaCareers - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate content. Publis
Score: 0.83610046
|
![]() |
Gitana 3.2 / Guide / Guide / FormsOptimize your content management with Cloud CMS's mobile-friendly, role-based forms using the powerful Alpaca Forms engine.
Score: 0.8118369
|
![]() |
Gitana 3.2 / Guide / Guide / Releases / ActionsConfigure and execute release actions with Gitana; supports email, Slack, and web hooks. Customize with JSON for optimal workflow integration.
Score: 0.8118369
|