1
0
Fork 0
Commit Graph

47 Commits

Author SHA1 Message Date
Hinaloe 97bd6ae2b1
composer prefer-dist instead of source 2019-10-12 17:33:59 +09:00
trwnh c644efa433
Update nginx.conf 2019-08-10 17:42:36 -05:00
monkeyless 983172bc0a Increase peak memory 2019-08-09 05:39:27 +02:00
monkeyless 79b231aeb9 Update to latest the PHP7.3 version 2019-07-13 15:11:04 +02:00
monkeyless 1d167294f1 Add Debian "buster" compatibility 2019-07-13 15:10:38 +02:00
Shleeble 78b97d3238
Force upgrade of curl 2019-04-24 22:11:50 +08:00
Shleeble e24dac14d9
Update Dockerfile.apache 2019-04-24 22:05:45 +08:00
Shleeble fcbcc2d8fb
Upgrade to PHP 7.3 2019-04-24 22:05:09 +08:00
Shleeble 77901a7092
Update start.sh 2019-04-24 21:59:13 +08:00
Shleeble b43588d320
Update start.sh 2019-04-22 10:36:58 +08:00
Shleeble 1ee7e776a1
Update Dockerfile.fpm 2019-04-22 10:36:28 +08:00
Shleeble 24358c1acb
Update start.sh 2019-04-19 01:32:36 +08:00
Shleeble 15c3bed16c
Update Dockerfile.fpm 2019-04-18 22:25:12 +08:00
Shleeble 5eadd62e51
Update Dockerfile.apache 2019-04-16 14:18:53 +08:00
Shleeble a3e7bf19f9
Update Dockerfile.apache 2019-04-16 13:50:56 +08:00
Shleeble a250562be8
Update Dockerfile.fpm 2019-04-16 13:50:55 +08:00
Shleeble 2aeb2357f3
Update Dockerfile.fpm 2019-04-16 13:16:15 +08:00
Shleeble 601ac77baa
Update Dockerfile.apache 2019-04-16 13:15:06 +08:00
Shleeble a649fda5f9
Update Dockerfile.fpm 2019-04-16 13:14:13 +08:00
Shleeble 6e6a49096a
Update Dockerfile.fpm 2019-04-16 01:12:57 +08:00
Shleeble 84d4134306
Update Dockerfile.apache 2019-04-16 01:12:07 +08:00
Shleeble ca134b7b1b
Update Dockerfile.fpm 2019-04-16 00:13:55 +08:00
Shleeble d221ca36b7
Update Dockerfile.apache 2019-04-16 00:13:49 +08:00
Shleeble 7f806406ba
Update Dockerfile.fpm 2019-04-15 11:20:47 +08:00
Shleeble 58c740b802
Update Dockerfile.apache 2019-04-15 11:08:16 +08:00
Shleeble 7591348fe4
Update Dockerfile.apache 2019-04-14 23:42:12 +08:00
Shleeble 3e457116b1
Update Dockerfile.apache 2019-04-14 23:36:58 +08:00
Shleeble 2102b492f7
Update Dockerfile.apache 2019-04-14 23:35:59 +08:00
chris 544bec2cee build and install php-intl in Dockerfile.apache. 2019-04-02 18:59:05 +02:00
Djyp Forest Fortin b672ae4ce6
Added an env var in the Dockerfile
Regarding the start.sh file, to run Horizon, this env variable must exist !
2019-03-13 23:11:17 +01:00
techknowlogick dda0fb438c
Speed up docker build times and decrease image size 2019-02-15 00:57:46 -05:00
M. Hamzah Khan 2b6d282e94 Configure and enable mod_remoteip, and handle X-Forwarded-Proto header. 2019-01-08 15:40:49 +00:00
hnrd 1239fd17d6 pin docker images to PHP 7.2 2018-12-26 20:50:58 +01:00
Brad Koehn bd822cd5dc
Merge branch 'frontend-ui-refactor' into fix-startup-script 2018-11-25 15:14:56 -06:00
daniel df5e2d94f2
Merge pull request #575 from BenLubar-PR/dockerfile-fpm
Fix Dockerfile.fpm by replacing it with a modified copy of Dockerfile.apache
2018-11-25 13:57:33 -07:00
daniel 89078f399b
Merge pull request #557 from dereckson/docker-webp
Fix WebP support in Apache Docker image
2018-11-25 13:54:02 -07:00
Ben Lubar 88a0b60ae4
Fix Dockerfile.fpm by replacing it with a modified copy of Dockerfile.apache. 2018-11-20 10:51:24 -06:00
Brad Koehn c554bcd84e updated to use correct '=' operator by request 2018-11-14 12:11:08 -06:00
Sébastien Santoro 89a7ac9c37 Fix WebP support in Apache Docker image
With PHP 7, WebP support is now provided by libwebp instead of libvpx.

Reference: http://php.net/manual/en/image.installation.php

Fixes #556.
2018-11-13 19:18:19 +00:00
Brad Koehn de6c95d256 fixed a bash scripting bug in start.sh that prevented horizon from ever starting 2018-11-12 13:21:27 -06:00
kaiyou a5761f7ebf Drop privileges when starting artisan or horizon 2018-11-11 18:04:23 +01:00
kaiyou 37713f33d0 Run pixelfed update tasks upon startup 2018-10-18 08:26:32 +02:00
chris f4b9e1fb27 Actually use HORIZON_EMBED env in docker script. 2018-10-01 12:05:33 +02:00
Pierre Jaury c82d0fb389 Fix the docker build 2018-08-23 22:57:22 +02:00
Pierre Jaury 5224d7cd96 Move Dockerfiles to contrib/ 2018-08-23 22:43:47 +02:00
daniel f718efcc95
Frontend ui refactor (#379)
* Make followers list flush on mobile

* Make followers list flush on mobile

* Add message for no saved posts

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>

* add MySQL version req to README.md

* adding back example file, deleted accidentally

* and remove extra empty line, no need to cause a change in the repo

* make clear which version of MySQL is supported

* Unsquish tag-page avatars

Fix #374

* Fix usernames escaping div and make images link to users

* Fix Nginx config
2018-08-14 15:12:44 -06:00
kpcyrd 77ca794cf0 Add simple docker deployment 2018-05-20 15:02:29 +02:00