From 0f0cb94fcf9117b52a477a55128123bafc4e662b Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Mon, 29 May 2023 01:16:54 +0200 Subject: [PATCH] feat: boinc config files examples --- examples/boinc/app_config.xml | 21 ++++++++ examples/boinc/cc_config.xml | 65 ++++++++++++++++++++++++ examples/boinc/global_prefs_override.xml | 16 ++++++ examples/boinc/gui_rpc_auth.cfg | 1 + examples/boinc/remote_hosts.cfg | 16 ++++++ 5 files changed, 119 insertions(+) create mode 100644 examples/boinc/app_config.xml create mode 100644 examples/boinc/cc_config.xml create mode 100644 examples/boinc/global_prefs_override.xml create mode 100644 examples/boinc/gui_rpc_auth.cfg create mode 100644 examples/boinc/remote_hosts.cfg diff --git a/examples/boinc/app_config.xml b/examples/boinc/app_config.xml new file mode 100644 index 0000000..f55200f --- /dev/null +++ b/examples/boinc/app_config.xml @@ -0,0 +1,21 @@ + + + + + + 3 + + + + 1 + + diff --git a/examples/boinc/cc_config.xml b/examples/boinc/cc_config.xml new file mode 100644 index 0000000..4ad6ff2 --- /dev/null +++ b/examples/boinc/cc_config.xml @@ -0,0 +1,65 @@ + + + + + + + + + + 1 + + + + 1 + + + + 1 + + + + + 4 + + + + + 1 + + + 0 + 0 + + + + 1 + + + + + 1 + 1 + 1 + + diff --git a/examples/boinc/global_prefs_override.xml b/examples/boinc/global_prefs_override.xml new file mode 100644 index 0000000..228242d --- /dev/null +++ b/examples/boinc/global_prefs_override.xml @@ -0,0 +1,16 @@ + + + + 100 + 1024 + 90 + 0 + 40 + diff --git a/examples/boinc/gui_rpc_auth.cfg b/examples/boinc/gui_rpc_auth.cfg new file mode 100644 index 0000000..434d199 --- /dev/null +++ b/examples/boinc/gui_rpc_auth.cfg @@ -0,0 +1 @@ +yourPasswordHere diff --git a/examples/boinc/remote_hosts.cfg b/examples/boinc/remote_hosts.cfg new file mode 100644 index 0000000..fc874e8 --- /dev/null +++ b/examples/boinc/remote_hosts.cfg @@ -0,0 +1,16 @@ +################################################################################ +# ${BOINC_DATA_DIR}/remote_hosts.cfg +# +# This file contains a list of hostnames or IP addresses (one per line). Those +# are the remote hosts that are allowed to connect and to control the local +# BOINC core client via GUI RPCs. +# Lines beginning with a # or a ; are treated like comments and will be +# ignored. +################################################################################ + +#host.example.com +#192.168.0.180 + +alfredo.lan +magic.local +192.168.1.10