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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos
Commits
7bb6e429
Commit
7bb6e429
authored
Mar 17, 2021
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/theia: publish backend-url
parent
618653e5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
software/theia/buildout.hash.cfg
software/theia/buildout.hash.cfg
+1
-1
software/theia/instance-output-schema.json
software/theia/instance-output-schema.json
+4
-0
software/theia/instance.cfg.in
software/theia/instance.cfg.in
+1
-0
No files found.
software/theia/buildout.hash.cfg
View file @
7bb6e429
...
...
@@ -15,7 +15,7 @@
[instance]
filename = instance.cfg.in
md5sum =
4f119df2b2d71e5ec1fd04051fd8fff
8
md5sum =
352bdd801c8135f504d7f58ba530983
8
[yarn.lock]
filename = yarn.lock
...
...
software/theia/instance-output-schema.json
View file @
7bb6e429
...
...
@@ -13,6 +13,10 @@
"password"
:
{
"description"
:
"Theia password"
,
"type"
:
"string"
},
"backend-url"
:
{
"description"
:
"Theia Backend URL"
,
"type"
:
"string"
}
},
"type"
:
"object"
...
...
software/theia/instance.cfg.in
View file @
7bb6e429
...
...
@@ -41,6 +41,7 @@ recipe = slapos.cookbook:publish
url = $${apache-frontend:connection-secure_access}
username = $${frontend-instance-password:username}
password = $${frontend-instance-password:passwd}
backend-url = $${frontend-instance:url}
[directory]
...
...
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