💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › 9bb829aa68120dd6807245658a… captured on 2024-02-05 at 09:51:39. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 =>. Go back
1
2 > Account status : {{if .Secure}}Secure{{else}}Insecure{{end}}
3
4 # Settings
5
6 =>token/secure {{if .Secure}}Enable{{else}}Disable{{end}} password authentication for git operations {{if .Secure}}[Not recommended]{{else}}[Recommended]{{end}}
7
8 # Tokens
9
10 =>token/new Create new token
11 =>token/new_ro Create new read-only token
12
13 {{ range .Tokens -}}
14 * {{ .Hint }}... expires on {{ .ExpirationFormat }} {{if .ReadOnly}}[Read Only]{{end}}
15 =>token/delete/{{.ID}} Delete
16 =>token/renew/{{.ID}} Renew
17
18 {{ end -}}
19