Commit Graph

232 Commits

Author SHA1 Message Date
Philipp Holzer cc67b6343e
Add quotes 2020-07-23 23:21:54 +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
Hypolite Petovan b5a54c3296
Merge pull request #120 from nupplaphil/debian_buster
Switch to Debian Buster
2020-07-22 17:50:49 -04:00
Philipp Holzer 51a6dcc6fc
Replace mysql-client with mariadb-client 2020-07-22 23:34:21 +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 f2ed829c94
Switch to Debian Buster 2020-07-14 22:05:09 +02:00
Philipp Holzer 2e38177e2e
[Hotfix] Switch full archive path 2020-07-12 22:22:36 +02:00
Hypolite Petovan b2c64a6ce8
Merge pull request #119 from nupplaphil/2020.07
Friendica Release "Red Hot Poker" 2020.07 released
2020-07-12 15:54:31 -04:00
Philipp Holzer 530174e564
Friendica Release "Red Hot Poker" 2020.07 released 2020-07-12 21:46:40 +02:00
Hypolite Petovan af392ed845
Merge pull request #118 from nupplaphil/task/rc_branch
Update dependencies & new RC branch
2020-06-17 04:24:50 -04:00
Philipp Holzer 67af709a0d
Disable IPv6 for gpg check 2020-06-15 19:47:00 +02:00
Philipp Holzer ab99d2341c
Disable IPv6 for gpg check 2020-06-15 16:06:08 +02:00
Philipp Holzer 7fe1de658d
Fixing a lot of spaces & tabs! 2020-06-15 00:49:50 +02:00
Philipp Holzer aa0795900a
Add full-archive deep link 2020-06-14 19:32:03 +02:00
Philipp Holzer 213a26bc18
fix bashbrew path 2020-06-14 17:49:32 +02:00
Philipp Holzer 5e33598e19
Update dependencies & new RC branch 2020-06-14 17:45:02 +02:00
Philipp 3c2cfeb54a
Merge pull request #111 from nupplaphil/hotfix_release_channel
Hotfix: release_channel variable
2020-03-31 23:35:23 +02:00
nupplaPhil dafe41b862
Hotfix: release_channel variable 2020-04-01 01:33:44 +02:00
Hypolite Petovan fb8337c001
Merge pull request #110 from nupplaphil/Release-2020
Release 2020.03
2020-03-31 16:09:32 -04:00
nupplaPhil ad99a98540
Release 2020.03 2020-03-31 23:22:16 +02:00
Hypolite Petovan cc54dd72b3
Merge pull request #109 from nupplaphil/task/2020.03-rc
Add 2020.03-rc
2020-03-09 21:06:44 -04:00
nupplaPhil fb1e117ea9
Add 2020.03-rc 2020-03-09 23:35:38 +01:00
Philipp b74bef87bc
Merge pull request #108 from valvin1/feat/tini-for-cron
Add tini for cron to reap zombie process
2020-03-09 23:31:16 +01:00
valvin 210790d409 feat(tini): dynamic version and build arch 2020-03-09 21:39:50 +01:00
valvin cccb1cffee fix(tini-debian): manage architecture on tini manual installation 2020-03-08 21:40:40 +01:00
valvin 9e25e43fb9 feat(): add tini as process manager 2020-03-08 21:06:10 +01:00
valvin 4755d3f602 chore(gitignore): add vim swap files 2020-03-08 20:20:04 +01:00
Philipp 9561836bbd
Merge pull request #106 from valvin1/fix/zombie-process
keep /bin/sh as parent process
2020-03-03 23:04:18 +01:00
valvin de7cdd108f fix(cron.sh - #105): keep /bin/sh as prent process 2020-03-03 20:39:48 +01:00
Hypolite Petovan 9db78af54f
Merge pull request #104 from nupplaphil/bug/101-fix_admin_email
Replace HOSTNAME environment variable with SMTP_DOMAIN
2020-02-25 16:31:05 -05:00
nupplaPhil 4bef1ba805
Replace HOSTNAME environment variable with SMTP_DOMAIN (fixes https://github.com/friendica/docker/issues/79 ) 2020-02-25 23:03:15 +01: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
Hypolite Petovan 8290cd9530
Merge pull request #102 from nupplaphil/bug/101-fix_admin_email
Fix config-entry for admin_email
2020-01-29 19:30:28 -05:00
Philipp Holzer 33c5e36247
Fix config-entry for admin_email 2020-01-29 22:51:43 +01:00
Hypolite Petovan 41ac6976ef
Merge pull request #100 from nupplaphil/task/update_readme_example
Update README/stack & remove deployment settings
2020-01-11 20:03:28 -05:00
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