update
This commit is contained in:
parent
f1fc3cb2e9
commit
2ab7cf7938
13 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2.2.6
|
||||
VERSION=2.2.9
|
||||
APP=budibase
|
||||
DEPOT=https://github.com/Budibase/budibase.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
@ -19,7 +19,7 @@ main(){
|
|||
|
||||
envinit() {
|
||||
configure_depot_yarn
|
||||
configure_depot_nodejs
|
||||
configure_depot_nodejs 18
|
||||
install_package_dependency
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
id budibase-server &> /dev/null || useradd budibase-server -r -s /bin/false -d /var/lib/budibase-server
|
||||
id budibase-server &> /dev/null || useradd budibase-server -r -s /bin/false -md /var/lib/budibase-server
|
||||
|
||||
chown -R budibase-server:budibase-server /var/lib/budibase-server
|
||||
|
||||
id budibase-worker &> /dev/null || useradd budibase-worker -r -s /bin/false -d /var/lib/budibase-worker
|
||||
id budibase-worker &> /dev/null || useradd budibase-worker -r -s /bin/false -md /var/lib/budibase-worker
|
||||
|
||||
chown -R budibase-worker:budibase-worker /var/lib/budibase-worker
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.17.4
|
||||
VERSION=1.18.0
|
||||
APP=gitea
|
||||
DEPOT=https://github.com/go-gitea/gitea.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=5
|
||||
IMAGE_SIZE=6
|
||||
PACKAGE_DEPENDENCY="build-essential nodejs"
|
||||
|
||||
main() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
APP=gotify
|
||||
VERSION=2.2.0
|
||||
VERSION=2.2.1
|
||||
GIT_VERSION=v$VERSION
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2.10.2
|
||||
VERSION=2.10.3
|
||||
APP=joplin-desktop
|
||||
GIT_VERSION=v${VERSION}
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2.10.4
|
||||
VERSION=2.10.5
|
||||
APP=joplin-server
|
||||
GIT_VERSION=server-v${VERSION}
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.30.0
|
||||
VERSION=1.30.1
|
||||
APP=kimai2
|
||||
DEPOT=https://github.com/kevinpapst/kimai2.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -3,6 +3,6 @@ Version: %VERSION%
|
|||
Section: contrib
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: python-is-python3 ( >= 3.10 ), crfpp
|
||||
Depends: python3 ( >= 3.10 ), crfpp, python-is-python3
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: mealie-api
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
/usr/share/mealie/.venv/bin/python /usr/share/mealie/mealie/db/init_db.py
|
||||
/usr/share/mealie/.venv/bin/uvicorn mealie.app:app --host 0.0.0.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=RELEASE.2022-10-05T14-58-27Z
|
||||
VERSION=RELEASE.2022-12-12T19-27-27Z
|
||||
APP=minio
|
||||
DEPOT=https://github.com/minio/minio.git
|
||||
GIT_VERSION=$VERSION
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2022.10.0
|
||||
VERSION=2022.12.0
|
||||
APP=vaultwarden-web
|
||||
GIT_VERSION=v$VERSION
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.26.0
|
||||
VERSION=1.27.0
|
||||
APP=vaultwarden
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.28.4
|
||||
VERSION=1.29.0
|
||||
APP=zigbee2mqtt
|
||||
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
Loading…
Reference in a new issue