2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-19 14:06:41 +02:00
Commit graph

19 commits

Author SHA1 Message Date
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)