diff --git a/README.md b/README.md index b227fb7..42ed4a2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ That's why all your data is saved on your atproto personal data server, so you c Should blento.app shut down at some point, someone else can also spin up a new version that shows all blentos (note: it's MIT licensed so you _could_ do that now too and offer a competing service, but please don't (except for self-hosting your own profile ofc), legal != nice). -One other note: for most independence I encourage everyone to get their own domain see [how to setup a custom domain](./docs/CustomDomain.md), selfhosting on the other hand while currently possible is not encourage *yet* before this project reaches a more stable state (if you do want to selfhost though, see [here](./docs/Selfhosting.md)). +One other note: for most independence I encourage everyone to get their own domain see [how to setup a custom domain](./docs/CustomDomain.md), selfhosting on the other hand while currently possible is not encourage _yet_ before this project reaches a more stable state (if you do want to selfhost though, see [here](./docs/Selfhosting.md)). ## Making Custom cards diff --git a/docs/CustomCards.md b/docs/CustomCards.md index 0745272..1cee8f9 100644 --- a/docs/CustomCards.md +++ b/docs/CustomCards.md @@ -9,4 +9,4 @@ Notes: - in light/dark mode - with and without colored cards - in edit mode and not in edit mode - - on mobile and desktop (note that there's two different mobile "modes", one dependent on screen size and one enabled when pointer: coarse) \ No newline at end of file + - on mobile and desktop (note that there's two different mobile "modes", one dependent on screen size and one enabled when pointer: coarse) diff --git a/docs/Selfhosting.md b/docs/Selfhosting.md index 3865c29..3108277 100644 --- a/docs/Selfhosting.md +++ b/docs/Selfhosting.md @@ -1,10 +1,9 @@ # Selfhosting with cloudflare workers -I currently advise everyone to *not* selfhost, as long as this project is still in the beginning stages with lots of changes every day, isntead I'd suggest setting up a custom domain (see [here](./CustomDomain.md)) and only later once this project is more stable to selfhost, thanks to the magic of atproto, you'll just have to change where your domain points to and setup the selfhosted version and your content will magically transfer over. +I currently advise everyone to _not_ selfhost, as long as this project is still in the beginning stages with lots of changes every day, isntead I'd suggest setting up a custom domain (see [here](./CustomDomain.md)) and only later once this project is more stable to selfhost, thanks to the magic of atproto, you'll just have to change where your domain points to and setup the selfhosted version and your content will magically transfer over. If you do still want to give selfhosting a try now, some features/cards may break on your selfhosted version, in that case sync with the upstream repo. - 1. fork this repo 2. create a cloudflare worker application and connect it to your fork 3. change the vars in `wrangler.jsonc` (including https:// in the PUBLIC_DOMAIN var!)