Compare commits

..

No commits in common. "902183dec1199c523c0970a916335644837d6c1d" and "0026da228635806f3e562257318c6ac8c43bb5e5" have entirely different histories.

13 changed files with 17 additions and 24 deletions

View file

@ -21,7 +21,7 @@ get_git_source(){
else else
git clone --depth 1 -b ${GIT_VERSION} ${DEPOT} ${GIT_PATH} git clone --depth 1 -b ${GIT_VERSION} ${DEPOT} ${GIT_PATH}
fi fi
# [ "$1" != "noremovegit" ] && find ${GIT_PATH} -name .git -exec rm -fr {} \; [ "$1" != "noremovegit" ] && find ${GIT_PATH} -name .git -exec rm -fr {} \;
} }
configure_depot_lgy(){ configure_depot_lgy(){

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=0.108.0-b.69 VERSION=0.108.0-b.65
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}

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2025.4.2 VERSION=2025.3.0
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}

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=11.0.0 VERSION=9.0.3
APP=forgejo APP=forgejo
DEPOT=https://codeberg.org/forgejo/forgejo DEPOT=https://codeberg.org/forgejo/forgejo
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}

View file

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
VERSION=11.0.0 VERSION=10.0.18
APP=glpi APP=glpi
DEPOT=https://github.com/glpi-project/glpi.git DEPOT=https://github.com/glpi-project/glpi.git
GIT_VERSION=last GIT_VERSION=${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=4 IMAGE_SIZE=4

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=3.3.7 VERSION=3.2.13
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)
@ -9,12 +9,7 @@ DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=14 IMAGE_SIZE=14
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn" PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
clean(){
rm -fr ~/.cache ~/.npm ~/.yarn
}
main(){ main(){
clean
base_package_upgrade base_package_upgrade
configure_depot_yarn configure_depot_yarn
configure_depot_nodejs 20 configure_depot_nodejs 20
@ -25,6 +20,7 @@ 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
cd packages/app-desktop cd packages/app-desktop

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=26.2.4 VERSION=26.2.0
APP=keycloak APP=keycloak
DEPOT=https://github.com/keycloak/keycloak.git DEPOT=https://github.com/keycloak/keycloak.git
GIT_VERSION=${VERSION} GIT_VERSION=${VERSION}

View file

@ -0,0 +1 @@
/etc/mautrix-whatsapp/config.yaml

View file

@ -1,9 +1,6 @@
#!/bin/sh #!/bin/bash
set -e
APP=mautrix-whatsapp APP=mautrix-whatsapp
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/ id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
chown -R $APP:$APP /var/lib/$APP/ chown -R $APP:$APP /var/lib/$APP/
chown -R $APP:$APP /etc/mautrix-whatsapp/ chown -R $APP:$APP /etc/mautrix-whatsapp/
#DEBHELPER#

View file

@ -16,7 +16,6 @@
%: %:
dh $@ dh $@
dh_installsystemd
# dh_make generated override targets # dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 ) # This is example for Cmake (See https://bugs.debian.org/641051 )

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=0.12.0 VERSION=0.11.4
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}

View file

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
VERSION=2025.4.0 VERSION=2025.3.1
APP=vaultwarden-web APP=vaultwarden-web
BITWARDEN_VERSION=v$VERSION BITWARDEN_VERSION=v2025.1.1
GIT_VERSION=v$VERSION GIT_VERSION=v2025.1.1
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

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.3.0 VERSION=2.2.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}