-
Notifications
You must be signed in to change notification settings - Fork 0
NNM
I would not mention everything but refence to three instructions:
-
First, obtain a desired RSS feed using info from nnmclub.to topic - it is in Russian and could be not available in your location, use a proxy/VPN to access it;
-
Then, create a Cloudflare Worker that will proxy a link to download torrents - look for instruction and code on this GitHub Gist;
-
And now...
For ad purposes but yet needed step if you do not have a server with white static IP: buy some virtual (sometimes called cloud) server. I recommend:
The lower - the cheaper. Be careful with Rifty, some - the cheapest ones - pricing plans do not offer a white static IP. You will need to be more techy guy to resolve this problem if choose such a plan.
All right, bought a server? Now...
-
Connect to your server via SSH:
ssh your_username@your_server_ip -
Create a directory for the project deployment:
mkdir -p /path/to/nnmclub-rss cd /path/to/nnmclub-rss -
Create the docker-compose file:
nano docker-compose.ymlThen paste the contents from: e:\Dev\Backend\nnmclub-rss\docker-compose.yml
-
Start the project:
docker-compose up -d -
Manage the project:
docker-compose logs -f # To follow logs docker-compose stop # To stop the project docker-compose start # To start after stopping -
Access the Proxy Feed:
- Once deployed, access the transformed RSS feed at:
http://your_server_ip:5000/feed
- Once deployed, access the transformed RSS feed at: