Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
3 deletions
-
wikijs/docker-compose.yml
-
wikijs/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: linuxserver/wikijs:2.5.303@sha256:c185ddd26f44aabad121edd60a33b1080dbb40df131884e7ce0e0b95ed63f761 |
|
|
|
image: linuxserver/wikijs:2.5.304@sha256:e33242bcba6e24ee60b1a9d7bbe78ad6ec20447c7d804c28f6c940b798a62398 |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
- PUID=1000 |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: wikijs |
|
|
|
category: developer |
|
|
|
name: WikiJS |
|
|
|
version: "2.5.303" |
|
|
|
version: "2.5.304" |
|
|
|
tagline: Make documentation a joy to write |
|
|
|
description: >- |
|
|
|
The most powerful and extensible open source Wiki software. |
|
|
@ -30,7 +30,9 @@ defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
torOnly: false |
|
|
|
releaseNotes: >- |
|
|
|
This release includes an important security update for WikiJS: https://github.com/requarks/wiki/security/advisories/GHSA-xjcj-p2qv-q3rf |
|
|
|
This release includes important security updates for WikiJS: |
|
|
|
- Fixed an issue with JWT token caching |
|
|
|
- Prevents password resets on disabled accounts |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/requarks/wiki/releases |
|
|
|