Questions tagged [toran-proxy]

A Composer proxy for speed and reliability

From its website:

A Composer proxy for speed and reliability.

Toran acts as a proxy for Packagist and GitHub. It is meant to be set up on your own server or even inside your office.

Resources

See also

10 questions
3
votes
3 answers

Composer warning when trying to get a required private library from toran

When my composer attempts to get a private library from toran, I get this warning: Warning from https://toran.dev.lan/repo/packagist: The original providers could not be fetched Running composer require app/client:^6.0…
J. Doe
  • 157
  • 1
  • 8
2
votes
2 answers

PHP Memory Limit for Toran Proxy

Im setting up toran proxy to use with our private packages. Im mostly there and testing. I have Toran Proxy set up on a basic lamp stack on digital ocean and its is configured correctly (from what i know). But when running composer install (on my…
Tom Burman
  • 947
  • 3
  • 15
  • 37
2
votes
2 answers

Why is the Gitlab instance accessible from multiple subdomains?

I have a ubuntu 14.04 server on Digital Ocean where I am running a Gitlab instance, which is accessible from repo.mydomain.com I want to set up a toran instance, which must be accessible from toran.mydomain.com However, I noticed that for every…
Nazeem
  • 746
  • 1
  • 10
  • 29
1
vote
1 answer

Toran Proxy private repositories authentication

I'm trying to add an private repository in Toran Proxy. However, it ends up with an authentication failure. How to setup the authentication for toran proxy? Any help would be nice. Thx.
user3303589
1
vote
1 answer

Disable https in toran proxy config

I was trying to add an private repository which is channeled by http (not https) in toran proxy. However, if I add this repository, toran comes up with this message: [Composer\Downloader\TransportException] Your configuration does not allow…
user3303589
0
votes
1 answer

Failed to download vendor/package from source... isn't in the same repository

I'm trying to get the new revision from SVN and updating my composer.lock but I get this error: (I'm using toran proxy) Failed to download vendor/package from source: Package could not be downloaded, svn: E170000:…
Tanguy Bernard
  • 274
  • 5
  • 15
0
votes
1 answer

issue in toran proxy after update to v1.4.4 with private repositories

After update toran-proxy to v1.4.4, I have an issue with private repositories. The following message appeared when updating my private repository : [Composer\Downloader\TransportException] The 'https://bitbucket.org/site/oauth2/access_token' URL…
Maher El Gamil
  • 89
  • 1
  • 10
0
votes
1 answer

Updating mirrors in composer.lock?

Is there a way to update the .lock file regarding mirrors, without updating versions? I've started using toran, but it appears composer install is still using github for installing. composer update updated some libraries, but many of the ones I'm…
rrehbein
  • 4,120
  • 1
  • 17
  • 23
0
votes
2 answers

why toran generate package json with domain : examle.org?

I do as toran proxy document step by step, but i occur a problem I have configure toran_host and toran_prot in parameters.yml, but generated package josn remain using the the domain example.org Package.json I try to find issue source, but the…
jamlee
  • 1,234
  • 1
  • 13
  • 26
0
votes
2 answers

Composer can't find a satisfiable package version

I'm using Toran as a packagist proxy and as my main private repository listing. I have added a private component, hosted on bitbucket. The following is the component's composer.json: { "name": "naroga/metronic-bundle", "authors": [ …
Pedro Cordeiro
  • 2,085
  • 1
  • 20
  • 41