update
This commit is contained in:
parent
1705d59286
commit
6bc789087e
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.108.0-b.56
|
||||
VERSION=0.108.0-b.57
|
||||
APP=adguardhome
|
||||
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=4.38.9
|
||||
VERSION=4.38.10
|
||||
APP=authelia
|
||||
DEPOT=https://github.com/authelia/authelia.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2024.6.3
|
||||
VERSION=2024.7.1
|
||||
APP=bitwarden-desktop
|
||||
DEPOT=https://github.com/bitwarden/clients.git
|
||||
GIT_VERSION=desktop-v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.11.67
|
||||
VERSION=1.11.74
|
||||
APP=element-web
|
||||
DEPOT=https://github.com/vector-im/element-web.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
@ -11,18 +11,13 @@ PACKAGE_DEPENDENCY="yarn nodejs"
|
|||
|
||||
main(){
|
||||
base_package_upgrade
|
||||
envinit
|
||||
get_git_source
|
||||
configure_depot_yarn
|
||||
configure_depot_nodejs 20
|
||||
install_package_dependency
|
||||
build
|
||||
makedeb
|
||||
}
|
||||
|
||||
envinit() {
|
||||
configure_depot_yarn
|
||||
configure_depot_nodejs 18
|
||||
install_package_dependency
|
||||
}
|
||||
|
||||
build() {
|
||||
cd /tmp/${APP}
|
||||
yarn install
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=7.0.5
|
||||
VERSION=8.0.1
|
||||
APP=forgejo
|
||||
DEPOT=https://codeberg.org/forgejo/forgejo
|
||||
GIT_VERSION=v${VERSION}
|
||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=6
|
||||
IMAGE_SIZE=8
|
||||
PACKAGE_DEPENDENCY="build-essential nodejs"
|
||||
|
||||
main() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=3.0.10
|
||||
VERSION=3.1.1
|
||||
APP=joplin-desktop
|
||||
GIT_VERSION=v${VERSION}
|
||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2.13.5
|
||||
VERSION=3.0.1
|
||||
APP=joplin-server
|
||||
GIT_VERSION=server-v${VERSION}
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
DEPOT=https://github.com/laurent22/joplin.git
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=12
|
||||
IMAGE_SIZE=16
|
||||
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
|
||||
|
||||
main(){
|
||||
|
@ -20,7 +20,6 @@ main(){
|
|||
}
|
||||
|
||||
build() {
|
||||
rm -fr /tmp/${APP}/packages/app-mobile
|
||||
cd /tmp/${APP}/
|
||||
BUILD_SEQUENCIAL=1 yarn install
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=25.0.1
|
||||
VERSION=25.0.2
|
||||
APP=keycloak
|
||||
DEPOT=https://github.com/keycloak/keycloak.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2.18.0
|
||||
VERSION=2.20.1
|
||||
APP=kimai2
|
||||
DEPOT=https://github.com/kevinpapst/kimai2.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.10.8
|
||||
VERSION=0.10.9
|
||||
APP=mautrix-whatsapp
|
||||
DEPOT=https://github.com/mautrix/whatsapp.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.50.7
|
||||
VERSION=0.50.19.3
|
||||
APP=metabase
|
||||
DEPOT=https://github.com/metabase/metabase.git
|
||||
GIT_VERSION=v$VERSION
|
||||
|
|
|
@ -5,7 +5,7 @@ APP=phpbb
|
|||
DEPOT=https://github.com/phpbb/phpbb.git
|
||||
GIT_VERSION=release-$VERSION
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=2
|
||||
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.6.7
|
||||
VERSION=1.6.8
|
||||
APP=roundcubemail
|
||||
DEPOT=https://github.com/roundcube/roundcubemail.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
#!/bin/bash
|
||||
|
||||
APP=tt-rss-plugin-auth-oidc
|
||||
GIT_VERSION=last
|
||||
DEB_VERSION=$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=1
|
||||
DEPOT=https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-auth-oidc.git
|
||||
|
||||
main(){
|
||||
base_package_upgrade
|
||||
get_git_source
|
||||
makedeb
|
||||
}
|
||||
|
||||
makedeb(){
|
||||
PATH_DEB=/tmp/src/rootfs
|
||||
mkdir -p ${PATH_DEB}/usr/share/tt-rss/plugins/
|
||||
cp -fr /tmp/${APP} ${PATH_DEB}/usr/share/tt-rss/plugins/auth_oidc
|
||||
|
||||
sed -i "s/%VERSION%/$DEB_VERSION/" ${PATH_DEB}/DEBIAN/control
|
||||
fakeroot dpkg-deb -Z gzip --build ${PATH_DEB} /tmp/dist
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
Package: tt-rss-plugin-auth-oidc
|
||||
Version: %VERSION%
|
||||
Section: contrib
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: tt-rss, php-curl
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: tt-rss-plugin-auth-oidc
|
|
@ -3,7 +3,7 @@
|
|||
APP=tt-rss-plugin-readability
|
||||
GIT_VERSION=last
|
||||
DEB_VERSION=$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=1
|
||||
DEPOT=https://dev.tt-rss.org/tt-rss/ttrss-af-readability.git
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2024.5.1
|
||||
VERSION=2024.6.2
|
||||
APP=vaultwarden-web
|
||||
GIT_VERSION=v$VERSION
|
||||
BITWARDEN_VERSION=v${VERSION}
|
||||
GIT_VERSION=${BITWARDEN_VERSION}b
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=5
|
||||
|
@ -21,7 +22,7 @@ main(){
|
|||
build() {
|
||||
export NODE_OPTIONS=--max-old-space-size=8192
|
||||
cd /tmp/${APP}
|
||||
echo $GIT_VERSION | ./package_web_vault.sh
|
||||
echo ${BITWARDEN_VERSION} | ./package_web_vault.sh
|
||||
}
|
||||
|
||||
makedeb(){
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.30.5
|
||||
VERSION=1.32.0
|
||||
APP=vaultwarden
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.38.0
|
||||
VERSION=1.39.1
|
||||
APP=zigbee2mqtt
|
||||
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
@ -11,7 +11,7 @@ PACKAGE_DEPENDENCY="nodejs make g++ gcc"
|
|||
|
||||
main(){
|
||||
base_package_upgrade
|
||||
configure_depot_nodejs 18
|
||||
configure_depot_nodejs 20
|
||||
install_package_dependency
|
||||
get_git_source
|
||||
build
|
||||
|
|
Loading…
Reference in New Issue