Skip to content

Commit 904f9a4

Browse files
committed
chore: stop image building on pull requests + update readme
1 parent 51d175e commit 904f9a4

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches: [main]
66
tags: ['v*']
7-
pull_request:
8-
branches: [main]
97

108
env:
119
REGISTRY: ghcr.io

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,30 @@ Peeper is currently in alpha development. Guides and documentation are coming so
1313

1414
## Features
1515
- [x] Add and manage your databases.
16-
- [x] Query your databases with a SQL editor.
16+
- [x] Query your databases with a SQL editor and view history.
1717
- [x] Visualize your data with a data viewer.
1818
- [ ] Export your data to a file.
1919
- [ ] Import your data from a file.
2020
- [ ] Add and manage your storage providers.
2121
- [ ] Upload and download files to your storage providers.
22+
- [ ] Multi-tenancy with role-based access control.
23+
- [ ] SSO with relevant providers.
24+
- [ ] 2 Factor Authentication
2225

2326
## Supported Databases
2427
- [x] Postgres
28+
- [ ] SQLite (including Turso and other LibSQL providers)
2529
- [ ] MySQL
26-
- [ ] MongoDB
2730
- [ ] Redis
28-
- [ ] Elasticsearch
29-
- [ ] ClickHouse
30-
- [ ] Snowflake
3131

3232
## Supported Storage Providers
33-
- [ ] S3
33+
- [ ] AWS S3
34+
- [ ] Hetzner Object Storage
35+
- [ ] Digital Ocean Spaces
36+
- [ ] Cloudflare R2
37+
- [ ] Wasabi
38+
- [ ] Minio
39+
- [ ] Other (Custom)
3440

3541
## Preview
3642
![Peeper Screenshot](./.github/assets/screenshot.webp)

0 commit comments

Comments
 (0)