update
This commit is contained in:
parent
1705d59286
commit
6bc789087e
20 changed files with 57 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=0.108.0-b.56
|
VERSION=0.108.0-b.57
|
||||||
APP=adguardhome
|
APP=adguardhome
|
||||||
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
|
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=4.38.9
|
VERSION=4.38.10
|
||||||
APP=authelia
|
APP=authelia
|
||||||
DEPOT=https://github.com/authelia/authelia.git
|
DEPOT=https://github.com/authelia/authelia.git
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=2024.6.3
|
VERSION=2024.7.1
|
||||||
APP=bitwarden-desktop
|
APP=bitwarden-desktop
|
||||||
DEPOT=https://github.com/bitwarden/clients.git
|
DEPOT=https://github.com/bitwarden/clients.git
|
||||||
GIT_VERSION=desktop-v${VERSION}
|
GIT_VERSION=desktop-v${VERSION}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=1.11.67
|
VERSION=1.11.74
|
||||||
APP=element-web
|
APP=element-web
|
||||||
DEPOT=https://github.com/vector-im/element-web.git
|
DEPOT=https://github.com/vector-im/element-web.git
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
|
@ -11,18 +11,13 @@ PACKAGE_DEPENDENCY="yarn nodejs"
|
||||||
|
|
||||||
main(){
|
main(){
|
||||||
base_package_upgrade
|
base_package_upgrade
|
||||||
envinit
|
configure_depot_yarn
|
||||||
get_git_source
|
configure_depot_nodejs 20
|
||||||
|
install_package_dependency
|
||||||
build
|
build
|
||||||
makedeb
|
makedeb
|
||||||
}
|
}
|
||||||
|
|
||||||
envinit() {
|
|
||||||
configure_depot_yarn
|
|
||||||
configure_depot_nodejs 18
|
|
||||||
install_package_dependency
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd /tmp/${APP}
|
cd /tmp/${APP}
|
||||||
yarn install
|
yarn install
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=7.0.5
|
VERSION=8.0.1
|
||||||
APP=forgejo
|
APP=forgejo
|
||||||
DEPOT=https://codeberg.org/forgejo/forgejo
|
DEPOT=https://codeberg.org/forgejo/forgejo
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||||
DEBIAN_VERSION_CODENAME=bookworm
|
DEBIAN_VERSION_CODENAME=bookworm
|
||||||
IMAGE_SIZE=6
|
IMAGE_SIZE=8
|
||||||
PACKAGE_DEPENDENCY="build-essential nodejs"
|
PACKAGE_DEPENDENCY="build-essential nodejs"
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=3.0.10
|
VERSION=3.1.1
|
||||||
APP=joplin-desktop
|
APP=joplin-desktop
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=2.13.5
|
VERSION=3.0.1
|
||||||
APP=joplin-server
|
APP=joplin-server
|
||||||
GIT_VERSION=server-v${VERSION}
|
GIT_VERSION=server-v${VERSION}
|
||||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||||
DEPOT=https://github.com/laurent22/joplin.git
|
DEPOT=https://github.com/laurent22/joplin.git
|
||||||
DEBIAN_VERSION_CODENAME=bookworm
|
DEBIAN_VERSION_CODENAME=bookworm
|
||||||
IMAGE_SIZE=12
|
IMAGE_SIZE=16
|
||||||
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
|
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
|
||||||
|
|
||||||
main(){
|
main(){
|
||||||
|
@ -20,7 +20,6 @@ main(){
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
rm -fr /tmp/${APP}/packages/app-mobile
|
|
||||||
cd /tmp/${APP}/
|
cd /tmp/${APP}/
|
||||||
BUILD_SEQUENCIAL=1 yarn install
|
BUILD_SEQUENCIAL=1 yarn install
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=25.0.1
|
VERSION=25.0.2
|
||||||
APP=keycloak
|
APP=keycloak
|
||||||
DEPOT=https://github.com/keycloak/keycloak.git
|
DEPOT=https://github.com/keycloak/keycloak.git
|
||||||
GIT_VERSION=${VERSION}
|
GIT_VERSION=${VERSION}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=2.18.0
|
VERSION=2.20.1
|
||||||
APP=kimai2
|
APP=kimai2
|
||||||
DEPOT=https://github.com/kevinpapst/kimai2.git
|
DEPOT=https://github.com/kevinpapst/kimai2.git
|
||||||
GIT_VERSION=${VERSION}
|
GIT_VERSION=${VERSION}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=0.10.8
|
VERSION=0.10.9
|
||||||
APP=mautrix-whatsapp
|
APP=mautrix-whatsapp
|
||||||
DEPOT=https://github.com/mautrix/whatsapp.git
|
DEPOT=https://github.com/mautrix/whatsapp.git
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=0.50.7
|
VERSION=0.50.19.3
|
||||||
APP=metabase
|
APP=metabase
|
||||||
DEPOT=https://github.com/metabase/metabase.git
|
DEPOT=https://github.com/metabase/metabase.git
|
||||||
GIT_VERSION=v$VERSION
|
GIT_VERSION=v$VERSION
|
||||||
|
|
|
@ -5,7 +5,7 @@ APP=phpbb
|
||||||
DEPOT=https://github.com/phpbb/phpbb.git
|
DEPOT=https://github.com/phpbb/phpbb.git
|
||||||
GIT_VERSION=release-$VERSION
|
GIT_VERSION=release-$VERSION
|
||||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||||
DEBIAN_VERSION_CODENAME=bullseye
|
DEBIAN_VERSION_CODENAME=bookworm
|
||||||
IMAGE_SIZE=2
|
IMAGE_SIZE=2
|
||||||
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
|
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=1.6.7
|
VERSION=1.6.8
|
||||||
APP=roundcubemail
|
APP=roundcubemail
|
||||||
DEPOT=https://github.com/roundcube/roundcubemail.git
|
DEPOT=https://github.com/roundcube/roundcubemail.git
|
||||||
GIT_VERSION=${VERSION}
|
GIT_VERSION=${VERSION}
|
||||||
|
|
23
ressources/tt-rss-plugin-auth-oidc/debmaker
Executable file
23
ressources/tt-rss-plugin-auth-oidc/debmaker
Executable file
|
@ -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
|
||||||
|
}
|
8
ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/control
Normal file
8
ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/control
Normal file
|
@ -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
|
APP=tt-rss-plugin-readability
|
||||||
GIT_VERSION=last
|
GIT_VERSION=last
|
||||||
DEB_VERSION=$(date +%Y%m%d%H%M)
|
DEB_VERSION=$(date +%Y%m%d%H%M)
|
||||||
DEBIAN_VERSION_CODENAME=bullseye
|
DEBIAN_VERSION_CODENAME=bookworm
|
||||||
IMAGE_SIZE=1
|
IMAGE_SIZE=1
|
||||||
DEPOT=https://dev.tt-rss.org/tt-rss/ttrss-af-readability.git
|
DEPOT=https://dev.tt-rss.org/tt-rss/ttrss-af-readability.git
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=2024.5.1
|
VERSION=2024.6.2
|
||||||
APP=vaultwarden-web
|
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)
|
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||||
DEBIAN_VERSION_CODENAME=bookworm
|
DEBIAN_VERSION_CODENAME=bookworm
|
||||||
IMAGE_SIZE=5
|
IMAGE_SIZE=5
|
||||||
|
@ -21,7 +22,7 @@ main(){
|
||||||
build() {
|
build() {
|
||||||
export NODE_OPTIONS=--max-old-space-size=8192
|
export NODE_OPTIONS=--max-old-space-size=8192
|
||||||
cd /tmp/${APP}
|
cd /tmp/${APP}
|
||||||
echo $GIT_VERSION | ./package_web_vault.sh
|
echo ${BITWARDEN_VERSION} | ./package_web_vault.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
makedeb(){
|
makedeb(){
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=1.30.5
|
VERSION=1.32.0
|
||||||
APP=vaultwarden
|
APP=vaultwarden
|
||||||
GIT_VERSION=$VERSION
|
GIT_VERSION=$VERSION
|
||||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=1.38.0
|
VERSION=1.39.1
|
||||||
APP=zigbee2mqtt
|
APP=zigbee2mqtt
|
||||||
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
|
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
|
||||||
GIT_VERSION=${VERSION}
|
GIT_VERSION=${VERSION}
|
||||||
|
@ -11,7 +11,7 @@ PACKAGE_DEPENDENCY="nodejs make g++ gcc"
|
||||||
|
|
||||||
main(){
|
main(){
|
||||||
base_package_upgrade
|
base_package_upgrade
|
||||||
configure_depot_nodejs 18
|
configure_depot_nodejs 20
|
||||||
install_package_dependency
|
install_package_dependency
|
||||||
get_git_source
|
get_git_source
|
||||||
build
|
build
|
||||||
|
|
Loading…
Reference in a new issue