2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-17 16:36:40 +02:00
Commit graph

195 commits

Author SHA1 Message Date
Philipp Holzer a9d96e0dbe
Update README/stack & remove deployment binaries 2020-01-11 20:29:01 +01:00
Philipp Holzer 7adb58feb3
Remove deploy-task in travis 2020-01-11 20:19:32 +01:00
Philipp Holzer 611f5cf091
HOTFIX: wrong php call for wait-for-connection inside cron.php 2020-01-06 14:55:52 +01:00
Tobias Diekershoff 58123533d0
Merge pull request #98 from nupplaphil/Fixing-issues
Fixing issues
2020-01-05 00:51:36 +01:00
Philipp Holzer 331d289aa3
fixing timeout 2020-01-05 01:21:48 +01:00
Philipp Holzer 201f33dcb8
run ./update.sh 2020-01-04 23:11:44 +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
Hypolite Petovan 3a93a57b8a
Merge pull request #97 from nupplaphil/Fixing-SMTP
Fixing issues
2020-01-03 12:54:57 -05: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
Hypolite Petovan c37e773016
Merge pull request #96 from nupplaphil/bug/95-mysql_port_not_set
Fix $MYSQL_PORT default fallback & Removes the packed binary
2020-01-02 17:25:39 -05:00
nupplaPhil e806316e12 Fixed Dockerfiles 2020-01-02 23:07:40 +01:00
Philipp Holzer 11e884d952
run ./update.sh 2020-01-02 21:50: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
Hypolite Petovan 33c9b09260
Merge pull request #94 from nupplaphil/task/remove_mysql_username
Some Improvements
2020-01-01 18:17:01 -05:00
Philipp Holzer ee01c7aad5
Call ./update.sh 2020-01-01 19:17:32 +01:00
Philipp Holzer 078e3852c8
remove --link usage in README (replace with --network some-network) 2020-01-01 19:16:49 +01:00
Philipp Holzer c7edbfc258
Remove MYSQL_USERNAME and FRIENDICA_PHP_PATH environment variables 2020-01-01 19:11:25 +01:00
Hypolite Petovan c769a07b26
Merge pull request #93 from nupplaphil/Fix-dev
Fix dev update
2020-01-01 10:08:34 -05:00
Philipp Holzer eea8fbdd84
Fix dev update 2020-01-01 15:16:13 +01:00
Philipp 1e61667492
Merge pull request #92 from tianon/tweaks
Minor syntax/correctness tweaks
2019-12-31 23:39:08 +01:00
Tianon Gravi 199eeec6c8 Minor syntax/correctness tweaks 2019-12-30 16:53:22 -08:00
Hypolite Petovan ba2daa0a68
Merge pull request #91 from nupplaphil/Release-2019
Release 2019.12
2019-12-23 19:52:41 -05:00
Philipp Holzer 5063b8d381
Release 2019.12 2019-12-23 21:32:56 +01:00
Hypolite Petovan b06eb93d4a
Merge pull request #89 from friendica/task/2019.12-rc
Add 2019.12-rc branch
2019-12-10 16:31:44 -05:00
Philipp Holzer 7a74b4c0b9
Add 2019.12-rc branch 2019-12-10 22:17:35 +01:00
Hypolite Petovan ba7371ad99
Merge pull request #88 from nupplaphil/task/mysql_wait
Add MySQL DB wait possibility
2019-11-28 16:08:36 -05:00
Philipp Holzer 993a52225c
fix indent 2019-11-28 21:53:44 +01: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
Hypolite Petovan dafddd4e22
Merge pull request #87 from nupplaphil/task/extract_dev_rc
Splitting dev/rc business logic from "stable" images
2019-11-26 16:21:22 -05:00
Philipp Holzer 06d228b850
fix indents 2019-11-26 21:54:18 +01:00
Philipp Holzer b58fda500c
Update README-DEV 2019-11-26 21:51:20 +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 deab822b60
Merge pull request #86 from nupplaphil/bug/hf_set_param
Hotfix: wrong set parameter
2019-11-17 16:48:30 +01:00
Philipp Holzer f6c270f1bd
Hotfix: wrong set parameter 2019-11-17 16:48:04 +01:00
Hypolite Petovan 11817715db
Merge pull request #85 from nupplaphil/task/improvements_entrypoint
Some improvements
2019-11-17 03:33:38 -05:00
Philipp Holzer a0660813ea
Remove unneeded "sh -c" command wrapper 2019-11-16 22:08:39 +01:00
Philipp Holzer 802a07d7af
Add "exec" to cron.sh start so it becomes PID 1 2019-11-16 21:59:34 +01:00
Philipp Holzer 6e566394d2
improve "run_as()" now runs inside the /var/www/html directory 2019-11-16 21:55:08 +01:00
Hypolite Petovan 5da7979222
Merge pull request #84 from nupplaphil/bug/83-ldap-support
Add ldap support for ldapauth addon
2019-11-16 10:58:05 -05:00
Philipp Holzer 3e02375c58
Add multiarch support for ldap lib 2019-11-16 15:38:43 +01:00
Philipp Holzer 687136d26b
Add ldap support for ldapauth addon 2019-11-16 12:13:15 +01:00
Philipp Holzer d910f614a5
HOTFIX: check_branch 2019-10-02 07:51:26 +02:00
Philipp Holzer 2497a9f947
HOTFIX: check_branch 2019-10-02 01:06:00 +02:00
Philipp Holzer 59fd1c5792
HOTFIC: Fixing ls-remote 2019-10-02 00:37:28 +02:00
Philipp Holzer ea16109060
HOTFIC: Fixing ls-remote 2019-10-02 00:37:15 +02:00
Hypolite Petovan 45253da835
Merge pull request #82 from nupplaphil/bug/docker-81-check
Checks if the branch and repository exists (avoid crash)
2019-10-01 16:10:25 -04:00
Philipp Holzer 0ca0e0623b
Checks if the branch and repository exists (avoid crash) 2019-10-01 21:33:01 +02:00
Tobias Diekershoff 404f042ddc
Merge pull request #80 from nupplaphil/task/2019.09
Release 2019.09
2019-09-29 12:53:32 +02:00