Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
17 deletions
-
wikijs/docker-compose.yml
-
wikijs/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: linuxserver/wikijs:2.5.300@sha256:60facd7660fdf186fb8df4645e68d19f64696f4cc19ff618fa30fd7e4bbf18e2 |
|
|
|
image: linuxserver/wikijs:2.5.303@sha256:c185ddd26f44aabad121edd60a33b1080dbb40df131884e7ce0e0b95ed63f761 |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
- PUID=1000 |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: wikijs |
|
|
|
category: developer |
|
|
|
name: WikiJS |
|
|
|
version: "2.5.300" |
|
|
|
version: "2.5.303" |
|
|
|
tagline: Make documentation a joy to write |
|
|
|
description: >- |
|
|
|
The most powerful and extensible open source Wiki software. |
|
|
@ -30,22 +30,9 @@ defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
torOnly: false |
|
|
|
releaseNotes: >- |
|
|
|
✨ New Features |
|
|
|
This release includes an important security update for WikiJS: https://github.com/requarks/wiki/security/advisories/GHSA-xjcj-p2qv-q3rf |
|
|
|
|
|
|
|
- add ACR Value option to OIDC Module |
|
|
|
|
|
|
|
- add markdown-it-pivot-table rendering module |
|
|
|
|
|
|
|
|
|
|
|
🐛 Bug Fixes |
|
|
|
|
|
|
|
- git: Reduce git concurrency to avoid lock file conflicts. |
|
|
|
|
|
|
|
- add node 18 + 20 compatibility |
|
|
|
|
|
|
|
- auth: keycloak authentication post logout redirect for Keycloak 18+ |
|
|
|
|
|
|
|
|
|
|
|
Full release notes here: https://github.com/requarks/wiki/releases/tag/v2.5.300 |
|
|
|
Full release notes are found at https://github.com/requarks/wiki/releases |
|
|
|
submitter: Pranshu Agrawal |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/273 |