Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit 0d5bbcd

Browse files
committed
.sandstorm: add app description
1 parent 11a7ea3 commit 0d5bbcd

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

.sandstorm/description.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Sandpass is a password manager based on the [KeePass][keepass] database
2+
format. It allows you to save, search, share, and generate passwords. All
3+
passwords are encrypted on disk using a master password for additional security
4+
beyond what Sandstorm provides.
5+
6+
Features:
7+
8+
- Grouping of passwords
9+
- Search
10+
- On-disk encryption
11+
- Sharing with viewer, editor, and manager roles
12+
- KeePass 1 database file import/export
13+
- Password generator
14+
15+
Sandpass has not undergone a formal security review: use at your own risk.
16+
17+
[keepass]: http://keepass.info/

.sandstorm/sandstorm-pkgdef.capnp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ const pkgdef :Spk.PackageDefinition = (
4343

4444
pgpKeyring = embed "pgp-keyring",
4545

46-
#description = (defaultText = embed "path/to/description.md"),
47-
# The app's description in Github-flavored Markdown format, to be displayed e.g.
48-
# in an app store. Note that the Markdown is not permitted to contain HTML nor image tags (but
49-
# you can include a list of screenshots separately).
50-
46+
description = (defaultText = embed "description.md"),
5147
shortDescription = (defaultText = "Password manager"),
5248

5349
screenshots = [

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Sandpass
22

3-
Sandpass is a web-based password manager based on the Keepass database format
4-
that runs on [Sandstorm](https://sandstorm.io/).
3+
Sandpass is a web-based password manager based on the [KeePass][keepass]
4+
database format that runs on [Sandstorm][sandstorm].
55

6-
Sandpass is still under development, so expect some rough edges. As such,
7-
Sandpass has not undergone a formal security review.
6+
Sandpass has not undergone a formal security review: use at your own risk.
7+
8+
[keepass]: http://keepass.info/
9+
[sandstorm]: https://sandstorm.io/
810

911
## Installing
1012

0 commit comments

Comments
 (0)