Commit Graph

50 Commits

Author SHA1 Message Date
Philipp Holzer 5ed5f9fe77
Fix tls_starttls behavior for msmtp setups 2024-03-01 21:48:19 +01:00
Philipp Holzer a6febffa0f
Fix README.md 2023-03-25 18:09:42 +01:00
Philipp 93537d5ea2
Update README.md
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-01-06 16:34:40 +01:00
Philipp Holzer 933e3c5604
Fix update behavior 2022-01-06 13:20:36 +01:00
Philipp Holzer aaf7fd0174
Add syslog capability 2021-12-13 08:31:31 +01:00
Philipp Holzer 65e3ffab9c
Add PHP limit environment variables 2021-12-12 21:18:07 +01:00
Philipp Holzer 77afe291c1
New develop/rc behavior:
- Replace all GIT downloads with downloads per file.friendi.ca
- Add GPG check for these downloads
- Adapt documentation
- Remove any other GIT dependency inside the image
2021-09-11 20:26:16 +02:00
Philipp Holzer f46c84e90a
Fix indentation 2021-04-17 13:16:36 +02:00
Miłosz Kłosowicz 130b270230
add SMTP_AUTH env in mail settings 2021-04-14 12:41:01 +02:00
miklobit 26ea673970 add SMTP_AUTH env in mail settings 2021-04-14 10:34:30 +00:00
Hypolite Petovan 7c40d6368c
Fix typo in README 2021-03-28 20:12:24 -04:00
Philipp Holzer 7f83f7e218
Fix `FRIENDICA_DATA` description 2021-03-29 00:01:19 +02:00
Philipp Holzer 4ac2b11f4c
Fix Automatic installation README 2021-03-28 12:08:37 +02:00
Philipp Holzer d9dbbf3c2b
Fix Automatic installation README 2021-03-28 00:07:34 +01:00
Philipp Holzer 7617279889
Update README for background tasks 2021-03-27 23:43:35 +01:00
Philipp Holzer 0efb6eab9e
Support Docker secrets 2020-08-30 15:09:28 +02:00
Philipp Holzer 7545de360a
Introduce "stable" default branch 2020-08-24 11:58:40 +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
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 a9d96e0dbe
Update README/stack & remove deployment binaries 2020-01-11 20:29:01 +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
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 1850626652
Splitting dev/rc business logic from "stable" images
- reducing complexity for stable entrypoint
2019-11-26 21:47:40 +01: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 2f65ae8d70
Add possibility to overwrite git Repo&branch 2019-06-24 10:39:10 +02:00
Philipp Holzer c485511739
Adding support for new *.config.php format.
But add backward compatibility for old *.ini.php too
2018-12-29 21:34:21 +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 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 1281654f27
Adding Cache-Options
- Cache-Driver (env CACHE_DRIVER)
- memcache (env MEMCACHE_HOST, MEMCACHE_PORT)
- memcached (env MEMCACHED_HOSTS)
- reds (env REDIS_HOST, REDIS_PORT)
- Added some doku
- Added some example docker-compose files (mariadb-cron-redis)
2018-06-22 21:12:06 +02:00
Philipp Holzer 25878103ce
Update README 2018-06-06 22:07:15 +02:00
Philipp Holzer bdd7503c84
Updated link to stack.yml (because of the new smtp-setting) 2018-06-06 21:13:12 +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 9400a02db9
fixed TAB for README 2018-05-28 21:25:18 +02:00
Philipp Holzer 9da471a4f7
Bugfixing friendica script
and added some README text
2018-05-28 21:22:41 +02:00
Philipp Holzer b0833d717a
Adding READMEs
- Adding `.examples/README.md`
- Adding `README-MAINTENANCE.md`
- Updating `README.md`
2018-05-26 19:13:10 +02:00
Philipp Holzer 9361e82fc7
Adding examples for docker-compose
- Added `.examples/docker-compose/insecure/mariadb-cron-smtp`
- Added `.examples/docker-compose/with-traefik-proxy/mariadb-cron-smtp`
- Updated README.md
2018-05-26 17:40:48 +02:00
Philipp Holzer 392c896a4e
Fixing `cron.sh` 2018-05-22 21:47:37 +02:00
Philipp Holzer ca12be111e
add `friendica/server` to README.md , travis & pwd 2018-05-22 20:15:36 +02:00
Philipp Holzer 32a5a7a7d1
Unintended remove of a block. 2018-05-22 13:57:48 +02:00
Philipp Holzer f7c3915a5a
README.md enhancements & adding `pwd.yml` for later usage 2018-05-22 13:48:49 +02:00
Philipp Holzer 1362cc34ca
Fixed cron.sh & update
- restored script `friendica` for update & wrapper purpose
- fixed `cron.sh`
2018-05-21 21:32:26 +02:00
Philipp Holzer eb7399e6f2
Fixing travis tests
- deleting `friendica` binary (not usable in docker environments)
- adding the business logic to `entrypoint.sh`
- quiet installation of Friendica (reason for Travis-fails!)
2018-05-20 21:55:54 +02:00
Philipp Holzer c8069b2d54
Added travis build-status to README 2018-05-20 20:16:22 +02:00
Philipp Holzer 532fa98ff6
README.md fix 2018-05-20 20:02:58 +02:00
Philipp Holzer 0f93be95e8
README.md fix 2018-05-20 20:02:01 +02:00
Philipp Holzer a6d069de07
Added documentation about Update & the friendica shell in `README.md` 2018-05-20 16:51:55 +02:00
Philipp Holzer 0826aaefa9
Improvements and Examples
- Adding `sendmail` feature to `apache` and `fpm`
- Adding section `.examples/dockerfiles`
- Adding section `.examples/dockerfiles/cron` to combine app & external cron-jobs
- Adding section `.examples/dockerfiles/smtp` for further SMTP-settings
2018-05-20 15:44:03 +02:00
Philipp Holzer 6ea2875ebf
Init the Friendica Docker Repository
- Added develop images (apache, fpm, fpm-alpine)
- Added stable images 3.6 (apache, fpm, fpm-alpine)
- Added .travis.yml for testing
2018-05-18 21:20:22 +02:00
Friendica e52a103650
Create README.md 2018-05-15 12:03:38 +02:00