Initalisation de base
This commit is contained in:
0
.gitignore → client/.gitignore
vendored
0
.gitignore → client/.gitignore
vendored
@@ -71,7 +71,12 @@
|
|||||||
"buildTarget": "angular-teslalightshow-manager:build:development"
|
"buildTarget": "angular-teslalightshow-manager:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development",
|
||||||
|
"options": {
|
||||||
|
"sslKey": "./certificats/localhost.key",
|
||||||
|
"sslCert": "./certificats/localhost.crt",
|
||||||
|
"ssl" : true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||||
37
client/app.js
Normal file
37
client/app.js
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
const {app, BrowserWindow} = require('electron')
|
||||||
|
const url = require("url");
|
||||||
|
const path = require("path");
|
||||||
|
|
||||||
|
let mainWindow
|
||||||
|
|
||||||
|
function createWindow () {
|
||||||
|
mainWindow = new BrowserWindow({
|
||||||
|
webPreferences: {
|
||||||
|
nodeIntegration: true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
mainWindow.loadURL(
|
||||||
|
url.format({
|
||||||
|
pathname: path.join(__dirname, `/dist/angular-teslalightshow-manager/browser/index.html`),
|
||||||
|
protocol: "file:",
|
||||||
|
slashes: true
|
||||||
|
})
|
||||||
|
);
|
||||||
|
// Open the DevTools.
|
||||||
|
mainWindow.webContents.openDevTools({'mode' : 'bottom'})
|
||||||
|
|
||||||
|
mainWindow.on('closed', function () {
|
||||||
|
mainWindow = null
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
app.on('ready', createWindow)
|
||||||
|
|
||||||
|
app.on('window-all-closed', function () {
|
||||||
|
if (process.platform !== 'darwin') app.quit()
|
||||||
|
})
|
||||||
|
|
||||||
|
app.on('activate', function () {
|
||||||
|
if (mainWindow === null) createWindow()
|
||||||
|
})
|
||||||
9
client/certificats/cert.conf
Normal file
9
client/certificats/cert.conf
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
authorityKeyIdentifier=keyid,issuer
|
||||||
|
basicConstraints=CA:FALSE
|
||||||
|
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
|
||||||
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
|
[alt_names]
|
||||||
|
DNS.1 = localhost
|
||||||
|
|
||||||
24
client/certificats/csr.conf
Normal file
24
client/certificats/csr.conf
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
[ req ]
|
||||||
|
default_bits = 2048
|
||||||
|
prompt = no
|
||||||
|
default_md = sha256
|
||||||
|
req_extensions = req_ext
|
||||||
|
distinguished_name = dn
|
||||||
|
|
||||||
|
[ dn ]
|
||||||
|
C = US
|
||||||
|
ST = California
|
||||||
|
L = San Fransisco
|
||||||
|
O = MLopsHub
|
||||||
|
OU = MlopsHub Dev
|
||||||
|
CN = localhost
|
||||||
|
|
||||||
|
[ req_ext ]
|
||||||
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
|
[ alt_names ]
|
||||||
|
DNS.1 = localhost
|
||||||
|
DNS.2 = www.localhost
|
||||||
|
IP.1 = 192.168.1.5
|
||||||
|
IP.2 = 192.168.1.6
|
||||||
|
|
||||||
22
client/certificats/localhost.crt
Normal file
22
client/certificats/localhost.crt
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIDrzCCApegAwIBAgIUP9fjbEVXmdILGCQyCzXA569nWJMwDQYJKoZIhvcNAQEL
|
||||||
|
BQAwOTESMBAGA1UEAwwJbG9jYWxob3N0MQswCQYDVQQGEwJVUzEWMBQGA1UEBwwN
|
||||||
|
U2FuIEZyYW5zaXNjbzAeFw0yMzEyMjcxNzUwMjlaFw0yNDEyMjYxNzUwMjlaMHgx
|
||||||
|
CzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlhMRYwFAYDVQQHDA1TYW4g
|
||||||
|
RnJhbnNpc2NvMREwDwYDVQQKDAhNTG9wc0h1YjEVMBMGA1UECwwMTWxvcHNIdWIg
|
||||||
|
RGV2MRIwEAYDVQQDDAlsb2NhbGhvc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
|
||||||
|
ggEKAoIBAQCMmkGGxFYSGWlKXqZnfqPE5ksd+MdRqinLALpVVM9L61e4gpTQANmV
|
||||||
|
XdpyIdMF7g3AEkcj+iZPn1/WhKYGolwIru4H21S1veif5CWC3Ja9m9dXaf4E1rbZ
|
||||||
|
ObiNy4wQKT8/G5xCY5qu/Z6vbncrG3IrNhTdd9yOpsY6Vch9iAEJsPIhzdk2Z4wj
|
||||||
|
bG4TPp6tnsVW19HQqe9l+opCbmHlE1BUEpuDFDVc6cQJhUtNRWyjphq4QB7DBMUi
|
||||||
|
WKdigKiYCz3WEh/rbScEJpVy41ImeiLikdcHEczdjCNznzIdzCpouc09sb4XhmYm
|
||||||
|
E+z6yvh/groTG8eFpKD65xVTwL42ePNdAgMBAAGjcDBuMB8GA1UdIwQYMBaAFH+9
|
||||||
|
jxMXxfwlF4XYv0imeIhhendwMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgTwMBQGA1Ud
|
||||||
|
EQQNMAuCCWxvY2FsaG9zdDAdBgNVHQ4EFgQUk6W8OI1YkxfBgUQuPz7wFHseL5Mw
|
||||||
|
DQYJKoZIhvcNAQELBQADggEBAEtKS5q1evBFP7Wn/4os8AtgYYjGlnbRN/j9JaN0
|
||||||
|
wnNdXEOJT+JD3amuk9vIv6lUJD9G5fxJ+ezne+OxvxbNi5g3pU0P2TsNTlbS0bxv
|
||||||
|
0FP89IvlNNG2suiTPpynpPJRrsnuR2waSfHr0lOq2EU3m+oelcyrTHww2hFMhogI
|
||||||
|
tM65d5ApJgyfPmeEC25goZbFw8V/IE1MqZ4gzeMaCzje8nFEnOvggKcAYkqqRyLZ
|
||||||
|
UvYo70jakb8RO6EJ0iYfkHvb1220VjHwd58fdyhwFJXxij5FLuSxijvECGPVVOds
|
||||||
|
jLRUYdGCNKbamjiQSKTm1HuV/fz2IEUEU5R9VF468XLCE+A=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
19
client/certificats/localhost.csr
Normal file
19
client/certificats/localhost.csr
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
-----BEGIN CERTIFICATE REQUEST-----
|
||||||
|
MIIC/zCCAecCAQAweDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWEx
|
||||||
|
FjAUBgNVBAcMDVNhbiBGcmFuc2lzY28xETAPBgNVBAoMCE1Mb3BzSHViMRUwEwYD
|
||||||
|
VQQLDAxNbG9wc0h1YiBEZXYxEjAQBgNVBAMMCWxvY2FsaG9zdDCCASIwDQYJKoZI
|
||||||
|
hvcNAQEBBQADggEPADCCAQoCggEBAIyaQYbEVhIZaUpepmd+o8TmSx34x1GqKcsA
|
||||||
|
ulVUz0vrV7iClNAA2ZVd2nIh0wXuDcASRyP6Jk+fX9aEpgaiXAiu7gfbVLW96J/k
|
||||||
|
JYLclr2b11dp/gTWttk5uI3LjBApPz8bnEJjmq79nq9udysbcis2FN133I6mxjpV
|
||||||
|
yH2IAQmw8iHN2TZnjCNsbhM+nq2exVbX0dCp72X6ikJuYeUTUFQSm4MUNVzpxAmF
|
||||||
|
S01FbKOmGrhAHsMExSJYp2KAqJgLPdYSH+ttJwQmlXLjUiZ6IuKR1wcRzN2MI3Of
|
||||||
|
Mh3MKmi5zT2xvheGZiYT7PrK+H+CuhMbx4WkoPrnFVPAvjZ4810CAwEAAaBCMEAG
|
||||||
|
CSqGSIb3DQEJDjEzMDEwLwYDVR0RBCgwJoIJbG9jYWxob3N0gg13d3cubG9jYWxo
|
||||||
|
b3N0hwTAqAEFhwTAqAEGMA0GCSqGSIb3DQEBCwUAA4IBAQAGh3Z6675WWJeed+WQ
|
||||||
|
eh65n3wXrCQlbATQ8bwkRVbLlcfYgeO2DiWYj6OXNJjVLTIZFIUPKbpbMBPWrToI
|
||||||
|
xYCnslMm8zhJQT3bBpJz+RND5Xc1lWB/8GjKprG70bbfzNOpY2/st+Ppu7XLp/Zx
|
||||||
|
Tl/vC32HA2gsyioIqN2IrVYTkzlHomP9TqrL3rD5ma3PG79/5tQOstMhn0k0/wWs
|
||||||
|
qQA7ZwV1vbx0nsknKe7efPEhpuJ1dna/83b+LETxcF/o5TGBAw31bu0T9mYz3v7Z
|
||||||
|
0GbGcoDw29lPgXHyELwVIljA97DcMhD+0+3BDxOoEw8WJ1kH2kgVfAWp0HYHObM6
|
||||||
|
/73l
|
||||||
|
-----END CERTIFICATE REQUEST-----
|
||||||
28
client/certificats/localhost.key
Normal file
28
client/certificats/localhost.key
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
-----BEGIN PRIVATE KEY-----
|
||||||
|
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCMmkGGxFYSGWlK
|
||||||
|
XqZnfqPE5ksd+MdRqinLALpVVM9L61e4gpTQANmVXdpyIdMF7g3AEkcj+iZPn1/W
|
||||||
|
hKYGolwIru4H21S1veif5CWC3Ja9m9dXaf4E1rbZObiNy4wQKT8/G5xCY5qu/Z6v
|
||||||
|
bncrG3IrNhTdd9yOpsY6Vch9iAEJsPIhzdk2Z4wjbG4TPp6tnsVW19HQqe9l+opC
|
||||||
|
bmHlE1BUEpuDFDVc6cQJhUtNRWyjphq4QB7DBMUiWKdigKiYCz3WEh/rbScEJpVy
|
||||||
|
41ImeiLikdcHEczdjCNznzIdzCpouc09sb4XhmYmE+z6yvh/groTG8eFpKD65xVT
|
||||||
|
wL42ePNdAgMBAAECggEABz2eaEFOKWpzmKfdK/FCn844ShfYs+TueAzWi7RtZHx/
|
||||||
|
LPpUjY2tptqJeF0zj9edj6mhTkIAnRMZDWQRZMARu0S+71qlNyLLiwhlwiJ4BNW0
|
||||||
|
tkS4FymziuZFEdBMqzxkjGxwlJ6qhZ58AI7QxkCIlZ8YXfthOVtvU+u9AnHxk70c
|
||||||
|
f3XXbis3kxfn55sK5tZhG8eeOZ1ELxKr+CW92T/r4/YxtDl7fU3dJGa0VN3XCW/5
|
||||||
|
Jklf0jZ6FugTweisQDgBH+EJ2Qr9V4pRsvu/I3zJtV5W/Nx6xoaAz7fQEI+NRnZc
|
||||||
|
beFfFchMURw+o1l0WPuXAmI4vietNlAviSmZAej8AQKBgQDB4U7k+3exq9ADsKha
|
||||||
|
S8ZcCuodNejGn1kPiaOIsiNYSqnKgAdpyk0tpQHbVTtph2vLlJjsr83iwV6OmYh8
|
||||||
|
ZWyawjzTZZp+XtEP+Kvs7nkuxYY0EWMFoxyfEZbnoutxv+dAi1GgTgfsoeK2nn76
|
||||||
|
Z6QDPNyL/EpW2bfxKsgctti4XQKBgQC5pvIuaGYgOjXdL55YQ7X6inOB/mL3ckti
|
||||||
|
YxoJvqyGpahn2XgSSGbZup3uETV7ir4/MM/EpvOBQmVgd1H4GIHc9hY/spZ6o7Dn
|
||||||
|
m1Rv+NMfytGBzBSZVmdgG+Xe5MvMdKn6Iff5cT/QQomsuF+8rP/csGEg9baSy+WA
|
||||||
|
JFWJVtF3AQKBgGJ9HiLcS7WJ3iXBvAQCskVXlg44sIMVt5xZAyYRuDrF0vL3jsyC
|
||||||
|
5CnnxMWyyneVP4Evf2/c7u3d5Tbzb44hx8XmHhgVaSIA8Jr4a/30NsM3vDD/FBps
|
||||||
|
/cEgolQRQyGJpuP24gRZH1Vp901lvoNd2sd6R18lTm5IM1TjsrxDdlxRAoGBAKms
|
||||||
|
3CDwB46ixQHveH/g+pwOF72SOu8+xYkZW/3WB6ZUFxM63ZOQGngaKCciEUhlKLVm
|
||||||
|
Li3kDB9yCGdfBkqCU4YYX4M9/Gv/2ToEa+qedo7S9iHz3Eu8fWSIetH5OA4X/hX/
|
||||||
|
H70Z9SGo/l0ecVlmn74acdsG1yNZONqh2o9YCr8BAoGAbbcFZyGxW7aT6Bm43NK2
|
||||||
|
Q1LhO3as2GKSlYXnMmcewlZQ+XaEQk8zJpjWYLI+3zC+suklJ9CHzufnaxy/T6Vs
|
||||||
|
R+d8PhmnqX3BhbIGko8sMoIjSML9MyLboY48la+kId53pbkl7E4AbO1icTmVUqWN
|
||||||
|
6giRlNy8ulrb3UU7k2uprZ8=
|
||||||
|
-----END PRIVATE KEY-----
|
||||||
20
client/certificats/rootCA.crt
Normal file
20
client/certificats/rootCA.crt
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIDUzCCAjugAwIBAgIUMT+ipYEPWIcZGCAJi6kmgVN1KFMwDQYJKoZIhvcNAQEL
|
||||||
|
BQAwOTESMBAGA1UEAwwJbG9jYWxob3N0MQswCQYDVQQGEwJVUzEWMBQGA1UEBwwN
|
||||||
|
U2FuIEZyYW5zaXNjbzAeFw0yMzEyMjcxNzUwMjlaFw0yNDEyMTcxNzUwMjlaMDkx
|
||||||
|
EjAQBgNVBAMMCWxvY2FsaG9zdDELMAkGA1UEBhMCVVMxFjAUBgNVBAcMDVNhbiBG
|
||||||
|
cmFuc2lzY28wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0/4ybDEHc
|
||||||
|
CcsdEdU3Hh7ZUtM6BWAWcjbCUTAkdFCVeuTjS69pnlxVR6T9rBoaaJXMJpjxdvdO
|
||||||
|
ut0jub6hgSBOd7GUpZA4BsBCXIkW/P8DQ2nYo4uwdcZelQKmW0aH9aoMXd1DxXZb
|
||||||
|
fsMfeeqsz6j7/H2eC3JpxXmMISbyGYsAyz30YKYRWWfVF2HbjVWISvpqisdJUbxd
|
||||||
|
ITwNCpQjgYI3UEuVAtXMejMhOmJPpEgtme+Sh8UZX+k0xl0LbLzJT7nvGUUa8vzO
|
||||||
|
3Lsca6/ddjDBvGSHHwr+y7ewBMMsGuOK8H0XPR5R0SJo2aPOZsgRycGH0ThgpxIN
|
||||||
|
4LTeCnAUuOfzAgMBAAGjUzBRMB0GA1UdDgQWBBR/vY8TF8X8JReF2L9IpniIYXp3
|
||||||
|
cDAfBgNVHSMEGDAWgBR/vY8TF8X8JReF2L9IpniIYXp3cDAPBgNVHRMBAf8EBTAD
|
||||||
|
AQH/MA0GCSqGSIb3DQEBCwUAA4IBAQAO9ViCNR1qk61SO71oSbCfI/qskDEKY2og
|
||||||
|
nVY0XlbCZUUzEnI85HwWcqoxgZAFR/DR40aGEhySp2Rf+EDAYjKdFTxx8qtF/RMC
|
||||||
|
yJ4xwleaSn7AjQKOXZYoXSe1XZqaDh/UXd/Z/ME+qENPOaXCIemh/JYJx/1lMVSi
|
||||||
|
UJ6Ja13U7QrUuxOGFhfIV8RllYzON+ksDyWxIe8F3LrGEqNxrgxQCzXEPyLrvgHC
|
||||||
|
2rK1ScdU6XfVH+JXTyc5CVrOcBPX8+NpVKQjTcYX2ZMBreHsu1khyKw8ndMvb8d8
|
||||||
|
D9X1Qt3OCuPvZEfXO2HE2sMHBhdjjIP21/6+43Cev62Jh2GWg6Ie
|
||||||
|
-----END CERTIFICATE-----
|
||||||
28
client/certificats/rootCA.key
Normal file
28
client/certificats/rootCA.key
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
-----BEGIN PRIVATE KEY-----
|
||||||
|
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC0/4ybDEHcCcsd
|
||||||
|
EdU3Hh7ZUtM6BWAWcjbCUTAkdFCVeuTjS69pnlxVR6T9rBoaaJXMJpjxdvdOut0j
|
||||||
|
ub6hgSBOd7GUpZA4BsBCXIkW/P8DQ2nYo4uwdcZelQKmW0aH9aoMXd1DxXZbfsMf
|
||||||
|
eeqsz6j7/H2eC3JpxXmMISbyGYsAyz30YKYRWWfVF2HbjVWISvpqisdJUbxdITwN
|
||||||
|
CpQjgYI3UEuVAtXMejMhOmJPpEgtme+Sh8UZX+k0xl0LbLzJT7nvGUUa8vzO3Lsc
|
||||||
|
a6/ddjDBvGSHHwr+y7ewBMMsGuOK8H0XPR5R0SJo2aPOZsgRycGH0ThgpxIN4LTe
|
||||||
|
CnAUuOfzAgMBAAECggEAEJ3RY76ZVHRI6fWw9F49VZUUAHFtfXU/PITfMMmSe4nZ
|
||||||
|
XFo4Oi/bdcmd03Td8Wsek98+dUe6gC2jKNxGX8woXuvM9fX8XbH8K1t7C0A785Al
|
||||||
|
AuPo0Oqb3onUwQvQitTT2rTKhnLcLdD4yt/5DaQDqINpAn4C7/dWjekEcUxFBaDh
|
||||||
|
w1LHVQkeGkjGifTH1t/Z742s+fOwTzyfVbuxSY1+1RbBw+mge7AqoODb7k1Fbg2Z
|
||||||
|
io9x7Glz4/1cCGnM327MTV1YMpJqD2vJjWqHuchMJzXW6xWI14qto7NPyNZfelIc
|
||||||
|
HfUg6CLxJbdXU5VKma8tIH6bwFgQ+0ZfsrH6xuHvYQKBgQDqvEmLkbF3yPDZDhHI
|
||||||
|
OaZlg4G5xvUya8LyYDHMrcTMxJDBqOg+MzQunndMHgbqEP+/bbagje+IwLCihvMB
|
||||||
|
+IwvX8TKy2ColVXiNy6p0pqrf7Mm+Te5YVIGoQvy0JlHgQpy69S9mShM9Ux6ogUU
|
||||||
|
/d1nRpe0Ak0Mi5/Gj71SGE+40QKBgQDFZQzJi18y2WdAFuQ4+znggNURx6vDKnRy
|
||||||
|
0Dq1fD1GezLphK9K3G4/N8l+gisVhJc1uloAi7ziSRdeuTntnhXD/nlv+ZjApX0J
|
||||||
|
XfjE4M9E6S1b6Xd4Ir33axes37DO9Q8DQ+fM+LpGedYdCqgVronio17uwo29Gfwu
|
||||||
|
cyDYnI1FgwKBgQCbhpE79hYdhXd+eMHzZa8IB2/GRTpkY93QdUfJk0CXY419oont
|
||||||
|
3EMwuDHWrvZp00V/8hNUoXYZp4HgzYTow2MuaEedDc9HI1q5/VHflvh/tKZgpjLz
|
||||||
|
krWkSsP955QHOkpQBkz4Kif3hXdcsUioteMh8DXHQNcH/uKnzsjjQdRgYQKBgDne
|
||||||
|
ZwJLDqysmZ1rWJrv48bSXiSpQcykjKEANMXx11DrW0CkenNa7iMwaqzg4lqblWzV
|
||||||
|
5f7U+JnqTaSibr4fo0fjOZy/Mq3/lgmB+CVXtswABCE276RToxd+2OEAbygtJaqS
|
||||||
|
ZMltfcadf0ziS+aXVasQtAsRFFaE4K6JZ+647p2bAoGATu96BW54KeL0aA5VhaW3
|
||||||
|
L+7JbUgt2SYfjMBWGtIs6iD/N+tLawEHZZ6kywVs2Arp3VyHqV3subJjjPN59kPY
|
||||||
|
gBxwl3Zktzr2xMjgC1cowMnx9/D0MFQVakZy864M/N/hdLRXR01Zc4jwiHTwroiT
|
||||||
|
H+aHnwggyWZ4OJZxL+cifTY=
|
||||||
|
-----END PRIVATE KEY-----
|
||||||
1
client/certificats/rootCA.srl
Normal file
1
client/certificats/rootCA.srl
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3FD7E36C455799D20B1824320B35C0E7AF675893
|
||||||
79
client/certificats/ssl.bash
Normal file
79
client/certificats/ssl.bash
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
if [ "$#" -ne 1 ]
|
||||||
|
then
|
||||||
|
echo "Error: No domain name argument provided"
|
||||||
|
echo "Usage: Provide a domain name as an argument"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
DOMAIN=$1
|
||||||
|
|
||||||
|
# Create root CA & Private key
|
||||||
|
|
||||||
|
openssl req -x509 \
|
||||||
|
-sha256 -days 356 \
|
||||||
|
-nodes \
|
||||||
|
-newkey rsa:2048 \
|
||||||
|
-subj "/CN=${DOMAIN}/C=US/L=San Fransisco" \
|
||||||
|
-keyout rootCA.key -out rootCA.crt
|
||||||
|
|
||||||
|
# Generate Private key
|
||||||
|
|
||||||
|
openssl genrsa -out ${DOMAIN}.key 2048
|
||||||
|
|
||||||
|
# Create csf conf
|
||||||
|
|
||||||
|
cat > csr.conf <<EOF
|
||||||
|
[ req ]
|
||||||
|
default_bits = 2048
|
||||||
|
prompt = no
|
||||||
|
default_md = sha256
|
||||||
|
req_extensions = req_ext
|
||||||
|
distinguished_name = dn
|
||||||
|
|
||||||
|
[ dn ]
|
||||||
|
C = US
|
||||||
|
ST = California
|
||||||
|
L = San Fransisco
|
||||||
|
O = MLopsHub
|
||||||
|
OU = MlopsHub Dev
|
||||||
|
CN = ${DOMAIN}
|
||||||
|
|
||||||
|
[ req_ext ]
|
||||||
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
|
[ alt_names ]
|
||||||
|
DNS.1 = ${DOMAIN}
|
||||||
|
DNS.2 = www.${DOMAIN}
|
||||||
|
IP.1 = 192.168.1.5
|
||||||
|
IP.2 = 192.168.1.6
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# create CSR request using private key
|
||||||
|
|
||||||
|
openssl req -new -key ${DOMAIN}.key -out ${DOMAIN}.csr -config csr.conf
|
||||||
|
|
||||||
|
# Create a external config file for the certificate
|
||||||
|
|
||||||
|
cat > cert.conf <<EOF
|
||||||
|
|
||||||
|
authorityKeyIdentifier=keyid,issuer
|
||||||
|
basicConstraints=CA:FALSE
|
||||||
|
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
|
||||||
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
|
[alt_names]
|
||||||
|
DNS.1 = ${DOMAIN}
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# Create SSl with self signed CA
|
||||||
|
|
||||||
|
openssl x509 -req \
|
||||||
|
-in ${DOMAIN}.csr \
|
||||||
|
-CA rootCA.crt -CAkey rootCA.key \
|
||||||
|
-CAcreateserial -out ${DOMAIN}.crt \
|
||||||
|
-days 365 \
|
||||||
|
-sha256 -extfile cert.conf
|
||||||
968
package-lock.json → client/package-lock.json
generated
968
package-lock.json → client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "angular-teslalightshow-manager",
|
"name": "angular-teslalightshow-manager",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng build --base-href ./ && electron .",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test"
|
"test": "ng test"
|
||||||
@@ -18,8 +19,14 @@
|
|||||||
"@angular/platform-browser": "^17.0.0",
|
"@angular/platform-browser": "^17.0.0",
|
||||||
"@angular/platform-browser-dynamic": "^17.0.0",
|
"@angular/platform-browser-dynamic": "^17.0.0",
|
||||||
"@angular/router": "^17.0.0",
|
"@angular/router": "^17.0.0",
|
||||||
|
"child_process": "^1.0.2",
|
||||||
|
"drivelist": "^11.1.0",
|
||||||
|
"fs": "^0.0.1-security",
|
||||||
|
"os": "^0.1.2",
|
||||||
|
"path": "^0.12.7",
|
||||||
"rxjs": "~7.8.0",
|
"rxjs": "~7.8.0",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0",
|
||||||
|
"usb": "^2.11.0",
|
||||||
"zone.js": "~0.14.2"
|
"zone.js": "~0.14.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -27,6 +34,8 @@
|
|||||||
"@angular/cli": "^17.0.8",
|
"@angular/cli": "^17.0.8",
|
||||||
"@angular/compiler-cli": "^17.0.0",
|
"@angular/compiler-cli": "^17.0.0",
|
||||||
"@types/jasmine": "~5.1.0",
|
"@types/jasmine": "~5.1.0",
|
||||||
|
"@types/w3c-web-usb": "^1.0.10",
|
||||||
|
"electron": "^28.1.0",
|
||||||
"jasmine-core": "~5.1.0",
|
"jasmine-core": "~5.1.0",
|
||||||
"karma": "~6.4.0",
|
"karma": "~6.4.0",
|
||||||
"karma-chrome-launcher": "~3.2.0",
|
"karma-chrome-launcher": "~3.2.0",
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
import { Component } from '@angular/core';
|
|
||||||
|
import {Component, ElementRef} from '@angular/core';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { RouterOutlet } from '@angular/router';
|
import { RouterOutlet } from '@angular/router';
|
||||||
|
import { usb, getDeviceList } from 'usb';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
@@ -11,4 +13,19 @@ import { RouterOutlet } from '@angular/router';
|
|||||||
})
|
})
|
||||||
export class AppComponent {
|
export class AppComponent {
|
||||||
title = 'angular-teslalightshow-manager';
|
title = 'angular-teslalightshow-manager';
|
||||||
|
|
||||||
|
constructor() {
|
||||||
|
|
||||||
|
const drivelist = require('drivelist');
|
||||||
|
|
||||||
|
drivelist.list().then((drives : any) => {
|
||||||
|
|
||||||
|
drives.forEach((drive : any) => {
|
||||||
|
console.log(drive);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
5
http-client.private.env.json
Normal file
5
http-client.private.env.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"dev": {
|
||||||
|
"host": "http://localhost:3000/"
|
||||||
|
}
|
||||||
|
}
|
||||||
27
server.http
Normal file
27
server.http
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
### GET device all
|
||||||
|
// Tip: putting scheme:// + host to {{host}} allows switching schemes between different environments
|
||||||
|
GET {{host}}/devices/
|
||||||
|
Accept: application/json
|
||||||
|
|
||||||
|
|
||||||
|
### POST all information on one device
|
||||||
|
POST {{host}}/devices/details
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
device = /dev/disk0
|
||||||
|
|
||||||
|
### Post information of unkow device
|
||||||
|
POST {{host}}/devices/details
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
device = /dev/diskC
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Send POST request with body as parameters
|
||||||
|
POST {{host}}/devices/disk1
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
id = 999 &
|
||||||
|
value = content &
|
||||||
|
fact = IntelliJ %+ HTTP Client %= <3
|
||||||
3
server/.gitignore
vendored
Normal file
3
server/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
node_modules
|
||||||
|
# Keep environment variables out of version control
|
||||||
|
.env
|
||||||
11
server/README.md
Normal file
11
server/README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Technologie utilisée
|
||||||
|
|
||||||
|
- Express
|
||||||
|
- Prisma
|
||||||
|
- belena-io-module/devicelist
|
||||||
41
server/app.js
Normal file
41
server/app.js
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
var createError = require('http-errors');
|
||||||
|
var express = require('express');
|
||||||
|
var path = require('path');
|
||||||
|
var cookieParser = require('cookie-parser');
|
||||||
|
var logger = require('morgan');
|
||||||
|
|
||||||
|
var deviceRouter = require('./routes/device');
|
||||||
|
var usersRouter = require('./routes/users');
|
||||||
|
|
||||||
|
var app = express();
|
||||||
|
|
||||||
|
// view engine setup
|
||||||
|
app.set('views', path.join(__dirname, 'views'));
|
||||||
|
app.set('view engine', 'jade');
|
||||||
|
|
||||||
|
app.use(logger('dev'));
|
||||||
|
app.use(express.json());
|
||||||
|
app.use(express.urlencoded({ extended: false }));
|
||||||
|
app.use(cookieParser());
|
||||||
|
app.use(express.static(path.join(__dirname, 'public')));
|
||||||
|
|
||||||
|
app.use('/devices', deviceRouter);
|
||||||
|
app.use('/users', usersRouter);
|
||||||
|
|
||||||
|
// catch 404 and forward to error handler
|
||||||
|
app.use(function(req, res, next) {
|
||||||
|
next(createError(404));
|
||||||
|
});
|
||||||
|
|
||||||
|
// error handler
|
||||||
|
app.use(function(err, req, res, next) {
|
||||||
|
// set locals, only providing error in development
|
||||||
|
res.locals.message = err.message;
|
||||||
|
res.locals.error = req.app.get('env') === 'development' ? err : {};
|
||||||
|
|
||||||
|
// render the error page
|
||||||
|
res.status(err.status || 500);
|
||||||
|
res.render('error');
|
||||||
|
});
|
||||||
|
|
||||||
|
module.exports = app;
|
||||||
90
server/bin/www
Executable file
90
server/bin/www
Executable file
@@ -0,0 +1,90 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Module dependencies.
|
||||||
|
*/
|
||||||
|
|
||||||
|
var app = require('../app');
|
||||||
|
var debug = require('debug')('server:server');
|
||||||
|
var http = require('http');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get port from environment and store in Express.
|
||||||
|
*/
|
||||||
|
|
||||||
|
var port = normalizePort(process.env.PORT || '3000');
|
||||||
|
app.set('port', port);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create HTTP server.
|
||||||
|
*/
|
||||||
|
|
||||||
|
var server = http.createServer(app);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Listen on provided port, on all network interfaces.
|
||||||
|
*/
|
||||||
|
|
||||||
|
server.listen(port);
|
||||||
|
server.on('error', onError);
|
||||||
|
server.on('listening', onListening);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Normalize a port into a number, string, or false.
|
||||||
|
*/
|
||||||
|
|
||||||
|
function normalizePort(val) {
|
||||||
|
var port = parseInt(val, 10);
|
||||||
|
|
||||||
|
if (isNaN(port)) {
|
||||||
|
// named pipe
|
||||||
|
return val;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (port >= 0) {
|
||||||
|
// port number
|
||||||
|
return port;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Event listener for HTTP server "error" event.
|
||||||
|
*/
|
||||||
|
|
||||||
|
function onError(error) {
|
||||||
|
if (error.syscall !== 'listen') {
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
|
||||||
|
var bind = typeof port === 'string'
|
||||||
|
? 'Pipe ' + port
|
||||||
|
: 'Port ' + port;
|
||||||
|
|
||||||
|
// handle specific listen errors with friendly messages
|
||||||
|
switch (error.code) {
|
||||||
|
case 'EACCES':
|
||||||
|
console.error(bind + ' requires elevated privileges');
|
||||||
|
process.exit(1);
|
||||||
|
break;
|
||||||
|
case 'EADDRINUSE':
|
||||||
|
console.error(bind + ' is already in use');
|
||||||
|
process.exit(1);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Event listener for HTTP server "listening" event.
|
||||||
|
*/
|
||||||
|
|
||||||
|
function onListening() {
|
||||||
|
var addr = server.address();
|
||||||
|
var bind = typeof addr === 'string'
|
||||||
|
? 'pipe ' + addr
|
||||||
|
: 'port ' + addr.port;
|
||||||
|
debug('Listening on ' + bind);
|
||||||
|
}
|
||||||
21
server/model/device.js
Normal file
21
server/model/device.js
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
class Device{
|
||||||
|
#uid;
|
||||||
|
#montPoint = {};
|
||||||
|
|
||||||
|
|
||||||
|
get uid() {
|
||||||
|
return this.#uid;
|
||||||
|
}
|
||||||
|
|
||||||
|
set uid(value) {
|
||||||
|
this.#uid = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
get montPoint() {
|
||||||
|
return this.#montPoint;
|
||||||
|
}
|
||||||
|
|
||||||
|
set montPoint(value) {
|
||||||
|
this.#montPoint = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
1545
server/package-lock.json
generated
Normal file
1545
server/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
23
server/package.json
Normal file
23
server/package.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "server",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"start": "node ./bin/www"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@prisma/client": "^5.7.1",
|
||||||
|
"cookie-parser": "~1.4.4",
|
||||||
|
"debug": "~2.6.9",
|
||||||
|
"drivelist": "^11.1.0",
|
||||||
|
"express": "~4.16.1",
|
||||||
|
"http-errors": "~1.6.3",
|
||||||
|
"jade": "~1.11.0",
|
||||||
|
"morgan": "~1.9.1"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/express": "^4.17.21",
|
||||||
|
"@types/node": "^20.10.5",
|
||||||
|
"typescript": "^5.3.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
server/prisma/dev.db
Normal file
BIN
server/prisma/dev.db
Normal file
Binary file not shown.
19
server/prisma/schema.prisma
Normal file
19
server/prisma/schema.prisma
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
// This is your Prisma schema file,
|
||||||
|
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||||
|
|
||||||
|
generator client {
|
||||||
|
provider = "prisma-client-js"
|
||||||
|
}
|
||||||
|
|
||||||
|
datasource db {
|
||||||
|
provider = "sqlite"
|
||||||
|
url = "file:./dev.db"
|
||||||
|
}
|
||||||
|
|
||||||
|
model Lightshow {
|
||||||
|
id Int @id @default(autoincrement())
|
||||||
|
name String
|
||||||
|
audio Bytes
|
||||||
|
audioFormat String
|
||||||
|
fseq Bytes
|
||||||
|
}
|
||||||
8
server/public/stylesheets/style.css
Normal file
8
server/public/stylesheets/style.css
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
body {
|
||||||
|
padding: 50px;
|
||||||
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #00B7FF;
|
||||||
|
}
|
||||||
32
server/routes/device.js
Normal file
32
server/routes/device.js
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
|
||||||
|
var express = require('express');
|
||||||
|
const Deviceinformation = require('../service/deviceinformation');
|
||||||
|
const device = new Deviceinformation();
|
||||||
|
var router = express.Router();
|
||||||
|
|
||||||
|
/* GET home page. */
|
||||||
|
router.get('/', async function(req, res, next) {
|
||||||
|
|
||||||
|
|
||||||
|
let devices =await device.deviceList();
|
||||||
|
res.json({
|
||||||
|
'status' : 'ok',
|
||||||
|
'device' : devices
|
||||||
|
})
|
||||||
|
});
|
||||||
|
/* GET home page. */
|
||||||
|
router.post('/details', async function(req, res, next) {
|
||||||
|
|
||||||
|
|
||||||
|
let devices =await device.deviceInformation(req.body.device);
|
||||||
|
if (devices === null){
|
||||||
|
res.status(404).json({});
|
||||||
|
} else {
|
||||||
|
res.json({
|
||||||
|
'status' : 'ok',
|
||||||
|
'device' : devices
|
||||||
|
})
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
module.exports = router;
|
||||||
9
server/routes/users.js
Normal file
9
server/routes/users.js
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
var express = require('express');
|
||||||
|
var router = express.Router();
|
||||||
|
|
||||||
|
/* GET users listing. */
|
||||||
|
router.get('/', function(req, res, next) {
|
||||||
|
res.send('respond with a resource');
|
||||||
|
});
|
||||||
|
|
||||||
|
module.exports = router;
|
||||||
32
server/service/deviceinformation.js
Normal file
32
server/service/deviceinformation.js
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
class Deviceinformation {
|
||||||
|
|
||||||
|
|
||||||
|
async deviceList(){
|
||||||
|
const drivelist = require('drivelist');
|
||||||
|
|
||||||
|
const drives =await drivelist.list()
|
||||||
|
let element = [];
|
||||||
|
drives.forEach((drive) => {
|
||||||
|
element.push({
|
||||||
|
mountpoint : drive.mountpoints,
|
||||||
|
device : drive.device
|
||||||
|
})
|
||||||
|
})
|
||||||
|
return element;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async deviceInformation( deviceName){
|
||||||
|
const drivelist = require('drivelist');
|
||||||
|
|
||||||
|
const drives =await drivelist.list()
|
||||||
|
let element = null;
|
||||||
|
drives.forEach((drive) => {
|
||||||
|
if (drive.device === deviceName ){
|
||||||
|
element = drive;
|
||||||
|
}
|
||||||
|
})
|
||||||
|
return element;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
module.exports = Deviceinformation
|
||||||
109
server/tsconfig.json
Normal file
109
server/tsconfig.json
Normal file
@@ -0,0 +1,109 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
/* Visit https://aka.ms/tsconfig to read more about this file */
|
||||||
|
|
||||||
|
/* Projects */
|
||||||
|
// "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
|
||||||
|
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
|
||||||
|
// "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
|
||||||
|
// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
|
||||||
|
// "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
|
||||||
|
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
|
||||||
|
|
||||||
|
/* Language and Environment */
|
||||||
|
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
||||||
|
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
||||||
|
// "jsx": "preserve", /* Specify what JSX code is generated. */
|
||||||
|
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
||||||
|
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
|
||||||
|
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
|
||||||
|
// "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
|
||||||
|
// "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
|
||||||
|
// "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
|
||||||
|
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
|
||||||
|
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
|
||||||
|
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
||||||
|
|
||||||
|
/* Modules */
|
||||||
|
"module": "commonjs", /* Specify what module code is generated. */
|
||||||
|
// "rootDir": "./", /* Specify the root folder within your source files. */
|
||||||
|
// "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
|
||||||
|
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
||||||
|
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
||||||
|
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
||||||
|
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
|
||||||
|
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
|
||||||
|
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
|
||||||
|
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
|
||||||
|
// "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */
|
||||||
|
// "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
|
||||||
|
// "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
|
||||||
|
// "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
|
||||||
|
// "resolveJsonModule": true, /* Enable importing .json files. */
|
||||||
|
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
|
||||||
|
// "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
|
||||||
|
|
||||||
|
/* JavaScript Support */
|
||||||
|
// "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
|
||||||
|
// "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
|
||||||
|
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
||||||
|
|
||||||
|
/* Emit */
|
||||||
|
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
||||||
|
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
||||||
|
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
||||||
|
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
||||||
|
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
|
||||||
|
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
|
||||||
|
// "outDir": "./", /* Specify an output folder for all emitted files. */
|
||||||
|
// "removeComments": true, /* Disable emitting comments. */
|
||||||
|
// "noEmit": true, /* Disable emitting files from a compilation. */
|
||||||
|
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
|
||||||
|
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
|
||||||
|
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
|
||||||
|
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
|
||||||
|
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
|
||||||
|
// "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
|
||||||
|
// "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
|
||||||
|
// "newLine": "crlf", /* Set the newline character for emitting files. */
|
||||||
|
// "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
|
||||||
|
// "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
|
||||||
|
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
|
||||||
|
// "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
|
||||||
|
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
|
||||||
|
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
|
||||||
|
|
||||||
|
/* Interop Constraints */
|
||||||
|
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
|
||||||
|
// "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
|
||||||
|
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
|
||||||
|
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
|
||||||
|
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
|
||||||
|
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
|
||||||
|
|
||||||
|
/* Type Checking */
|
||||||
|
"strict": true, /* Enable all strict type-checking options. */
|
||||||
|
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
|
||||||
|
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
|
||||||
|
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
|
||||||
|
// "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
|
||||||
|
// "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
|
||||||
|
// "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
|
||||||
|
// "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
|
||||||
|
// "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
|
||||||
|
// "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
|
||||||
|
// "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
|
||||||
|
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
|
||||||
|
// "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
|
||||||
|
// "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
|
||||||
|
// "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
|
||||||
|
// "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
|
||||||
|
// "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
|
||||||
|
// "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
|
||||||
|
// "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
|
||||||
|
|
||||||
|
/* Completeness */
|
||||||
|
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
||||||
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||||
|
}
|
||||||
|
}
|
||||||
6
server/views/error.jade
Normal file
6
server/views/error.jade
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
extends layout
|
||||||
|
|
||||||
|
block content
|
||||||
|
h1= message
|
||||||
|
h2= error.status
|
||||||
|
pre #{error.stack}
|
||||||
5
server/views/index.jade
Normal file
5
server/views/index.jade
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
extends layout
|
||||||
|
|
||||||
|
block content
|
||||||
|
h1= title
|
||||||
|
p Welcome to #{title}
|
||||||
7
server/views/layout.jade
Normal file
7
server/views/layout.jade
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
doctype html
|
||||||
|
html
|
||||||
|
head
|
||||||
|
title= title
|
||||||
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||||
|
body
|
||||||
|
block content
|
||||||
Reference in New Issue
Block a user