blob: 78d27d810cc4160cd066783fbb7cde57b6941908 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
To authenticate with a Forgejo instance, see:
fj auth --help
For instances that support OAuth (such as codeberg.org):
fj -H <instance> auth login
For other instances, generate an application token at
https://<instance>/user/settings/applications, then:
fj -H <instance> auth add-key <user>
EOM
}
]
|