New version adguardhome authelia element-web gitea glpi joplin mautrix-whatsapp metabase vaultwarden-web vaultwarden wallabag

This commit is contained in:
thomas 2022-05-26 16:27:16 +02:00
parent ebdea0727b
commit ad8ebb543c
13 changed files with 83 additions and 78 deletions

View file

@ -1,14 +1,13 @@
#!/bin/bash
VERSION=4.35.0
RELEASE=1
VERSION=4.35.6
[ -e ./lib/function.sh ] && source ./lib/function.sh
APP=authelia
DEPOT=https://github.com/authelia/authelia.git
GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-${RELEASE}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=4
@ -26,10 +25,8 @@ envinit() {
}
prebuild(){
[ -e /tmp/git ] && rm -fr /tmp/git
[ -e /tmp/${APP} ] || mkdir /tmp/${APP}
git clone --depth 1 -b ${GIT_VERSION} ${DEPOT} /tmp/git
cp -r /tmp/git/. /tmp/${APP}
[ -e /tmp/${APP} ] && rm -fr /tmp/${APP}
git clone --depth 1 -b ${GIT_VERSION} ${DEPOT} /tmp/${APP}
}
build() {