aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-06-02 08:56:31 +0200
committerLibravatar GitHub <noreply@github.com>2020-06-02 08:56:31 +0200
commitae0849ac6e2755d22619d19a43da2425b34eac4a (patch)
treefaa7e8ef58462e5b39494357ba3bddbaeb5021ab
parentMerge pull request #189 from tfehren/bbb_enterprise (diff)
parentMerge branch 'upstream' (diff)
downloadferdium-recipes-ae0849ac6e2755d22619d19a43da2425b34eac4a.tar.gz
ferdium-recipes-ae0849ac6e2755d22619d19a43da2425b34eac4a.tar.zst
ferdium-recipes-ae0849ac6e2755d22619d19a43da2425b34eac4a.zip
Merge pull request #171 from tfehren/master
enterprise-owa packaged and vs code devcontainer
-rw-r--r--.devcontainer/Dockerfile21
-rw-r--r--.devcontainer/devcontainer.json25
-rw-r--r--archives/enterprise-owa.tar.gzbin80807 -> 80780 bytes
-rw-r--r--uncompressed/enterprise-owa/package.json2
4 files changed, 47 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
new file mode 100644
index 0000000..e1af327
--- /dev/null
+++ b/.devcontainer/Dockerfile
@@ -0,0 +1,21 @@
1#-------------------------------------------------------------------------------------------------------------
2# Copyright (c) Microsoft Corporation. All rights reserved.
3# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4#-------------------------------------------------------------------------------------------------------------
5
6# To fully customize the contents of this image, use the following Dockerfile instead:
7# https://github.com/microsoft/vscode-dev-containers/tree/v0.117.1/containers/javascript-node-12/.devcontainer/Dockerfile
8FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-12
9
10# ** [Optional] Uncomment this section to install additional packages. **
11#
12# ENV DEBIAN_FRONTEND=noninteractive
13# RUN apt-get update \
14# && apt-get -y install --no-install-recommends <your-package-list-here> \
15# #
16# # Clean up
17# && apt-get autoremove -y \
18# && apt-get clean -y \
19# && rm -rf /var/lib/apt/lists/*
20# ENV DEBIAN_FRONTEND=dialog
21
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0000000..1c169bf
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,25 @@
1// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
2// https://github.com/microsoft/vscode-dev-containers/tree/v0.117.1/containers/javascript-node-12
3{
4 "name": "Node.js 12",
5 "dockerFile": "Dockerfile",
6
7 // Set *default* container specific settings.json values on container create.
8 "settings": {
9 "terminal.integrated.shell.linux": "/bin/bash"
10 },
11
12 // Add the IDs of extensions you want installed when the container is created.
13 "extensions": [
14 "dbaeumer.vscode-eslint"
15 ],
16
17 // Use 'forwardPorts' to make a list of ports inside the container available locally.
18 // "forwardPorts": [],
19
20 // Use 'postCreateCommand' to run commands after the container is created.
21 // "postCreateCommand": "npm install"
22
23 // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
24 // "remoteUser": "node"
25}
diff --git a/archives/enterprise-owa.tar.gz b/archives/enterprise-owa.tar.gz
index f571661..81ad8f5 100644
--- a/archives/enterprise-owa.tar.gz
+++ b/archives/enterprise-owa.tar.gz
Binary files differ
diff --git a/uncompressed/enterprise-owa/package.json b/uncompressed/enterprise-owa/package.json
index 178bbff..9cf0412 100644
--- a/uncompressed/enterprise-owa/package.json
+++ b/uncompressed/enterprise-owa/package.json
@@ -10,7 +10,7 @@
10 ], 10 ],
11 "license": "MIT", 11 "license": "MIT",
12 "config": { 12 "config": {
13 "serviceURL": "https://example.com/", 13 "serviceURL": "https://owa.yourcompany.com/owa",
14 "hasCustomUrl": true, 14 "hasCustomUrl": true,
15 "hasNotificationSound": true, 15 "hasNotificationSound": true,
16 "hasTeamId": false 16 "hasTeamId": false