forgejo: enable repo push create
This commit is contained in:
parent
61d23ae6da
commit
d37f0612c0
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ spec:
|
|||
value: git@janky.solutions
|
||||
- name: FORGEJO__metrics__ENABLED
|
||||
value: "true"
|
||||
- name: FORGEJO__repository__ENABLE_PUSH_CREATE_USER
|
||||
value: "true"
|
||||
- name: FORGEJO__repository__PREFERRED_LICENSES
|
||||
value: AGPL-3.0-or-later,LGPL-3.0-or-later,GPL-3.0-or-later,Apache-2.0,MIT
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 3000
|
||||
|
|
Loading…
Reference in a new issue