Commit Graph

809 Commits

Author SHA1 Message Date
Edi Septriyanto
ef7f1857cd Merge pull request #82 from joglomedia/2.0.x
### New Features
- Add swap disable/enable feature
- Add Lua, NDK, NJS module (experiment)

### Bug Fixes
- Installation tries to allocate 0MiB swap file and fails ( Issue #76 )
- PHP failed to load after installation if LEMPER_USERNAME value set to not empty ( Issue #79 )
- Default username not deleted during removal if LEMPER_USERNAME value set to not empty ( Issue #80 )
- Nginx error when ssl enabled ( Issue #81 )

### Enhancements
- Recalculate swap size
- Default PHP removal
- Environment variables adjustment
v2.1.0
2021-07-11 16:44:47 +07:00
Edi Septriyanto
3cb5358a4d Fix issue #81 2021-07-09 02:36:59 +07:00
Edi Septriyanto
91b13dec83 Fix issue #80 2021-07-09 01:54:51 +07:00
Edi Septriyanto
7e37c1899c Enhance env vars 2021-07-09 01:35:37 +07:00
Edi Septriyanto
d3eb4d370d Add remove default PHP version 2021-07-09 01:35:07 +07:00
Edi Septriyanto
c6552f5b71 Add feature fix broken package 2021-07-09 01:34:26 +07:00
Edi Septriyanto
1b69b727ae Fix credit copyright 2021-07-09 01:33:39 +07:00
Edi Septriyanto
04f7d5b6d2 Small fix typo 2021-07-09 01:32:54 +07:00
Edi Septriyanto
c5a2f3cc2d Small fix typo 2021-07-09 01:32:29 +07:00
Edi Septriyanto
94bc311223 Add Lua module (experiment) 2021-07-09 01:32:10 +07:00
Edi Septriyanto
7c3ca049ce Small fix typo 2021-07-09 01:31:01 +07:00
Edi Septriyanto
25a6140b43 Small fix typo 2021-07-09 01:30:41 +07:00
Edi Septriyanto
7701f17dd7 Fix issue #79 2021-07-09 01:30:08 +07:00
Edi Septriyanto
be24b5afd8 Fix typo REDIS_REQUIRE_PASS 2021-07-09 01:24:52 +07:00
Edi Septriyanto
e82449282e Fix credits 2021-06-17 17:22:08 +07:00
Edi Septriyanto
1cf7144edf Fix input option 2021-06-17 17:21:52 +07:00
Edi Septriyanto
1a36863e74 Fix 2021-06-17 17:14:22 +07:00
Edi Septriyanto
c4146c51f5 Add DEFAULT_PHP_VERSION 2021-06-17 17:13:33 +07:00
Edi Septriyanto
bf70648c15 fix certbot repo for Focal 2021-06-17 16:07:11 +07:00
Edi Septriyanto
b2ed5613ae update travis button 2021-06-17 02:28:04 +07:00
Edi Septriyanto
0be6d69d60 fix apt install 2021-06-17 02:27:43 +07:00
Edi Septriyanto
89b3ebd97d Add dmidecode to dependencies 2021-06-17 00:23:41 +07:00
Edi Septriyanto
69da711c86 Add enable/disable swap 2021-06-17 00:23:05 +07:00
Edi Septriyanto
a6552b0961 Recalculate swap 2021-06-17 00:22:47 +07:00
Edi Septriyanto
c294142c50 Add env var for swap 2021-06-17 00:22:11 +07:00
Edi Septriyanto
3075ccd51c Merge pull request #78 from joglomedia/2.0.x
### New Features
- Add fail2ban removal (uninstaller)

### Bug Fixes
- Installation exits on fail2ban ( Issue #77 )

### Enhancements
- Update environment configuration
- Optimize PHP 8.0 default configuration
- Update Phalcon PHP extension installer
- Update Adminer version to v4.8.1
- Change TinyFileManager repository
- Update unit testing
v2.0.1
2021-06-05 23:12:44 +07:00
Edi Septriyanto
1e8dfb3748 Add fail2ban unit test 2021-06-05 16:34:45 +07:00
Edi Septriyanto
f59710bda5 Small fix 2021-06-05 16:34:16 +07:00
Edi Septriyanto
b67e95ebb6 Update Adminer & TinyFileManager 2021-06-05 14:58:19 +07:00
Edi Septriyanto
7bff6723c7 Update shunit2 test case 2021-06-05 14:26:07 +07:00
Edi Septriyanto
5111d564ab Update sh unit test 2021-06-05 03:09:53 +07:00
Edi Septriyanto
34f5587096 Update Phalcon PHP 2021-06-05 02:59:47 +07:00
Edi Septriyanto
28edef7c81 Update configuration 2021-06-05 02:58:41 +07:00
Edi Septriyanto
c4367c7d6d Add fail2ban removal 2021-06-05 02:57:31 +07:00
Edi Septriyanto
71a181c249 Fix issue #77 2021-06-05 02:49:19 +07:00
Edi Septriyanto
6644a26169 update test 2021-06-04 22:40:15 +07:00
Edi Septriyanto
04ffc30d38 update php loader download link 2021-05-07 22:08:42 +07:00
Edi Septriyanto
5af8bda9b6 update shunit test 2021-05-07 22:02:22 +07:00
Edi Septriyanto
0c313aeb46 Add php 8 config 2021-04-29 00:05:22 +07:00
Edi Septriyanto
2a0428d158 readme 2021-04-28 23:59:13 +07:00
Edi Septriyanto
c43445a29e fix installer 2021-04-28 23:58:52 +07:00
Edi Septriyanto
bef6f3c334 update copyright 2021-04-28 23:56:21 +07:00
Edi Septriyanto
ea5775103c update adminer 2021-04-28 23:55:51 +07:00
Edi Septriyanto
5e59a259a8 fix uninstaller php 8 2021-04-28 23:55:11 +07:00
Edi Septriyanto
80a23f2bb4 fix installer php 8 2021-04-28 23:54:41 +07:00
Edi Septriyanto
86c54822b1 change addon repo 2021-04-28 23:53:57 +07:00
Edi Septriyanto
d0e1bc7c30 Merge pull request #75 from joglomedia/2.0.x
2.0.0
2021-03-05 19:02:50 +07:00
Edi Septriyanto
e2d437053f Fix shunit2 test v2.0.0 2021-03-05 16:46:02 +07:00
Edi Septriyanto
0ab1e945e0 Fix unit test 2021-03-05 16:23:16 +07:00
Edi Septriyanto
5b5f7a9e95 Remove GnuPG & Json module from PHP 8.0 2021-03-05 16:07:11 +07:00