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
feat: update README with SaaS details and self-hosting instructions
- Added a new section for getting started with the official SaaS, highlighting its benefits and ease of use.
- Expanded the self-hosting section to clarify requirements and provide a tip for users to consider the SaaS option.
- Included links to official documentation for further guidance on setup and advanced usage.
- Updated related links to reflect the official SaaS and documentation resources.
Signed-off-by: Innei <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+36-3Lines changed: 36 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,26 @@ Afilmory (/əˈfɪlməri/, "uh-FIL-muh-ree") is a term created for personal phot
8
8
9
9
A modern photo gallery website built with React + TypeScript, supporting automatic photo synchronization from multiple storage sources (S3, GitHub), featuring high-performance WebGL rendering, masonry layout, EXIF information display, thumbnail generation, and more.
10
10
11
-
Live Photo Galleries:
11
+
## 🚀 Get Started in Seconds
12
+
13
+
**👉 [Use the Official SaaS](https://afilmory.art/) - No setup required!**
14
+
15
+
The easiest way to create your photo gallery is through our hosted service at **[afilmory.art](https://afilmory.art/)**. Sign up, connect your storage, and your gallery is live in minutes—no deployment, no servers, no maintenance.
16
+
17
+
### Why Use the Official SaaS?
18
+
19
+
- ✅ **Zero setup** - No configuration, no deployment, no infrastructure management
20
+
- ✅ **Live CMS** - Edit photos, titles, and metadata in real-time without rebuilding
21
+
- ✅ **Custom domains** - Bind your own domain with DNS verification
22
+
- ✅ **Automatic updates** - Always running the latest version with new features
23
+
- ✅ **Managed infrastructure** - We handle scaling, backups, and maintenance
24
+
- ✅ **Built-in billing** - Flexible plans with usage-based pricing
25
+
26
+
[**Get Started Now →**](https://afilmory.art/)
27
+
28
+
---
29
+
30
+
### Live Photo Galleries
12
31
13
32
-https://afilmory.innei.in
14
33
-https://gallery.mxte.cc
@@ -77,7 +96,11 @@ Designed with adapter pattern, supporting multiple storage backends:
77
96
-**Eagle Storage** - Using Eagle app library as image storage
78
97
-**Local File System** - Local storage for development and testing
79
98
80
-
## 🚀 Self-Host
99
+
## 🛠️ Self-Host (Advanced)
100
+
101
+
If you prefer to host Afilmory yourself, you can deploy it on your own infrastructure. This requires more technical knowledge and ongoing maintenance.
102
+
103
+
> **💡 Tip**: For most users, we recommend using the [official SaaS](https://afilmory.art/) instead. Self-hosting is best suited for developers who need full control over their deployment or have specific infrastructure requirements.
81
104
82
105
### Option A: Docker (recommended)
83
106
@@ -91,6 +114,8 @@ Designed with adapter pattern, supporting multiple storage backends:
91
114
92
115
Looking for developer commands, environment variables, and builder config details? See `DEVELOPMENT.md`.
93
116
117
+
For detailed self-hosting instructions, see the [Documentation](https://docs.afilmory.art).
118
+
94
119
## 🔧 Advanced Usage
95
120
96
121
### Custom Storage Provider
@@ -128,9 +153,17 @@ export async function customImageProcessor(buffer: Buffer) {
0 commit comments