Commit Graph

26 Commits

Author SHA1 Message Date
Philipp 4b63f12927
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2024-03-02 09:29:47 +01:00
Philipp Holzer 5417ffaa00
Add opensocial.at as example 2024-03-01 23:00:03 +01:00
Chad Walter Cummings f4327705a3
update image Pull Policy
To make it always pull the stable image
2022-02-17 19:00:35 -06:00
Chad Walter Cummings 0db6987765
Working Kubernetes config
Used kubectl get pods --namespace=friendica-base -o=yaml to get the following format for friendica from my Kubernetes cluster. Mind you I'm still new at working with Kubernetes and Github.
2022-01-10 15:57:11 -06:00
Philipp Holzer 8dc6b7a396
Adding SMTP example based on https://github.com/friendica/docker/issues/156#issuecomment-879300637 2021-07-15 13:23:41 +02:00
Philipp Holzer 83dafd7642
Fixing examples
- remove supervisord possibility due incompatibility with `tini`
- Fix example Dockerfiles
2021-03-27 23:44:50 +01:00
Philipp Holzer 7545de360a
Introduce "stable" default branch 2020-08-24 11:58:40 +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 993a52225c
fix indent 2019-11-28 21:53:44 +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 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 b9647b0308
Reverted test-settings and updated README 2018-10-05 21:10:53 +02: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 5e3bf7e630
- Changed docker-compose examples because of the new smtp-environment 2018-06-06 20:58:45 +02:00
Philipp Holzer e0c270dd08
Deleted SMTP-Dockerfiles 2018-06-06 20:41:01 +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 b0833d717a
Adding READMEs
- Adding `.examples/README.md`
- Adding `README-MAINTENANCE.md`
- Updating `README.md`
2018-05-26 19:13:10 +02:00
Philipp Holzer 3ad29a99ba
Enabling ACME for traefik 2018-05-26 17:49:37 +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 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
Philipp Holzer e92023d702
Temporary use of image "friendica/server" instead of "friendica"
Until https://github.com/docker-library/official-images/pull/4375 is merged.
2018-05-22 19:51:41 +02:00
Philipp Holzer 6f5687f53b
Added docker-compose example for maraidb, cron and smtp with apache 2018-05-22 15:05:47 +02:00
Philipp Holzer 2125efd5f6
Bugfix SMTP Dockerfile for fpm-alpine
- Typo & forgot ENV variable
2018-05-20 16:18: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