Allow file://
links in the "Documents" field for contracts
#19581
diegogodoy06
started this conversation in
Ideas
Replies: 1 comment
-
I have never seen contracts in Netbox. Are you talking about a plugin? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox Version: Community v4.3.1
Module: Contracts →
Documents
field (URL to the contract documents)Hello NetBox team! 👋
I would like to propose a small but useful enhancement for the Contracts feature.
Currently, the "Documents" field only accepts links that begin with
http://
orhttps://
.Proposal
Enable support for links using the
file://
scheme, to allow referencing documents stored on local networks or internal file servers.Example:
file://10.0.0.0/ti/exemple/Contrato.pdf
Why this matters
Many organizations (including mine) store contracts on internal file servers, often accessed via local network shares.
Allowing
file://
links would:Security Considerations
I understand that
file://
links may have browser-related security implications. To address that, I suggest:file://
links configurable via settings;Beta Was this translation helpful? Give feedback.
All reactions