Skip to content

Commit a7d6c3b

Browse files
Update README
1 parent ebfdbc7 commit a7d6c3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!WARNING]
44
> This project is still a work in progress. Do not use in production.
55
6-
A storage implementation for [Caddy](https://caddyserver.com/) that uses PostgreSQL as the backend.
6+
A storage implementation for [Caddy](https://caddyserver.com/) / [certmagic](https://github.com/caddyserver/certmagic) that uses PostgreSQL as the backend.
77

88
- ✅ Supports all Caddy storage operations
99
- ✅ Directories semantics fully implemented (e.g. listing objects in a directory)
@@ -21,6 +21,12 @@ Build the module into your Caddy binary:
2121
xcaddy build --with github.com/dmarcwise/caddy-storage-postgresql
2222
```
2323

24+
You can pin a specific commit with:
25+
26+
```shell
27+
xcaddy build --with github.com/dmarcwise/caddy-storage-postgresql@<commit-hash>
28+
```
29+
2430
Configure Caddy to use the PostgreSQL storage module. Example `Caddyfile`:
2531

2632
```caddy

0 commit comments

Comments
 (0)