1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
Commit graph

6742 commits

Author SHA1 Message Date
A Holt
bae34eefdf
kiwix/defaults/main.yml: Try kiwix-tools 3.2.0 2022-01-20 09:57:44 -05:00
A Holt
3059572fa9
firmware/tasks/main.yml: Explain context @ #2853 & #3103 2022-01-10 14:55:20 -05:00
A Holt
dd2bf3838f
firmware/templates/iiab-firmware-warn.sh: Clarify /tmp/.fw_modified warning 2022-01-10 09:49:44 -05:00
A Holt
9ec670b42f
firmware/tasks/main.yml: Mention USB 3.0 collision w/ 2.4 GHz WiFi 2022-01-08 23:40:05 -05:00
A Holt
8b07f87f3d
firmware/tasks/main.yml: Context + clarifs 2022-01-07 22:15:06 -05:00
A Holt
4cb5a30317
/usr/bin/iiab-check-firmware: Instructions (WIP!) 2022-01-07 21:57:54 -05:00
A Holt
6c31a2a4a5
firmware/tasks/download.yml: Clarify firmware origins 2022-01-07 21:42:07 -05:00
A Holt
029e169be0
firmware/tasks/download.yml: Touchup clarifs 2022-01-07 21:14:22 -05:00
root
fbe585d75b roles/firmware: code + UI cleanup (7.45.98.65 needs testing on RPi 3/W) 2022-01-07 20:13:10 -05:00
root
56dc06b6b1 Merge branch 'rpi-wifi-firmware' of https://github.com/holta/iiab into rpi-wifi-firmware 2022-01-07 11:16:57 -05:00
root
abeb97794f Ansible indentation norm across 7-8 roles 2022-01-07 05:29:54 -05:00
root
81790ba305 Clarify RPi WiFi firmware capacity options 2022-01-07 03:47:39 -05:00
root
64efea041d WIP: RPi WiFi firmware cleanup/options, espec for 3B+ & 4 2022-01-07 01:59:21 -05:00
A Holt
75afa902a5
sugarizer/defaults/main.yml: 1.5.0 -> 1.6.0 2022-01-04 16:17:30 -05:00
A Holt
f46892d274
kiwix/defaults/main.yml: Try kiwix-tools 2022-01-04 2022-01-04 10:26:23 -05:00
A Holt
436b9a2810
nginx/templates/server.conf.j2: client_max_body_size 1M -> 500M 2022-01-02 18:38:06 -05:00
A Holt
a32473c1bf
www_base/tasks/php-stem.yml: x86 -> x64 typo bug 2022-01-01 14:43:14 -05:00
A Holt
78cc7de446
nextcloud/tasks/install.yml: Nextcloud 23.0.0 latest.tar.bz2 is ~132MB 2021-12-31 22:21:08 -05:00
A Holt
56ce56bfa8
gitea/tasks/install.yml: Note /library/gitea/bin/gitea-1.15 is ~102MB 2021-12-31 22:11:38 -05:00
A Holt
b0e989ab34
kiwix/defaults/main.yml: Try kiwix-tools 2022-01-01 2021-12-31 20:35:04 -05:00
A Holt
918e99570c
Update roles/calibre-web/README.rst 2021-12-30 15:12:40 -05:00
A Holt
27fe26f8de
iiab-test-wifi.j2: WiFi country code progress on arm64 OS's discussed on #3078 2021-12-29 13:12:46 -05:00
root
25f25329a9 php-stem.yml: Show instantiation of dicts (php_extensions, php_stem_arches) 2021-12-26 15:13:30 -05:00
root
71c1d16f0d php-stem.yml: php_stem_arch: "{{ php_stem_arches[ansible_machine] }}" 2021-12-26 14:51:54 -05:00
root
c45445399e roles/www_base/tasks/main.yml: Clean Ansible output 2021-12-26 14:17:01 -05:00
root
61dfdcdb0a roles/www_base: Cleaner/Safer php-stem 2021-12-26 14:07:14 -05:00
A Holt
cb5be0a903
Merge pull request #3083 from holta/download_timeout
osm_vector_maps was repeatedly failing to install, so use 'timeout: "{{ download_timeout }}"' with get_url (in 10 roles!) [& change IIAB's 'download_timeout: 200' to 100 sec]
2021-12-26 13:03:51 -05:00
A Holt
82bfbbdac0
Clarify Calibre-Web's ~115+ MB /usr/local/calibre-web-py3 disk footprint 2021-12-26 13:01:03 -05:00
A Holt
c96e0c6bea
Clarify ~126+ MB /opt/iiab/internetarchive/node_modules disk footprint 2021-12-26 12:49:44 -05:00
A Holt
b45fb6850e
Clarify Sugarizer Server's ~193+ MB /opt/iiab/sugarizer-server-1.4.0 disk footprint 2021-12-26 12:38:22 -05:00
A Holt
e35a27fd67
Clarify Moodle 3.11.4's ~376+ MB /opt/iiab/moodle disk footprint 2021-12-26 12:22:20 -05:00
A Holt
a6509f167b
Clarify Nextcloud 23's ~496+ MB /library/www/nextcloud disk footprint 2021-12-26 12:01:24 -05:00
A Holt
6b2c5e75ff
Tweak version# in roles/remoteit/README.md 2021-12-26 11:29:15 -05:00
A Holt
84efc73a53
remoteit/defaults/main.yml: 4.13.5 -> 4.13.6 2021-12-26 11:25:56 -05:00
A Holt
47169ac28a
phpmyadmin/tasks/install.yml: Clarify 'download_timeout: 100' (no longer 200 sec) 2021-12-26 11:05:35 -05:00
root
5f3708fe29 get_url 'timeout: "{{ download_timeout }}"' in 10 roles 2021-12-26 10:24:31 -05:00
A Holt
a84cf2068c
php-stem.yml: Explain "here doc" #3080 #3081 #3082 2021-12-26 09:43:17 -05:00
A Holt
cb41212482
php-stem.yml: Fix typo in phpX.Y-sqlite3 explanation 2021-12-25 22:36:58 -05:00
A Holt
32b6035e78
osm-vector-maps/tasks/install.yml: Clarify phpX.Y-sqlite3 (can also be installed by www_base/tasks/php-stem.yml) 2021-12-25 22:18:28 -05:00
A Holt
60f7be2609
www_base/tasks/php-stem.yml: Install phpX.Y-sqlite3 2021-12-25 22:10:40 -05:00
A Holt
7c3bf2930a
php-stem.yml: Clarify... php_extension: "{{ php_extensions[php_version] }}" 2021-12-25 19:40:12 -05:00
A Holt
acf76155f4
Clarify php-stem.yml: 'systemctl reload phpX.Y-fpm' suffices 2021-12-25 18:22:43 -05:00
A Holt
a0fe5b706c
php-stem.yml: Mention iiab/php-stem#2 fixed location idea 2021-12-25 18:15:57 -05:00
root
62e193d2e1 www_base/tasks/php-stem.yml: Fix 'systemctl restart php7.4-fpm' warning 2021-12-25 17:22:27 -05:00
root
81d676f26e www_base/tasks/php-stem.yml: 'systemctl restart php7.4-fpm' warning 2021-12-25 17:07:42 -05:00
root
ad75b14ad4 Simplify www_base/tasks/php-stem.yml for stem-armhf-7.4.so on RasPiOS 11 2021-12-25 11:33:37 -05:00
A Holt
332a148f4a
Update kolibri/README.rst 2021-12-23 22:54:43 -05:00
A Holt
453f246c8d
Update roles/kolibri/README.rst 2021-12-23 22:50:53 -05:00
A Holt
0b593f808a
Experiment with kiwix-tools 2021-12-24 nightly build 2021-12-23 18:15:09 -05:00
Jerry Vonau
713c30e8ff
Update iiab-test-wifi.j2
document the reason for the netplan stanza
2021-12-22 05:25:58 -06:00