Giter Site home page Giter Site logo

Empty Downloads about openseedbox HOT 5 CLOSED

openseedbox avatar openseedbox commented on May 29, 2024
Empty Downloads

from openseedbox.

Comments (5)

erindru avatar erindru commented on May 29, 2024

What's your nginx config? You need to also set it up to expose your transmission 'complete' folder. Also have the files themselves actually downloaded correctly before you try and transfer them via nginx?

from openseedbox.

sweatbar avatar sweatbar commented on May 29, 2024

events {
worker_connections 4096; ## Default: 1024
}

http {
server_tokens off;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";

server {
    listen 80;
    server_name seedbox.domain.net;

    gzip on;
    gzip_types "text/plain" "text/xml" "application/json";
    gzip_comp_level 9;

    merge_slashes off;

proxy_method GET;

    location / {
            proxy_set_header Host $http_host;
            proxy_set_header X-Forwarded-Proto http;
            proxy_pass http://localhost:9001;
            more_clear_headers "Set-Cookie" "X-Archive-Files";
    }

    location /protected {

internal;
alias /root/src/openseedbox/completed;
}
}

}

This is my nginx configuration is there any mistakes in this one?

from openseedbox.

sweatbar avatar sweatbar commented on May 29, 2024

And how to make the complete folder of transmission expose? Please help.

from openseedbox.

erindru avatar erindru commented on May 29, 2024

Hmm, the folder should be /root/src/openseedbox/complete, not /root/src/openseedbox/completed (assuming that backend.base.path is set to /root/src/openseedbox/ in application.conf)

When you download a torrent, do you see progress? And do the files get created in /root/src/openseedbox/complete?

from openseedbox.

sweatbar avatar sweatbar commented on May 29, 2024

Its downloading now thanks.

from openseedbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.