Levana anonymized account names
| Real name | Psuedonym | GitHub | Discord | Telegram | |
|---|---|---|---|---|---|
| Aditya Kalia | Jade Dragon | jade-dragon@levana.exchange | https://github.com/lvn-jade-dragon | ||
| Alejandro De Cicco | Alduin | alduin@levana.exchange | https://github.com/lvn-alduin | ||
| Asparuh Kamenov | Dragon Book | dragon-book@levana.exchange | https://github.com/lvn-dragon-book | ||
| Carla Hamoy | Drakaina | drakaina@levana.exchange | |||
| Corey Werner | Skate Dragon | skate-dragon@levana.exchange | https://github.com/lvn-skate-dragon | SkateDragon#9399 | |
| Daniel Liferenko | Reef Dragon | reef-dragon@levana.exchange | https://github.com/lvn-reef-dragon | ||
| Erik Balogh | Talented Dragon | talented-dragon@levana.exchange | https://github.com/lvn-talented-dragon | ||
| Jan Gloser | Ruby Dragon | ruby-dragon@levana.exchange | https://github.com/lvn-ruby-dragon | ||
| Michael Belote | Smaugs Treasury | smaugs-treasury@levana.exchange | |||
| Michael Snoyman | Rusty Dragon | rusty-dragon@levana.exchange | https://github.com/lvn-rusty-dragon | RustyDragon#2239 | |
| Sibi Prabakaran | Hasky Dragon | hasky-dragon@levana.exchange | https://github.com/lvn-hasky-dragon | ||
| Piotr | Mindful Dragon | mindful-dragon@levana.exchange | https://github.com/mindfuldragon |
Local setup for GitHub
This is one approach to getting permissions set up locally for GitHub, it’s not required but may be helpful.
-
Create a new SSH keypair and save it somewhere, for example
~/.ssh/id_rsa_rusty_dragon -
Upload the public key for this keypair to your new Levana GitHub account
-
Choose a directory to keep all your Levana repositories, e.g.
~/levana -
Add the following to your
~/.gitconfigfile:[includeIf "gitdir:~/levana/"] path = ~/levana/gitconfig -
Create a new file
~/levana/gitconfigwith the following contents (tweaked for your settings):[user] name = Rusty Dragon email = rusty-dragon@levana.exchange [commit] gpgsign = false [core] sshCommand = "ssh -i /home/michael/.ssh/id_rsa_rusty_dragon"