This commit is contained in:
Thomas Legay 2024-05-30 23:51:07 +02:00
parent 16bd25d1d7
commit 8178f6679a
12 changed files with 15 additions and 15 deletions

View File

@ -38,7 +38,7 @@ configure_depot_nodejs() {
} }
install_go() { install_go() {
GO_VERSION=1.22.1 GO_VERSION=1.22.3
[ ! "$1" == "" ] && GO_VERSION=$1 [ ! "$1" == "" ] && GO_VERSION=$1
PATH=$PATH:/usr/local/go/bin PATH=$PATH:/usr/local/go/bin
if [ -e /usr/local/go/bin/go ] || [ ! "$(go version)" == "go version go${GO_VERSION} linux/amd64" ] ; if [ -e /usr/local/go/bin/go ] || [ ! "$(go version)" == "go version go${GO_VERSION} linux/amd64" ] ;

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=0.108.0-b.54 VERSION=0.108.0-b.56
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}
@ -12,7 +12,7 @@ PACKAGE_DEPENDENCY="build-essential nodejs yarn"
main(){ main(){
base_package_upgrade base_package_upgrade
configure_depot_yarn configure_depot_yarn
configure_depot_nodejs configure_depot_nodejs 20
install_package_dependency install_package_dependency
install_go install_go
get_git_source get_git_source

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2024.4.3 VERSION=2024.5.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=1.11.66 VERSION=1.11.67
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}

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=7.0.2 VERSION=7.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,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=3.0.6 VERSION=3.0.8
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)

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.16.1 VERSION=2.17.0
APP=kimai2 APP=kimai2
DEPOT=https://github.com/kevinpapst/kimai2.git DEPOT=https://github.com/kevinpapst/kimai2.git
GIT_VERSION=${VERSION} GIT_VERSION=${VERSION}

View File

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

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.8.1 VERSION=2.8.6
APP=paperless-ngx APP=paperless-ngx
DEPOT=https://github.com/paperless-ngx/paperless-ngx.git DEPOT=https://github.com/paperless-ngx/paperless-ngx.git
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}

View File

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
APP=rustdesk-server APP=rustdesk-server
VERSION=1.1.8-1 VERSION=1.1.11-1
GIT_VERSION=$VERSION GIT_VERSION=$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=5 IMAGE_SIZE=5
DEPOT=https://github.com/rustdesk/rustdesk-server.git DEPOT=https://github.com/rustdesk/rustdesk-server.git
PACKAGE_DEPENDENCY="build-essential" PACKAGE_DEPENDENCY="build-essential"

View File

@ -3,8 +3,8 @@ Description=Mount Samba Shares
After=network.target After=network.target
[Service] [Service]
User=%I User=%i
Group=%I Group=%i
ExecStart=/usr/bin/smbnetfs-utils mount ExecStart=/usr/bin/smbnetfs-utils mount
ExecStop=/usr/bin/smbnetfs-utils unmount ExecStop=/usr/bin/smbnetfs-utils unmount
Restart=on-failure Restart=on-failure

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2024.3.1 VERSION=2024.5.0
APP=vaultwarden-web APP=vaultwarden-web
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)