Skip to content

Commit bfe326a

Browse files
author
Jelle Raaijmakers
committed
Remove old Laravel app; replace with Docker-based solution
1 parent 5bba919 commit bfe326a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+267
-6794
lines changed

.env.dist

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
##
2+
# Velocita configuration
3+
##
4+
5+
VELOCITA_HOSTNAME=localhost
6+
VELOCITA_HTTP_PORT=8080
7+
VELOCITA_HTTPS_PORT=8443
8+
#VELOCITA_TLS_CERT_FILE=
9+
#VELOCITA_TLS_KEY_FILE=
10+
11+
##
12+
# GitHub mirror configuration
13+
##
14+
15+
MIRROR_GITHUB-API_URL=https://api.github.com
16+
MIRROR_GITHUB-API_CACHE=github
17+
#MIRROR_GITHUB-API_CACHE_SIZE=
18+
MIRROR_GITHUB-API_AUTH_TYPE=github
19+
#MIRROR_GITHUB-API_AUTH_TOKEN=
20+
21+
MIRROR_GITHUB-CODELOAD_URL=https://codeload.github.com
22+
MIRROR_GITHUB-CODELOAD_CACHE=github
23+
24+
##
25+
# Composer repository mirrors
26+
##
27+
28+
MIRROR_PACKAGIST_TYPE=composer
29+
MIRROR_PACKAGIST_URL=https://packagist.org
30+
#MIRROR_PACKAGIST_CACHE=
31+
#MIRROR_PACKAGIST_CACHE_EXPIRY=1d
32+
#MIRROR_PACKAGIST_CACHE_SIZE=2
33+
#MIRROR_PACKAGIST_AUTH_TYPE=basic
34+
#MIRROR_PACKAGIST_AUTH_USERNAME=
35+
#MIRROR_PACKAGIST_AUTH_PASSWORD=

.env.example

-35
This file was deleted.

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
/.env
22
/.idea/
3-
/bootstrap/cache/
4-
/public/repo
5-
/storage/
6-
/vendor/

app/Composer/ProviderReference.php

-29
This file was deleted.

app/Console/Commands/MirrorsSynchronizeCommand.php

-186
This file was deleted.

app/Console/Commands/StorageLinkRepoCommand.php

-38
This file was deleted.

app/Console/Kernel.php

-32
This file was deleted.

0 commit comments

Comments
 (0)