Skip to content

Commit 029b3df

Browse files
committed
Rename ISAAC to the GMTA namespace
The project was transfered since the organisation no longer exists.
1 parent 711fac6 commit 029b3df

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2020 ISAAC Software Solutions B.V.
3+
Copyright (c) 2017-2024 Jelle Raaijmakers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Velocita
22

3-
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/isaaceindhoven/velocita-proxy?sort=semver)](https://hub.docker.com/r/isaaceindhoven/velocita-proxy)
4-
[![Docker Pulls](https://img.shields.io/docker/pulls/isaaceindhoven/velocita-proxy)](https://hub.docker.com/r/isaaceindhoven/velocita-proxy)
5-
[![License](https://img.shields.io/github/license/isaaceindhoven/velocita-proxy)](https://github.com/isaaceindhoven/velocita-proxy/blob/master/LICENSE)
3+
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/gmta/velocita-proxy?sort=semver)](https://hub.docker.com/r/gmta/velocita-proxy)
4+
[![Docker Pulls](https://img.shields.io/docker/pulls/gmta/velocita-proxy)](https://hub.docker.com/r/gmta/velocita-proxy)
5+
[![License](https://img.shields.io/github/license/gmta/velocita-proxy)](https://github.com/gmta/velocita-proxy/blob/master/LICENSE)
66

77
Velocita is a caching reverse proxy for Composer repositories and package distribution locations, such as Packagist or GitHub.
88

@@ -16,7 +16,7 @@ Velocita is a caching reverse proxy for Composer repositories and package distri
1616
There are two parts to Velocita:
1717

1818
* Velocita Proxy, a caching reverse proxy
19-
* [Composer-velocita](https://github.com/isaaceindhoven/composer-velocita), a plugin which instructs Composer to use a Velocita Proxy instance
19+
* [Composer-velocita](https://github.com/gmta/composer-velocita), a plugin which instructs Composer to use a Velocita Proxy instance
2020

2121
### Running Velocita Proxy
2222

@@ -27,7 +27,7 @@ Velocita is available as a Docker image. There are two supported ways to run thi
2727
1. Clone this repository:
2828

2929
```
30-
git clone https://github.com/isaaceindhoven/velocita-proxy
30+
git clone https://github.com/gmta/velocita-proxy
3131
cd velocita-proxy
3232
```
3333
@@ -53,15 +53,15 @@ Alternatively, you can run the Docker image directly: see [the image's usage ins
5353
5454
### Using Composer-velocita
5555
56-
[Composer-velocita](https://github.com/isaaceindhoven/composer-velocita) is a Composer plugin that redirects downloads
56+
[Composer-velocita](https://github.com/gmta/composer-velocita) is a Composer plugin that redirects downloads
5757
to your Velocita instance for all repositories it supports.
5858
5959
Run the following commands on the machine where you want to enable Velocita, replacing
6060
`https://url.to.your.velocita.tld/` with the URL of your instance:
6161
6262
```
63-
composer global config allow-plugins.isaac/composer-velocita true
64-
composer global require isaac/composer-velocita
63+
composer global config allow-plugins.gmta/composer-velocita true
64+
composer global require gmta/composer-velocita
6565
composer velocita:enable https://url.to.your.velocita.tld/
6666
```
6767
@@ -107,7 +107,7 @@ Benchmark setup:
107107
108108
## Contributing
109109
110-
Raise an issue or submit a pull request on [GitHub](https://github.com/isaaceindhoven/velocita-proxy).
110+
Raise an issue or submit a pull request on [GitHub](https://github.com/gmta/velocita-proxy).
111111
112112
## License
113113

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.2'
33
services:
44
proxy:
55
env_file: .env
6-
image: isaaceindhoven/velocita-proxy:latest
6+
image: gmta/velocita-proxy:latest
77
ports:
88
- "0.0.0.0:${VELOCITA_HTTP_PORT}:8080"
99
volumes:

proxy/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Velocita Proxy Docker image
22

3-
[Velocita](https://github.com/isaaceindhoven/velocita-proxy) acts as a caching reverse proxy to Composer repositories.
3+
[Velocita](https://github.com/gmta/velocita-proxy) acts as a caching reverse proxy to Composer repositories.
44

5-
Combined with [composer-velocita](https://github.com/isaaceindhoven/composer-velocita), it increases the performance
5+
Combined with [composer-velocita](https://github.com/gmta/composer-velocita), it increases the performance
66
of a `composer install` when a local cache is not yet available and makes sure packages can be downloaded even if the
77
source location is experiencing issues.
88

@@ -15,7 +15,7 @@ docker run -d --name velocita -p 80:8080 \
1515
-e MIRROR_PACKAGIST_URL=https://repo.packagist.org \
1616
-e MIRROR_PACKAGIST_TYPE=composer \
1717
-e MIRROR_GITHUB_CODELOAD_URL=https://codeload.github.com \
18-
isaaceindhoven/velocita-proxy
18+
gmta/velocita-proxy
1919
```
2020

2121
Go ahead and visit `http://localhost/mirror/packagist/packages.json` - this should now give you the Packagist index!
@@ -46,7 +46,7 @@ docker run -d --name velocita -p 80:8080 \
4646
-e MIRROR_WPACKAGIST_TYPE=composer \
4747
-e MIRROR_FIREGENTO_URL=https://packages.firegento.com \
4848
-e MIRROR_FIREGENTO_TYPE=composer \
49-
isaaceindhoven/velocita-proxy
49+
gmta/velocita-proxy
5050
```
5151

5252
For every mirror, the following configuration options are available:
@@ -76,7 +76,7 @@ docker run -d --name velocita -p 80:8080 \
7676
-e MIRROR_PACKAGIST_URL=https://repo.packagist.org \
7777
-e MIRROR_PACKAGIST_TYPE=composer \
7878
-v /path/on/host:/var/cache/velocita \
79-
isaaceindhoven/velocita-proxy
79+
gmta/velocita-proxy
8080
```
8181

8282
## Enabling HTTPS
@@ -95,7 +95,7 @@ docker run -d --name velocita -p 80:8080 -p 443:8443 \
9595
-e MIRROR_PACKAGIST_TYPE=composer \
9696
-v /path/to/certificate.crt:/etc/nginx/server.crt \
9797
-v /path/to/keyfile.pem:/etc/nginx/server.key \
98-
isaaceindhoven/velocita-proxy
98+
gmta/velocita-proxy
9999
```
100100

101101
HTTP requests will be redirected to HTTPS.

proxy/templates/index.html.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ ENV.keys.map { |key| key.to_s }
4444
</p>
4545
<h2>Getting started</h2>
4646
<p>
47-
Install <a href="https://packagist.org/packages/isaac/composer-velocita">composer-velocita</a> and point it to <a href="<%= velocita_url %>"><%= velocita_url %></a>:
47+
Install <a href="https://packagist.org/packages/gmta/composer-velocita">composer-velocita</a> and point it to <a href="<%= velocita_url %>"><%= velocita_url %></a>:
4848
</p>
4949
<pre>
50-
composer global config allow-plugins.isaac/composer-velocita true
51-
composer global require isaac/composer-velocita
50+
composer global config allow-plugins.gmta/composer-velocita true
51+
composer global require gmta/composer-velocita
5252
composer velocita:enable <%= velocita_url %>
5353
</pre>
5454
<h2>Configured mirrors</h2>

scripts/build-and-deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
pushd $(dirname $0)/../proxy/ >/dev/null
1414

15-
imageName=isaaceindhoven/velocita-proxy
15+
imageName=gmta/velocita-proxy
1616

1717
git tag "v${targetVersion}"
1818
git push --tags

0 commit comments

Comments
 (0)