servers
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
{
|
{
|
||||||
syncthing-workstation = [
|
syncthing-workstation = [
|
||||||
{
|
{
|
||||||
abbr = "SW";
|
abbr = "STW";
|
||||||
href = "http://workstation:8384";
|
href = "http://workstation:8384";
|
||||||
description = "";
|
description = "";
|
||||||
}
|
}
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
{
|
{
|
||||||
syncthing-server = [
|
syncthing-server = [
|
||||||
{
|
{
|
||||||
abbr = "SS";
|
abbr = "STS";
|
||||||
href = "http://server:8384";
|
href = "http://server:8384";
|
||||||
description = "";
|
description = "";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -109,9 +109,6 @@ in
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 30;
|
RestartSec = 30;
|
||||||
preStart = ''
|
|
||||||
sed -i 's/5\.1\.2/5\.1\.4/g' ${qbit_manage}/SUPPORTED_VERSIONS.json
|
|
||||||
'';
|
|
||||||
ExecStart = "${qbit_manageEnv}/bin/python ${qbit_manage}/qbit_manage.py -r -c /home/jawz/.config/qbit_manage/config.yml";
|
ExecStart = "${qbit_manageEnv}/bin/python ${qbit_manage}/qbit_manage.py -r -c /home/jawz/.config/qbit_manage/config.yml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user