feat: add keycloak-24
This commit is contained in:
parent
01f307a519
commit
7e50ffca40
9 changed files with 4 additions and 8 deletions
|
@ -40,6 +40,7 @@ jobs:
|
|||
forgejo-runner: *job
|
||||
http-mqtt-bridge: *job
|
||||
keycloak-23: *job
|
||||
keycloak-24: *job
|
||||
linux-diversion-ath-regd-optional: *job
|
||||
lottieconverter: *job
|
||||
matterbridge: *job
|
||||
|
|
|
@ -16,6 +16,7 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/).
|
|||
- [forgejo-runner](https://code.forgejo.org/forgejo/runner)
|
||||
- [http-mqtt-bridge](https://github.com/subzerobo/http-mqtt-bridge)
|
||||
- [keycloak-23](https://github.com/keycloak/keycloak)
|
||||
- [keycloak-24](https://github.com/keycloak/keycloak)
|
||||
- [linux-diversion-ath-regd-optional](https://github.com/twisteroidambassador/arch-linux-ath-user-regd/issues/1)
|
||||
- [lottieconverter](https://github.com/sot-tech/LottieConverter)
|
||||
- [matrix-element-web](https://github.com/vector-im/element-web/)
|
||||
|
|
|
@ -4,7 +4,7 @@ set -exo pipefail
|
|||
|
||||
. ../.skel/helpers.sh
|
||||
|
||||
MAJOR_VERSION=23
|
||||
MAJOR_VERSION=24
|
||||
export PKGNAME="keycloak-${MAJOR_VERSION}"
|
||||
|
||||
API_URL="https://api.github.com/repos/keycloak/keycloak/releases"
|
|
@ -1,4 +1,4 @@
|
|||
Package: keycloak-23
|
||||
Package: keycloak-24
|
||||
Version: __VERSION__
|
||||
Maintainer: __MAINTAINER__
|
||||
Section: web
|
|
@ -14,9 +14,3 @@ CapabilityBoundingSet=
|
|||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
||||
## To clear the theme cache (use systemctl edit keycloak.service, then paste this at the top)
|
||||
#[Service]
|
||||
#ExecStart=
|
||||
#ExecStart=/opt/keycloak/bin/kc.sh start --spi-theme-static-max-age=-1 --spi-theme-cache-themes=false --spi-theme-cache-templates=false
|
Loading…
Add table
Reference in a new issue