Correct self-hosting instructions in README #5
Manually merged
kytta
merged 0 commits from Tealk/toot:main
into main
5 days ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'Tealk/toot:main'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Here is a suggestion for the issue #4 that I opened
I haven't worked with apache for a very long time, I need to see how the reverse proxies settings were there
WIP: update readmeto update readme 5 months agoThank you for this PR! I would definitely strugglr with Apache and Nginx configs 😅
I have left some comment with wishes for improvements — could you take a look?
```sh
node api/toot.js
pm2 start api/toot.js --watch --ignore-watch="node_modules"
I'd leave both variants for people who don't want to use pm2
1. Apache
```
Add
apache
orapacheconf
so that the syntax is highlighted2. Nginx
```
Add
nginx
ornginxconf
so that the syntax is highlightedThe repo banner includes Mastodon’s ‘Full’ logo, licensed under [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html).
----
---
Please, revert the Prettier formatting: it is ignored for Markdown files
i don't quite understand this, i've been formatting all my md files with it for a very long time now
prittier has support for markdown since 1.8: https://prettier.io/blog/2017/11/07/1.8.0.html
according to the markdown documents i have read 3 strokes are the standard
Another idea: adding config examples for Caddy and/or Traefik? I have seen many people use them nowadays 🤔
update readmeto Correct self-hosting instructions in README 5 months agoI only know the name of Caddy and/or Traefik, I have never worked with it.
Thank you for all the changes @Tealk! Sorry for not getting to you back sooner; I have had rough times... 😅 I hope that I can find time until the end of the week to finally review your changes.
then i hope the times will be better now
911f27f54a
into main manually 5 days agoReviewers
911f27f54a
.