build1
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Authentication | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,20 +24,20 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Authentication" />
|
||||
<meta property="og:description" content="One of the obstacles to deploying open source SaaS is user management. When each application has its own user management, it becomes complicated to build a workable system for the business or team, to build reliable workflows across applications, and to ensure security for the business or team for data. Federated Core Platform provides two layers of authentication to deal with these problems.
|
||||
LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every application connects to LDAP. If it doesn’t use LDAP, it doesn’t work on the platform. There are some applications for which the only account in LDAP is the administrator and the other users are created in the application itself. And example is Vaultwarden (password manager) because of the very sensitive nature of the information in Vaultwarden outside of access to Core services. You create the user in Vaultwarden as the administrative user but then, the account is connected to Core LDAP (if desired)." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_b5c90efc9ed6288d.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_b5c90efc9ed6288d.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-25T12:33:49-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-25T12:33:49-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_b5c90efc9ed6288d.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_b5c90efc9ed6288d.png"/>
|
||||
<meta name="twitter:title" content="Authentication"/>
|
||||
<meta name="twitter:description" content="One of the obstacles to deploying open source SaaS is user management. When each application has its own user management, it becomes complicated to build a workable system for the business or team, to build reliable workflows across applications, and to ensure security for the business or team for data. Federated Core Platform provides two layers of authentication to deal with these problems.
|
||||
LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every application connects to LDAP. If it doesn’t use LDAP, it doesn’t work on the platform. There are some applications for which the only account in LDAP is the administrator and the other users are created in the application itself. And example is Vaultwarden (password manager) because of the very sensitive nature of the information in Vaultwarden outside of access to Core services. You create the user in Vaultwarden as the administrative user but then, the account is connected to Core LDAP (if desired)."/>
|
||||
@@ -50,8 +49,9 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,8 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -95,7 +96,7 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -115,7 +116,7 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -130,47 +131,47 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -190,17 +191,17 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -220,22 +221,22 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -255,7 +256,7 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -275,12 +276,12 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -305,22 +306,22 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -340,22 +341,22 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -375,7 +376,12 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -688,10 +694,12 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1071,6 +1079,13 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1388,7 +1403,7 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators, Networks, Platforms",
|
||||
description: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n",
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n"
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\nThe typical engagement with Federated Computer starts with some scoping sessions so that we can help you think through your product offering, your go-to-market, and how we will enable you to best support customers.\nAt the end of the day, the mission of Federated Computer is to provide you with the right tools, software, services allowing you to open up new monetization avenues within your existing hardware, datacenters, network pipes, sunk costs infrastructures, existing user bases.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1396,8 +1411,8 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
id: 34 ,
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n",
|
||||
content: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1405,8 +1420,8 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
id: 35 ,
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n",
|
||||
content: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1414,8 +1429,8 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1439,6 +1454,15 @@ LDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Computer | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,19 +24,19 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Computer" />
|
||||
<meta property="og:description" content="Federated “Computer” is a new application coming in Fall, 2025 delivering a fully customizable front-end experience for Core users. It is a bookmarking application extended to support reminders, folders for watching applications, documents, events, the ability to pick up AI workloads and customizations, and more. Federated “Computer” is intended to be fully open-sourced, will work with other SaaS applications that support URLs, and will work natively on desktops, tablets, and mobile devices." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/computer/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_412003b0a6bae6ce.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_412003b0a6bae6ce.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-25T12:33:56-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-25T12:33:56-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_412003b0a6bae6ce.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_412003b0a6bae6ce.png"/>
|
||||
<meta name="twitter:title" content="Computer"/>
|
||||
<meta name="twitter:description" content="Federated “Computer” is a new application coming in Fall, 2025 delivering a fully customizable front-end experience for Core users. It is a bookmarking application extended to support reminders, folders for watching applications, documents, events, the ability to pick up AI workloads and customizations, and more. Federated “Computer” is intended to be fully open-sourced, will work with other SaaS applications that support URLs, and will work natively on desktops, tablets, and mobile devices."/>
|
||||
|
||||
@@ -48,8 +47,9 @@
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -70,7 +70,8 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -93,7 +94,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -113,7 +114,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -128,47 +129,47 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -188,17 +189,17 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -218,22 +219,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -253,7 +254,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -273,12 +274,12 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -303,22 +304,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -338,22 +339,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -373,7 +374,12 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -654,10 +660,12 @@
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1037,6 +1045,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1380,8 +1395,8 @@
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1405,6 +1420,15 @@
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Core Desktop | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,19 +24,19 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Core Desktop" />
|
||||
<meta property="og:description" content="Federated Core supports PXE-booting two different Linux distributions (OpenMandriva and Core Desktop based on Arch) when a customer wants to complete solution for their team or office. These desktops are tied into Federated Core Authentication, have all the desktop applications (email, calendar, contacts, bookmarks, file synchronization, applications that take advantage of Nextcloud and other desktop applications) pre-configured and redy to use for the particular user as they log in to Core Desktop. This is a great solution for offices or use cases where it is important that each desktop be closely managed for the “correct” software and services so that it “just works”." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_c782ae616664fe56.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_c782ae616664fe56.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-25T12:34:05-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-25T12:34:05-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_c782ae616664fe56.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_c782ae616664fe56.png"/>
|
||||
<meta name="twitter:title" content="Core Desktop"/>
|
||||
<meta name="twitter:description" content="Federated Core supports PXE-booting two different Linux distributions (OpenMandriva and Core Desktop based on Arch) when a customer wants to complete solution for their team or office. These desktops are tied into Federated Core Authentication, have all the desktop applications (email, calendar, contacts, bookmarks, file synchronization, applications that take advantage of Nextcloud and other desktop applications) pre-configured and redy to use for the particular user as they log in to Core Desktop. This is a great solution for offices or use cases where it is important that each desktop be closely managed for the “correct” software and services so that it “just works”."/>
|
||||
|
||||
@@ -48,8 +47,9 @@
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -70,7 +70,8 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -93,7 +94,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -113,7 +114,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -128,47 +129,47 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -188,17 +189,17 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -218,22 +219,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -253,7 +254,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -273,12 +274,12 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -303,22 +304,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -338,22 +339,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -373,7 +374,12 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -655,10 +661,12 @@
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1038,6 +1046,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1406,6 +1421,15 @@
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Core Mini | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,12 +24,12 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Core Mini" />
|
||||
<meta property="og:description" content="Core Mini is the minimal install of software on a Core before adding additional SaaS and any scaling services (e.g. load balancing). These are the fundamental services used by ever other SaaS application.
|
||||
Traefik linkFirewall and network management.
|
||||
@@ -40,10 +39,10 @@ Mail Services linkSMTP and IMAP services.
|
||||
Postgresql linkDatabase engine for SaaS services requiring Postgresql.
|
||||
MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely be obsolete in the coming months." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_e4b98dbcf492108e.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_e4b98dbcf492108e.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-25T12:34:18-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-25T12:34:18-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_e4b98dbcf492108e.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_e4b98dbcf492108e.png"/>
|
||||
<meta name="twitter:title" content="Core Mini"/>
|
||||
<meta name="twitter:description" content="Core Mini is the minimal install of software on a Core before adding additional SaaS and any scaling services (e.g. load balancing). These are the fundamental services used by ever other SaaS application.
|
||||
Traefik linkFirewall and network management.
|
||||
@@ -60,8 +59,9 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -82,7 +82,8 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -105,7 +106,7 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -125,7 +126,7 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -140,47 +141,47 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -200,17 +201,17 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -230,22 +231,22 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -265,7 +266,7 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -285,12 +286,12 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -315,22 +316,22 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -350,22 +351,22 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators Networks Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -385,7 +386,12 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -712,10 +718,12 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1095,6 +1103,13 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1339,8 +1354,8 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
id: 25 ,
|
||||
href: "\/docs\/federated-core-platform\/services\/customer-service-and-support\/",
|
||||
title: "Customer Service and Support",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer can provide end-to-end customer support for your installation of Federated Core Platform. Whether your customers are end-user businesses and team or partners such as managed-service-providers.\nIn addition to customer support (offered during the timeframes you want), we offer a comprehensive documentation service and community for helping customers with self-service.\nEnd-user Businesses and Team linkFederated Computer can use Freescout (a great Federated Core offering) to provide full customer support via email, SMS, or telephone to your customers. We have lots of experience providing great experiences to customers including 30-day on-boarding sequences, 3 hour response and 12 hour resolution, webinars, and other ways to ensure customer success and low churn for your go-to-market efforts.\n",
|
||||
content: "Federated Computer can provide end-to-end customer support for your installation of Federated Core Platform. Whether your customers are end-user businesses and team or partners such as managed-service-providers.\nIn addition to customer support (offered during the timeframes you want), we offer a comprehensive documentation service and community for helping customers with self-service.\nEnd-user Businesses and Team linkFederated Computer can use Freescout (a great Federated Core offering) to provide full customer support via email, SMS, or telephone to your customers. We have lots of experience providing great experiences to customers including 30-day on-boarding sequences, 3 hour response and 12 hour resolution, webinars, and other ways to ensure customer success and low churn for your go-to-market efforts.\nChannel Partners (Managed Service Providers) linkWe can also support your channel partners. In our experience, channel partners such as managed service providers are great ways to sell software and services but each requires significant support and explanation to best support their own customers. Federated Computer has extensive operation experience providing this service to partners and we can bring our experience, content, processes to your installation of Federated Core Platform.\nOther Operators linkIt isn’t unusual for Federated Core Platform to be sold to other “operators” who don’t want their own installation. We have done this for fiber companies, universities, and other large enterprises. Federated Computer can support your own go-to-market plans with support, content, and programs designed to find and close big opportunities such as other operators.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1410,9 +1425,9 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
{
|
||||
id: 33 ,
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators Networks Platforms",
|
||||
description: "Text\n",
|
||||
content: "Text\n"
|
||||
title: "Operators, Networks, Platforms",
|
||||
description: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n",
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\nThe typical engagement with Federated Computer starts with some scoping sessions so that we can help you think through your product offering, your go-to-market, and how we will enable you to best support customers.\nAt the end of the day, the mission of Federated Computer is to provide you with the right tools, software, services allowing you to open up new monetization avenues within your existing hardware, datacenters, network pipes, sunk costs infrastructures, existing user bases.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1420,8 +1435,8 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
id: 34 ,
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n",
|
||||
content: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1429,8 +1444,8 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
id: 35 ,
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n",
|
||||
content: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1438,8 +1453,8 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1456,13 +1471,22 @@ MariaDB linkDatabase engine for SaaS services requiring MariaDB. The will likely
|
||||
id: 38 ,
|
||||
href: "\/docs\/about-federated-computer\/federated-company-backgrounder\/",
|
||||
title: "Federated Company Backgrounder",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\n",
|
||||
content: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\nOpen Source linkThere’s no reason to use expensive, proprietary, privacy-destroying SaaS software. But in the past, running open-source software required lots of technical knowledge. Federated Computer makes it easy for any business to adopt open-source.\nWe are great stewards of the benefits of open-source. Our company actively contributes both financially and with code to a number of open-source projects offered in Federated Core and Federated Plus including Castopod, Bookstack, Headscale, Matrix, and OpenMandriva. We do all the work for you to ensure open-source projects are integrated, work well together, and provide you with the right value.\nDavid Young linkOur CEO and founder, David Young, has a long history working with impactful startups including Joyent. At Joyent he was responsible for leading the team that invented and patented cloud computing, containers-as-a-service, cloud operating system, infrastructure-as-a-service, node.js, native-web-apps as desktop/mobile apps (what became Electron) and many more fundamental cloud innovations.\nDavid’s companies have been backed by the biggest investors including Dell, Intel; and he has brought ground-breaking solutions to cloud pioneers such as Dell, Telefonica, Singtel, working for important early cloud adopters such as Twitter, Facebook Developer Platform, Linkedin, and many, many others.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Core Server | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,20 +24,20 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Core Server" />
|
||||
<meta property="og:description" content="Federated maintains its own Linux distribution for the specific purpose of control of the types and versions of software used in virtual machine. This descrease the surface area for attacks, increased maintainability for the Cores built on top, and assures our systems work on X64 and Arm (example: Ampere) systems as well as fully supporting IPv4 and IPv6 for cloud deployment.
|
||||
Core Server is based on OpenMandriva a Linux distribution lead by Federated Computer’s chief systems engineer. OpenMandriva is base on Fedora, in part." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_b276c3f05d6c3f3c.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_b276c3f05d6c3f3c.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-25T12:34:34-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-25T12:34:34-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_b276c3f05d6c3f3c.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_b276c3f05d6c3f3c.png"/>
|
||||
<meta name="twitter:title" content="Core Server"/>
|
||||
<meta name="twitter:description" content="Federated maintains its own Linux distribution for the specific purpose of control of the types and versions of software used in virtual machine. This descrease the surface area for attacks, increased maintainability for the Cores built on top, and assures our systems work on X64 and Arm (example: Ampere) systems as well as fully supporting IPv4 and IPv6 for cloud deployment.
|
||||
Core Server is based on OpenMandriva a Linux distribution lead by Federated Computer’s chief systems engineer. OpenMandriva is base on Fedora, in part."/>
|
||||
@@ -50,8 +49,9 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,8 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -95,7 +96,7 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -115,7 +116,7 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -130,47 +131,47 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -190,17 +191,17 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -220,22 +221,22 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -255,7 +256,7 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -275,12 +276,12 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -305,22 +306,22 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -340,22 +341,22 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators Networks Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -375,7 +376,12 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -657,10 +663,12 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1040,6 +1048,13 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1355,9 +1370,9 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
{
|
||||
id: 33 ,
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators Networks Platforms",
|
||||
description: "Text\n",
|
||||
content: "Text\n"
|
||||
title: "Operators, Networks, Platforms",
|
||||
description: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n",
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\nThe typical engagement with Federated Computer starts with some scoping sessions so that we can help you think through your product offering, your go-to-market, and how we will enable you to best support customers.\nAt the end of the day, the mission of Federated Computer is to provide you with the right tools, software, services allowing you to open up new monetization avenues within your existing hardware, datacenters, network pipes, sunk costs infrastructures, existing user bases.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1365,8 +1380,8 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
id: 34 ,
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n",
|
||||
content: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1374,8 +1389,8 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
id: 35 ,
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n",
|
||||
content: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1383,8 +1398,8 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1401,13 +1416,22 @@ Core Server is based on OpenMandriva a Linux distribution lead by Federated Comp
|
||||
id: 38 ,
|
||||
href: "\/docs\/about-federated-computer\/federated-company-backgrounder\/",
|
||||
title: "Federated Company Backgrounder",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\n",
|
||||
content: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\nOpen Source linkThere’s no reason to use expensive, proprietary, privacy-destroying SaaS software. But in the past, running open-source software required lots of technical knowledge. Federated Computer makes it easy for any business to adopt open-source.\nWe are great stewards of the benefits of open-source. Our company actively contributes both financially and with code to a number of open-source projects offered in Federated Core and Federated Plus including Castopod, Bookstack, Headscale, Matrix, and OpenMandriva. We do all the work for you to ensure open-source projects are integrated, work well together, and provide you with the right value.\nDavid Young linkOur CEO and founder, David Young, has a long history working with impactful startups including Joyent. At Joyent he was responsible for leading the team that invented and patented cloud computing, containers-as-a-service, cloud operating system, infrastructure-as-a-service, node.js, native-web-apps as desktop/mobile apps (what became Electron) and many more fundamental cloud innovations.\nDavid’s companies have been backed by the biggest investors including Dell, Intel; and he has brought ground-breaking solutions to cloud pioneers such as Dell, Telefonica, Singtel, working for important early cloud adopters such as Twitter, Facebook Developer Platform, Linkedin, and many, many others.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Dashboard | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,12 +24,12 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Dashboard" />
|
||||
<meta property="og:description" content="Federated Dashboard is a simple launcher for users. It shows the applications available, a link to helpful documentation, and a note about user management. There are significant improvements planned for Dashboard in the coming months as it transitions to Federated Computer.
|
||||
|
||||
@@ -46,10 +45,10 @@
|
||||
|
||||
" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_e69e8072787000c9.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_e69e8072787000c9.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-26T14:43:09-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-26T14:43:09-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_e69e8072787000c9.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_e69e8072787000c9.png"/>
|
||||
<meta name="twitter:title" content="Dashboard"/>
|
||||
<meta name="twitter:description" content="Federated Dashboard is a simple launcher for users. It shows the applications available, a link to helpful documentation, and a note about user management. There are significant improvements planned for Dashboard in the coming months as it transitions to Federated Computer.
|
||||
|
||||
@@ -72,8 +71,9 @@
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -94,7 +94,8 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -117,7 +118,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -137,7 +138,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -152,47 +153,47 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -212,17 +213,17 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -242,22 +243,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -277,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -297,12 +298,12 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -327,22 +328,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -362,22 +363,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -397,7 +398,12 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -690,10 +696,12 @@
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1073,6 +1081,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1398,8 +1413,8 @@
|
||||
id: 34 ,
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n",
|
||||
content: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1407,8 +1422,8 @@
|
||||
id: 35 ,
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n",
|
||||
content: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1416,8 +1431,8 @@
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1441,6 +1456,15 @@
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Provisioning | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,17 +24,17 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Provisioning" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_21a59a4a6228ecd9.png"/><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_21a59a4a6228ecd9.png"/>
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_21a59a4a6228ecd9.png"/><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_21a59a4a6228ecd9.png"/>
|
||||
<meta name="twitter:title" content="Provisioning"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
@@ -46,8 +45,9 @@
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,8 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -91,7 +92,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -111,7 +112,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -126,47 +127,47 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -186,17 +187,17 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -216,22 +217,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -251,7 +252,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -271,12 +272,12 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -301,22 +302,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -336,22 +337,22 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators Networks Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -371,7 +372,12 @@
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -562,7 +568,7 @@
|
||||
<div class="row flex-xl-wrap">
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -579,7 +585,7 @@
|
||||
</div>
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -596,7 +602,7 @@
|
||||
</div>
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -613,7 +619,7 @@
|
||||
</div>
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -630,7 +636,7 @@
|
||||
</div>
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -647,7 +653,7 @@
|
||||
</div>
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -664,7 +670,7 @@
|
||||
</div>
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -681,7 +687,7 @@
|
||||
</div>
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -698,7 +704,7 @@
|
||||
</div>
|
||||
|
||||
<div id="list-item" class="col-md-4 col-12 mt-4 pt-2">
|
||||
<a class="text-decoration-none text-reset" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">
|
||||
<a class="text-decoration-none text-reset" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">
|
||||
<div class="card h-100 features feature-full-bg rounded p-4 position-relative overflow-hidden border-1">
|
||||
<span class="icon-color d-flex my-3">
|
||||
<i class="material-icons align-middle">article</i>
|
||||
@@ -767,10 +773,12 @@
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1150,6 +1158,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1347,6 +1362,15 @@
|
||||
index.add(
|
||||
{
|
||||
id: 20 ,
|
||||
href: "\/docs\/federated-core-platform\/customization\/whitelabel\/",
|
||||
title: "Whitelabel",
|
||||
description: "Federated Core Platform can be entirely white-labeled for all customer-facing services. Included services are: Dashboard, Panel, Computer, Core Desktop, Core Scanner, Core Workflow Intelligence, Account Management and Billing, and the “home” website for information and ordering.\n",
|
||||
content: "Federated Core Platform can be entirely white-labeled for all customer-facing services. Included services are: Dashboard, Panel, Computer, Core Desktop, Core Scanner, Core Workflow Intelligence, Account Management and Billing, and the “home” website for information and ordering.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 21 ,
|
||||
href: "\/docs\/federated-core-platform\/billing\/",
|
||||
title: "Billing",
|
||||
description: "",
|
||||
@@ -1355,16 +1379,16 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 21 ,
|
||||
id: 22 ,
|
||||
href: "\/docs\/federated-core-platform\/billing\/account-management-and-billing\/",
|
||||
title: "Account Management and Billing",
|
||||
description: "Federated Core Platform includes a service allowing your customers to sign up for\n",
|
||||
content: "Federated Core Platform includes a service allowing your customers to sign up for\n"
|
||||
description: "Federated Core Platform includes a service allowing your customers to navigate to an information website to learn about Federated Core services and offerings, sign up for a management account, then procure/modify/cancel Core subscriptions.\nThe billing engine is the accounting engine that tallies all the various product offerings delivered to a customers. It is not a payment platform but works with your payment platform of choice including Stripe, Auth.net, various crypto services, or something built in-house.\n",
|
||||
content: "Federated Core Platform includes a service allowing your customers to navigate to an information website to learn about Federated Core services and offerings, sign up for a management account, then procure/modify/cancel Core subscriptions.\nThe billing engine is the accounting engine that tallies all the various product offerings delivered to a customers. It is not a payment platform but works with your payment platform of choice including Stripe, Auth.net, various crypto services, or something built in-house.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 22 ,
|
||||
id: 23 ,
|
||||
href: "\/docs\/federated-core-platform\/services\/",
|
||||
title: "Services",
|
||||
description: "",
|
||||
@@ -1373,25 +1397,25 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 23 ,
|
||||
id: 24 ,
|
||||
href: "\/docs\/federated-core-platform\/services\/federated-management\/",
|
||||
title: "Federated Management",
|
||||
description: "",
|
||||
content: ""
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 24 ,
|
||||
href: "\/docs\/federated-core-platform\/services\/customer-service-and-support\/",
|
||||
title: "Customer Service and Support",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer can work to get your to market in the fastest and most convenient way for your organization.\nComplete Management linkWe can run your installation of Federated Core Platform for your business. This includes 24/7/365 NOC operations on-top of your cloud installation or included with a Federated Computer cloud installation. In these scenarios, we ensure all software for Federated Core Platform is up and running, we work with your team to design specific product offerings and bundles, and run the updates/upgrades, we fix any Core faults in the system. The entire platform “just runs” and your team focuses on sales and marketing (working in conjunction with the Federated team for understanding use cases, content, blog posts, successful go-to-market).\n",
|
||||
content: "Federated Computer can work to get your to market in the fastest and most convenient way for your organization.\nComplete Management linkWe can run your installation of Federated Core Platform for your business. This includes 24/7/365 NOC operations on-top of your cloud installation or included with a Federated Computer cloud installation. In these scenarios, we ensure all software for Federated Core Platform is up and running, we work with your team to design specific product offerings and bundles, and run the updates/upgrades, we fix any Core faults in the system. The entire platform “just runs” and your team focuses on sales and marketing (working in conjunction with the Federated team for understanding use cases, content, blog posts, successful go-to-market).\nManagement to Train linkWe can also, depending on the level of competency of your current team, work to run the Federated Core Platform for you while training your team to take over at a date certain in the future. We have found this to be the most successl approach to training rather that working on the particulars of how to run Federated Core Platform in the abstract.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 25 ,
|
||||
href: "\/docs\/federated-core-platform\/services\/customer-service-and-support\/",
|
||||
title: "Customer Service and Support",
|
||||
description: "Federated Computer can provide end-to-end customer support for your installation of Federated Core Platform. Whether your customers are end-user businesses and team or partners such as managed-service-providers.\nIn addition to customer support (offered during the timeframes you want), we offer a comprehensive documentation service and community for helping customers with self-service.\nEnd-user Businesses and Team linkFederated Computer can use Freescout (a great Federated Core offering) to provide full customer support via email, SMS, or telephone to your customers. We have lots of experience providing great experiences to customers including 30-day on-boarding sequences, 3 hour response and 12 hour resolution, webinars, and other ways to ensure customer success and low churn for your go-to-market efforts.\n",
|
||||
content: "Federated Computer can provide end-to-end customer support for your installation of Federated Core Platform. Whether your customers are end-user businesses and team or partners such as managed-service-providers.\nIn addition to customer support (offered during the timeframes you want), we offer a comprehensive documentation service and community for helping customers with self-service.\nEnd-user Businesses and Team linkFederated Computer can use Freescout (a great Federated Core offering) to provide full customer support via email, SMS, or telephone to your customers. We have lots of experience providing great experiences to customers including 30-day on-boarding sequences, 3 hour response and 12 hour resolution, webinars, and other ways to ensure customer success and low churn for your go-to-market efforts.\nChannel Partners (Managed Service Providers) linkWe can also support your channel partners. In our experience, channel partners such as managed service providers are great ways to sell software and services but each requires significant support and explanation to best support their own customers. Federated Computer has extensive operation experience providing this service to partners and we can bring our experience, content, processes to your installation of Federated Core Platform.\nOther Operators linkIt isn’t unusual for Federated Core Platform to be sold to other “operators” who don’t want their own installation. We have done this for fiber companies, universities, and other large enterprises. Federated Computer can support your own go-to-market plans with support, content, and programs designed to find and close big opportunities such as other operators.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 26 ,
|
||||
href: "\/docs\/federated-core-platform\/provisioning\/core-desktop\/",
|
||||
title: "Core Desktop",
|
||||
description: "Federated Core supports PXE-booting two different Linux distributions (OpenMandriva and Core Desktop based on Arch) when a customer wants to complete solution for their team or office. These desktops are tied into Federated Core Authentication, have all the desktop applications (email, calendar, contacts, bookmarks, file synchronization, applications that take advantage of Nextcloud and other desktop applications) pre-configured and redy to use for the particular user as they log in to Core Desktop. This is a great solution for offices or use cases where it is important that each desktop be closely managed for the “correct” software and services so that it “just works”.\n",
|
||||
@@ -1400,7 +1424,7 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 26 ,
|
||||
id: 27 ,
|
||||
href: "\/docs\/software-catalog\/",
|
||||
title: "Software Catalog",
|
||||
description: "",
|
||||
@@ -1409,7 +1433,7 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 27 ,
|
||||
id: 28 ,
|
||||
href: "\/docs\/software-catalog\/software-catalog\/",
|
||||
title: "Software Catalog",
|
||||
description: "Federated offers a wide range of open source SaaS software. These can be provisioned individually or as part of a bundle. Provisions can happen on the same machine or virtual machine or on separate virtual machines for the sake of vertical scaling. Load balancers can also be applied for the SaaS applications that require it for horizontal scaling.\nThis catalog describes the software offerings available to customers at https://www.federated.computer today. For go-to-market reasons, we offer a reduced sub-set of this catalog based on Federated Computer’s own website but all titles can be provisioned for customers as-needed.\n",
|
||||
@@ -1418,7 +1442,7 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 28 ,
|
||||
id: 29 ,
|
||||
href: "\/docs\/software-catalog\/bundles\/",
|
||||
title: "Bundles",
|
||||
description: "Bundles are great ways to package software for use by a type of business, a size of business, or a job function, among many other go-to-market motivations for bundling software.\nThe Federated Core Provisioner can spin up Federated Cores based on a software manifest that can be created “just in time” or based on a predefined collection of software and virtual machine. This allows you to fully manage the the expects margins for a sale.\n",
|
||||
@@ -1427,7 +1451,7 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 29 ,
|
||||
id: 30 ,
|
||||
href: "\/docs\/software-catalog\/federated-commerce\/",
|
||||
title: "Federated Commerce",
|
||||
description: "Federated Commerce is a bundle designed by Federated Computer for customers wanting to sell goods on the internet.\nFederated Commerce delivers “unbreakable” Wordpress and WooCommerce add-ons to the Federated Core “Best” bundle (including video conferencing, mailing list, etc) all on dedicated cpu virtual machines.\nIn addition to software, Federated provides essential services to customers such as product imports and updates using Federated Eversync, three hour response and resolution times for issues, proviate channels for talking to support, Wordpress theme and Listmonk template support, shopping ads consultations, and a dedicated account manager.\n",
|
||||
@@ -1436,7 +1460,7 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 30 ,
|
||||
id: 31 ,
|
||||
href: "\/docs\/software-catalog\/federated-omnimedia\/",
|
||||
title: "Federated Omnimedia",
|
||||
description: "Federated Omnimedia is a comprehensive bundle offered by Federated Computer to customers. It demonstrates what is possible.\nFederated Omnimedia is a complete offering for those with large digital communities. Examples are publishers, video channels, podcast channels, communities of interest.\nThe purpose of Federated Omnimedia is to give these sorts of customers access to every sort of tool required to successfully monetize the community. It includes:\nWordpress or Ghost for publishing; WooCommerce for eCommerce; Discourse for community discussion, a forum; Podcasting and videocasting platforms; Ad server to sell and display static and dynamic across all properties; Premium content service to “rope off” parts of content (posts, forums, podcasts, videos) only for premium subscribers. Federated Omnimedia provides ample opportunities for additional professional and technical service delivery to the customer.\n",
|
||||
@@ -1445,52 +1469,52 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 31 ,
|
||||
id: 32 ,
|
||||
href: "\/docs\/partners\/",
|
||||
title: "Partners",
|
||||
description: "",
|
||||
content: ""
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 32 ,
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators Networks Platforms",
|
||||
description: "Text\n",
|
||||
content: "Text\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 33 ,
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "",
|
||||
content: ""
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators, Networks, Platforms",
|
||||
description: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n",
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\nThe typical engagement with Federated Computer starts with some scoping sessions so that we can help you think through your product offering, your go-to-market, and how we will enable you to best support customers.\nAt the end of the day, the mission of Federated Computer is to provide you with the right tools, software, services allowing you to open up new monetization avenues within your existing hardware, datacenters, network pipes, sunk costs infrastructures, existing user bases.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 34 ,
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "",
|
||||
content: ""
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n",
|
||||
content: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 35 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n",
|
||||
content: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 37 ,
|
||||
href: "\/docs\/about-federated-computer\/",
|
||||
title: "About Federated Computer",
|
||||
description: "",
|
||||
@@ -1499,25 +1523,25 @@
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 37 ,
|
||||
id: 38 ,
|
||||
href: "\/docs\/about-federated-computer\/federated-company-backgrounder\/",
|
||||
title: "Federated Company Backgrounder",
|
||||
description: "",
|
||||
content: ""
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 38 ,
|
||||
href: "\/docs\/federated-core-platform\/customization\/whitelabel\/",
|
||||
title: "Whitelabel",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\n",
|
||||
content: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\nOpen Source linkThere’s no reason to use expensive, proprietary, privacy-destroying SaaS software. But in the past, running open-source software required lots of technical knowledge. Federated Computer makes it easy for any business to adopt open-source.\nWe are great stewards of the benefits of open-source. Our company actively contributes both financially and with code to a number of open-source projects offered in Federated Core and Federated Plus including Castopod, Bookstack, Headscale, Matrix, and OpenMandriva. We do all the work for you to ensure open-source projects are integrated, work well together, and provide you with the right value.\nDavid Young linkOur CEO and founder, David Young, has a long history working with impactful startups including Joyent. At Joyent he was responsible for leading the team that invented and patented cloud computing, containers-as-a-service, cloud operating system, infrastructure-as-a-service, node.js, native-web-apps as desktop/mobile apps (what became Electron) and many more fundamental cloud innovations.\nDavid’s companies have been backed by the biggest investors including Dell, Intel; and he has brought ground-breaking solutions to cloud pioneers such as Dell, Telefonica, Singtel, working for important early cloud adopters such as Twitter, Facebook Developer Platform, Linkedin, and many, many others.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
@@ -2,73 +2,73 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Provisioning on Federated Computer Enterprise</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/</link>
|
||||
<description>Recent content in Provisioning on Federated Computer Enterprise</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 26 Aug 2025 14:43:09 -0600</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/docs/federated-core-platform/provisioning/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Provisioner</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/</link>
|
||||
<pubDate>Mon, 25 Aug 2025 12:35:51 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/</guid>
|
||||
<description><p>The &ldquo;Provisioner&rdquo; is responsible for setting up, updating/upgrading, and tearing down Cores. It does this in an entirely stateless way communicating with either the aacount management and billing system or the management system. Naturally, there are command-line utilities and an API available to accomplish all functions.</p>
<h3 id="order">Order <a href="#order" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>When and order comes through the account management and billing system, a manifest is created asking for a Core to be create with the required SaaS titles. This <em>manifest</em> is sent to the Provisioner which then requests a virtual machine (or machines, if the manifest includes load balancing or other extended Core services), then begins to build the Core software from the manifest. You can read more about the minimal build at <a data-bs-delay="{&#34;hide&#34;:300,&#34;show&#34;:550}" data-bs-html="true" data-bs-title="<a href='http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/'><p>PROVISIONING</p></description>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/</guid>
|
||||
<description><p>The &ldquo;Provisioner&rdquo; is responsible for setting up, updating/upgrading, and tearing down Cores. It does this in an entirely stateless way communicating with either the aacount management and billing system or the management system. Naturally, there are command-line utilities and an API available to accomplish all functions.</p>
<h3 id="order">Order <a href="#order" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>When and order comes through the account management and billing system, a manifest is created asking for a Core to be create with the required SaaS titles. This <em>manifest</em> is sent to the Provisioner which then requests a virtual machine (or machines, if the manifest includes load balancing or other extended Core services), then begins to build the Core software from the manifest. You can read more about the minimal build at <a data-bs-delay="{&#34;hide&#34;:300,&#34;show&#34;:550}" data-bs-html="true" data-bs-title="<a href='http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/'><p>PROVISIONING</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Core Server</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/core-server/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/</link>
|
||||
<pubDate>Mon, 25 Aug 2025 12:34:34 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/core-server/</guid>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/</guid>
|
||||
<description><p>Federated maintains its own Linux distribution for the specific purpose of control of the types and versions of software used in virtual machine. This descrease the surface area for attacks, increased maintainability for the Cores built on top, and assures our systems work on X64 and Arm (example: Ampere) systems as well as fully supporting IPv4 and IPv6 for cloud deployment.</p>
<p>Core Server is based on <a href="https://www.openmandriva.org" rel="external" target="_blank">OpenMandriva<svg width="16" height="16" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M14 5c-.552 0-1-.448-1-1s.448-1 1-1h6c.552 0 1 .448 1 1v6c0 .552-.448 1-1 1s-1-.448-1-1v-3.586l-7.293 7.293c-.391.39-1.024.39-1.414 0-.391-.391-.391-1.024 0-1.414l7.293-7.293h-3.586zm-9 2c-.552 0-1 .448-1 1v11c0 .552.448 1 1 1h11c.552 0 1-.448 1-1v-4.563c0-.552.448-1 1-1s1 .448 1 1v4.563c0 1.657-1.343 3-3 3h-11c-1.657 0-3-1.343-3-3v-11c0-1.657 1.343-3 3-3h4.563c.552 0 1 .448 1 1s-.448 1-1 1h-4.563z"/></svg></a> a Linux distribution lead by Federated Computer&rsquo;s chief systems engineer. OpenMandriva is base on Fedora, in part.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Core Mini</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/</link>
|
||||
<pubDate>Mon, 25 Aug 2025 12:34:18 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/</guid>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/</guid>
|
||||
<description><p>Core Mini is the minimal install of software on a Core before adding additional SaaS and any scaling services (e.g. load balancing). These are the fundamental services used by ever other SaaS application.</p>
<h3 id="traefik">Traefik <a href="#traefik" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>Firewall and network management.</p>
<h3 id="powerdns">PowerDNS <a href="#powerdns" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>Domain name service.</p>
<h3 id="authelia">Authelia <a href="#authelia" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>OIDC authentication provider.</p>
<h3 id="mail-services">Mail Services <a href="#mail-services" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>SMTP and IMAP services.</p>
<h3 id="postgresql">Postgresql <a href="#postgresql" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>Database engine for SaaS services requiring Postgresql.</p>
<h3 id="mariadb">MariaDB <a href="#mariadb" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>Database engine for SaaS services requiring MariaDB. The will likely be obsolete in the coming months.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Unified Storage</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/</link>
|
||||
<pubDate>Mon, 25 Aug 2025 12:36:10 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/</guid>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/</guid>
|
||||
<description><p>Every SaaS software deployed to a Federated Core using a single expandable storage service. This is a BTRFS file system on the Core but can be deployed as block storage (if the cloud provides such a service). It can be expanded and contracted based on customer demand/usage</p>
<p>Every SaaS software deployed to a Federated Core using a single expandable storage service. This is a BTRFS file system on the Core but can be deployed as block storage (if the cloud provides such a service). It can be expanded and contracted based on customer demand/usage.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Unified Messaging</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/</link>
|
||||
<pubDate>Mon, 25 Aug 2025 12:36:03 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/</guid>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/</guid>
|
||||
<description><p>Federated Core includes three systems for messaging.</p>
<h3 id="email">Email <a href="#email" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>There is a full-featured IMAP/SMTP service available for any needed notifications to users.</p>
<h3 id="container-to-container">Container-to-Container <a href="#container-to-container" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>There is a service for container-to-container communication allowing for complete workflow creation between SaaS applications when the native APIs are not enough.</p>
<h3 id="optional-matrix">Optional: Matrix <a href="#optional-matrix" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>If the Matrix service is loaded, you can use it like a message-bus for application notification to users.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Authentication</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/authentication/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/</link>
|
||||
<pubDate>Mon, 25 Aug 2025 12:33:49 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/authentication/</guid>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/</guid>
|
||||
<description><p>One of the obstacles to deploying open source SaaS is user management. When each application has its own user management, it becomes complicated to build a workable system for the business or team, to build reliable workflows across applications, and to ensure security for the business or team for data. Federated Core Platform provides two layers of authentication to deal with these problems.</p>
<h3 id="ldap">LDAP <a href="#ldap" class="anchor" aria-hidden="true"><i class="material-icons align-middle">link</i></a></h3><p>The foundation of Federated Core Platform authentication is LDAP. Every application connects to LDAP. If it doesn&rsquo;t use LDAP, it doesn&rsquo;t work on the platform. There are some applications for which the <em>only</em> account in LDAP is the administrator and the other users are created in the application itself. And example is Vaultwarden (password manager) because of the very sensitive nature of the information in Vaultwarden <em>outside</em> of access to Core services. You create the user in Vaultwarden as the administrative user but then, the account is connected to Core LDAP (if desired).</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Dashboard</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/</link>
|
||||
<pubDate>Tue, 26 Aug 2025 14:43:09 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/</guid>
|
||||
<description><p>Federated Dashboard is a simple launcher for users. It shows the applications available, a link to helpful documentation, and a note about user management. There are significant improvements planned for Dashboard in the coming months as it transitions to Federated <a data-bs-delay="{&#34;hide&#34;:300,&#34;show&#34;:550}" data-bs-html="true" data-bs-title="<a href='http://localhost:1313/docs/federated-core-platform/provisioning/computer/'><p>PROVISIONING</p><strong>Computer</strong><br></a>" data-bs-toggle="tooltip" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a>.</p>
<p>





 



 
</p></description>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/</guid>
|
||||
<description><p>Federated Dashboard is a simple launcher for users. It shows the applications available, a link to helpful documentation, and a note about user management. There are significant improvements planned for Dashboard in the coming months as it transitions to Federated <a data-bs-delay="{&#34;hide&#34;:300,&#34;show&#34;:550}" data-bs-html="true" data-bs-title="<a href='http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/'><p>PROVISIONING</p><strong>Computer</strong><br></a>" data-bs-toggle="tooltip" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a>.</p>
<p>





 



 
</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Computer</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/computer/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/</link>
|
||||
<pubDate>Mon, 25 Aug 2025 12:33:56 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/computer/</guid>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/</guid>
|
||||
<description><p>Federated &ldquo;Computer&rdquo; is a new application coming in Fall, 2025 delivering a fully customizable front-end experience for Core users. It is a bookmarking application extended to support reminders, folders for watching applications, documents, events, the ability to pick up AI workloads and customizations, and more. Federated &ldquo;Computer&rdquo; is intended to be fully open-sourced, will work with other SaaS applications that support URLs, and will work natively on desktops, tablets, and mobile devices.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Core Desktop</title>
|
||||
<link>http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/</link>
|
||||
<link>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/</link>
|
||||
<pubDate>Mon, 25 Aug 2025 12:34:05 -0600</pubDate>
|
||||
<guid>http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/</guid>
|
||||
<guid>http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/</guid>
|
||||
<description><p>Federated Core supports PXE-booting two different Linux distributions (OpenMandriva and Core Desktop based on Arch) when a customer wants to complete solution for their team or office. These desktops are tied into Federated Core Authentication, have all the desktop applications (email, calendar, contacts, bookmarks, file synchronization, applications that take advantage of Nextcloud and other desktop applications) pre-configured and redy to use for the particular user as they log in to Core Desktop. This is a great solution for offices or use cases where it is important that each desktop be closely managed for the &ldquo;correct&rdquo; software and services so that it &ldquo;just works&rdquo;.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Provisioner | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,20 +24,20 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Provisioner" />
|
||||
<meta property="og:description" content="The “Provisioner” is responsible for setting up, updating/upgrading, and tearing down Cores. It does this in an entirely stateless way communicating with either the aacount management and billing system or the management system. Naturally, there are command-line utilities and an API available to accomplish all functions.
|
||||
Order linkWhen and order comes through the account management and billing system, a manifest is created asking for a Core to be create with the required SaaS titles. This manifest is sent to the Provisioner which then requests a virtual machine (or machines, if the manifest includes load balancing or other extended Core services), then begins to build the Core software from the manifest. You can read more about the minimal build at " />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_a008d39dab2fb635.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_a008d39dab2fb635.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-25T12:35:51-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-25T12:35:51-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_a008d39dab2fb635.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_a008d39dab2fb635.png"/>
|
||||
<meta name="twitter:title" content="Provisioner"/>
|
||||
<meta name="twitter:description" content="The “Provisioner” is responsible for setting up, updating/upgrading, and tearing down Cores. It does this in an entirely stateless way communicating with either the aacount management and billing system or the management system. Naturally, there are command-line utilities and an API available to accomplish all functions.
|
||||
Order linkWhen and order comes through the account management and billing system, a manifest is created asking for a Core to be create with the required SaaS titles. This manifest is sent to the Provisioner which then requests a virtual machine (or machines, if the manifest includes load balancing or other extended Core services), then begins to build the Core software from the manifest. You can read more about the minimal build at "/>
|
||||
@@ -50,8 +49,9 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,8 @@ Order linkWhen and order comes through the account management and billing system
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -95,7 +96,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -115,7 +116,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -130,47 +131,47 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -190,17 +191,17 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -220,17 +221,22 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -250,7 +256,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -270,12 +276,12 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -300,22 +306,22 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -335,22 +341,22 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators Networks Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -370,7 +376,12 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -683,10 +694,12 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1052,6 +1065,20 @@ Order linkWhen and order comes through the account management and billing system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1160,7 +1187,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
href: "\/docs\/federated-core-platform\/provisioning\/authentication\/",
|
||||
title: "Authentication",
|
||||
description: "One of the obstacles to deploying open source SaaS is user management. When each application has its own user management, it becomes complicated to build a workable system for the business or team, to build reliable workflows across applications, and to ensure security for the business or team for data. Federated Core Platform provides two layers of authentication to deal with these problems.\nLDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every application connects to LDAP. If it doesn’t use LDAP, it doesn’t work on the platform. There are some applications for which the only account in LDAP is the administrator and the other users are created in the application itself. And example is Vaultwarden (password manager) because of the very sensitive nature of the information in Vaultwarden outside of access to Core services. You create the user in Vaultwarden as the administrative user but then, the account is connected to Core LDAP (if desired).\n",
|
||||
content: "One of the obstacles to deploying open source SaaS is user management. When each application has its own user management, it becomes complicated to build a workable system for the business or team, to build reliable workflows across applications, and to ensure security for the business or team for data. Federated Core Platform provides two layers of authentication to deal with these problems.\nLDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every application connects to LDAP. If it doesn’t use LDAP, it doesn’t work on the platform. There are some applications for which the only account in LDAP is the administrator and the other users are created in the application itself. And example is Vaultwarden (password manager) because of the very sensitive nature of the information in Vaultwarden outside of access to Core services. You create the user in Vaultwarden as the administrative user but then, the account is connected to Core LDAP (if desired).\nLDAP services can be exposed to network outside of Core to be used by other systems that use LDAP. And example would be a collection of Windows, MacOS, Linux desktop computers where you want users to log in to this machines using their Core credentials from LDAP. You could also use Core LDAP for other software systems where you want to use a central user repository for access control.\nCore LDAP support users and groups. For example, you can delegate administrative access controls to certain users in Nextcloud using LDAP.\nLDAP is managed through the Federated Core app “Panel”.\nOIDC linkSingle-sign on is provided in Federated Core Platform by Authelia. This allows, for example, a customer to log in to one open source SaaS application in a browser and to automatically log in to other Core applications in the same browser. It also allows the user to log out of all applications, in the same way.\nFederated Core applications default to OIDC authentication when the application supports it. Most do. Some applications only support OIDC with a premium upgrade (also supported), but a few don’t (yet) support OIDC or only support authentication using OIDC providers such as Google, etc. Federated plans to provide work arounds for all applications to use OIDC and have done this successfully for some (eg. cal.com).\n"
|
||||
content: "One of the obstacles to deploying open source SaaS is user management. When each application has its own user management, it becomes complicated to build a workable system for the business or team, to build reliable workflows across applications, and to ensure security for the business or team for data. Federated Core Platform provides two layers of authentication to deal with these problems.\nLDAP linkThe foundation of Federated Core Platform authentication is LDAP. Every application connects to LDAP. If it doesn’t use LDAP, it doesn’t work on the platform. There are some applications for which the only account in LDAP is the administrator and the other users are created in the application itself. And example is Vaultwarden (password manager) because of the very sensitive nature of the information in Vaultwarden outside of access to Core services. You create the user in Vaultwarden as the administrative user but then, the account is connected to Core LDAP (if desired).\nLDAP services can be exposed to network outside of Core to be used by other systems that use LDAP. And example would be a collection of Windows, MacOS, Linux desktop computers where you want users to log in to this machines using their Core credentials from LDAP. You could also use Core LDAP for other software systems where you want to use a central user repository for access control such as virtual desktop environments.\nCore LDAP support users and groups. For example, you can delegate administrative access controls to certain users in Nextcloud using LDAP.\nLDAP is managed through the Federated Core app “Panel”.\nOIDC linkSingle-sign on is provided in Federated Core Platform by Authelia. This allows, for example, a customer to log in to one open source SaaS application in a browser and to automatically log in to other Core applications in the same browser. It also allows the user to log out of all applications, in the same way.\nFederated Core applications default to OIDC authentication when the application supports it. Most do. Some applications only support OIDC with a premium upgrade (also supported), but a few don’t (yet) support OIDC or only support authentication using OIDC providers such as Google, etc. Federated plans to provide work arounds for all applications to use OIDC and have done this successfully for some (eg. cal.com).\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1231,8 +1258,8 @@ Order linkWhen and order comes through the account management and billing system
|
||||
id: 17 ,
|
||||
href: "\/docs\/federated-core-platform\/customization\/core-workflow-intelligence\/",
|
||||
title: "Core Workflow Intelligence",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated will be delivering in early 2026 an “on premise” solution for using artificial intelligence to create and deploy workflows between open source SaaS applications offered by Federated Core Platform. The design goal is to empower a customer to, for example, use Core Workflow Intelligence to take a grouping of customers from EspoCRM, connect them, based on conditions or parameters, to the mailing list software, and send AI-generated email communications to those customers based on actions taken in the Woocommerce store on Core.\n",
|
||||
content: "Federated will be delivering in early 2026 an “on premise” solution for using artificial intelligence to create and deploy workflows between open source SaaS applications offered by Federated Core Platform. The design goal is to empower a customer to, for example, use Core Workflow Intelligence to take a grouping of customers from EspoCRM, connect them, based on conditions or parameters, to the mailing list software, and send AI-generated email communications to those customers based on actions taken in the Woocommerce store on Core.\nWe believe these sorts of “software intelligence” are very important for the overall success of customers using Federated Core and are central to the idea that open source is the best means to achieve maximum flexibility and business differentiation from software. Further, we believe AI is uniquely situated to provide real progress in connecting software to software for custom workflows. It need not work in “real time” but in enough time to deliver the right solution to customers reliably.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1240,13 +1267,31 @@ Order linkWhen and order comes through the account management and billing system
|
||||
id: 18 ,
|
||||
href: "\/docs\/federated-core-platform\/customization\/adding-software-to-federated-core\/",
|
||||
title: "Adding Software to Federated Core",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "It is easy to package an open source SaaS application to work on Federated Core Platform. The project simply needs to create a package for the docker container, service files describing how the application connects to LDAP and Authelia for authentication, descriptions of premium licenses and how Federated Core Platform needs to recognize those for inclusion in premium services (example: OIDC), and then a template file for allowing for the correct choice of virtual machine resources and the Federated Monitor and Fix to ensure great experience for the customer. This package is dropped into the Provisioner service manager and is ready to be purchased/deployed by the billing system.\n",
|
||||
content: "It is easy to package an open source SaaS application to work on Federated Core Platform. The project simply needs to create a package for the docker container, service files describing how the application connects to LDAP and Authelia for authentication, descriptions of premium licenses and how Federated Core Platform needs to recognize those for inclusion in premium services (example: OIDC), and then a template file for allowing for the correct choice of virtual machine resources and the Federated Monitor and Fix to ensure great experience for the customer. This package is dropped into the Provisioner service manager and is ready to be purchased/deployed by the billing system.\nIn the near future, we plan to provide a portal for projects to package and submit software for inclusion on Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 19 ,
|
||||
href: "\/docs\/federated-core-platform\/customization\/why-open-source-projects-work-with-federated\/",
|
||||
title: "Why Open Source Projects Work With Federated",
|
||||
description: "More and more, open source projects work with Federated Computer because we simplify the go-to-market. An open-source project hoping to monetize by selling a cloud service is now in the business of creating great SaaS software but also making it multi-tenant, building an ecommerce experience, and building and running a (hopefully) large cloud service. With Federated Core Platform, open source SaaS companies can off-load much of that to Federated while still maintaining the ability to charge for premium features and services.\n",
|
||||
content: "More and more, open source projects work with Federated Computer because we simplify the go-to-market. An open-source project hoping to monetize by selling a cloud service is now in the business of creating great SaaS software but also making it multi-tenant, building an ecommerce experience, and building and running a (hopefully) large cloud service. With Federated Core Platform, open source SaaS companies can off-load much of that to Federated while still maintaining the ability to charge for premium features and services.\nYou can think of an open source SaaS developer as an extension of your Federated Core Platform continually adding value to your overall go-to-market. These developers think in the same way. While their principle concern is the success and completeness of their software, they recognize the value for customers when their software is integrated into a total solution with great user management, unified storage and messaging, and the many other conveniences and services offered by Federated Core Platform.\nAll pricing for software is done outside of Federated Core Platform giving each installation the flexibility to build use cases and go-to-market solutions apart from the technology offerings.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 20 ,
|
||||
href: "\/docs\/federated-core-platform\/customization\/whitelabel\/",
|
||||
title: "Whitelabel",
|
||||
description: "Federated Core Platform can be entirely white-labeled for all customer-facing services. Included services are: Dashboard, Panel, Computer, Core Desktop, Core Scanner, Core Workflow Intelligence, Account Management and Billing, and the “home” website for information and ordering.\n",
|
||||
content: "Federated Core Platform can be entirely white-labeled for all customer-facing services. Included services are: Dashboard, Panel, Computer, Core Desktop, Core Scanner, Core Workflow Intelligence, Account Management and Billing, and the “home” website for information and ordering.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 21 ,
|
||||
href: "\/docs\/federated-core-platform\/billing\/",
|
||||
title: "Billing",
|
||||
description: "",
|
||||
@@ -1255,16 +1300,16 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 20 ,
|
||||
id: 22 ,
|
||||
href: "\/docs\/federated-core-platform\/billing\/account-management-and-billing\/",
|
||||
title: "Account Management and Billing",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Core Platform includes a service allowing your customers to navigate to an information website to learn about Federated Core services and offerings, sign up for a management account, then procure/modify/cancel Core subscriptions.\nThe billing engine is the accounting engine that tallies all the various product offerings delivered to a customers. It is not a payment platform but works with your payment platform of choice including Stripe, Auth.net, various crypto services, or something built in-house.\n",
|
||||
content: "Federated Core Platform includes a service allowing your customers to navigate to an information website to learn about Federated Core services and offerings, sign up for a management account, then procure/modify/cancel Core subscriptions.\nThe billing engine is the accounting engine that tallies all the various product offerings delivered to a customers. It is not a payment platform but works with your payment platform of choice including Stripe, Auth.net, various crypto services, or something built in-house.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 21 ,
|
||||
id: 23 ,
|
||||
href: "\/docs\/federated-core-platform\/services\/",
|
||||
title: "Services",
|
||||
description: "",
|
||||
@@ -1273,25 +1318,25 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 22 ,
|
||||
id: 24 ,
|
||||
href: "\/docs\/federated-core-platform\/services\/federated-management\/",
|
||||
title: "Federated Management",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer can work to get your to market in the fastest and most convenient way for your organization.\nComplete Management linkWe can run your installation of Federated Core Platform for your business. This includes 24/7/365 NOC operations on-top of your cloud installation or included with a Federated Computer cloud installation. In these scenarios, we ensure all software for Federated Core Platform is up and running, we work with your team to design specific product offerings and bundles, and run the updates/upgrades, we fix any Core faults in the system. The entire platform “just runs” and your team focuses on sales and marketing (working in conjunction with the Federated team for understanding use cases, content, blog posts, successful go-to-market).\n",
|
||||
content: "Federated Computer can work to get your to market in the fastest and most convenient way for your organization.\nComplete Management linkWe can run your installation of Federated Core Platform for your business. This includes 24/7/365 NOC operations on-top of your cloud installation or included with a Federated Computer cloud installation. In these scenarios, we ensure all software for Federated Core Platform is up and running, we work with your team to design specific product offerings and bundles, and run the updates/upgrades, we fix any Core faults in the system. The entire platform “just runs” and your team focuses on sales and marketing (working in conjunction with the Federated team for understanding use cases, content, blog posts, successful go-to-market).\nManagement to Train linkWe can also, depending on the level of competency of your current team, work to run the Federated Core Platform for you while training your team to take over at a date certain in the future. We have found this to be the most successl approach to training rather that working on the particulars of how to run Federated Core Platform in the abstract.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 23 ,
|
||||
id: 25 ,
|
||||
href: "\/docs\/federated-core-platform\/services\/customer-service-and-support\/",
|
||||
title: "Customer Service and Support",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer can provide end-to-end customer support for your installation of Federated Core Platform. Whether your customers are end-user businesses and team or partners such as managed-service-providers.\nIn addition to customer support (offered during the timeframes you want), we offer a comprehensive documentation service and community for helping customers with self-service.\nEnd-user Businesses and Team linkFederated Computer can use Freescout (a great Federated Core offering) to provide full customer support via email, SMS, or telephone to your customers. We have lots of experience providing great experiences to customers including 30-day on-boarding sequences, 3 hour response and 12 hour resolution, webinars, and other ways to ensure customer success and low churn for your go-to-market efforts.\n",
|
||||
content: "Federated Computer can provide end-to-end customer support for your installation of Federated Core Platform. Whether your customers are end-user businesses and team or partners such as managed-service-providers.\nIn addition to customer support (offered during the timeframes you want), we offer a comprehensive documentation service and community for helping customers with self-service.\nEnd-user Businesses and Team linkFederated Computer can use Freescout (a great Federated Core offering) to provide full customer support via email, SMS, or telephone to your customers. We have lots of experience providing great experiences to customers including 30-day on-boarding sequences, 3 hour response and 12 hour resolution, webinars, and other ways to ensure customer success and low churn for your go-to-market efforts.\nChannel Partners (Managed Service Providers) linkWe can also support your channel partners. In our experience, channel partners such as managed service providers are great ways to sell software and services but each requires significant support and explanation to best support their own customers. Federated Computer has extensive operation experience providing this service to partners and we can bring our experience, content, processes to your installation of Federated Core Platform.\nOther Operators linkIt isn’t unusual for Federated Core Platform to be sold to other “operators” who don’t want their own installation. We have done this for fiber companies, universities, and other large enterprises. Federated Computer can support your own go-to-market plans with support, content, and programs designed to find and close big opportunities such as other operators.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 24 ,
|
||||
id: 26 ,
|
||||
href: "\/docs\/federated-core-platform\/provisioning\/core-desktop\/",
|
||||
title: "Core Desktop",
|
||||
description: "Federated Core supports PXE-booting two different Linux distributions (OpenMandriva and Core Desktop based on Arch) when a customer wants to complete solution for their team or office. These desktops are tied into Federated Core Authentication, have all the desktop applications (email, calendar, contacts, bookmarks, file synchronization, applications that take advantage of Nextcloud and other desktop applications) pre-configured and redy to use for the particular user as they log in to Core Desktop. This is a great solution for offices or use cases where it is important that each desktop be closely managed for the “correct” software and services so that it “just works”.\n",
|
||||
@@ -1300,16 +1345,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 25 ,
|
||||
href: "\/docs\/federated-core-platform\/customization\/why-open-source-projects-work-with-federated\/",
|
||||
title: "Why Open Source Projects Work With Federated",
|
||||
description: "More and more, open source projects work with Federated Computer because we simplify the go-to-market. An open-source project hoping to monetize by selling a cloud service is now in the business of creating great SaaS software but also making it multi-tenant, building an ecommerce experience, and building and running a (hopefully) large cloud service. With Federated Core Platform, open source SaaS companies can off-load much of that to Federated while still maintaining the ability to charge for premium features and services.\n",
|
||||
content: "More and more, open source projects work with Federated Computer because we simplify the go-to-market. An open-source project hoping to monetize by selling a cloud service is now in the business of creating great SaaS software but also making it multi-tenant, building an ecommerce experience, and building and running a (hopefully) large cloud service. With Federated Core Platform, open source SaaS companies can off-load much of that to Federated while still maintaining the ability to charge for premium features and services.\nIt is easy to package an open source SaaS application to work on Federated Core Platform. The project simply needs to create a package for the docker container, service files describing how the application connects to LDAP and Authelia for authentication, descriptions of premium licenses and how Federated Core Platform needs to recognize those for inclusion in premium services (example: OIDC), and then a template file for allowing for the correct choice of virtual machine resources and the Federated Monitor and Fix to ensure great experience for the customer. This package is dropped into the Provisioner service manager and is ready to be purchased/deployed by the billing system.\nAll pricing is done outside of Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 26 ,
|
||||
id: 27 ,
|
||||
href: "\/docs\/software-catalog\/",
|
||||
title: "Software Catalog",
|
||||
description: "",
|
||||
@@ -1318,7 +1354,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 27 ,
|
||||
id: 28 ,
|
||||
href: "\/docs\/software-catalog\/software-catalog\/",
|
||||
title: "Software Catalog",
|
||||
description: "Federated offers a wide range of open source SaaS software. These can be provisioned individually or as part of a bundle. Provisions can happen on the same machine or virtual machine or on separate virtual machines for the sake of vertical scaling. Load balancers can also be applied for the SaaS applications that require it for horizontal scaling.\nThis catalog describes the software offerings available to customers at https://www.federated.computer today. For go-to-market reasons, we offer a reduced sub-set of this catalog based on Federated Computer’s own website but all titles can be provisioned for customers as-needed.\n",
|
||||
@@ -1327,7 +1363,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 28 ,
|
||||
id: 29 ,
|
||||
href: "\/docs\/software-catalog\/bundles\/",
|
||||
title: "Bundles",
|
||||
description: "Bundles are great ways to package software for use by a type of business, a size of business, or a job function, among many other go-to-market motivations for bundling software.\nThe Federated Core Provisioner can spin up Federated Cores based on a software manifest that can be created “just in time” or based on a predefined collection of software and virtual machine. This allows you to fully manage the the expects margins for a sale.\n",
|
||||
@@ -1336,7 +1372,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 29 ,
|
||||
id: 30 ,
|
||||
href: "\/docs\/software-catalog\/federated-commerce\/",
|
||||
title: "Federated Commerce",
|
||||
description: "Federated Commerce is a bundle designed by Federated Computer for customers wanting to sell goods on the internet.\nFederated Commerce delivers “unbreakable” Wordpress and WooCommerce add-ons to the Federated Core “Best” bundle (including video conferencing, mailing list, etc) all on dedicated cpu virtual machines.\nIn addition to software, Federated provides essential services to customers such as product imports and updates using Federated Eversync, three hour response and resolution times for issues, proviate channels for talking to support, Wordpress theme and Listmonk template support, shopping ads consultations, and a dedicated account manager.\n",
|
||||
@@ -1345,7 +1381,7 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 30 ,
|
||||
id: 31 ,
|
||||
href: "\/docs\/software-catalog\/federated-omnimedia\/",
|
||||
title: "Federated Omnimedia",
|
||||
description: "Federated Omnimedia is a comprehensive bundle offered by Federated Computer to customers. It demonstrates what is possible.\nFederated Omnimedia is a complete offering for those with large digital communities. Examples are publishers, video channels, podcast channels, communities of interest.\nThe purpose of Federated Omnimedia is to give these sorts of customers access to every sort of tool required to successfully monetize the community. It includes:\nWordpress or Ghost for publishing; WooCommerce for eCommerce; Discourse for community discussion, a forum; Podcasting and videocasting platforms; Ad server to sell and display static and dynamic across all properties; Premium content service to “rope off” parts of content (posts, forums, podcasts, videos) only for premium subscribers. Federated Omnimedia provides ample opportunities for additional professional and technical service delivery to the customer.\n",
|
||||
@@ -1354,52 +1390,52 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 31 ,
|
||||
id: 32 ,
|
||||
href: "\/docs\/partners\/",
|
||||
title: "Partners",
|
||||
description: "",
|
||||
content: ""
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 32 ,
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators Networks Platforms",
|
||||
description: "Text\n",
|
||||
content: "Text\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 33 ,
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "",
|
||||
content: ""
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators, Networks, Platforms",
|
||||
description: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n",
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\nThe typical engagement with Federated Computer starts with some scoping sessions so that we can help you think through your product offering, your go-to-market, and how we will enable you to best support customers.\nAt the end of the day, the mission of Federated Computer is to provide you with the right tools, software, services allowing you to open up new monetization avenues within your existing hardware, datacenters, network pipes, sunk costs infrastructures, existing user bases.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 34 ,
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "",
|
||||
content: ""
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n",
|
||||
content: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 35 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n",
|
||||
content: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 37 ,
|
||||
href: "\/docs\/about-federated-computer\/",
|
||||
title: "About Federated Computer",
|
||||
description: "",
|
||||
@@ -1408,16 +1444,25 @@ Order linkWhen and order comes through the account management and billing system
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 37 ,
|
||||
id: 38 ,
|
||||
href: "\/docs\/about-federated-computer\/federated-company-backgrounder\/",
|
||||
title: "Federated Company Backgrounder",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\n",
|
||||
content: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\nOpen Source linkThere’s no reason to use expensive, proprietary, privacy-destroying SaaS software. But in the past, running open-source software required lots of technical knowledge. Federated Computer makes it easy for any business to adopt open-source.\nWe are great stewards of the benefits of open-source. Our company actively contributes both financially and with code to a number of open-source projects offered in Federated Core and Federated Plus including Castopod, Bookstack, Headscale, Matrix, and OpenMandriva. We do all the work for you to ensure open-source projects are integrated, work well together, and provide you with the right value.\nDavid Young linkOur CEO and founder, David Young, has a long history working with impactful startups including Joyent. At Joyent he was responsible for leading the team that invented and patented cloud computing, containers-as-a-service, cloud operating system, infrastructure-as-a-service, node.js, native-web-apps as desktop/mobile apps (what became Electron) and many more fundamental cloud innovations.\nDavid’s companies have been backed by the biggest investors including Dell, Intel; and he has brought ground-breaking solutions to cloud pioneers such as Dell, Telefonica, Singtel, working for important early cloud adopters such as Twitter, Facebook Developer Platform, Linkedin, and many, many others.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 38 ,
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Unified Messaging | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,22 +24,22 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Unified Messaging" />
|
||||
<meta property="og:description" content="Federated Core includes three systems for messaging.
|
||||
Email linkThere is a full-featured IMAP/SMTP service available for any needed notifications to users.
|
||||
Container-to-Container linkThere is a service for container-to-container communication allowing for complete workflow creation between SaaS applications when the native APIs are not enough.
|
||||
Optional: Matrix linkIf the Matrix service is loaded, you can use it like a message-bus for application notification to users." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_2d7f691c2d4f518f.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_2d7f691c2d4f518f.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-25T12:36:03-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-25T12:36:03-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_2d7f691c2d4f518f.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_2d7f691c2d4f518f.png"/>
|
||||
<meta name="twitter:title" content="Unified Messaging"/>
|
||||
<meta name="twitter:description" content="Federated Core includes three systems for messaging.
|
||||
Email linkThere is a full-featured IMAP/SMTP service available for any needed notifications to users.
|
||||
@@ -54,8 +53,9 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -76,7 +76,8 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -99,7 +100,7 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -119,7 +120,7 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -134,47 +135,47 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -194,17 +195,17 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -224,22 +225,22 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -259,7 +260,7 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -279,12 +280,12 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -309,22 +310,22 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -344,22 +345,22 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -379,7 +380,12 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -691,10 +697,12 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1074,6 +1082,13 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1391,7 +1406,7 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators, Networks, Platforms",
|
||||
description: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n",
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n"
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\nThe typical engagement with Federated Computer starts with some scoping sessions so that we can help you think through your product offering, your go-to-market, and how we will enable you to best support customers.\nAt the end of the day, the mission of Federated Computer is to provide you with the right tools, software, services allowing you to open up new monetization avenues within your existing hardware, datacenters, network pipes, sunk costs infrastructures, existing user bases.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1399,8 +1414,8 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
id: 34 ,
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n",
|
||||
content: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1408,8 +1423,8 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
id: 35 ,
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n",
|
||||
content: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1417,8 +1432,8 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1435,13 +1450,22 @@ Optional: Matrix linkIf the Matrix service is loaded, you can use it like a mess
|
||||
id: 38 ,
|
||||
href: "\/docs\/about-federated-computer\/federated-company-backgrounder\/",
|
||||
title: "Federated Company Backgrounder",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\n",
|
||||
content: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\nOpen Source linkThere’s no reason to use expensive, proprietary, privacy-destroying SaaS software. But in the past, running open-source software required lots of technical knowledge. Federated Computer makes it easy for any business to adopt open-source.\nWe are great stewards of the benefits of open-source. Our company actively contributes both financially and with code to a number of open-source projects offered in Federated Core and Federated Plus including Castopod, Bookstack, Headscale, Matrix, and OpenMandriva. We do all the work for you to ensure open-source projects are integrated, work well together, and provide you with the right value.\nDavid Young linkOur CEO and founder, David Young, has a long history working with impactful startups including Joyent. At Joyent he was responsible for leading the team that invented and patented cloud computing, containers-as-a-service, cloud operating system, infrastructure-as-a-service, node.js, native-web-apps as desktop/mobile apps (what became Electron) and many more fundamental cloud innovations.\nDavid’s companies have been backed by the biggest investors including Dell, Intel; and he has brought ground-breaking solutions to cloud pioneers such as Dell, Telefonica, Singtel, working for important early cloud adopters such as Twitter, Facebook Developer Platform, Linkedin, and many, many others.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
@@ -14,10 +14,9 @@
|
||||
|
||||
|
||||
|
||||
<html lang="en-us"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en-us"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Unified Storage | Federated Computer Enterprise</title>
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Documentation, Hugo, Hugo Theme, Bootstrap" />
|
||||
<meta name="author" content="Colin Wilson - Lotus Labs" />
|
||||
@@ -25,20 +24,20 @@
|
||||
<meta name="website" content="https://lotusdocs.dev" />
|
||||
<meta name="Version" content="v0.1.0" />
|
||||
|
||||
<link rel="icon" href="http://localhost:1313/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:1313/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://localhost:1313/site.webmanifest">
|
||||
<link rel="icon" href="http://enterprise.federated.computer/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="http://enterprise.federated.computer/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://enterprise.federated.computer/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://enterprise.federated.computer/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://enterprise.federated.computer/favicon-16x16.png">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="http://enterprise.federated.computer/site.webmanifest">
|
||||
<meta property="og:title" content="Unified Storage" />
|
||||
<meta property="og:description" content="Every SaaS software deployed to a Federated Core using a single expandable storage service. This is a BTRFS file system on the Core but can be deployed as block storage (if the cloud provides such a service). It can be expanded and contracted based on customer demand/usage
|
||||
Every SaaS software deployed to a Federated Core using a single expandable storage service. This is a BTRFS file system on the Core but can be deployed as block storage (if the cloud provides such a service). It can be expanded and contracted based on customer demand/usage." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/" /><meta property="og:image" content="http://localhost:1313/opengraph/card-base-2_hu_8c6f060eb3747a6.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="og:url" content="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/" /><meta property="og:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_8c6f060eb3747a6.png"/><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2025-08-25T12:36:10-06:00" />
|
||||
<meta property="article:modified_time" content="2025-08-25T12:36:10-06:00" /><meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/opengraph/card-base-2_hu_8c6f060eb3747a6.png"/>
|
||||
<meta name="twitter:image" content="http://enterprise.federated.computer/opengraph/card-base-2_hu_8c6f060eb3747a6.png"/>
|
||||
<meta name="twitter:title" content="Unified Storage"/>
|
||||
<meta name="twitter:description" content="Every SaaS software deployed to a Federated Core using a single expandable storage service. This is a BTRFS file system on the Core but can be deployed as block storage (if the cloud provides such a service). It can be expanded and contracted based on customer demand/usage
|
||||
Every SaaS software deployed to a Federated Core using a single expandable storage service. This is a BTRFS file system on the Core but can be deployed as block storage (if the cloud provides such a service). It can be expanded and contracted based on customer demand/usage."/>
|
||||
@@ -50,8 +49,9 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/flexsearch.bundle.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/flexsearch.bundle.min.f5159d5a2151ffbb653996ec17eaff7da4e04c286bd879fc41839d36a5586f3f20eaead0b6089de48f9adc669cdee771.js" integrity="sha384-9RWdWiFR/7tlOZbsF+r/faTgTChr2Hn8QYOdNqVYbz8g6urQtgid5I+a3Gac3udx" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,8 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,600,700|Fira+Code:500,700&display=block" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/docs/scss/style.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/docs/scss/style.min.615e280daa11bef926baef047c962047a84da05eb988d2270815010b8de17d7232889a012f275094455861f5339ab434.css" integrity="sha384-YV4oDaoRvvkmuu8EfJYgR6hNoF65iNInCBUBC43hfXIyiJoBLydQlEVYYfUzmrQ0"crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
@@ -95,7 +96,7 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
<li class="">
|
||||
<a class="sidebar-root-link" href="http://localhost:1313/docs/overview/">
|
||||
<a class="sidebar-root-link" href="http://enterprise.federated.computer/docs/overview/">
|
||||
<i class="material-icons me-2">article</i>
|
||||
|
||||
Overview
|
||||
@@ -115,7 +116,7 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/federated-core-platform/">Federated Core Platform</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -130,47 +131,47 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/provisioner/">Provisioner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-server/">Core Server</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-mini/">Core Mini</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
<li class="current "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-storage/">Unified Storage</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/unified-messaging/">Unified Messaging</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/authentication/">Authentication</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/dashboard/">Dashboard</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/computer/">Computer</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/provisioning/core-desktop/">Core Desktop</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -190,17 +191,17 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/core-scanner/">Core Scanner</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/update-and-upgrade/">Update and Upgrade</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/management/monitor-and-fix/">Monitor and Fix</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -220,22 +221,22 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/core-workflow-intelligence/">Core Workflow Intelligence</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/adding-software-to-federated-core/">Adding Software to Federated Core</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/why-open-source-projects-work-with-federated/">Why Open Source Projects Work With Federated</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/customization/whitelabel/">Whitelabel</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -255,7 +256,7 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/billing/account-management-and-billing/">Account Management and Billing</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -275,12 +276,12 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/federated-management/">Federated Management</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/federated-core-platform/services/customer-service-and-support/">Customer Service and Support</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -305,22 +306,22 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/software-catalog/">Software Catalog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/bundles/">Bundles</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-commerce/">Federated Commerce</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/software-catalog/federated-omnimedia/">Federated Omnimedia</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -340,22 +341,22 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/operators-networks-platforms/">Operators Networks Platforms</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/operators-networks-platforms/">Operators, Networks, Platforms</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/managed-service-providers/">Managed Service Provider</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/pro-customers/">Pro Customers</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/partners/on-line-affiliates/">On Line Affiliates</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -375,7 +376,12 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://localhost:1313/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/federated-company-backgrounder/">Federated Company Backgrounder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class=" "><a class="sidebar-nested-link" href="http://enterprise.federated.computer/docs/about-federated-computer/roadmap/">Roadmap</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -657,10 +663,12 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.js" defer></script>
|
||||
|
||||
|
||||
<script src="/docs/js/bootstrap.c7927bdd82eceb076739257add3f4b0e11379da037c07d5c7110daeb6de0e3edcb2de867604550f88815157e4ec4ddb7.js" integrity="sha384-x5J73YLs6wdnOSV63T9LDhE3naA3wH1ccRDa623g4+3LLehnYEVQ+IgVFX5OxN23"defer></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:1313/docs/js/bundle.js" defer></script>
|
||||
<script type="text/javascript" src="http://enterprise.federated.computer/docs/js/bundle.min.f738bf871acf99f047c9685619dfd0dddb34d9413e8462e16fdd002f45c6f8e44747732e2e7c7db60af9f86359bfb251.js" integrity="sha384-9zi/hxrPmfBHyWhWGd/Q3ds02UE+hGLhb90AL0XG+ORHR3MuLnx9tgr5+GNZv7JR" crossorigin="anonymous" defer></script>
|
||||
|
||||
|
||||
|
||||
@@ -1040,6 +1048,13 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1355,9 +1370,9 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
{
|
||||
id: 33 ,
|
||||
href: "\/docs\/partners\/operators-networks-platforms\/",
|
||||
title: "Operators Networks Platforms",
|
||||
description: "Text\n",
|
||||
content: "Text\n"
|
||||
title: "Operators, Networks, Platforms",
|
||||
description: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\n",
|
||||
content: "Federated Core Platform is the best way for hosting companies, fiber networks, workshare companies, on-line communities, large enterprises to take control of the offering of SaaS software within their operational boundaries. Now, more than ever, open source SaaS software meets or exceeds the capabilities of proprietary SaaS, but the complexities of marshalling and delivering these solutions to customers are immense. Federated Core Platform solves the problem with technical sophistication, at a price designed to provide you with maximum margin, and with programs allowing you to get up and running in a matter of weeks.\nThe typical engagement with Federated Computer starts with some scoping sessions so that we can help you think through your product offering, your go-to-market, and how we will enable you to best support customers.\nAt the end of the day, the mission of Federated Computer is to provide you with the right tools, software, services allowing you to open up new monetization avenues within your existing hardware, datacenters, network pipes, sunk costs infrastructures, existing user bases.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1365,8 +1380,8 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
id: 34 ,
|
||||
href: "\/docs\/partners\/managed-service-providers\/",
|
||||
title: "Managed Service Provider",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n",
|
||||
content: "Federated Computer has all the tools needed to allow a managed service provider to replace proprietary SaaS products such as Google Workplace, Microsoft Office 365, Slack, Salesforce, and many, many others with easy-to-use, high-value, priavate, flexible open source SaaS alternatives.\nThis leaves MORE money on the table for the managed service provider to provide high-value services.\nSolutions linkFederated solutions include Core Scanner for active monitoring and fix of customer Cores. Our AI tools will allow you to easily build workflows for customers on top of existing open source SaaS. And our authentication services and facilities for adding software to Federated Core Platform allow MSPs to extend offerings while maintaining the security and ease-of-use of unified storage and messaging and authentication. With Federated Core Platform, you can build the comprehensive solution for a customer that includes all of their software, devices, and services in a single pane-of-glass.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1374,8 +1389,8 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
id: 35 ,
|
||||
href: "\/docs\/partners\/pro-customers\/",
|
||||
title: "Pro Customers",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n",
|
||||
content: "Federated Core Platform includes a number of bundles (collections of open source SaaS software and services) specifically designed for specific enterprise customers and market types. Examples of these are Commerce and Omnimedia.\nIt is possible to address “pro” customers in a couple ways. The first would be to design, build, and deliver a total solution using the building blocks available in Federated Core Platform and its software catalog.\nHowever, there will be many opportunities to build out additional collections/bundles for customers requiring different sets of software and services delivered bespoke for their particular needs. These don’t have to come from Federated Computer but can be designed and delivered by our partners and sold through all available channels including other operators, networks, and platforms. Open source allows us maximum flexibility to deliver great solutions to customers without re-inventing every wheel.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1383,8 +1398,8 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
id: 36 ,
|
||||
href: "\/docs\/partners\/on-line-affiliates\/",
|
||||
title: "On Line Affiliates",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n",
|
||||
content: "Outlets with significant communities can use Federated’s affilaite programs to earn up to 30% (the number is really dependent on your own installation’s exigencies!) on sales. Affiliates are a great way to build reputation and trust with customers while compensating those affiliate channels for their endorsements.\nWe have found the best affiliates are those that use Federated Core products. When an affiliate is emeshed in open source and especially the open source SaaS offered through Federated Core Platform, the crediblity of the recommendation to the affiliate’s community is sterling.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
@@ -1401,13 +1416,22 @@ Every SaaS software deployed to a Federated Core using a single expandable stora
|
||||
id: 38 ,
|
||||
href: "\/docs\/about-federated-computer\/federated-company-backgrounder\/",
|
||||
title: "Federated Company Backgrounder",
|
||||
description: "",
|
||||
content: ""
|
||||
description: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\n",
|
||||
content: "Federated Computer is on a mission to transform all business software with open-source. All business software has an open-source alternative that is feature-complete, “free,” and flexible for integration with other open-source software. We provide automated IT services, allowing our customers to adopt open-source software with confidence. Our open-source solutions are used by tens of millions of users around the globe.\nTeam linkWe are a small group of pioneers. We include founders of the cloud computer industry. We want a world and internet where big company black-holes don’t suck away all our money, data, and sovereignty. We are FedQ’d in Colorado Springs, Colorado, USA with colleagues around the globe.\nOpen Source linkThere’s no reason to use expensive, proprietary, privacy-destroying SaaS software. But in the past, running open-source software required lots of technical knowledge. Federated Computer makes it easy for any business to adopt open-source.\nWe are great stewards of the benefits of open-source. Our company actively contributes both financially and with code to a number of open-source projects offered in Federated Core and Federated Plus including Castopod, Bookstack, Headscale, Matrix, and OpenMandriva. We do all the work for you to ensure open-source projects are integrated, work well together, and provide you with the right value.\nDavid Young linkOur CEO and founder, David Young, has a long history working with impactful startups including Joyent. At Joyent he was responsible for leading the team that invented and patented cloud computing, containers-as-a-service, cloud operating system, infrastructure-as-a-service, node.js, native-web-apps as desktop/mobile apps (what became Electron) and many more fundamental cloud innovations.\nDavid’s companies have been backed by the biggest investors including Dell, Intel; and he has brought ground-breaking solutions to cloud pioneers such as Dell, Telefonica, Singtel, working for important early cloud adopters such as Twitter, Facebook Developer Platform, Linkedin, and many, many others.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 39 ,
|
||||
href: "\/docs\/about-federated-computer\/roadmap\/",
|
||||
title: "Roadmap",
|
||||
description: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n",
|
||||
content: "Federated Computer is working on the following initiatives for the benefit of our customers and partners:\nFall, 2025 linkComputer. Our take on a central web application for managing all SaaS workloads, dates, clients, messages.\nFirst Half, 2026 linkCore Workflow Intelligence. AI services for building application workflows combined between 2 or more open source SaaS applications.\nSecond Half, 2026 linkOn Premise Provisioning of Federated Cores. This will support customers that want to connect to high bandwidth, synchronous networks (eg Fiber) and have a Federated Core running on their own hardware with all the management services provided by Federated Core Platform.\n"
|
||||
}
|
||||
);
|
||||
index.add(
|
||||
{
|
||||
id: 40 ,
|
||||
href: "\/docs\/",
|
||||
title: "Docs",
|
||||
description: "",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user