Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 7aa816c

Browse files
authored
Initial Move Commit (#29)
1 parent 5cac5b6 commit 7aa816c

File tree

5 files changed

+6
-84
lines changed

5 files changed

+6
-84
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ sudo: required
88
env:
99
global:
1010
- NAME=lychee-laravel
11-
- REPO=bigrob8181/lychee-laravel
11+
- REPO=lycheeorg/lychee-laravel
12+
1213
matrix:
1314
- secure: "FXXbM8yDCuf9h17rAyO63XCgI2wJ5EKROY3u1MNxudz54sz3VloZ/SNnVqzdjzYPX9LXfCxVpaDhNLmQtNbqYXg4WBq+5ZuuS0efxFgVaBK0HK6lVoS3/BsJR/U1cglag0Apn2wjFgL3j7d2ZREeG7WIEuDHW5QWcVWhFGWvcAG9JRChFostdde1wbZ6SLTTW2SZFypoRThIdh5PCOnX1oCCmfzeTiCy74uTaiOkkOWsseWeDBy09UrDsFDKd8WX9R7E7g9arv4f9tjzmk1ikQM6Bnfa4YONsY9NjiKFS7/1qfXqg6Z5WfuNr+tW90KrXlk3quCPTn9PEThfqJkgS3BcsLwdhM0OUPx0BXml3RFzYl7jrtj6Wg1vSh6JJIrCh6YrBvg62qRgBs8VPI7QJ60VC56QjhZCiH1YjkjKF0+vVSygC6oJ8wsSciFGu3Cfi4ix6K8iCN90URr6YGl7WOANgfzBTwil/w1Q3IKmzNj6K2UWD+Dm92k/7dkJ2/N5gZ8LUmqhxs5nRzLBZvm77xp/ykRtadP5MHC6HTVHBM6f4tfe6jLWWSi4D8GzQX5sN6Xd2VhvifFsxQeexobhxA918ZjxvUgXHP8mng/WUYccr8DJQmom6uyXpqNpVXGRbjW4CVmgLGBZ05+lgBEmqkyEiXggNRcZipi4E9FICys="
1415

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:buster-slim
22

33
# Set version label
4-
LABEL maintainer="bigrob8181"
4+
LABEL maintainer="lycheeorg"
55

66
# Environment variables
77
ENV PUID='1000'
@@ -29,8 +29,6 @@ RUN \
2929
php7.3-zip \
3030
php7.3-fpm \
3131
curl \
32-
libimage-exiftool-perl \
33-
ffmpeg \
3432
git \
3533
composer && \
3634
cd /var/www/html && \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://img.shields.io/travis/com/LycheeOrg/Lychee-Laravel-Docker/master.svg?style=flat)](https://travis-ci.com/LycheeOrg/Lychee-Laravel-Docker)
2-
[![Docker Pulls](https://img.shields.io/docker/pulls/bigrob8181/lychee-laravel.svg?style=flat)](https://hub.docker.com/r/bigrob8181/lychee-laravel)
2+
[![Docker Pulls](https://img.shields.io/docker/pulls/lycheeorg/lychee-laravel.svg?style=flat)](https://hub.docker.com/r/lycheeorg/lychee-laravel)
33
[![Release](https://img.shields.io/github/release/LycheeOrg/Lychee-Laravel-Docker.svg?style=flat)](https://github.com/LycheeOrg/Lychee-Laravel-Docker/releases)
44
![Last Commit](https://img.shields.io/github/last-commit/LycheeOrg/Lychee-Laravel-Docker.svg?style=flat)
55

@@ -59,7 +59,7 @@ docker run -d \
5959
-p 90:80 \
6060
--net network_name \
6161
--link db_name \
62-
bigrob8181/lychee-laravel
62+
lycheeorg/lychee-laravel
6363
```
6464

6565
**Warning** : if you use a MySQL database, make sure to use the `mysql_native_password` authentication plugin, either by using the `--default-authentication-plugin` option when starting mysql, or by running a query to enable the authentication plugin for the `lychee` user, e.g. :

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
restart: unless-stopped
2626

2727
lychee:
28-
image: bigrob8181/lychee-laravel
28+
image: lycheeorg/lychee-laravel
2929
container_name: lychee_laravel
3030
ports:
3131
- 90:80

0 commit comments

Comments
 (0)