Make forgejo use persisted ssh keys
This commit is contained in:
parent
4e4427bbdf
commit
09f1fc920f
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ spec:
|
|||
value: "true"
|
||||
- name: FORGEJO__server__SSH_DOMAIN
|
||||
value: "ssh.weaver.mynest.love"
|
||||
- name: FORGEJO__server__SSH_SERVER_HOST_KEYS
|
||||
value: "/data/ssh/ssh_host_ed25519_key, /data/ssh/ssh_host_rsa_key, /data/ssh/ssh_host_ecdsa_key"
|
||||
|
||||
# DB Config
|
||||
- name: FORGEJO__database__DB_TYPE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue