Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
How do I store a TON site on TON storage?

I have a storage node & bag in TON storage, and this bag can be obtained from network by other nodes. I set the "site" DNS entry to the bagId (with checkbox 'hosted in TON storage'). But the site doesn't open via public ton proxies, and I can't make it working via rldp-http-proxy (it generates too many logs and I can't find anything there).

Are there any working examples of a TON site hosted in TON storage?


This question was imported from telegram Chat: https://t.me/tondev_eng/27758

1
1
Posted 11 months ago
  
  

You could try tonutil-proxy https://github.com/xssnick/Tonutils-Proxy

Jeremy   11 months ago Report
Votes Newest

Answers

3K Views
0 Answers
11 months ago
11 months ago
Tags