You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alt="spacebin - hastebin fork focused on stability and maintainability"
6
6
/>
@@ -17,24 +17,28 @@ Spacebin was designed to be fast and reliable, avoiding the problems of many cur
17
17
18
18
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).
19
19
20
+
> [!IMPORTANT]
21
+
> **Try our public online version at [https://spaceb.in](https://spaceb.in)**!
22
+
20
23
**Features:**
21
24
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
24
27
-[x] Phrase and random string identifiers.
25
-
-[x] Custom documents that are always available.
28
+
-[x] Custom named documents that are always available.
26
29
-[x] Configurable ratelimiting, expiration, compression, etc.
27
30
-[x] Modern, JavaScript-free user interface
28
31
-[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
30
34
-[ ] Password-protected encrypted pastes
31
35
-[ ] Paste collections
32
36
-[ ] Reader view mode (Markdown is formatted and word wrapping is enabled)
33
37
-[ ] QR Codes
34
-
-[ ] Image uploading
35
38
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).
38
42
39
43
## Table of Contents
40
44
@@ -57,6 +61,9 @@ Pastebins are a type of online content storage service where users can store pla
57
61
58
62
## Documentation
59
63
64
+
> [!TIP]
65
+
> Need support? Visit our [Discussions](https://github.com/lukewhrit/spacebin/discussions) tab to get help from the community.
0 commit comments