lukaszlach / satis-server

:whale: Private, self-hosted Composer/Satis repository with unlimited private and open-source packages and support for Git, Mercurial, and Subversion. HTTP API, HTTPs support, webhook handler, scheduled builds, Slack and HipChat integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirror Files Location

cjsfj opened this issue · comments

commented

Maybe I'm missing something, but is this supposed to mirror all of the upstream packages it finds? I am looking to use this as a behind-firewall mirror for a network that may not have internet access.

Thanks,

CJ

commented

Figured out this isn't set up by default. One needs to add the "archive" key to the satis.json to enable the built-in satis local download.

    "archive": {
        "directory": "dist",
        "format": "zip",
        "skip-dev": true
    },

https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md#downloads