Update letsencrypt, plus typos in template files

This commit is contained in:
2024-10-18 19:01:59 +01:00
parent d83a74100e
commit 964771d876
13 changed files with 889 additions and 39 deletions

View File

@@ -20,7 +20,7 @@
},
Input2: {
Name: 'ShareOwnerGrp',
Type: 'Selection',
Type: 'Select',
Label: 'Share owner Group',
Value: [
'Write = admin, Read = group',
@@ -31,7 +31,7 @@
},
Input3: {
Name: 'EnableNFSshare',
Type: 'Selection',
Type: 'Select',
Label: 'Enable the NFS Share',
Value: [
'Disabled',
@@ -41,7 +41,7 @@
},
Input4: {
Name: 'ShareOnLocalNetwork',
Type: 'Selection',
Type: 'Select',
Label: 'EnableShare on local network',
Value: [
'Disabled',
@@ -58,7 +58,7 @@
},
Input6: {
Name: 'FileSystemPermissions',
Type: 'Selection',
Type: 'Select',
Label: 'File system permissions',
Value: [
'Read only',
@@ -68,7 +68,7 @@
},
Input7: {
Name: 'WriteAsync',
Type: 'Selection',
Type: 'Select',
Label: 'Write (a)synchronously',
Value: [
'Synchronous',
@@ -77,7 +77,7 @@
},
Input8: {
Name: 'DelayWrite',
Type: 'Selection',
Type: 'Select',
Label: 'Delays the disk writing',
Value: [
'Write delay',
@@ -87,7 +87,7 @@
},
Input9: {
Name: 'Squash',
Type: 'Selection',
Type: 'Select',
Label: 'Squash the power of users',
Value: [
'All users squash',
@@ -98,7 +98,7 @@
},
Input10: {
Name: 'BrowseParents',
Type: 'Selection',
Type: 'Select',
Label: 'Browse the parent folders',
Value: [
'Hide folder',
@@ -108,7 +108,7 @@
},
Input11: {
Name: 'SecurePorts',
Type: 'Selection',
Type: 'Select',
Label: 'Requests on secure ports',
Value: [
'Secure',
@@ -143,4 +143,4 @@
}
}
]
}
}