Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proofrock committed Dec 16, 2024
1 parent 87c8921 commit c35fd87
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Seif - one time secrets storage
## v0.2.0

## v0.2.1

```text
Usage of ./seif:
-db string
The path of the sqlite database (default "./seif.db")
-default-days int
Default retention days to allow, proposed in GUI (default 3)
-max-bytes int
Maximum size, in bytes, of a secret (default 1024)
-max-days int
Maximum retention days to allow (default 3)
-port int
Port (default 34543)
```

Simple install, with docker:

Expand Down
6 changes: 3 additions & 3 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seif",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit c35fd87

Please sign in to comment.