Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
Léo-Paul Géneau
slapos.core
Commits
254ac58e
Commit
254ac58e
authored
Mar 20, 2021
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No more slapos.vifib.com
parent
5aec3392
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
master/bt5/slapos_erp5/SkinTemplateItem/portal_skins/slapos_erp5/WebSection_viewSlapOSRenderJSPreference/my_configuration_slapos_master_web_url.xml
...erJSPreference/my_configuration_slapos_master_web_url.xml
+1
-1
slapos/cli/configure_client.py
slapos/cli/configure_client.py
+1
-1
slapos/cli/register.py
slapos/cli/register.py
+1
-1
No files found.
master/bt5/slapos_erp5/SkinTemplateItem/portal_skins/slapos_erp5/WebSection_viewSlapOSRenderJSPreference/my_configuration_slapos_master_web_url.xml
View file @
254ac58e
...
...
@@ -125,7 +125,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
python: here.getLayoutProperty("configuration_slapos_master_web_url", default="https://
slapos.vifib.com
")
</string>
</value>
<value>
<string>
python: here.getLayoutProperty("configuration_slapos_master_web_url", default="https://
panel.rapid.space
")
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
slapos/cli/configure_client.py
View file @
254ac58e
...
...
@@ -53,7 +53,7 @@ class ConfigureClientCommand(ClientConfigCommand):
' (default: %(default)s)'
)
ap
.
add_argument
(
'--master-url-web'
,
default
=
'https://
slapos.vifib.com
'
,
default
=
'https://
panel.rapid.space
'
,
help
=
'URL of SlapOS Master webservice to register certificates'
' (default: %(default)s)'
)
...
...
slapos/cli/register.py
View file @
254ac58e
...
...
@@ -73,7 +73,7 @@ class RegisterCommand(Command):
' (default: %(default)s)'
)
ap
.
add_argument
(
'--master-url-web'
,
default
=
'https://
slapos.vifib.com
'
,
default
=
'https://
panel.rapid.space
'
,
help
=
'URL of SlapOS Master webservice to register certificates'
' (default: %(default)s)'
)
...
...
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