updated with Action Runner

This commit is contained in:
2026-06-21 17:03:02 +03:30
parent ab461a5c08
commit 4c2da84795
14 changed files with 525 additions and 221 deletions
+33 -4
View File
@@ -18,6 +18,7 @@ The platform hosts source control, project management, video conferencing, conta
| OpenProject | https://team.silveressence.net |
| Portainer | https://portainer.silveressence.net |
| Jitsi Meet | https://meet.silveressence.net |
| BaGet | https://nuget.silveressence.net |
---
@@ -30,7 +31,9 @@ Purpose:
* Git repositories
* Pull requests
* Issue tracking
* Future CI/CD integration
* Gitea Actions enabled globally
* Self-hosted Actions runner operational
* NuGet package publishing to BaGet
Authentication:
@@ -108,6 +111,34 @@ Purpose:
---
### BaGet
Purpose:
* Private NuGet package hosting
* Internal Silver.* package distribution
Access:
* Routed through Nginx Proxy Manager
* https://nuget.silveressence.net
---
### Gitea Actions Runner
Purpose:
* Execute Gitea Actions workflows
* Build and package Silver 2.0 libraries
* Publish NuGet packages to BaGet
Status:
* Global runner operational as `silverlinux-runner`
---
## Shared Infrastructure
### Docker
@@ -172,8 +203,7 @@ All shared credentials are stored in:
### Phase 2
* Deploy BaGet
* Configure private NuGet feeds
* Expand package publishing to additional repositories
### Phase 3
@@ -181,7 +211,6 @@ All shared credentials are stored in:
### Phase 4
* Implement CI/CD pipelines
* Automated deployment to Windows IIS servers
---