diff --git a/postrun.sh b/postrun.sh index 36f33aa..82d522d 100755 --- a/postrun.sh +++ b/postrun.sh @@ -1,6 +1,8 @@ rsync -a --delete --progress -e 'ssh -J lgy.fr' ./dist/ deb.net.lgy.fr:/tmp/new ssh -R /root/.gnupg/S.gpg-agent:/run/user/1000/gnupg/S.gpg-agent.extra -J lgy.fr deb.net.lgy.fr 'reprepro -Vb /var/www/html/ includedeb tools /tmp/new/*' echo move to /tmp/ -mv ./dist/* /tmp/ +mv ./dist/. /tmp/ #ssh -R /root/.gnupg/S.gpg-agent:/run/user/1000/gnupg/S.gpg-agent.extra -J lgy.fr deb.net.lgy.fr 'reprepro -Vb /var/www/html/ export tools /tmp/new/*' #ssh -R /root/.gnupg/S.gpg-agent:/run/user/1000/gnupg/S.gpg-agent.extra -J lgy.fr deb.net.lgy.fr 'reprepro -Vb /var/www/html/ deleteunreferenced' + +ssh -A -J lgy.fr deb.net.lgy.fr "rsync -a --delete --progress -e 'ssh -J bastion1.leolagrange-gestion.org' /var/www/html/* www1:/var/www/deb/" diff --git a/ressources/adguardhome/debmaker b/ressources/adguardhome/debmaker index ad6dd5c..647529a 100755 --- a/ressources/adguardhome/debmaker +++ b/ressources/adguardhome/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.108.0-b.69 +VERSION=0.108.0-b.72 APP=adguardhome DEPOT=https://github.com/AdguardTeam/AdGuardHome.git GIT_VERSION=v${VERSION} diff --git a/ressources/element-web/debmaker b/ressources/element-web/debmaker index d9364bf..c6e64a9 100755 --- a/ressources/element-web/debmaker +++ b/ressources/element-web/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.11.95 +VERSION=1.11.103 APP=element-web DEPOT=https://github.com/vector-im/element-web.git GIT_VERSION=v${VERSION} diff --git a/ressources/forgejo/debmaker b/ressources/forgejo/debmaker index f8cb3a3..86d5f3c 100755 --- a/ressources/forgejo/debmaker +++ b/ressources/forgejo/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=11.0.0 +VERSION=12.0.0 APP=forgejo DEPOT=https://codeberg.org/forgejo/forgejo GIT_VERSION=v${VERSION} diff --git a/ressources/grocy/debmaker b/ressources/grocy/debmaker index e326e6c..daafc71 100755 --- a/ressources/grocy/debmaker +++ b/ressources/grocy/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.4.1 +VERSION=4.5.0 APP=grocy DEPOT=https://github.com/grocy/grocy.git GIT_VERSION=v$VERSION diff --git a/ressources/joplin-desktop/debmaker b/ressources/joplin-desktop/debmaker index 20d83ed..8445a82 100755 --- a/ressources/joplin-desktop/debmaker +++ b/ressources/joplin-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=3.3.7 +VERSION=3.4.2 APP=joplin-desktop GIT_VERSION=v${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) @@ -17,7 +17,7 @@ main(){ clean base_package_upgrade configure_depot_yarn - configure_depot_nodejs 20 + configure_depot_nodejs 22 install_package_dependency get_git_source build diff --git a/ressources/joplin-server/debmaker b/ressources/joplin-server/debmaker index 6f062c4..eb45cb4 100755 --- a/ressources/joplin-server/debmaker +++ b/ressources/joplin-server/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=3.3.13 +VERSION=3.4.1 APP=joplin-server GIT_VERSION=server-v${VERSION} DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) diff --git a/ressources/keycloak/debmaker b/ressources/keycloak/debmaker index 2074b94..e72fc53 100755 --- a/ressources/keycloak/debmaker +++ b/ressources/keycloak/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=26.2.4 +VERSION=26.3.1 APP=keycloak DEPOT=https://github.com/keycloak/keycloak.git GIT_VERSION=${VERSION} diff --git a/ressources/kimai2/debmaker b/ressources/kimai2/debmaker index 249751c..3c8a604 100755 --- a/ressources/kimai2/debmaker +++ b/ressources/kimai2/debmaker @@ -1,11 +1,11 @@ #!/bin/bash -VERSION=2.27.0 +VERSION=2.36.0 APP=kimai2 DEPOT=https://github.com/kevinpapst/kimai2.git GIT_VERSION=${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) -DEBIAN_VERSION_CODENAME=bookworm +DEBIAN_VERSION_CODENAME=trixie IMAGE_SIZE=2 PACKAGE_DEPENDENCY="php-zip php-gd php-intl php-xsl" diff --git a/ressources/mautrix-whatsapp/debmaker b/ressources/mautrix-whatsapp/debmaker index 01da3c0..c9ce2ea 100755 --- a/ressources/mautrix-whatsapp/debmaker +++ b/ressources/mautrix-whatsapp/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.12.0 +VERSION=0.12.3 APP=mautrix-whatsapp DEPOT=https://github.com/mautrix/whatsapp.git GIT_VERSION=v${VERSION} @@ -12,7 +12,6 @@ main(){ echo deb http://deb.debian.org/debian bookworm-backports main > /etc/apt/sources.list.d/backports.list base_package_upgrade install_package_dependency -# install_go apt install -y --no-install-recommends -t bookworm-backports golang get_git_source makedeb @@ -21,7 +20,6 @@ main(){ makedeb(){ cd /tmp/${APP}/ rm /tmp/*.deb -# PATH=/usr/local/go/bin:$PATH cp -fr /tmp/src/debian /tmp/${APP} export DEBEMAIL=thomas@lgy.fr dch -v ${VERSION} diff --git a/ressources/metabase/debmaker b/ressources/metabase/debmaker index 5c21c26..627ed3c 100755 --- a/ressources/metabase/debmaker +++ b/ressources/metabase/debmaker @@ -1,11 +1,11 @@ #!/bin/bash -VERSION=0.54.2.4 +VERSION=0.55.3.2 APP=metabase DEPOT=https://github.com/metabase/metabase.git GIT_VERSION=v$VERSION DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) -DEBIAN_VERSION_CODENAME=bookworm +DEBIAN_VERSION_CODENAME=trixie IMAGE_SIZE=14 PACKAGE_DEPENDENCY="build-essential default-jdk curl nodejs yarn" diff --git a/ressources/moodle/debmaker b/ressources/moodle/debmaker index 02c86e9..a002981 100755 --- a/ressources/moodle/debmaker +++ b/ressources/moodle/debmaker @@ -1,9 +1,9 @@ #!/bin/bash -VERSION=4.5.0 +VERSION=5.0.0 APP=moodle DEPOT=git://git.moodle.org/moodle.git -GIT_VERSION=MOODLE_405_STABLE +GIT_VERSION=MOODLE_500_STABLE DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=2 diff --git a/ressources/roundcubemail/debmaker b/ressources/roundcubemail/debmaker index 0756854..77c317b 100755 --- a/ressources/roundcubemail/debmaker +++ b/ressources/roundcubemail/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.6.10 +VERSION=1.6.11 APP=roundcubemail DEPOT=https://github.com/roundcube/roundcubemail.git GIT_VERSION=${VERSION} diff --git a/ressources/rustdesk-server/debmaker b/ressources/rustdesk-server/debmaker index 2d82e9c..68a3d32 100755 --- a/ressources/rustdesk-server/debmaker +++ b/ressources/rustdesk-server/debmaker @@ -7,7 +7,7 @@ DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=5 DEPOT=https://github.com/rustdesk/rustdesk-server.git -PACKAGE_DEPENDENCY="build-essential" +PACKAGE_DEPENDENCY="build-essential clang" main() { base_package_upgrade @@ -20,6 +20,7 @@ main() { build() { cd /tmp/${APP} + git clone https://github.com/rustdesk/hbb_common.git libs/hbb_common source ~/.cargo/env cargo build --release } diff --git a/ressources/vaultwarden-web/debmaker b/ressources/vaultwarden-web/debmaker index 9c7f7e2..ba3a2cd 100755 --- a/ressources/vaultwarden-web/debmaker +++ b/ressources/vaultwarden-web/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2025.4.0 +VERSION=2025.7.0 APP=vaultwarden-web BITWARDEN_VERSION=v$VERSION diff --git a/ressources/vaultwarden/debmaker b/ressources/vaultwarden/debmaker index ed1277d..aaf1185 100755 --- a/ressources/vaultwarden/debmaker +++ b/ressources/vaultwarden/debmaker @@ -1,8 +1,8 @@ #!/bin/bash -VERSION=1.33.2 +VERSION=1.33.3 APP=vaultwarden -GIT_VERSION=$VERSION +GIT_VERSION=last DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=8 diff --git a/ressources/zigbee2mqtt/debmaker b/ressources/zigbee2mqtt/debmaker index a5e3ec0..3c106dd 100755 --- a/ressources/zigbee2mqtt/debmaker +++ b/ressources/zigbee2mqtt/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.3.0 +VERSION=2.5.1 APP=zigbee2mqtt DEPOT=https://github.com/Koenkk/zigbee2mqtt.git GIT_VERSION=${VERSION}