https://github.com/proofrock/seif
One time secrets storage
https://github.com/proofrock/seif
Last synced: 9 months ago
JSON representation
One time secrets storage
- Host: GitHub
- URL: https://github.com/proofrock/seif
- Owner: proofrock
- License: gpl-3.0
- Created: 2023-09-21T16:06:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T11:54:25.000Z (over 1 year ago)
- Last Synced: 2025-02-17T14:49:20.786Z (over 1 year ago)
- Language: Go
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seif - one time secrets storage
## v0.3.0
```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:
`docker run --rm -i -p 12321:12321 -v seif:/data ghcr.io/proofrock/seif:latest`
Docker images for AMD64 and AARCH64 are in the 'Packages' section of this repository.