begin overhaul

This commit is contained in:
Nathan
2025-12-17 15:37:32 -07:00
parent 5c3a12ed0e
commit 713243685a
2 changed files with 5347 additions and 4118 deletions

File diff suppressed because one or more lines are too long

39
workers.json.example Normal file
View File

@@ -0,0 +1,39 @@
{
"workers": [
{
"id": 1,
"name": "i9kf",
"enabled": true,
"ssh": {
"host": "i9kf",
"port": 22,
"args": "-t i9kf"
},
"workerTypes": {
"sheepit": {
"gpu": "OPTIX_0",
"username": "RaincloudTheDragon",
"renderKey": "IfCOWBHFQpceG0601DmyrwOOJOAp2UJAQ0O0X0jF"
},
"flamenco": {
"workerPath": "F:\\software\\Flamenco 3.7",
"networkDrives": ["A:", "F:", "N:", "P:"],
"networkPaths": [
"\\\\NEXUS\\amazon",
"\\\\NEXUS\\flamenco",
"\\\\NEXUS\\proj",
"\\\\NAS\\amazon"
]
}
}
}
],
"globalSettings": {
"sheepitJarUrls": [
"https://www.sheepit-renderfarm.com/media/applet/client-latest.php",
"https://www.sheepit-renderfarm.com/media/applet/client-latest.jar"
]
}
}