Compare commits
4 Commits
pkg/dev/eo
...
pkg/dev/eo
Author | SHA1 | Date | |
---|---|---|---|
0d517df3ee | |||
93b96fb8e0 | |||
5fa6632153 | |||
e42436c303 |
@ -16,7 +16,7 @@ HOMEDIR="${WKDIR}/${USER}"
|
||||
OS="linux"
|
||||
ARCH="amd64"
|
||||
|
||||
APPVERSION="1.8.2"
|
||||
APPVERSION="1.8.3"
|
||||
APPNAME="gitea"
|
||||
APPBINARY="gitea"
|
||||
APPSIG="7C9E68152594688862D62AF62D9AE806EC1592E2"
|
||||
|
@ -34,8 +34,7 @@ createscript: "/usr/share/eole/db/gitea/gen/00-create-gitea-db.sql"
|
||||
%set cnt_prefix = %%getVar('container_path_reseau', '')
|
||||
pwd_files:
|
||||
- {file: '%%cnt_prefix/etc/gitea/conf/app.ini',
|
||||
pattern: 'PASSWD = ',
|
||||
end_pattern: '',
|
||||
pattern: 'PASSWD = `',
|
||||
end_pattern: '`',
|
||||
owner: 'root:gitservice',
|
||||
mod: '660' }
|
||||
|
||||
|
@ -70,7 +70,7 @@ HOST = %%{gitea_dbserver}:%%{gitea_dbport}
|
||||
%end if
|
||||
NAME = gitea
|
||||
USER = gitea
|
||||
PASSWD = gitea1234
|
||||
PASSWD = `gitea1234`
|
||||
; For "postgres" only, either "disable", "require" or "verify-full"
|
||||
SSL_MODE = disable
|
||||
; For "sqlite3" only
|
||||
|
Reference in New Issue
Block a user