docs: add container registry URL to deployment docs and README
All checks were successful
PR Tests / Lint, Build & Test (pull_request) Successful in 5m0s
Security Scan / Go Vulnerability Check (pull_request) Successful in 4m46s

This commit is contained in:
2026-04-05 19:45:47 +02:00
parent be05dd5eac
commit 025d23e5a6
2 changed files with 18 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ Join the **Keywarden Matrix chat** to discuss the project, ask questions, or sha
|---|---|
| **Primary (Gitea)** | [git.techniverse.net/scriptos/keywarden](https://git.techniverse.net/scriptos/keywarden) |
| **Mirror (GitHub)** | [github.com/pscriptos/keywarden](https://github.com/pscriptos/keywarden) |
| **Container Registry** | [git.techniverse.net/scriptos/-/packages/container/keywarden](https://git.techniverse.net/scriptos/-/packages/container/keywarden) |
The **primary repository** is hosted on Gitea. The GitHub repository is a read-only mirror.

View File

@@ -8,7 +8,23 @@ Keywarden is designed as a single-container application with an embedded SQLite
### Docker Image
Build from source or use the pre-built image:
Keywarden provides pre-built Docker images via the container registry:
**Container Registry:** [git.techniverse.net/scriptos/-/packages/container/keywarden](https://git.techniverse.net/scriptos/-/packages/container/keywarden)
Pull the latest image:
```bash
docker pull git.techniverse.net/scriptos/keywarden:latest
```
Or pull a specific version:
```bash
docker pull git.techniverse.net/scriptos/keywarden:v0.1.1-alpha
```
Alternatively, build from source:
```bash
# Build from source