website/integrations: add Organizr integration (#3802)

* Add new integration application category for Dashboard and initialize organizr service template

* added images and additional info for organizr integration

* alphabetized application integration categories

* alphabetized integration federation and social login categories

* forgot to make website-lint-fix :/

* revert mention of organizr in generic setup

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Rob
2022-10-19 03:28:48 -05:00
committed by GitHub
parent 0b6dd49f36
commit 895658e7a3
10 changed files with 152 additions and 70 deletions

View File

@ -8,6 +8,56 @@ module.exports = {
id: "services/index",
},
items: [
{
type: "category",
label: "Chat, Communication & Collaboration",
items: [
"services/bookstack/index",
"services/hedgedoc/index",
"services/kimai/index",
"services/matrix-synapse/index",
"services/nextcloud/index",
"services/onlyoffice/index",
"services/paperless-ng/index",
"services/rocketchat/index",
"services/roundcube/index",
"services/vikunja/index",
"services/wekan/index",
"services/wiki-js/index",
"services/zulip/index",
],
},
{
type: "category",
label: "Cloud Providers",
items: [
"services/aws/index",
"services/oracle-cloud/index",
],
},
{
type: "category",
label: "Dashboards",
items: ["services/organizr/index"],
},
{
type: "category",
label: "Platforms",
items: [
"services/budibase/index",
"services/wordpress/index",
],
},
{
type: "category",
label: "Hypervisors / Orchestrators",
items: [
"services/portainer/index",
"services/proxmox-ve/index",
"services/rancher/index",
"services/vmware-vcenter/index",
],
},
{
type: "category",
label: "Infrastructure",
@ -30,12 +80,13 @@ module.exports = {
},
{
type: "category",
label: "Hypervisors / Orchestrators",
label: "Miscellaneous",
items: [
"services/portainer/index",
"services/proxmox-ve/index",
"services/rancher/index",
"services/vmware-vcenter/index",
"services/home-assistant/index",
"services/node-red/index",
"services/sonarr/index",
"services/tautulli/index",
"services/jellyfin/index",
],
},
{
@ -48,33 +99,6 @@ module.exports = {
"services/zabbix/index",
],
},
{
type: "category",
label: "Cloud Providers",
items: [
"services/aws/index",
"services/oracle-cloud/index",
],
},
{
type: "category",
label: "Chat, Communication & Collaboration",
items: [
"services/bookstack/index",
"services/hedgedoc/index",
"services/kimai/index",
"services/matrix-synapse/index",
"services/nextcloud/index",
"services/onlyoffice/index",
"services/paperless-ng/index",
"services/rocketchat/index",
"services/roundcube/index",
"services/vikunja/index",
"services/wekan/index",
"services/wiki-js/index",
"services/zulip/index",
],
},
{
type: "category",
label: "Platforms",
@ -83,15 +107,6 @@ module.exports = {
"services/wordpress/index",
],
},
{
type: "category",
label: "Developer tools",
items: [
"services/sentry/index",
"services/sssd/index",
"services/weblate/index",
],
},
{
type: "category",
label: "Version Control Systems",
@ -102,17 +117,6 @@ module.exports = {
"services/gitlab/index",
],
},
{
type: "category",
label: "Miscellaneous",
items: [
"services/home-assistant/index",
"services/node-red/index",
"services/sonarr/index",
"services/tautulli/index",
"services/jellyfin/index",
],
},
],
},
{
@ -126,7 +130,24 @@ module.exports = {
"Sources of users which can be federated with authentik",
},
items: [
{
type: "category",
label: "Directory syncronization",
items: [
"sources/active-directory/index",
"sources/freeipa/index",
],
},
"sources/general",
{
type: "category",
label: "Protocols",
items: [
"sources/ldap/index",
"sources/oauth/index",
"sources/saml/index",
],
},
{
type: "category",
label: "Social Logins",
@ -142,23 +163,6 @@ module.exports = {
"sources/twitter/index",
],
},
{
type: "category",
label: "Directory syncronization",
items: [
"sources/active-directory/index",
"sources/freeipa/index",
],
},
{
type: "category",
label: "Protocols",
items: [
"sources/ldap/index",
"sources/oauth/index",
"sources/saml/index",
],
},
],
},
],