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