[GH-ISSUE #210] Ipfilter rules settings #117

Closed
opened 2026-02-26 09:36:36 +03:00 by kerem · 2 comments
Owner

Originally created by @udraz on GitHub (Dec 28, 2019).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/210

Hello How I can set the Ipfilter rules through docker

I want to set something like this


"rules": [
    {"address": "mydomain.com", "allowed": true},
    {"address": "*", "allowed": false}
]

Is this possible so I can pass environment variable with docker run command

Originally created by @udraz on GitHub (Dec 28, 2019). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/210 Hello How I can set the Ipfilter rules through docker I want to set something like this ``` "rules": [ {"address": "mydomain.com", "allowed": true}, {"address": "*", "allowed": false} ] ``` Is this possible so I can pass environment variable with docker run command
kerem closed this issue 2026-02-26 09:36:36 +03:00
Author
Owner

@ShockwaveNN commented on GitHub (Jan 2, 2020):

@udraz Hi, you cannot pass rules as environment variable to DocumentServer docker image
You can try to mount configured local.json file as volume, but I think it'll be overwritten by startup script

<!-- gh-comment-id:570178505 --> @ShockwaveNN commented on GitHub (Jan 2, 2020): @udraz Hi, you cannot pass rules as environment variable to DocumentServer docker image You can try to mount configured `local.json` file as volume, but I think it'll be overwritten by startup script
Author
Owner

@ShockwaveNN commented on GitHub (Apr 29, 2021):

This issue was closed due to no response.

<!-- gh-comment-id:829086755 --> @ShockwaveNN commented on GitHub (Apr 29, 2021): This issue was closed due to no response.
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#117
No description provided.