changes
This commit is contained in:
39
.silverdock/config.json
Normal file
39
.silverdock/config.json
Normal 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
19
.silverdock/state.json
Normal 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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav__actions">
|
<div class="nav__actions">
|
||||||
<a href="#passport" class="btn btn--outline btn--sm">Sign In</a>
|
<a href="https://passport.silverlabs.uk/auth/login" class="btn btn--outline btn--sm">Sign In</a>
|
||||||
<a href="#passport" class="btn btn--primary btn--sm">Get Started</a>
|
<a href="#passport" class="btn btn--primary btn--sm">Get Started</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -614,8 +614,8 @@ app.Run();</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="passport__cta">
|
<div class="passport__cta">
|
||||||
<a href="#" class="btn btn--primary btn--lg">Create Your Passport</a>
|
<a href="https://passport.silverlabs.uk/auth/register" class="btn btn--primary btn--lg">Create Your Passport</a>
|
||||||
<a href="#" class="btn btn--ghost">Sign In</a>
|
<a href="https://passport.silverlabs.uk/auth/login" class="btn btn--ghost">Sign In</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user