You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ It offers a simplified interface for downloading and uploading files from reposi
15
15
It consists of commands for interfacing with the GIN web API (e.g., listing repositories, creating repositories, managing SSH keys) but primarily, it wraps **git** and **git-annex** commands to make working with data repositories easier.
16
16
17
17
## Information, setup, and guides
18
-
For installation instructions see the [GIN Client Setup](https://web.gin.g-node.org/G-Node/Info/wiki/GinCliSetup) page.
18
+
For installation instructions see the [GIN Client Setup](https://gin.g-node.org/G-Node/Info/wiki/GinCliSetup) page.
19
19
20
-
General information, help, and guides for using GIN can be found on the [GIN Info Wiki](https://web.gin.g-node.org/G-Node/info/wiki).
20
+
General information, help, and guides for using GIN can be found on the [GIN Info Wiki](https://gin.g-node.org/G-Node/info/wiki).
21
21
Help and information for the client in particular can be on the following pages:
Copy file name to clipboardExpand all lines: gincmd/addservercmd.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The following information is required to configure a new server:
117
117
For the web server: the protocol, hostname, and port
118
118
119
119
The protocol should be either 'http' or 'https'.
120
-
The hostname for the server (e.g., web.gin.g-node.org).
120
+
The hostname for the server (e.g., gin.g-node.org).
121
121
The web port for the server (e.g., 80, 443).
122
122
123
123
For the git server: the git user, hostname, and port
@@ -132,7 +132,7 @@ See the Examples section for a full example.
132
132
"<alias>": "The alias (name) for the server.",
133
133
}
134
134
examples:=map[string]string{
135
-
"This is what configuring the built-in G-Node GIN server would look like (note: this is already configured)": "$ gin add-server --web https://web.gin.g-node.org:443 --git [email protected]:22 gin",
135
+
"This is what configuring the built-in G-Node GIN server would look like (note: this is already configured)": "$ gin add-server --web https://gin.g-node.org:443 --git [email protected]:22 gin",
0 commit comments