Skip to content

Commit f7b8268

Browse files
committed
* Add HTTPS Requirement for CORS
* Adjust contributing information to reflect file changes and recommendations about pull requests.
1 parent f60a245 commit f7b8268

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ It is finally here. There is now a way to search all of Myrient's offerings.
44
# Resource Requirements
55
- 1.5GB-ish of memory for the initial crawl (can be reduced by tweaking environment variables at the cost of slower indexing)
66
- 800MB-ish of memory for running the server
7+
- HTTPS for some CORS functions to work correctly.
78

89
# Self-Hosting
910

@@ -69,5 +70,6 @@ For the SSL certificate you can use certbot via the `certbot -d servername.tld`
6970
[Additional Information for Certbot Setup](https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04)
7071

7172
# Contributing
72-
You know the usual fluff.
73-
Is there a missing category or string association? `lib/categories.json` and `lib/searchalikes.json` can both updated to include these. If you do update/improve these, please put in a pull request so that it can be added to the public hosted server, as well.
73+
You know the usual fluff.
74+
Is there a missing category or string association? `lib/categories.json` and any of the files under `lib/json/relatedkeywords` can both updated to include these. If you do update/improve these, please put in a pull request so that it can be added to the public hosted server, as well.
75+
Pull requests are always welcome. Make sure to make any changes clear in your pull request, and if possible, run any files you've modified through prettier.

0 commit comments

Comments
 (0)