File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ displayname="Syno Edit"
33version="0.0.7"
44os_min_ver="7.0-4000"
55description="A simple text editor GUI for Synology. JavaScript editor implemented using CodeMirror."
6- arch="noarch "
6+ arch="apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 grantley kvmx64 x86 x64 x86_64 "
77maintainer="publicarray"
88maintainer_url="https://github.com/publicarray/synoedit"
99distributor="publicarray"
1010distributor_url="https://github.com/publicarray/synoedit"
1111support_url="https://github.com/publicarray/synoedit/issues/new"
1212helpurl="https://github.com/publicarray/synoedit"
13- checksum=""
13+ checksum="d3d96c714976f8d1d1d96434cfac9a04 "
1414dsmuidir="ui"
1515dsmappname="SYNO.SDS.SynoEdit.Application"
1616dsmapppage="SYNO.SDS.SynoEdit.Application"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const (
3636 // DefaultLayoutFileName is the html template for the http repose
3737 DefaultLayoutFileName = "layout.html"
3838 // DefaultDatabaseSHA256Checksum is used to detect manipulation or corruption
39- DefaultDatabaseSHA256Checksum = "35d42d39190d6521e43db5ddf21b0f9fd5b3072b8653aba8cb9123dd1faf0594 "
39+ DefaultDatabaseSHA256Checksum = "2430c935b53b74871dd332a43221dd6d275f80d1f912c4563732a0226083df01 "
4040 // DefaultConfigFileName = "synoedit.toml"
4141)
4242
Original file line number Diff line number Diff line change 1313files = [
1414 ' dnscrypt-proxy.toml' ,
1515 ' dnscrypt-proxy.log' ,
16- ' blocklist -names.txt' ,
17- ' blocklist -ips.txt' ,
16+ ' blocked -names.txt' ,
17+ ' blocked -ips.txt' ,
1818 ' cloaking-rules.txt' ,
1919 ' forwarding-rules.txt' ,
2020 ' allowed-names.txt' ,
@@ -35,9 +35,8 @@ files = [
3535 exec = " python"
3636 # Arguments
3737 args = [" generate-domains-blocklist.py" ]
38- # Directory to change to before running the command
3938 # A file where the output is saved to. Must be a file from the previously set "files" option
40- out-file = " blocklist .txt"
39+ out-file = " blocked-names .txt"
4140# [app."dnscrypt-proxy".action]
4241# button_label = "Check config file"
4342# exec = "/var/packages/dnscrypt-proxy/target/bin/dnscrypt-proxy"
You can’t perform that action at this time.
0 commit comments