Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
b7b02cda
Commit
b7b02cda
authored
1 year ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
Remove load balancer mention
Might be definitively dropped according to:
https://forum.duniter.org/t//11450
parent
b60936de
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#32974
passed
1 year ago
Stage: checks
Stage: tests
Stage: package
Stage: coverage
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
silkaj/cli.py
+1
-1
1 addition, 1 deletion
silkaj/cli.py
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
b7b02cda
...
...
@@ -61,7 +61,7 @@ silkaj wot revocation -h
You can find commands at the root, such as
`silkaj license`
-
Will automatically request and post data on https://g1.duniter.org/node/summary official Ğ1 endpoint
based on a load balancer
.
-
Will automatically request and post data on https://g1.duniter.org/node/summary official Ğ1 endpoint.
-
Specify a custom node with
`-ep`
option where
`<port>`
and
`<path>`
are optional:
...
...
This diff is collapsed.
Click to expand it.
silkaj/cli.py
+
1
−
1
View file @
b7b02cda
...
...
@@ -73,7 +73,7 @@ click.rich_click.OPTION_GROUPS = {
@click.option
(
"
--endpoint
"
,
"
-ep
"
,
help
=
f
"
Default endpoint reaches Ğ1 currency on its official endpoint
based on a load balancer
:
\
help
=
f
"
Default endpoint reaches Ğ1 currency on its official endpoint:
\
{
tui
.
endpoint_link
(
du_endpoint
(
G1_DEFAULT_ENDPOINT
).
host
)
}
.
\
--endpoint allows to specify a custom endpoint following the format: <host>:<port>/<path>.
\
<port> and <path> are optional. In case no port is specified, it defaults to 443.
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment