update
This commit is contained in:
parent
902183dec1
commit
2dcd33246a
17 changed files with 25 additions and 24 deletions
|
@ -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/"
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2025.4.0
|
||||
VERSION=2025.7.0
|
||||
APP=vaultwarden-web
|
||||
|
||||
BITWARDEN_VERSION=v$VERSION
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue