Closed
Description
When you want to migrate from a SSH or from a private Github repository, You have to input the token or private key to do that. A more convenient way is to store all the secrets on gitea and use them when needed.
For a self-hosted instance, we should store them as encrypted data. A random key could be saved on user table to encrypt/decrypt the data.