Philipp Holzer
2e38177e2e
[Hotfix] Switch full archive path
2020-07-12 22:22:36 +02:00
Philipp Holzer
530174e564
Friendica Release "Red Hot Poker" 2020.07 released
2020-07-12 21:46:40 +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
5e33598e19
Update dependencies & new RC branch
2020-06-14 17:45:02 +02:00
nupplaPhil
ad99a98540
Release 2020.03
2020-03-31 23:22:16 +02:00
nupplaPhil
fb1e117ea9
Add 2020.03-rc
2020-03-09 23:35:38 +01:00
valvin
210790d409
feat(tini): dynamic version and build arch
2020-03-09 21:39:50 +01:00
valvin
9e25e43fb9
feat(): add tini as process manager
2020-03-08 21:06:10 +01:00
Philipp Holzer
11e884d952
run ./update.sh
2020-01-02 21:50:28 +01:00
Philipp Holzer
5063b8d381
Release 2019.12
2019-12-23 21:32:56 +01:00
Philipp Holzer
7a74b4c0b9
Add 2019.12-rc branch
2019-12-10 22:17:35 +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
6c821e72f0
Release 2019.09
2019-09-29 11:51:12 +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
e8e2276bd8
Introduce 2019.09-rc
2019-08-19 11:46: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
d395e138da
Release 2019.06
2019-06-24 09:31:20 +02:00
Philipp Holzer
989de98414
Enhancing docker images:
...
- Adding APCu
- Bump PHP to 7.3
- Remove deprecated mcrypt
- Dynamic version checking for depending PECL libraries
- Add production default 512M for memory_limit (see https://github.com/friendica/docker/issues/56 )
- Re-Add FRIENDICA_PHP_PATH because of Bugfix in upstream
2019-06-23 02:24:02 +02:00
Hypolite Petovan
438f01ac1d
Merge pull request #61 from nupplaphil/2019.06-rc
...
Update to 2019.06-rc
2019-05-20 13:53:25 -04:00
Philipp Holzer
e27da13343
Update to 2019.06-rc
2019-05-20 18:59:28 +02:00
Philipp Holzer
527e0b7d3a
Hotfix 2019.04
2019-04-29 07:51:42 +02:00
Philipp Holzer
955b82a4ec
Welcome 2019.03 and 2019.06-dev
2019-03-23 15:14:23 +01:00
Philipp Holzer
3acc7e04b6
Bugfix: lowercase Friendica-versions
2019-02-26 09:10:19 +01:00
Philipp Holzer
cd85e77f49
wrong intend
2019-02-20 18:58:54 +01:00
Philipp Holzer
b1ab65ec80
Update to 2019.03-RC
2019-02-20 18:55:40 +01:00
Philipp Holzer
49ebe6a493
New Friendica Release 2019.01
2019-01-21 18:04:27 +01:00
Philipp Holzer
57d13b7aff
Change 2018.12-rc to 2019.01-rc
2019-01-03 20:49:31 +01:00
Philipp Holzer
19a99bd270
Restructure top-level directory for a better understanding
2018-12-29 20:46:29 +01:00
Philipp Holzer
a13e833ba3
Adding friendica release 2018.12-rc
2018-12-13 14:35:00 +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
4877b846a8
Bugfixings
...
- directory for worker.php changed to `bin/`
- `composer install` isn't necessary for stable images
- copy_sources should work for future *-rc branches too
2018-06-09 14:55:51 +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
7c19b91609
Upgrade VERSION
...
- delete 2018.05-rc (develop)
- add 2018.05 (stable/latest)
- add 2018.08-dev (develop)
2018-06-01 19:03:37 +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