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
1. Fork repo. It is recommended to install the **[<imgsrc="https://prod.download/pull-18h-svg"valign="bottom"/> Pull app](https://github.com/apps/pull)** for automatic synchronization.
2.[Choose Storage](#storage) and **manually create bucket**.
32
29
3.[Deploy App](#deploy)
33
30
@@ -65,7 +62,8 @@ docker run -d \
65
62
containrrr/watchtower -c notea
66
63
```
67
64
68
-
If you are looking for MinIO + Notea docker configuration [check this](https://www.reddit.com/r/selfhosted/comments/n0jacf/notea_selfhosted_notetaking_app_stored_on_s3_aka/gw89iyo?utm_source=share&utm_medium=web2x&context=3)
| PASSWORD | Password to login to the app ||| true |
164
162
| STORE_ACCESS_KEY | AccessKey ||| true |
165
163
| STORE_SECRET_KEY | SecretKey ||| true |
@@ -184,16 +182,20 @@ yarn dev
184
182
185
183
### What is S3? And what is MinIO?
186
184
187
-
- Amazon Simple Storage Service (AKA Amazon S3). TLDR: Read and write stored files or pictures through RESTful API.
188
-
- MinIO: a self-hosted S3. Install by docker: `docker run -p 9000:9000 minio/minio server /data`
185
+
-Amazon Simple Storage Service (AKA Amazon S3). TLDR: Read and write stored files or pictures through RESTful API.
186
+
-MinIO: a self-hosted S3. Install by docker: `docker run -p 9000:9000 minio/minio server /data`
189
187
190
188
### Why not use Database?
191
189
192
-
Personally speaking, the data stored in Notea is mainly files (such as text or pictures) but the database is not good at reading and writing these type of files; S3 can generate a signed URL to access the remote files, but the database cannot do it.
190
+
Personally speaking, the data stored in Notea is mainly files (such as text or pictures) but the database is not good at
191
+
reading and writing these type of files; S3 can generate a signed URL to access the remote files, but the database
192
+
cannot do it.
193
193
194
194
### Why not use filesystem storage?
195
195
196
-
There are many excellent offline note-taking apps supporting filesystem storage available. However, I couldn't find a APP that supports both self-hosted and easy to manage the synchronized data. The purpose of this project is to mitigate the above pain-point.
196
+
There are many excellent offline note-taking apps supporting filesystem storage available. However, I couldn't find an
197
+
APP that supports both self-hosted and easy to manage the synchronized data. The purpose of this project is to mitigate
198
+
the above pain-point.
197
199
198
200
## Backers
199
201
@@ -203,7 +205,8 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
203
205
204
206
## Sponsors
205
207
206
-
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/notea#sponsors)]
208
+
Support this project by becoming a sponsor. Your logo will show up here with a link to your
209
+
website. [[Become a sponsor](https://opencollective.com/notea#sponsors)]
0 commit comments