Karol Wypchlo
c9672b0f1d
do not add cache status on this request
2021-01-28 18:16:42 +01:00
Karol Wypchlo
783cff28e6
fix protocol version issue
2021-01-28 18:12:34 +01:00
Karol Wypchlo
4a3fafa9e5
fix docker/nginx/conf.d/client.conf
2021-01-28 15:47:18 +01:00
Karol Wypchlo
1a691038b7
cache only registry calls from hns endpoint
2021-01-28 15:02:51 +01:00
Karol Wypchlo
1177b7cf94
cache registry endpoint for 30s
2021-01-28 14:25:38 +01:00
Karol Wypchlo
203ff0fd84
ensure skylink_rest is local
2021-01-27 13:39:00 +01:00
Karol Wypchlo
5576c223ce
fix hns links redirects
2021-01-27 13:27:41 +01:00
Karol Wypchło
c4a6e71260
reduce directory tree nesting size ( #583 )
2021-01-18 12:33:17 +01:00
Karol Wypchlo
a7cc85acd4
improve nginx cache
2021-01-15 16:11:06 +01:00
Karol Wypchło
83d2aa396e
allow to include previous skynet stats ( #562 )
...
* allow to include previous skynet stats
* explain chunked response
2020-12-10 14:43:59 +01:00
Karol Wypchło
cd7696c97d
fix /portals and /stats rewrites ( #561 )
2020-12-08 12:21:20 +01:00
Ivaylo Novakov
e201b8de8f
Merge pull request #370 from NebulousLabs/drop-health-checks-from-access-log
...
drop health-check endpoint from access.log
2020-12-07 14:13:11 +01:00
Karol Wypchło
92f9ca3efe
improve nginx skylinks cache purging ( #553 )
...
* purge test
* purge test
* purge test
* purge test
* purge test
* purge test
* purge test
* purge test
2020-12-03 12:59:50 +01:00
Karol Wypchlo
ca22cb2c45
limit registry access in nginx
2020-12-01 10:59:45 +01:00
Karol Wypchlo
a03c41130a
use instead of
2020-11-26 16:10:54 +01:00
Karol Wypchlo
701eccbb2d
fix downloading skylink
2020-11-26 15:49:54 +01:00
Karol Wypchło
a0aba97298
add server override includes and redirect legacy endpoints ( #541 )
...
* add server override includes
* adjusting directory name
2020-11-26 11:44:55 +01:00
Peter-Jan Brone
3eaef976cf
Revert wildcard include ( #540 )
...
* Revert wildcard include
* Revert gitignore
2020-11-25 17:26:44 +01:00
PJ
0a028dbc1a
Move ratelimited
2020-11-25 15:30:29 +01:00
PJ
0040aa5be1
rename zones
2020-11-25 15:15:23 +01:00
PJ
7daebd6d04
Add ratelimit mechanism on upload
2020-11-19 17:08:28 +01:00
Karol Wypchlo
05e34b5aaa
rename blacklist to blocklist
2020-11-13 17:29:40 +01:00
Karol Wypchlo
c946014e7c
fix skylink not accessible
2020-11-04 17:28:45 +01:00
Karol Wypchlo
48b1f0d067
tighten if-else and add empty skylink protection
2020-11-04 12:04:24 +01:00
Karol Wypchło
9b09f9ba5c
Update docker/nginx/conf.d/client.conf comment copy
2020-11-04 11:54:38 +01:00
Karol Wypchlo
04ff998beb
support skydb in hns
2020-11-03 16:26:33 +01:00
Karol Wypchlo
4dc3588f81
support skydb in hns
2020-11-03 16:24:56 +01:00
Karol Wypchlo
11186f3fd6
support skydb in hns
2020-11-03 16:18:23 +01:00
Karol Wypchlo
86497337ec
fix nginx conf
2020-10-27 13:36:31 +01:00
Karol Wypchlo
153bed829b
extend registry proxy timeout to 10 minutes
2020-10-26 12:35:31 +01:00
Karol Wypchlo
831defeca3
add /docs proxy
2020-10-16 14:59:36 +02:00
Karol Wypchło
bd724ede60
add registry endpoint ( #473 )
2020-10-15 12:15:10 +02:00
Karol Wypchło
468527c22d
add portal_subdomain to nginx regex and fill documentation ( #435 )
2020-09-29 12:35:34 +02:00
Karol Wypchło
3469943a0b
Support hns subdomains ( #420 )
...
* support hns subdomains
* document feature
2020-09-24 16:33:07 +02:00
Karol Wypchło
279e051207
improve nginx config ( #418 )
...
* improve nginx config
* add support for base32 skylink
2020-09-23 15:51:37 +02:00
Karol Wypchło
22b9c368db
drop legacy upload node support ( #417 )
2020-09-22 11:49:57 +02:00
Karol Wypchło
98cd70faea
Fix broken hns redirect ( #415 )
2020-09-21 18:29:47 +02:00
Karol Wypchlo
8b88331065
drop 404 not found on hnsres error
2020-09-16 17:07:05 +02:00
Karol Wypchlo
936d4ecd0c
add more comments
2020-09-16 14:37:14 +02:00
Karol Wypchlo
54cda20b32
adjust hns endpoint
2020-09-16 14:28:47 +02:00
Karol Wypchlo
06d0466a1c
decrease cache time
2020-09-15 17:27:44 +02:00
Karol Wypchlo
c050948d23
improve caching
2020-09-15 17:22:49 +02:00
Karol Wypchlo
c155fcfa55
move handshake proxy to nginx
2020-09-15 17:13:10 +02:00
PJ
41514c3660
Fix servername regex
2020-09-11 11:21:39 +02:00
Peter-Jan Brone
96aff33135
Wildcard Subdomains ( #329 )
...
* Add server rule and loation block to handle the base32 encoded skylink through the wildcard subdomain
* Instead of redirecting, proxy pass
* Add trailing slash
* Fix regex to handle server names
* Update docker/nginx/conf.d/client.conf
Co-authored-by: Karol Wypchło <kwypchlo@gmail.com>
* Implement PR remarks
* Implement PR remarks
Co-authored-by: Karol Wypchło <kwypchlo@gmail.com>
2020-09-10 17:14:43 +02:00
Karol Wypchło
c2138f1d15
always use request_id path ( #390 )
2020-09-10 16:29:19 +02:00
Karol Wypchlo
44c38faa0b
drop health-check endpoint from access.log
2020-09-04 13:00:27 +02:00
Christopher Schinnerl
93341a3d4d
fix byte range caching ( #362 )
2020-09-01 15:26:48 +02:00
Karol Wypchlo
0a5f51d988
fix merge conflicts resolution errors
2020-08-18 11:11:10 +02:00
Karol Wypchlo
8a21dc8ce1
Merge remote-tracking branch 'origin/master' into docker
2020-08-18 10:55:09 +02:00