notea-org / notea

📒 Self hosted note taking app stored on S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addition to readme - Scaleway

pwlgrzs opened this issue · comments

Hello,
I have no clue how to add PR for readme, so hopefully this will do (if even needed ;) ).
I am using Scaleway S3 for notea and this is how the env should look like when using this storage:

STORE_ACCESS_KEY=
STORE_SECRET_KEY=
STORE_BUCKET=notea
STORE_END_POINT=https://s3.pl-waw.scw.cloud
STORE_REGION=pl-waw
STORE_FORCE_PATH_STYLE=true
PASSWORD=notea
commented

Hi!
To submit a PR for simple files like the README, you can use GitHub's in-built editor, by pressing the pen button:
edit-readme
(Note: You need to view the README file before the pen button comes up)
Doing so will automatically create a fork for you (once you commit the changes), and from there you can make a PR.