There is an easy-to-use docker container for TON Proxy:
https://github.com/kdimentionaltree/ton-proxy-docker
You can run TON Proxy on your server in a few simple steps below if you already have some website running on port 80.
git clone https://github.com/kdimentionaltree/ton-proxy-docker.git
cd ton-proxy-docker
docker-compose build
./init.sh
docker-compose up -d
Also note that on 4th step you will get some output in terminal that is important. You will see two separate strings, one of these will be lower-case. It is ADNL address of your server so URL to open it will look like:ufbeczhf4ayygzjnvzgnmiko4vacfkqte34khurt5nfvxwvsem7dued.adnl
After your website is available with raw ADNL address, you can add the DNS record on dns.ton.org to link it with your domain.
Then you need to install and configure rldp-http-proxy. Here is a step by step guide: https://ton.org/docs/#/web3/sites-and-proxy?id=running-ton-site
Hey, I think this feature is very important and needs a visual explanation if possible, there are some unclear points, like where will the data be hosted?
Will the service be completely dependent on TON, or does it have to be traditional hosting as well?
The available information is insufficient.