💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › 0707f0e175450cd1e218ba69b3… captured on 2024-02-05 at 09:49:20. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 =>/ Main page
1
2 # Account : {{ .Username }}
3 {{if .Description -}}
4 > {{ .Description }}
5
6 {{end -}}
7
8 =>addrepo Create a new repository
9 =>addgroup Create a new user group
10 =>chdesc Change your account description
11 =>groups View the groups you are in
12 =>token View authentication tokens settings
13 =>otp View 2FA settings
14 =>chpasswd Change your password
15 =>disconnect Disconnect
16 {{if .Sessions -}}
17 =>disconnectall Disconnect other sessions [{{.Sessions}}]
18 {{- end}}
19
20 ## Your repositories
21 {{ range .Repositories -}}
22 =>repo/{{.}} {{.}}
23 {{ end }}
24 ## Repositories
25 {{ range .RepositoriesAccess -}}
26 =>/repo/{{.Username}}/{{.Name}} {{.Name}} by {{.Username}}
27 {{ end -}}
28