Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lukas Niegsch
slapos
Commits
e081abb6
Commit
e081abb6
authored
Apr 14, 2022
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Plain Diff
Update Release Candidate
parents
0f3ea3be
8fe042a1
Changes
19
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
2300 additions
and
1290 deletions
+2300
-1290
component/nodejs/buildout.cfg
component/nodejs/buildout.cfg
+12
-13
component/proxysql/buildout.cfg
component/proxysql/buildout.cfg
+1
-1
component/theia/buildout.cfg
component/theia/buildout.cfg
+2
-1
component/theia/buildout.hash.cfg
component/theia/buildout.hash.cfg
+1
-1
component/theia/download-plugins.cfg
component/theia/download-plugins.cfg
+3
-3
component/theia/yarn.lock
component/theia/yarn.lock
+2245
-1142
component/yarn/buildout.cfg
component/yarn/buildout.cfg
+6
-6
software/grafana/software.cfg
software/grafana/software.cfg
+0
-3
software/kvm/instance-kvm-cluster-input-schema.json
software/kvm/instance-kvm-cluster-input-schema.json
+2
-2
software/kvm/instance-kvm-cluster-simplified-input-schema.json
...are/kvm/instance-kvm-cluster-simplified-input-schema.json
+0
-83
software/kvm/instance-kvm-input-schema.json
software/kvm/instance-kvm-input-schema.json
+2
-2
software/kvm/software.cfg.json
software/kvm/software.cfg.json
+0
-9
software/theia/buildout.hash.cfg
software/theia/buildout.hash.cfg
+2
-2
software/theia/instance-theia.cfg.jinja.in
software/theia/instance-theia.cfg.jinja.in
+4
-3
software/theia/python-language-server-requirements.txt
software/theia/python-language-server-requirements.txt
+15
-11
software/theia/software.cfg
software/theia/software.cfg
+1
-4
software/turnserver/buildout.hash.cfg
software/turnserver/buildout.hash.cfg
+1
-1
software/turnserver/instance.cfg.in
software/turnserver/instance.cfg.in
+2
-2
stack/slapos.cfg
stack/slapos.cfg
+1
-1
No files found.
component/nodejs/buildout.cfg
View file @
e081abb6
...
...
@@ -7,6 +7,7 @@ extends =
../openssl/buildout.cfg
../zlib/buildout.cfg
../python-2.7/buildout.cfg
../python3/buildout.cfg
parts =
nodejs
...
...
@@ -14,6 +15,17 @@ parts =
#[nodejs]
#<= nodejs-X.Y.Z
# nodejs 16 needs gcc > 8.3
[nodejs-16.13.2]
<= nodejs-base
openssl_location = ${openssl:location}
version = v16.13.2
md5sum = ae3a05fc273536f83c685a7425a7882d
patches =
https://raw.githubusercontent.com/nxhack/openwrt-node-packages/9e3ab4cc9fd5f19c25ccd6f19be5a9b47e2c6933/node/patches/v16.x/010-execvp-arg-list-too-long.patch#17bb14ea3a1b5b4832e3680e4edfeded
patch-options = -p1
PATH = ${pkgconfig:location}/bin:${python3:location}/bin:${patch:location}/bin/:%(PATH)s
[nodejs-14.16.0]
<= nodejs-base
openssl_location = ${openssl:location}
...
...
@@ -66,16 +78,3 @@ environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-Wl,-rpath=${:openssl_location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
LD_LIBRARY_PATH=${:openssl_location}/lib
[npm]
# Node.js Package Manager
# Deprecated. Included in node >= 0.6.3.
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
commit = 3136abc5c6b3ed332c4700ece24450fada63639b
origin = https://github.com/isaacs/npm.git
git-bin = ${git:location}/bin/git
node-bin = ${nodejs-0.4:location}/bin/node
command = (GIT_SSL_NO_VERIFY=true ${:git-bin} clone --quiet ${:origin} ${:location} && cd ${:location} && ${:git-bin} reset --hard ${:commit} && ${:location}/configure --prefix=${:location} && GIT_SSL_NO_VERIFY=true ${:git-bin} submodule update --init --recursive && ${:node-bin} cli.js install npm@1.0.106 -g -f) || (rm -fr ${:location}; exit 1)
update-command =
component/proxysql/buildout.cfg
View file @
e081abb6
...
...
@@ -25,7 +25,7 @@ parts =
recipe = slapos.recipe.cmmi
shared = true
version = v2.3.2
url = https://github.com/sysown/proxysql/archive/${:version}.tar.gz
url = https://github.com/sysown/proxysql/archive/
refs/tags/
${:version}.tar.gz
md5sum = 969129ac43c9f64641509891a116e0e1
configure-command = true
make-options = GIT_VERSION=${:version}
...
...
component/theia/buildout.cfg
View file @
e081abb6
...
...
@@ -4,6 +4,7 @@ extends =
../libsecret/buildout.cfg
../pkgconfig/buildout.cfg
../patchelf/buildout.cfg
../python3/buildout.cfg
../yarn/buildout.cfg
download-plugins.cfg
buildout.hash.cfg
...
...
@@ -27,7 +28,7 @@ path = ${yarn.lock:location}
# path = ${package.json:location}
environment =
TMPDIR=@@LOCATION@@/tmp
PATH=${nodejs:location}/bin:${pkgconfig:location}/bin:%(PATH)s
PATH=${nodejs:location}/bin:${pkgconfig:location}/bin:
${python3:location}/bin:
%(PATH)s
PKG_CONFIG_PATH=${libsecret:pkg-config-path}
LDFLAGS=-Wl,-rpath=${libsecret:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -Wl,-rpath=${glib:location}/lib
pre-configure =
...
...
component/theia/buildout.hash.cfg
View file @
e081abb6
...
...
@@ -19,4 +19,4 @@ md5sum = 8157c22134200bd862a07c6521ebf799
[yarn.lock]
_update_hash_filename_ = yarn.lock
md5sum =
e0341b7a715cc757a671aef902e6767d
md5sum =
7c6a0103f9b07cf51940f25b8e3a5730
component/theia/download-plugins.cfg
View file @
e081abb6
...
...
@@ -26,7 +26,7 @@ urls = vscode-bat https://open-vsx.org/api/vscode/bat/1.62.3/file/vscode.bat-1.6
vscode-jake https://open-vsx.org/api/vscode/jake/1.62.3/file/vscode.jake-1.62.3.vsix fb7d81d41eaa04d53183bd6163e83ed3
vscode-java https://open-vsx.org/api/vscode/java/1.62.3/file/vscode.java-1.62.3.vsix d8239ae11719762e8b8152010bca50c9
vscode-javascript https://open-vsx.org/api/vscode/javascript/1.62.3/file/vscode.javascript-1.62.3.vsix 6f5babbbd2f437f2e34df2feb97ce595
ms-vscode-js-debug https://open-vsx.org/api/ms-vscode/js-debug/1.6
1.0/file/ms-vscode.js-debug-1.61.0.vsix 6457840c5c8d43e5b7a39fabf72b7367
ms-vscode-js-debug https://open-vsx.org/api/ms-vscode/js-debug/1.6
6.1/file/ms-vscode.js-debug-1.66.1.vsix 67bb6b75963b92fed5152598a4f969ae
vscode-json https://open-vsx.org/api/vscode/json/1.62.3/file/vscode.json-1.62.3.vsix 9e0e7b25a2d4c5df88ea3a75cf60372b
vscode-json-language-features https://open-vsx.org/api/vscode/json-language-features/1.45.1/file/vscode.json-language-features-1.45.1.vsix b7aa9d96d67792dedf9c2558880f38c0
vscode-less https://open-vsx.org/api/vscode/less/1.62.3/file/vscode.less-1.62.3.vsix 9eb5e65d5d089abae8fc7cb2ebcdd53a
...
...
@@ -70,12 +70,12 @@ urls = vscode-bat https://open-vsx.org/api/vscode/bat/1.62.3/file/vscode.bat-1.6
vscode-yaml https://open-vsx.org/api/vscode/yaml/1.62.3/file/vscode.yaml-1.62.3.vsix f9719aaae4fd9671fd2fa15d41343e1d
EditorConfig-EditorConfig https://open-vsx.org/api/EditorConfig/EditorConfig/0.16.6/file/EditorConfig.EditorConfig-0.16.6.vsix e787245e6c68617178ae995ad97c3ccb
dbaeumer-vscode-eslint https://open-vsx.org/api/dbaeumer/vscode-eslint/2.1.20/file/dbaeumer.vscode-eslint-2.1.20.vsix 1cb024ac02ebeb5ce6b0dfed6e51cdd2
ms-vscode-references-view https://open-vsx.org/api/ms-vscode/references-view/0.0.8
2/file/ms-vscode.references-view-0.0.82.vsix d23827c6600ae821c829fca1629968c
7
ms-vscode-references-view https://open-vsx.org/api/ms-vscode/references-view/0.0.8
9/file/ms-vscode.references-view-0.0.89.vsix 7ec05cb01a77ee7f6c5198a5225fa70
7
vscjava-vscode-java-debug https://open-vsx.org/api/vscjava/vscode-java-debug/0.29.0/file/vscjava.vscode-java-debug-0.29.0.vsix 1eb95110f84ff8dcabbe3c672066b86d
redhat-java https://open-vsx.org/api/redhat/java/0.61.0/file/redhat.java-0.61.0.vsix 72e548e2845e1ff655f28111558d6942
vscjava-vscode-java-test https://open-vsx.org/api/vscjava/vscode-java-test/0.26.0/file/vscjava.vscode-java-test-0.26.0.vsix fd63da5537a4bee1d3ceaae0fa6bf419
ms-python-python https://open-vsx.org/api/ms-python/python/2020.9.112786/file/ms-python.python-2020.9.112786.vsix c64b79fa822418e07b6d0f57b8838b44
perrinjerome-vscode-zc-buildout https://open-vsx.org/api/perrinjerome/vscode-zc-buildout/0.
6.2/file/perrinjerome.vscode-zc-buildout-0.6.2.vsix 76c1420f238a0754a505459563220973
perrinjerome-vscode-zc-buildout https://open-vsx.org/api/perrinjerome/vscode-zc-buildout/0.
7.0/file/perrinjerome.vscode-zc-buildout-0.7.0.vsix 7598fa3c1c3701cb2da5c330fe996ff1
jebbs-plantuml https://open-vsx.org/api/jebbs/plantuml/2.14.0/file/jebbs.plantuml-2.14.0.vsix 13fa7cbd14a30ecca166c41a307c7a73
rafaelmaiolla-diff https://open-vsx.org/api/rafaelmaiolla/diff/0.0.1/file/rafaelmaiolla.diff-0.0.1.vsix 1d8f868bc19b7d703c1be2bf99c4c7f9
perrinjerome-git-commit-syntax https://open-vsx.org/api/perrinjerome/git-commit-syntax/0.0.1/file/perrinjerome.git-commit-syntax-0.0.1.vsix 46625f2f05e244911c2cb9cc5032c0ef
...
...
component/theia/yarn.lock
View file @
e081abb6
This diff is collapsed.
Click to expand it.
component/yarn/buildout.cfg
View file @
e081abb6
...
...
@@ -5,11 +5,11 @@ extends =
../nodejs/buildout.cfg
[yarn]
<= yarn-1.22.1
0
<= yarn-1.22.1
5
[yarn-1.22.1
0
]
[yarn-1.22.1
5
]
<= yarn-wrapper
yarn-download = ${yarn-download-1.22.1
0
:location}
yarn-download = ${yarn-download-1.22.1
5
:location}
[yarn-1.17.3]
<= yarn-wrapper
...
...
@@ -43,10 +43,10 @@ recipe = slapos.recipe.build:download-unpacked
shared = true
url = https://github.com/yarnpkg/yarn/releases/download/v${:version}/yarn-v${:version}.tar.gz
[yarn-download-1.22.1
0
]
[yarn-download-1.22.1
5
]
<= yarn-download
version = 1.22.1
0
md5sum =
52e8dbe9d0cb90683dd3ee2ebf2becb8
version = 1.22.1
5
md5sum =
4113da7ab81a77fb30f74737a459a225
[yarn-download-1.17.3]
<= yarn-download
...
...
software/grafana/software.cfg
View file @
e081abb6
...
...
@@ -27,9 +27,6 @@ part = python3
[nodejs]
<= nodejs-14.16.0
[yarn]
<= yarn-1.22.10
[go_github.com_grafana_grafana]
<= go-git-package
...
...
software/kvm/instance-kvm-cluster-input-schema.json
View file @
e081abb6
...
...
@@ -498,9 +498,9 @@
},
{
"const"
:
[
"https://shacache.nxdcdn.com/
d82b0510fd919c2a851ee93ea0f7ad6779bfa597297a5c7463b63746799f001321ec4c9b8ba6cfe20248dd2da28100ad3b78e74489a8c0c573238f226a509a9d#9d7b9cc850464d60ac174787c53e8f3f
"
"https://shacache.nxdcdn.com/
bc469019b9057073d36ff8f5402c95ff0a0363657358336dc9a05fc6af66276229aa727ec46cf17b84d308f44b825de7f24ea1a256062a14e0f605cd70bae02f#2dcf188877075d7b58ca46e27ca31bb9
"
],
"title"
:
"Debian Buster 10.1
1
netinst x86_64"
"title"
:
"Debian Buster 10.1
2
netinst x86_64"
},
{
"const"
:
[
...
...
software/kvm/instance-kvm-cluster-simplified-input-schema.json
deleted
100644 → 0
View file @
0f3ea3be
{
"type"
:
"object"
,
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"title"
:
"Input Parameters"
,
"properties"
:
{
"kvm-partition-dict"
:
{
"title"
:
"kvm instances definition"
,
"description"
:
"kvm instances definition"
,
"patternProperties"
:
{
".*"
:
{
"properties"
:
{
"state"
:
{
"title"
:
"State of this Virtual Machine"
,
"description"
:
"Define if SlapOS should start or stop this VM."
,
"type"
:
"string"
,
"default"
:
"started"
,
"enum"
:
[
"started"
,
"stopped"
]
},
"boot-image-url-select"
:
{
"title"
:
"Boot image"
,
"type"
:
"array"
,
"oneOf"
:
[
{
"const"
:
[
"https://shacache.nxdcdn.com/0a6aee1d9aafc1ed095105c052f9fdd65ed00ea9274188c9cd0072c8e6838ab40e246d45a1e6956d74ef1b04a1fc042151762f25412e9ff0cbf49418eef7992e#a3ebc76aec372808ad80000108a2593a"
],
"title"
:
"Debian Buster 10.5 netinst x86_64"
},
{
"const"
:
[
"https://shacache.nxdcdn.com/ce5ddfdbdaccdf929b7fe321212356347d82a02f6b7733427282b416f113d91e587682b003e9d376ac189c3b731595c50c236962aadf2720c16d9f36913577c0#23bf2a2d60271e553e63525e794415f1"
],
"title"
:
"Centos 8.2004 Minimal x86_64"
},
{
"const"
:
[
"https://shacache.nxdcdn.com/302c990c6d69575ff24c96566e5c7e26bf36908abb0cd546e22687c46fb07bf8dba595bf77a9d4fd9ab63e75c0437c133f35462fd41ea77f6f616140cd0e5e6a#f3a306f40e4a313fb5a584d73b3dee8f"
],
"title"
:
"Ubuntu Focal 20.04.1 Live Server x86_64"
},
{
"const"
:
[
"https://shacache.nxdcdn.com/6635269a7eb6fbd6b85fda40cd94f14a27bf53cb1fc82ffcce9fe386a025a43e1ab681db7e8cec50416bfbfc90262f0d95273686a101c74b3f17646f0a34c85b#3708a59af6cf820a95cafe0ae73ac399"
],
"title"
:
"openSUSE Leap 15.2 NET x86_64"
},
{
"const"
:
[
"https://shacache.nxdcdn.com/fc17e8c6ae0790162f4beb8fa6226d945cff638429588999b3a08493ff27b280dc2939fba825ae04be1d9082ea8d7c3c002c5e4c39fbbcf88b8ab5104619e28a#ebcdb2223a77f098af3923fe1fa180aa"
],
"title"
:
"Arch Linux 2020.09.01 x86_64"
},
{
"const"
:
[
"https://shacache.nxdcdn.com/c5a511f349a1146b615e6fab9c24f9be4362046adcf24f0ff82c470d361fac5f6628895e2110ebf8ff87db49d4c413a0a332699da6b1bec64275e0c17a15b999#ca7a1e555c04b4d9a549065fa2ddf713"
],
"title"
:
"Fedora Server 32-1.6 netinst x86_64"
},
{
"const"
:
[
"https://shacache.nxdcdn.com/6c355def68b3c0427f21598cb054ffc893568902f205601ac60f192854769b31bc9cff8eeb6ce99ef975a8fb887d8d3e56fc6cd5ea5cb4b3bba1175c520047cb#57088b77f795ca44b00971e44782ee23"
],
"title"
:
"FreeBSD 12.1 RELEASE bootonly x86_64"
}
]
},
"whitelist-domains"
:
{
"title"
:
"Whitelist domains"
,
"description"
:
"List of whitelisted domain names to be accessed from the VM. They will be resolved to IPs depending on where the VM end up. IPs can be used too."
,
"type"
:
"string"
,
"textarea"
:
true
}
},
"type"
:
"object"
}
},
"type"
:
"object"
}
}
}
software/kvm/instance-kvm-input-schema.json
View file @
e081abb6
...
...
@@ -355,9 +355,9 @@
"oneOf"
:
[
{
"const"
:
[
"https://shacache.nxdcdn.com/
0a6aee1d9aafc1ed095105c052f9fdd65ed00ea9274188c9cd0072c8e6838ab40e246d45a1e6956d74ef1b04a1fc042151762f25412e9ff0cbf49418eef7992e#a3ebc76aec372808ad80000108a2593a
"
"https://shacache.nxdcdn.com/
bc469019b9057073d36ff8f5402c95ff0a0363657358336dc9a05fc6af66276229aa727ec46cf17b84d308f44b825de7f24ea1a256062a14e0f605cd70bae02f#2dcf188877075d7b58ca46e27ca31bb9
"
],
"title"
:
"Debian Buster 10.
5
netinst x86_64"
"title"
:
"Debian Buster 10.
12
netinst x86_64"
},
{
"const"
:
[
...
...
software/kvm/software.cfg.json
View file @
e081abb6
...
...
@@ -25,15 +25,6 @@
"response"
:
"instance-kvm-output-schema.json"
,
"index"
:
2
},
"kvm-cluster-simplified"
:
{
"title"
:
"Basic Cluster"
,
"description"
:
"Simplified Schema for Cluster KVM"
,
"software-type"
:
"kvm-cluster"
,
"serialisation"
:
"json-in-xml"
,
"request"
:
"instance-kvm-cluster-simplified-input-schema.json"
,
"response"
:
"instance-kvm-output-schema.json"
,
"index"
:
3
},
"nbd"
:
{
"title"
:
"NBD Server"
,
"description"
:
"Simple NBD server where you can upload one image. This is a one-time server. Create another server if you want to change the image."
,
...
...
software/theia/buildout.hash.cfg
View file @
e081abb6
...
...
@@ -15,7 +15,7 @@
[instance-theia]
_update_hash_filename_ = instance-theia.cfg.jinja.in
md5sum =
00d15432c1486376d8ba7d0f5ec63c33
md5sum =
f8dde54b49aa62669c588913d21c6b15
[instance]
_update_hash_filename_ = instance.cfg.in
...
...
@@ -47,7 +47,7 @@ md5sum = 1a668d6203d42b4d46d56e24c7606cb2
[python-language-server-requirements.txt]
_update_hash_filename_ = python-language-server-requirements.txt
md5sum =
e16f1414f2657fa5ffc949839207f41b
md5sum =
febc3e1e18e8e831ac5561e29c3b23d7
[slapos.css.in]
_update_hash_filename_ = slapos.css.in
...
...
software/theia/instance-theia.cfg.jinja.in
View file @
e081abb6
...
...
@@ -172,7 +172,7 @@ slave = true
config-url = $${frontend-instance:url}
config-https-only = true
config-type = websocket
config-websocket-path-list = /services /
file-upload
config-websocket-path-list = /services /
socket.io
return = domain secure_access
[remote-frontend]
...
...
@@ -252,7 +252,7 @@ template =
proxy /services $${theia-instance:base-url} {
websocket
}
proxy /
file-upload
$${theia-instance:base-url} {
proxy /
socket.io
$${theia-instance:base-url} {
websocket
}
basicauth $${frontend-instance-password:username} $${frontend-instance-password:passwd} {
...
...
@@ -728,7 +728,8 @@ template =
"$${directory:runner}/**":true,
"$${directory:project}/runner/**":true
},
"git.terminalAuthentication": false
"git.terminalAuthentication": false,
"security.workspace.trust.startupPrompt": "once"
}
[runner-link]
...
...
software/theia/python-language-server-requirements.txt
View file @
e081abb6
appdirs==1.4.4
astroid==2.
6
.2
astroid==2.
11
.2
attrs==21.2.0
black==20.8b1
cachetools==4.2.4
certifi==2021.5.30
chardet==4.0.0
click==7.1.2
dill==0.3.4
future==0.18.2
idna==2.10
importlib-metadata==3.10.0
iniconfig==1.1.1
isort==5.
9
.1
isort==5.
10
.1
jedi==0.18.0
lazy-object-proxy==1.
6.0
mccabe==0.
6.1
lazy-object-proxy==1.
7.1
mccabe==0.
7.0
mypy-extensions==0.4.3
mypy==0.9
30
mypy==0.9
42
packaging==21.0
parso==0.8.2
pathspec==0.8.1
platformdirs==2.5.1
pluggy==0.13.1
pydantic==1.8.2
pydocstyle==6.0.0
pyflags==0.1
pyflakes==2.1.0
pygls==0.11.1
pylint==2.
9.3
pylint==2.
13.1
pyparsing==2.4.7
regex==2021.4.4
requests==2.25.1
rope==0.11.0
six==1.16.0
snowballstemmer==1.2.1
tomli==
1.2.3
tomli==
2.0.1
typed-ast==1.4.1
typeguard==2.12.1
typing-extensions==4.0.1
urllib3==1.26.6
wrapt==1.12.1
types-requests==2.25.0
types-toml==0.1.3
typing-extensions==4.1.1
urllib3==1.26.9
wrapt==1.14.0
yapf==0.31.0
zc.buildout.languageserver==0.
6.2
zc.buildout.languageserver==0.
7.0
zc.buildout==2.13.4
zipp==3.4.1
\ No newline at end of file
software/theia/software.cfg
View file @
e081abb6
...
...
@@ -44,10 +44,7 @@ shared-part-list =
max_version = 0
[nodejs]
<= nodejs-14.16.0
[yarn]
<= yarn-1.17.3
<= nodejs-16.13.2
[gowork]
install +=
...
...
software/turnserver/buildout.hash.cfg
View file @
e081abb6
...
...
@@ -15,7 +15,7 @@
[instance-cfg]
filename = instance.cfg.in
md5sum =
b43d5e8d1fc2d0eeb54f91cefe6a5bae
md5sum =
403fe1e79e20ab87589092ce7429e73b
[template-turnserver]
filename = instance-turnserver.cfg.jinja2.in
...
...
software/turnserver/instance.cfg.in
View file @
e081abb6
...
...
@@ -43,8 +43,8 @@ default-parameters =
"server-name" : "turn.example.com",
"ssl-key": "",
"ssl-crt": "",
"port":
"3478"
,
"tls-port":
"5349"
,
"port":
3478
,
"tls-port":
5349
,
"external-ip": ""
# listening-ip parameter is mandatory
#"listening-ip": null,
...
...
stack/slapos.cfg
View file @
e081abb6
...
...
@@ -190,7 +190,7 @@ setuptools-dso = 1.7
rubygemsrecipe = 0.4.3
six = 1.12.0
slapos.cookbook = 1.0.237
slapos.core = 1.7.
5
slapos.core = 1.7.
6
slapos.extension.strip = 0.4
slapos.extension.shared = 1.0
slapos.libnetworkcache = 0.25
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment