root
65cb09c67b
iiab-refresh-wiki-docs also needs to run w/o Admin Console
2023-01-10 19:10:35 -05:00
root
31bd87cd1c
http://box/info/admin-console offline docs
2023-01-10 19:01:59 -05:00
A Holt
0c93392146
scripts/ansible: Update explanatory URL
2023-01-08 10:59:45 -05:00
A Holt
badf12ec28
Update README.md
2023-01-07 16:39:35 -05:00
A Holt
64226e5a6e
Merge pull request #3460 from cwivagg/patch-3
...
Update matomo-nginx.conf.j2 ["fix the error private directories are accessible"]
2023-01-07 10:02:07 -05:00
cwivagg
ccaa118dad
Update matomo-nginx.conf.j2
...
Move file to higher precedence to handle non-php files as well.
2023-01-07 08:27:56 -05:00
cwivagg
08ade5cd1e
Update matomo-nginx.conf.j2
...
Fix security problems noted in https://github.com/iiab/iiab/issues/3441 .
2023-01-07 07:42:17 -05:00
A Holt
616efbed60
Merge pull request #3459 from jvonau/fix_ansible
...
revert to using pip for ansible on 32bit RasPiOS
2023-01-07 06:55:45 -05:00
Jerry Vonau
a94bc0e070
revert to using pip for ansible on 32bit RaspOS
2023-01-06 19:09:58 -06:00
A Holt
06ea7a9146
Update CONTRIBUTING.md
2023-01-04 10:15:09 -05:00
A Holt
f11adb312f
Merge pull request #3458 from holta/lokole-in-LARGE-installs
...
Enable Lokole during MEDIUM/LARGE IIAB installs
2023-01-04 09:14:07 -05:00
root
305af9a9bb
Enable Lokole during MEDIUM/LARGE IIAB installs
2023-01-04 09:04:51 -05:00
A Holt
ecc81829df
Merge pull request #3457 from holta/tests.unused
...
Travis CI: git mv tests tests.unused
2023-01-04 08:53:20 -05:00
root
db489402d9
Travis CI: git mv tests tests.unused
2023-01-04 08:47:20 -05:00
A Holt
9b6681b4d0
Pre-release version number 'iiab_base_ver: 8.1'
2023-01-01 01:39:44 -05:00
A Holt
8f04d45fa2
Fix comment Re: matomo/tasks/install.yml Lines 63-199
2022-12-30 10:54:03 -05:00
A Holt
840f1df60d
PR #3453 php-settings.yml: Remove unnec quotes
2022-12-30 06:31:13 -05:00
A Holt
92926b9040
0-init/tasks/hostname.yml: Remove stale comments
2022-12-30 05:52:23 -05:00
A Holt
ef71e4f6d9
Merge pull request #3453 from holta/php-tz
...
Store actual System TZ (not Ansible's ambiguous TZ abbreviations) into fpm/php.ini & cli/php.ini — for Matomo etc
2022-12-30 05:38:40 -05:00
root
322b7729d9
www_options/tasks/php-settings.yml: Cleaner comments
2022-12-30 15:21:20 +05:30
root
a02c452110
Store System TZ into fpm/php.ini & cli/php.ini for Matomo etc
2022-12-30 14:39:46 +05:30
A Holt
abf5e08f3f
0-init/tasks/tz.yml: Clarify Time Zone (TZ) extraction
2022-12-30 02:35:10 -05:00
A Holt
371146c4ed
0-init/tasks/tz.yml: Why ansible_date_time.tz is a problem
2022-12-30 02:29:16 -05:00
A Holt
e3ef4cded0
Explain #3449 set-php-limits.yml (top line summary)
2022-12-29 17:50:12 -05:00
A Holt
f8b625f253
Merge pull request #3451 from holta/gitea-1.18
...
Use the new 'gitea_version: 1.18' (instead of 1.17)
2022-12-29 15:27:00 -05:00
A Holt
2c20165768
Use the new 'gitea_version: 1.18' (instead of 1.17)
2022-12-29 15:24:01 -05:00
A Holt
cc17e30a02
Merge pull request #3449 from holta/set-php-limits
...
PHP Limits Dependency Cleanup: www_options/tasks/set-php-limits.yml run on demand (by 5 relevant roles)
2022-12-29 15:04:27 -05:00
root
6f06bfacd0
Allow post-install toggling of nginx_high_php_limits
2022-12-30 01:15:09 +05:30
A Holt
a4b8f74fe2
Merge branch 'master' into set-php-limits
2022-12-29 12:48:02 -05:00
A Holt
61f9919426
Merge pull request #3448 from cwivagg/patch-2
...
Several updates to make Matomo experience cleaner
2022-12-29 12:43:24 -05:00
root
2a7eba7297
Set PHP limits right after PHP reqs/recs, so each role installs smoothly
2022-12-29 11:48:17 -05:00
root
3dbfabcd8d
Merge branch 'set-php-limits' of https://github.com/holta/iiab into set-php-limits
2022-12-29 10:29:52 -05:00
root
eba3225b7c
Rename flag to set_php_limits_done (so it runs once at most, per Ansible run)
2022-12-29 10:29:01 -05:00
cwivagg
74c680cc6d
Update README
...
Remove notes about trusted website check to reflect this patch, and add note about time zone.
2022-12-29 10:21:34 -05:00
A Holt
b597913886
Clarify explanation at top of set-php-limits.yml
2022-12-29 09:05:19 -05:00
root
81004687c8
www_options/tasks/set-php-limits.yml run on demand (by 5 roles)
2022-12-29 08:36:45 -05:00
cwivagg
27b0c5b843
Add required PHP extensions
2022-12-29 06:20:53 -05:00
cwivagg
e635b25d7a
Don't make slash required in Matomo URL
2022-12-29 05:15:05 -05:00
cwivagg
424f15c4d2
Switch from lineinfile to ini_file
...
lineinfile was really struggling to handle a k/v value with "=" in it. ini_file is built for precisely this file format and handles the issue effortlessly.
2022-12-27 15:56:14 -05:00
cwivagg
7fb4bdde88
Escape equals for skip trusted host check
2022-12-27 15:20:22 -05:00
cwivagg
34463b800f
Fix regex for lineinfile
2022-12-27 15:02:38 -05:00
cwivagg
3319e287d4
Disable trusted host check for Matomo
...
Per 2022-12-27 IIAB community minutes 3b.
2022-12-27 14:34:52 -05:00
A Holt
7882dcb7f8
Merge pull request #3447 from holta/matomo-php-limits
...
Somewhat higher PHP limits for Matomo — similar to Nextcloud, PBX, WordPress
2022-12-27 12:31:52 -05:00
root
4638bc7124
Somewhat higher PHP limits for Matomo
2022-12-27 12:15:57 -05:00
A Holt
59bd6eecfd
Fix www_options comments: Default is "memory_limit = -1" in cli/php.ini
2022-12-27 10:19:34 -05:00
A Holt
dfaccc42ae
Typo: Fix date in comment ( ca927e86
)
2022-12-27 08:11:06 -05:00
A Holt
ca927e86ee
sshd/tasks/install.yml: Comment hygiene, similar to #3444
2022-12-27 08:08:20 -05:00
A Holt
ffa16d5bfb
#3446 : Further clarify /etc/cron.d/kiwix-serve_daily instead of...
2022-12-27 07:34:40 -05:00
A Holt
fa8d05bab3
Merge pull request #3446 from holta/kiwix-simplify
...
Put Kiwix var {{ systemctl_program }} to rest — simple is almost always better
2022-12-27 07:30:24 -05:00
root
f082df8ef4
/etc/cron.d/kiwix-serve_daily instead of defaults
2022-12-27 07:17:09 -05:00