Skip to content

Commit 737730b

Browse files
committed
docs(readme.md): update
1 parent 53e5c99 commit 737730b

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<img
3-
width="800"
3+
width="600"
44
src="https://raw.githubusercontent.com/lukewhrit/spacebin/main/.github/assets/spacebin-text-logo/Spacein%20Text.svg"
55
alt="spacebin - hastebin fork focused on stability and maintainability"
66
/>
@@ -17,24 +17,28 @@ Spacebin was designed to be fast and reliable, avoiding the problems of many cur
1717

1818
Pastebins are a type of online content storage service where users can store plain text document, e.g. program source code. For more information and the history of Pastebin see Wikipedia's [article on them](https://en.wikipedia.org/wiki/Pastebin).
1919

20+
> [!IMPORTANT]
21+
> **Try our public online version at [https://spaceb.in](https://spaceb.in)**!
22+
2023
**Features:**
2124

22-
- [x] 99% self-contained: only requires Postgres to run.
23-
- [x] Raw text and file uploading
25+
- [x] 99% self-contained: only requires a database to run.
26+
- [x] Raw text and code uploading
2427
- [x] Phrase and random string identifiers.
25-
- [x] Custom documents that are always available.
28+
- [x] Custom named documents that are always available.
2629
- [x] Configurable ratelimiting, expiration, compression, etc.
2730
- [x] Modern, JavaScript-free user interface
2831
- [x] Syntax highlighting for all the most popular languages and Raw text mode
29-
- [x] SQLite Support
32+
- [x] SQLite and PostgreSQL Support
33+
- [x] Basic Auth for private instances
3034
- [ ] Password-protected encrypted pastes
3135
- [ ] Paste collections
3236
- [ ] Reader view mode (Markdown is formatted and word wrapping is enabled)
3337
- [ ] QR Codes
34-
- [ ] Image uploading
3538

36-
> [!TIP]
37-
> **Try our public online version at [https://spaceb.in](https://spaceb.in)**!
39+
**Vote on future features: [Image/file uploading](https://github.com/lukewhrit/spacebin/discussions/446), [Account system](https://github.com/lukewhrit/spacebin/discussions/447)**
40+
41+
Looking for a URL shortener too? Try [redeyes](https://github.com/lukewhrit/redeyes).
3842

3943
## Table of Contents
4044

@@ -57,6 +61,9 @@ Pastebins are a type of online content storage service where users can store pla
5761

5862
## Documentation
5963

64+
> [!TIP]
65+
> Need support? Visit our [Discussions](https://github.com/lukewhrit/spacebin/discussions) tab to get help from the community.
66+
6067
### Self-hosting
6168

6269
#### Using Docker

0 commit comments

Comments
 (0)