[PR #440] [CLOSED] Fix JWT_ENABLED for podman #597

Closed
opened 2026-02-26 10:33:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/440
Author: @s-rog
Created: 5/25/2022
Status: Closed

Base: masterHead: fix_podman


📝 Commits (1)

  • bccc83e Update run-document-server.sh

📊 Changes

1 file changed (+0 additions, -8 deletions)

View changed files

📝 run-document-server.sh (+0 -8)

📄 Description

Bug

The removed code block breaks podman (compose) compatibility as it uses True instead of true, failing validation.

Proposal

Remove the code block as it is also the only env var with validation

Alternative

Add True as a validation option (and add similar validation for all other env vars used in jsons?)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/440 **Author:** [@s-rog](https://github.com/s-rog) **Created:** 5/25/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_podman` --- ### 📝 Commits (1) - [`bccc83e`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/bccc83e2fa4b1304f82d87e8fd83a26413219ad2) Update run-document-server.sh ### 📊 Changes **1 file changed** (+0 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `run-document-server.sh` (+0 -8) </details> ### 📄 Description ## Bug The removed code block breaks podman (compose) compatibility as it uses `True` instead of `true`, failing validation. ## Proposal Remove the code block as it is also the only env var with validation ## Alternative Add `True` as a validation option (and add similar validation for all other env vars used in jsons?) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:33:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#597
No description provided.