2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-13 17:29:37 +02:00
Commit graph

47 commits

Author SHA1 Message Date
Philipp Holzer e9d8daaccf
Fix locking 2023-05-19 16:50:17 +02:00
Philipp Holzer 003826bcd3
Use flock for the upgrade process 2023-05-04 14:50:22 +02:00
Philipp Holzer 84dceee28d
Fix missing /usr/src/friendica/VERSION error 2022-06-22 20:53:26 +02:00
Philipp Holzer c9965262bb
Replace su with gosu 2022-02-16 21:37:41 +01:00
Philipp Holzer 39ef8ac587
Fix missing php executable 2022-02-15 22:54:49 +01:00
Philipp Holzer 46ec7f08db
Fix /bin/sh errors 2022-02-15 21:50:36 +01:00
Philipp Holzer 6edd78174b
Use Redis as session handler 2022-02-11 03:11:44 +01:00
Hypolite Petovan dd84934773 Fix timezone typo in entry point scripts 2022-02-10 18:02:54 -05:00
Philipp Holzer 43bc727696
Preserve environment variable at run_as 2022-02-09 03:01:35 +01:00
El RIDO 46f7ca5624 exclude addon configuration as well, kudos @MrPetovan 2021-10-06 21:56:14 +02:00
El RIDO e4a63a7c41 correct path in install 2021-10-06 05:15:14 +02:00
El RIDO e8eeb9a389 prevent existing local config from being replaced 2021-10-06 05:14:57 +02:00
Philipp Holzer e62e6c05ba
Force docker upgrade at startup 2020-09-25 22:48:20 +02:00
Philipp Holzer 81b8476b4b
Fix version compare logic 2020-09-08 21:50:17 +02:00
Philipp Holzer 0efb6eab9e
Support Docker secrets 2020-08-30 15:09:28 +02:00
Philipp Holzer 784da433d7
Use MSMTP settings in cron
- Extract msmtp setup into own file
- use msmtp setup in cron and app container
- fix wrong SMTP Env variable
2020-07-23 23:05:23 +02:00
Philipp Holzer 61e31132da
[Hotfix] Wrong SMTP env variable 2020-07-23 22:51:09 +02:00
Philipp Holzer 55b4574787
Replace SSMTP with MSMTP for sendmail
- New parameter "SMTP_PORT"
- Removed parameter "SMTP_AUTH_METHOD"
- Replacing config mapping based on env-variables
2020-07-22 23:17:31 +02:00
Philipp Holzer f18979f1ec
Move SSMTP Setup to outside of the check since it has to get checked for cronjobs too 2020-07-22 12:08:08 +02:00
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)