diff --git a/common/loginpage/providers/leitzcloud/assets/buttonlogo.svg b/common/loginpage/providers/leitzcloud/assets/buttonlogo.svg new file mode 100644 index 000000000..b5b7ca111 --- /dev/null +++ b/common/loginpage/providers/leitzcloud/assets/buttonlogo.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/common/loginpage/providers/leitzcloud/assets/buttonlogo_dark.svg b/common/loginpage/providers/leitzcloud/assets/buttonlogo_dark.svg new file mode 100644 index 000000000..67d66a897 --- /dev/null +++ b/common/loginpage/providers/leitzcloud/assets/buttonlogo_dark.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/common/loginpage/providers/leitzcloud/assets/listicon.svg b/common/loginpage/providers/leitzcloud/assets/listicon.svg new file mode 100644 index 000000000..56acadd6a --- /dev/null +++ b/common/loginpage/providers/leitzcloud/assets/listicon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + \ No newline at end of file diff --git a/common/loginpage/providers/leitzcloud/assets/listicon_dark.svg b/common/loginpage/providers/leitzcloud/assets/listicon_dark.svg new file mode 100644 index 000000000..56acadd6a --- /dev/null +++ b/common/loginpage/providers/leitzcloud/assets/listicon_dark.svg @@ -0,0 +1,22 @@ + + + + + + + + + + \ No newline at end of file diff --git a/common/loginpage/providers/leitzcloud/config.json b/common/loginpage/providers/leitzcloud/config.json new file mode 100644 index 000000000..44593f7a1 --- /dev/null +++ b/common/loginpage/providers/leitzcloud/config.json @@ -0,0 +1,22 @@ +{ + "provider": "leitzcloud", + "name": "leitzcloud", + "entryPage": "https://web.leitz-cloud.com/files/", + "extraLogout": "https://leitz-cloud.com/", + "editorPage": "/edit/", + "startPage": "/", + "cryptoSupport": "true", + "check": { + "url": "https://web.leitz-cloud.com/api/2/version" + }, + "icons": { + "themeLight": { + "connectionsList": "./assets/listicon.svg", + "buttonLogo": "./assets/buttonlogo.svg" + }, + "themeDark": { + "connectionsList": "./assets/listicon_dark.svg", + "buttonLogo": "./assets/buttonlogo_dark.svg" + } + } +} diff --git a/common/loginpage/providers/vboxxcloud/assets/buttonlogo.svg b/common/loginpage/providers/vboxxcloud/assets/buttonlogo.svg new file mode 100644 index 000000000..5380c224f --- /dev/null +++ b/common/loginpage/providers/vboxxcloud/assets/buttonlogo.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/common/loginpage/providers/vboxxcloud/assets/buttonlogo_dark.svg b/common/loginpage/providers/vboxxcloud/assets/buttonlogo_dark.svg new file mode 100644 index 000000000..a49b3bd30 --- /dev/null +++ b/common/loginpage/providers/vboxxcloud/assets/buttonlogo_dark.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/common/loginpage/providers/vboxxcloud/assets/listicon.svg b/common/loginpage/providers/vboxxcloud/assets/listicon.svg new file mode 100644 index 000000000..1d90ab94a --- /dev/null +++ b/common/loginpage/providers/vboxxcloud/assets/listicon.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/common/loginpage/providers/vboxxcloud/assets/listicon_dark.svg b/common/loginpage/providers/vboxxcloud/assets/listicon_dark.svg new file mode 100644 index 000000000..f9523bf53 --- /dev/null +++ b/common/loginpage/providers/vboxxcloud/assets/listicon_dark.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/common/loginpage/providers/vboxxcloud/config.json b/common/loginpage/providers/vboxxcloud/config.json new file mode 100644 index 000000000..6a4829d89 --- /dev/null +++ b/common/loginpage/providers/vboxxcloud/config.json @@ -0,0 +1,22 @@ +{ + "provider": "vboxxcloud", + "name": "vBoxxCloud", + "entryPage": "https://web.vboxx.nl/files", + "extraLogout": "https://vboxx.nl/", + "editorPage": "/edit/", + "startPage": "/", + "cryptoSupport": "true", + "check": { + "url": "https://web.vboxx.nl/api/2/version" + }, + "icons": { + "themeLight": { + "connectionsList": "./assets/listicon.svg", + "buttonLogo": "./assets/buttonlogo.svg" + }, + "themeDark": { + "connectionsList": "./assets/listicon_dark.svg", + "buttonLogo": "./assets/buttonlogo_dark.svg" + } + } +}