2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-22 08:04:57 +02:00
Commit graph

28 commits

Author SHA1 Message Date
Philipp Holzer 7fe1de658d
Fixing a lot of spaces & tabs! 2020-06-15 00:49:50 +02:00
nupplaPhil fbfa30b0cd
Replace HOSTNAME environment variable with SMTP_DOMAIN (fixes https://github.com/friendica/docker/issues/79 ) 2020-02-25 22:57:05 +01:00
Philipp Holzer 331d289aa3
fixing timeout 2020-01-05 01:21:48 +01:00
Philipp Holzer f0bb076311
Fixing issues
- wrong call for upstream wait-for-connection
- missing variables for SSMTP
2020-01-04 23:11:24 +01:00
Philipp Holzer bbd9df6049
Fixing some issues:
- explicit exec entrypoint.sh
- Adding "shadow" support
- Adding "usermod" calls for setting username
- Remove superfluous $PHPIZE_DEPS from debian package
2020-01-03 19:47:28 +01:00
Philipp Holzer e0448d4ac2
Fix $MYSQL_PORT default fallback & Removes the packed binary in favour of the already working upstream executable 2020-01-02 21:49:01 +01:00
Philipp Holzer c7edbfc258
Remove MYSQL_USERNAME and FRIENDICA_PHP_PATH environment variables 2020-01-01 19:11:25 +01:00
Philipp Holzer eea8fbdd84
Fix dev update 2020-01-01 15:16:13 +01:00
Tianon Gravi 199eeec6c8 Minor syntax/correctness tweaks 2019-12-30 16:53:22 -08:00
Philipp Holzer 616a762d56
fix indent 2019-11-28 20:55:37 +01:00
Philipp Holzer 43b1640b80
Add MySQL DB wait possibility
- remove sleep
- Add new binary "wait-for-connection" in /usr/local/bin
- Use new possibility for auto-installer
2019-11-28 20:50:59 +01:00
Philipp Holzer 06d228b850
fix indents 2019-11-26 21:54:18 +01:00
Philipp Holzer 1850626652
Splitting dev/rc business logic from "stable" images
- reducing complexity for stable entrypoint
2019-11-26 21:47:40 +01:00
Philipp Holzer 2d474d6f80
Hotfix - remove echo 2019-11-17 16:51:43 +01:00
Philipp Holzer f6c270f1bd
Hotfix: wrong set parameter 2019-11-17 16:48:04 +01:00
Philipp Holzer a0660813ea
Remove unneeded "sh -c" command wrapper 2019-11-16 22:08:39 +01:00
Philipp Holzer 6e566394d2
improve "run_as()" now runs inside the /var/www/html directory 2019-11-16 21:55:08 +01:00
Philipp Holzer 2497a9f947
HOTFIX: check_branch 2019-10-02 01:06:00 +02:00
Philipp Holzer ea16109060
HOTFIC: Fixing ls-remote 2019-10-02 00:37:15 +02:00
Philipp Holzer 0ca0e0623b
Checks if the branch and repository exists (avoid crash) 2019-10-01 21:33:01 +02:00
Philipp Holzer 43eefc24ff
Fixings for offical-images
- Fixed *.sh mode
- Removed label
- Fixed RUN settings
- Removed superfluous debMultiarch
2019-08-25 23:00:16 +02:00
Philipp Holzer 841a0b438b
Add dynamic config compatibility
- Use APCu cache as default caching mechanism
- Add explicit redis environment variables for redis lock-support
- Add a lot of environment variables, which aren't part of admin-page
- Add possibility to disable URL & E-Mail validation (for demo-page)
- Dynamically copy /config/ content without overwriting existing one

Add opcache support for performance reason
Add multi-core support for php extensions install

Bump redis version to 5.0.1 (last stable)

Exclude /log/ directory during sync (to avoid deleting logs)
2019-07-19 17:37:44 +02:00
Philipp Holzer 19a99bd270
Restructure top-level directory for a better understanding 2018-12-29 20:46:29 +01:00
Philipp Holzer 2e71bd0c90
Move SSMTP to image again & just exclude local.ini.php from rsync 2018-10-05 20:05:27 +02:00
Philipp Holzer 836f275fee
Bugfixing console call (with php) 2018-10-05 00:19:56 +02:00
Philipp Holzer 8493e35da4
Bugfixing & Upgrading
- upgrade version
- fixing alpine Dockerfile (openssl to libressl)
- adding examples for SSMTP
- README updates & bugfixing
- Removed shell-script "friendica"
- Removed old .htconfig
- Adding SMTP example
- Upgrading docker-compose files
- Added upgrade.exclude list
2018-10-04 23:22:47 +02:00
Philipp Holzer fec33c98be
Bugfixings SMTP /
- changed sendmail to ssmtp support
- deleted smtp-examples (not necessary anymore)
- added vendor libraries in stable-docker images ("full" package)
- changed stack.yml to new SMTP behavior
2018-06-06 20:37:02 +02:00
Philipp Holzer b46fae9173
Change update & maintenance process
- Using 2018.05-rc as stable/productionin
- Using "update.sh" for creating the environments (single point of
change)
2018-05-24 21:20:25 +02:00
Renamed from stable/apache/entrypoint.sh (Browse further)