some readme fixes

This commit is contained in:
moom0o 2023-04-08 12:52:17 -04:00 committed by GitHub
parent ce029cc0e8
commit 5ae779c455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -12,7 +12,7 @@ The main reason why I created this is because Google Maps isn't a good replaceme
If you want to try it out, there are publicly available instances:
| **URL** | **Country** | **Status** | **Hosted By** |
|------------------------------------------------|-------------|------------|---------------|
| [map.moomoo.me](https://map.moomoo.me) | USA | Up | @moom0o |
| [maps.moomoo.me](https://maps.moomoo.me) | USA | Up | @moom0o |
| [map.winscloud.net](https://map.winscloud.net) | TH | Up | @WinsDominoes |
## Quick start
@ -65,17 +65,19 @@ There are many options in the config file that might confuse you, so here's a si
**Scenario 1 - Public Instance**
This example is for those who are hosting a public instance, your https, host and port would look something like this. Change `map.winscloud.net` to your domain.
This example is for those who are hosting a public instance, your https, host and port would look something like this. Change `maps.moomoo.me` to your domain.
You must use a nginx reverse proxy pointing to localhost:7000 for this to work.
```
{
"https": true,
"host": "map.winscloud.net",
"port": null
"host": "maps.moomoo.me",
"port": 7000
}
```
Your **authorized JavaScript origin** would be: `https://map.winscloud.net`
Your **authorized JavaScript origin** would be: `https://maps.moomoo.me`
Your **authorized redirect URIs** would be: `https://map.winscloud.net/auth/` (don't forget the slash after `auth`)
Your **authorized redirect URIs** would be: `https://maps.moomoo.me/auth/` (don't forget the slash after `auth`)
**Scenario 2 - Private Instance**
@ -92,4 +94,4 @@ Your **authorized JavaScript origin** would be: `http://localhost:7000`
Your **authorized redirect URIs** would be: `http://localhost:7000/auth/` (don't forget the slash after `auth`)
## Support
If you have any questions about how to set this up or about the source code, feel free to ask either **moom0o** (moo#0529 on Discord) or **WinsDominoes** (Win#7206 on Discord).
If you have any questions about how to set this up or about the source code, feel free to ask either **moom0o** (moo#0529 on Discord) or **WinsDominoes** (Win#7206 on Discord).