This repository was archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
1,427 additions
and
1,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
youtube-dl | ||
dist/ | ||
node_modules/ | ||
config.php | ||
vendor/ | ||
templates_c/ | ||
ffmpeg.tar.xz | ||
ffmpeg-*/ | ||
alltube-*.zip | ||
coverage/ | ||
bower_components/ | ||
config/config.yml | ||
docs/ | ||
clover.xml | ||
i18n/*/LC_MESSAGES/*.mo | ||
.phpunit.result.cache | ||
.git/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
FROM php:7.3-apache | ||
RUN apt-get update | ||
RUN apt-get install -y libicu-dev xz-utils git zlib1g-dev python libgmp-dev gettext libzip-dev | ||
RUN apt-get install -y libicu-dev xz-utils git python libgmp-dev unzip ffmpeg | ||
RUN docker-php-ext-install mbstring | ||
RUN docker-php-ext-install intl | ||
RUN docker-php-ext-install zip | ||
RUN docker-php-ext-install gmp | ||
RUN docker-php-ext-install gettext | ||
RUN a2enmod rewrite | ||
RUN curl -sS https://getcomposer.org/installer | php | ||
RUN curl -sS https://getcomposer.org/installer | php -- --quiet | ||
COPY resources/php.ini /usr/local/etc/php/ | ||
COPY . /var/www/html/ | ||
RUN php composer.phar install --prefer-dist --no-progress | ||
RUN php composer.phar check-platform-reqs --no-dev | ||
RUN php composer.phar install --prefer-dist --no-progress --no-dev --optimize-autoloader | ||
ENV CONVERT=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.