Libretic v1.9.1
This commit is contained in:
parent
135491c96b
commit
65848bc0c0
2 changed files with 27 additions and 1 deletions
18
README.libretic-build
Normal file
18
README.libretic-build
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
# notes de build pour la version etherpad hébergée chez libretic
|
||||
|
||||
# tag dans la branche develop
|
||||
VERSION=v1.9.1
|
||||
|
||||
|
||||
git switch develop
|
||||
git pull origin develop
|
||||
git push libretic
|
||||
git switch libretic-build
|
||||
git merge $VERSION
|
||||
git push libretic
|
||||
|
||||
docker build --build-arg ETHERPAD_PLUGINS="ep_comments_page ep_delete_after_delay ep_prometheus" --tag git.libretic.fr/libretic/etherpad:$VERSION .
|
||||
docker login git.libretic.fr
|
||||
docker push git.libretic.fr/libretic/etherpad:$VERSION
|
||||
|
|
@ -634,5 +634,13 @@
|
|||
"customLocaleStrings": {},
|
||||
|
||||
/* Disable Admin UI tests */
|
||||
"enableAdminUITests": false
|
||||
"enableAdminUITests": false,
|
||||
|
||||
"ep_delete_after_delay": {
|
||||
"delay": "${DELETE_AFTER_DELAY:86400}", // defaults to one day, in seconds
|
||||
"loop": "${DELETE_LOOP:true}",
|
||||
"loopDelay": "${DELETE_LOOP_DELAY:3600}", // one hour, in seconds
|
||||
"deleteAtStart": "${DELETE_AT_START:true}",
|
||||
"text": "${DELETE_TEXT:The content of this pad has been deleted since it was older than the configured delay.}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue