updated
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled

This commit is contained in:
Yajbir Singh
2025-12-11 20:26:49 +05:30
parent f1b860b25c
commit 5d1113a23f

View File

@@ -14,7 +14,10 @@
"providers": {}, "providers": {},
"version": 3, "version": 3,
"timeout": "5m", "timeout": "5m",
"allowedCorsOrigins": ["https://onlyoffice.github.io", "https://onlyoffice-plugins.github.io"], "allowedCorsOrigins": [
"https://onlyoffice.github.io",
"https://onlyoffice-plugins.github.io"
],
"proxy": "" "proxy": ""
}, },
"log": { "log": {
@@ -58,7 +61,9 @@
"rules": { "rules": {
"licenseExpirationWarning": { "licenseExpirationWarning": {
"enable": false, "enable": false,
"transportType": ["email"], "transportType": [
"email"
],
"template": { "template": {
"title": "%s Docs license expiration warning", "title": "%s Docs license expiration warning",
"body": "Attention! Your license is about to expire on %s.\nUpon reaching this date, you will no longer be entitled to receive personal technical support and install new Docs versions released after this date." "body": "Attention! Your license is about to expire on %s.\nUpon reaching this date, you will no longer be entitled to receive personal technical support and install new Docs versions released after this date."
@@ -69,7 +74,9 @@
}, },
"licenseExpirationError": { "licenseExpirationError": {
"enable": false, "enable": false,
"transportType": ["email"], "transportType": [
"email"
],
"template": { "template": {
"title": "%s Docs license expiration warning", "title": "%s Docs license expiration warning",
"body": "Attention! Your license expired on %s.\nYou are no longer entitled to receive personal technical support and install new Docs versions released after this date.\nPlease contact sales@onlyoffice.com to discuss license renewal." "body": "Attention! Your license expired on %s.\nYou are no longer entitled to receive personal technical support and install new Docs versions released after this date.\nPlease contact sales@onlyoffice.com to discuss license renewal."
@@ -80,7 +87,9 @@
}, },
"licenseLimitEdit": { "licenseLimitEdit": {
"enable": false, "enable": false,
"transportType": ["email"], "transportType": [
"email"
],
"template": { "template": {
"title": "%s Docs license %s limit warning", "title": "%s Docs license %s limit warning",
"body": "Attention! You have reached %s%% of the %s limit set by your license." "body": "Attention! You have reached %s%% of the %s limit set by your license."
@@ -91,7 +100,9 @@
}, },
"licenseLimitLiveViewer": { "licenseLimitLiveViewer": {
"enable": false, "enable": false,
"transportType": ["email"], "transportType": [
"email"
],
"template": { "template": {
"title": "%s Docs license %s limit warning", "title": "%s Docs license %s limit warning",
"body": "Attention! You have reached %s%% of the live viewer %s limit set by your license." "body": "Attention! You have reached %s%% of the live viewer %s limit set by your license."
@@ -229,10 +240,14 @@
"openpgpjs": { "openpgpjs": {
"config": {}, "config": {},
"encrypt": { "encrypt": {
"passwords": ["verysecretstring"] "passwords": [
"verysecretstring"
]
}, },
"decrypt": { "decrypt": {
"passwords": ["verysecretstring"] "passwords": [
"verysecretstring"
]
} }
}, },
"aesEncrypt": { "aesEncrypt": {
@@ -260,17 +275,102 @@
"favIconUrlSlide": "/web-apps/apps/presentationeditor/main/resources/img/favicon.ico", "favIconUrlSlide": "/web-apps/apps/presentationeditor/main/resources/img/favicon.ico",
"favIconUrlPdf": "/web-apps/apps/pdfeditor/main/resources/img/favicon.ico", "favIconUrlPdf": "/web-apps/apps/pdfeditor/main/resources/img/favicon.ico",
"favIconUrlDiagram": "/web-apps/apps/visioeditor/main/resources/img/favicon.ico", "favIconUrlDiagram": "/web-apps/apps/visioeditor/main/resources/img/favicon.ico",
"fileInfoBlockList": ["FileUrl"], "fileInfoBlockList": [
"pdfView": ["djvu", "xps", "oxps"], "FileUrl"
"pdfEdit": ["pdf"], ],
"forms": ["pdf"], "pdfView": [
"wordView": ["doc", "dotm", "dot", "fodt", "ott", "rtf", "mht", "mhtml", "html", "htm", "xml", "epub", "fb2", "sxw", "stw", "wps", "wpt", "pages", "docxf", "oform", "hwp", "hwpx", "md", "hml"], "djvu",
"wordEdit": ["docx", "dotx", "docm", "odt", "txt"], "xps",
"cellView": ["xls", "xltm", "xlt", "fods", "ots", "sxc", "xml", "et", "ett", "numbers"], "oxps"
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "ods", "csv"], ],
"slideView": ["ppt", "ppsx", "ppsm", "pps", "potm", "pot", "fodp", "otp", "sxi", "dps", "dpt", "key", "odg"], "pdfEdit": [
"slideEdit": ["pptx", "potx", "pptm", "odp"], "pdf"
"diagramView": ["vsdx", "vstx", "vssx", "vsdm", "vstm", "vssm"], ],
"forms": [
"pdf"
],
"wordView": [
"doc",
"dotm",
"dot",
"fodt",
"ott",
"rtf",
"mht",
"mhtml",
"html",
"htm",
"xml",
"epub",
"fb2",
"sxw",
"stw",
"wps",
"wpt",
"pages",
"docxf",
"oform",
"hwp",
"hwpx",
"md",
"hml"
],
"wordEdit": [
"docx",
"dotx",
"docm",
"odt",
"txt"
],
"cellView": [
"xls",
"xltm",
"xlt",
"fods",
"ots",
"sxc",
"xml",
"et",
"ett",
"numbers"
],
"cellEdit": [
"xlsx",
"xlsb",
"xltx",
"xlsm",
"ods",
"csv"
],
"slideView": [
"ppt",
"ppsx",
"ppsm",
"pps",
"potm",
"pot",
"fodp",
"otp",
"sxi",
"dps",
"dpt",
"key",
"odg"
],
"slideEdit": [
"pptx",
"potx",
"pptm",
"odp"
],
"diagramView": [
"vsdx",
"vstx",
"vssx",
"vsdm",
"vstm",
"vssm"
],
"diagramEdit": [], "diagramEdit": [],
"publicKey": "", "publicKey": "",
"modulus": "", "modulus": "",
@@ -343,7 +443,10 @@
"editorStatStorage": "", "editorStatStorage": "",
"assemblyFormatAsOrigin": true, "assemblyFormatAsOrigin": true,
"newFileTemplate": "../../document-templates/new", "newFileTemplate": "../../document-templates/new",
"downloadFileAllowExt": ["pdf", "xlsx"], "downloadFileAllowExt": [
"pdf",
"xlsx"
],
"tokenRequiredParams": true, "tokenRequiredParams": true,
"forceSaveUsingButtonWithoutChanges": false "forceSaveUsingButtonWithoutChanges": false
}, },
@@ -454,7 +557,12 @@
"monthUniqueUsers": "1y" "monthUniqueUsers": "1y"
}, },
"ipfilter": { "ipfilter": {
"rules": [{"address": "*", "allowed": true}], "rules": [
{
"address": "*",
"allowed": true
}
],
"useforrequest": false, "useforrequest": false,
"errorcode": 403 "errorcode": 403
}, },
@@ -463,10 +571,22 @@
"allowMetaIPAddress": false "allowMetaIPAddress": false
}, },
"secret": { "secret": {
"browser": {"string": "secret", "file": ""}, "browser": {
"inbox": {"string": "secret", "file": ""}, "string": "secret",
"outbox": {"string": "secret", "file": ""}, "file": ""
"session": {"string": "secret", "file": ""} },
"inbox": {
"string": "secret",
"file": ""
},
"outbox": {
"string": "secret",
"file": ""
},
"session": {
"string": "secret",
"file": ""
}
}, },
"token": { "token": {
"enable": { "enable": {