mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-28 08:05:53 -05:00
Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
fe3ee25054
@ -1,12 +1,6 @@
|
||||
# Filename: Dockerfile
|
||||
|
||||
FROM ubuntu:latest
|
||||
|
||||
# Disable Prompt During Packages Installation
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
#install dependencies
|
||||
RUN apt-get update && apt-get install -y nodejs npm nano
|
||||
FROM node:slim
|
||||
|
||||
#Add non-root user, add installation directories and assign proper permissions
|
||||
RUN mkdir -p /opt/meshcentral
|
||||
|
@ -29984,6 +29984,7 @@
|
||||
},
|
||||
{
|
||||
"en": "Hybrid required by server",
|
||||
"nl": "Hybride vereist door de server",
|
||||
"xloc": [
|
||||
"default.handlebars->39->1208"
|
||||
]
|
||||
@ -30963,6 +30964,7 @@
|
||||
},
|
||||
{
|
||||
"en": "Inconsistent flags",
|
||||
"nl": "Inconsistente vlaggen",
|
||||
"xloc": [
|
||||
"default.handlebars->39->1207"
|
||||
]
|
||||
@ -41230,6 +41232,7 @@
|
||||
},
|
||||
{
|
||||
"en": "NLA not supported",
|
||||
"nl": "NLA niet ondersteund",
|
||||
"xloc": [
|
||||
"default.handlebars->39->1203"
|
||||
]
|
||||
@ -48602,6 +48605,7 @@
|
||||
},
|
||||
{
|
||||
"en": "Protocol negotiation failed ({0})",
|
||||
"nl": "Protocolonderhandeling mislukt ({0})",
|
||||
"xloc": [
|
||||
"default.handlebars->39->1202"
|
||||
]
|
||||
@ -54153,24 +54157,28 @@
|
||||
},
|
||||
{
|
||||
"en": "SSL certificate not on server",
|
||||
"nl": "SSL certificaat niet op de server",
|
||||
"xloc": [
|
||||
"default.handlebars->39->1206"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "SSL not allowed by server",
|
||||
"nl": "SSL certificaat niet toegestaan door de server",
|
||||
"xloc": [
|
||||
"default.handlebars->39->1205"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "SSL required by server",
|
||||
"nl": "SSL vereist door server",
|
||||
"xloc": [
|
||||
"default.handlebars->39->1204"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "SSL with user auth required by server",
|
||||
"nl": "SSL met gebruikersverificatie vereist door de server",
|
||||
"xloc": [
|
||||
"default.handlebars->39->1209"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user