This commit is contained in:
SilverLABS
2026-01-22 09:34:34 +00:00
parent 234c8b52cb
commit 694e29e5c2
3 changed files with 61 additions and 3 deletions

39
.silverdock/config.json Normal file
View File

@@ -0,0 +1,39 @@
{
"version": "1.0",
"repositoryUrl": "https://git.silverlabs.uk/SilverLABS/privacyfirstwebsite.git",
"uiHostname": "silverdock.local",
"autoUpdate": {
"enabled": true,
"checkIntervalMinutes": 5,
"autoRestart": true
},
"projects": [
{
"id": "383bcbbd-fad3-4ee9-982a-678e70f1e975",
"name": "PrivacyFirstWebsite",
"projectPath": "PrivacyFirstWebsite.csproj",
"type": 0,
"enabled": true,
"startOrder": 0,
"hostname": "p1st.silverlabs.uk",
"launchProfile": {
"configuration": "Release",
"port": 5001,
"restartOnFailure": true,
"restartDelaySeconds": 5,
"maxRestartAttempts": 3,
"environmentVariables": {}
}
}
],
"dockerBuild": {
"registryUrl": "docker-registry.silverlabs.uk",
"registryUsername": "admin",
"registryPassword": "RegistryPass2025",
"imagePrefix": "",
"tagWithTimestamp": true,
"tagWithLatest": true,
"imageGroups": [],
"hostSourcePath": ""
}
}

19
.silverdock/state.json Normal file
View File

@@ -0,0 +1,19 @@
{
"lastCommitHash": "234c8b52cb95e8535fcf212fab5106cc65453286",
"lastPullTime": "2026-01-22T01:00:36.7908922Z",
"lastBuildTime": "2026-01-22T02:28:08.7840739Z",
"projectStates": {
"383bcbbd-fad3-4ee9-982a-678e70f1e975": {
"lastBuildTime": "2026-01-22T02:28:08.7840581Z",
"lastBuildSucceeded": true,
"lastBuildOutput": null,
"lastSuccessfulBuildCommit": null
}
},
"rollback": {
"lastWorkingTag": null,
"lastWorkingCommit": null,
"lastWorkingTimestamp": null,
"workingTagHistory": []
}
}