Commit Graph

72 Commits

Author SHA1 Message Date
Brendan Ward
04d08f1258
ENH: Add support for returning missing images as HTTP 404 instead of blank PNGs (#177) 2024-01-17 09:51:41 -08:00
Brendan Ward
8403335a48
Add SSL forwarding to nginx example 2024-01-11 09:44:40 -08:00
Brendan Ward
f3d272e40f
Fix typo, prep for 0.10 release 2023-10-24 08:53:17 -07:00
Brendan Ward
c67091b652
ENH: Update interactive map preview (#176) 2023-10-19 17:17:04 -07:00
Brendan Ward
1225e5c52c
MNT: Switch to Github Container Registry (#168) 2023-03-16 19:35:39 -07:00
Brendan Ward
8e61a6c3b5
MNT: Upgrade dependencies and Go versions (#166) 2023-03-10 17:47:54 -08:00
David Calhoun
084569f213
DOC: fix typo (fromatted -> formatted) (#161) 2023-01-18 08:52:12 -08:00
Chris Mytton
57dfb4da20
Make it easier to copy README code samples (#160) 2023-01-17 08:56:58 -08:00
Brendan C. Ward
f11693bc82
Update to Go 1.19 in CI, set min version to 1.17 2022-10-19 20:01:02 -07:00
Daniel Beadle
c388a3e9e1
Update README.md with "go install" command
~~~
$ go get github.com/consbio/mbtileserver
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.
~~~
2022-04-21 19:18:49 -04:00
Brendan C. Ward
42c1249993
Update start of 0.9, update contributors 2022-02-17 14:07:05 -08:00
Brendan C. Ward
ecd7b51b22
Consolidate get of request host 2022-01-25 09:08:13 -08:00
Brendan Ward
26cd74b442
Add --enable-fs-watch to watch filesystem for changes to tilesets (#122) 2021-12-14 11:23:55 -08:00
Brendan Ward
fee83f0cc5
Migrate to mbtiles-go (#124) 2021-12-14 11:04:41 -08:00
Brendan Ward
dcf21b9a95
Switch to go:embed for embedding templates and static assets (#127) 2021-12-13 17:14:59 -08:00
Brendan C. Ward
f5a18b9bc1
Add attribution to preview maps, per #121 2021-10-30 11:46:08 -07:00
Brendan C. Ward
bd278437f9
Update readme for start of 0.8, update contributors 2021-10-12 10:23:31 -07:00
Christophe Benz
456562dbf9
Update README.md
According to https://github.com/consbio/mbtileserver/pull/100 and the `CHANGELOG.md`, the `--root-url-path` option was renamed to `--root-url`, and the environment variable `ROOT_URL_PATH` was renamed to `ROOT_URL`.

The README should be updated in consequence.
2021-08-25 12:39:00 +02:00
Brendan C. Ward
057db5a2ee
Update Caddy example in README 2021-05-14 10:44:11 -07:00
Brendan C. Ward
8c2e5aceaf
Migrate to github actions for testing 2021-05-13 20:54:27 -07:00
Brendan C. Ward
988a940403
Upgrade JS dependencies and rebuild static assets 2021-05-13 20:12:32 -07:00
Brendan C. Ward
eb93ab424e
Removed vendor directory, now requires Go 1.13+ 2021-05-13 20:01:52 -07:00
Nikolay Korotkiy
e3949ffa63
Fix README (#107) 2021-04-24 09:20:15 -07:00
Brendan Ward
ca4a94e0c5
Refactor of handlers, middleware, command line options (#100) 2020-05-11 11:18:31 -07:00
Brendan C. Ward
f2305b518f
Upgrade docker to Go 1.14 2020-04-02 09:30:00 -07:00
Brendan C. Ward
446c5e4228
Freeze version, fix github action 2020-03-26 13:45:47 -07:00
Brendan C. Ward
a613fe59f4 Refactored how request auth keys are set on a ServiceSet 2020-02-14 06:14:14 -08:00
Brendan C. Ward
72b039d5dd Update documentation for supported Go versions 2020-02-14 05:31:18 -08:00
Brendan C. Ward
1a03eaa843 Clarify use of go generate command 2020-02-12 20:57:36 -08:00
Brendan C. Ward
d55a0bf60e Resolved #85 (template loading issues) 2020-02-12 20:51:01 -08:00
Brendan C. Ward
4422a9c56a Resolved #89, also added sensible default port for --tls and --cert options 2020-02-12 17:09:41 -08:00
Brendan C. Ward
de40ed94a2 Fix bugs in map preview introduced by upgrading d3 deps; drop live examples (not maintained) 2020-02-12 13:23:40 -08:00
Brendan C. Ward
d6c3465ca0 Resolves #90, #91 2020-02-10 20:38:09 -08:00
Brendan C. Ward
acbbd67e36 Clarify domain option 2020-02-06 17:38:01 -08:00
Brendan C. Ward
1043e833a6 Add all-contributors 2019-11-20 13:07:10 -08:00
Brendan C. Ward
6263c3010a Added compiled assets for #84 2019-11-19 20:40:47 -08:00
Brendan Ward
ab619df2e3 Add docker-compose notes to README 2019-09-27 20:10:55 -07:00
Nikolay Korotkiy
b970d46d1a
Add docker-compose.yml 2019-09-27 12:29:13 +03:00
Brendan Ward
62706b39a2 Fix readme 2019-09-04 06:22:29 -07:00
Brendan Ward
7ed8ab0fd8 Updated Docker instructions in README 2019-09-03 16:07:53 -07:00
Brendan Ward
db117ddc31 README updates 2019-09-02 09:51:31 -07:00
Brendan Ward
4d1cdc7e8f Updated docker build process and added instructions 2019-08-30 19:15:08 -07:00
Nik Molnar
c873e74160
Fixes for graceful reload (#72)
* Give time for new child process to start on reload

* Make reload an optional feature (off by default)

* Fix typo
2019-07-02 08:58:13 -07:00
Nik Molnar
3d4efd52f5
Add support for graceful reload (#69)
* Add support for graceful reload

* Restart child process on accidental shutdown

* Don't fork during shutdown

* Reorder imports

* Add reload instructions to docs
2019-06-06 10:43:38 -07:00
Brendan Ward
d5769a03af Updated env vars and readme 2019-06-02 06:42:45 -07:00
Mihail
e49102f55b Environment args (#70)
Add env for all arguments and info about env usage
2019-06-02 21:21:38 +08:00
Brendan Ward
01e5398a10 Migrate to go modules 2019-03-23 08:32:54 -07:00
Brendan Ward
421604c5cd Updates to Autocert per breaking changes from LetsEncrypt 2019-03-22 20:41:59 -07:00
Nik Molnar
341c8024bf
Add support for HMAC-based per-service authentication (#68)
* Add suppor for hmac-based authentication

* Increase signature max age

* Refactor request handling, date errors

* Update readme with signature info

* Fix typo, add function comment
2019-03-13 08:52:49 -07:00
Brendan Ward
ada6a9290b Updated readme 2019-02-13 05:35:17 -08:00