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

11135 commits

Author SHA1 Message Date
A Holt
9bf4404e50
hostapd.yml: Clean up Ansible output re: iiab-hotspot-{on|off} 2022-05-19 11:25:00 -04:00
A Holt
7f50ad8365
network/tasks/hostapd.yml: Install /usr/bin/iiab-hotspot-{on|off} in all cases! 2022-05-19 11:20:24 -04:00
root
739bfd59f3 Tolerate Ubuntu 22.10 Kinetic Kudu to help with testing 2022-05-19 09:35:35 -04:00
root
1df0263281 detected_network.yml: 'when: look_for_ap.failed is defined and...' 2022-05-19 00:04:57 -04:00
root
4d5143e2de network/tasks/detected_network.yml: Refine AP detection 2022-05-18 23:48:54 -04:00
root
fb1e5a3bc4 Merge branch 'check4AP' of https://github.com/jvonau/iiab into check4AP 2022-05-18 22:46:26 -04:00
A Holt
193ee4c0f3
Merge pull request #3221 from holta/kiwix-tools-3.2.0-5
Try kiwix-tools 3.2.0-5
2022-05-18 10:59:14 -04:00
A Holt
91b0f9ceed
Update README.md 2022-05-18 08:12:53 -04:00
A Holt
a6edf6d679
Try kiwix-tools 3.2.0-5 2022-05-18 07:03:39 -04:00
A Holt
f45b3574ed
scripts/ansible: Mention ansible-base 2.10.17 for #3220 2022-05-17 07:33:22 -04:00
A Holt
5d842ff48b
Merge pull request #3220 from holta/ansible-core-2.13.0
Recommend ansible-core 2.13.0
2022-05-16 13:31:33 -04:00
A Holt
e70d408488
Clarify CURR_VER (Ansible version you have installed) e.g. [core 2.13.0] 2022-05-16 13:30:57 -04:00
A Holt
4b6a3a02e5
Recommend ansible-core 2.13.0 2022-05-16 13:16:04 -04:00
A Holt
c205e1c113
Merge pull request #3219 from holta/iiab-diagnostics-journalctl--t-IIAB-CMDSRV
iiab-diagnostics: journalctl -t IIAB-CMDSRV
2022-05-12 16:05:37 -04:00
A Holt
6565171e31
iiab-diagnostics: 'Admin Console CMDSRV log' 2022-05-12 16:05:15 -04:00
A Holt
c03e8dfa82
iiab-diagnostics: journalctl -t IIAB-CMDSRV 2022-05-12 14:00:00 -04:00
A Holt
1969c635eb
Merge pull request #3218 from holta/phpmyadmin-5.2.0
phpMyAdmin 5.1.3 -> 5.2.0
2022-05-11 13:04:13 -04:00
A Holt
9bcbbc135a
phpMyAdmin 5.2.0 2022-05-11 13:01:40 -04:00
A Holt
454edfbe02
Update README.md 2022-05-09 19:40:53 -04:00
A Holt
3326c5aa74
Merge pull request #3215 from holta/nextcloud-readme
nextcloud/README.md: Warn about Nextcloud News app's 32-bit requirement
2022-05-09 07:36:25 -04:00
A Holt
0a7327afd7
nextcloud/README.md: Warn about Nextcloud News app's 32-bit requirement 2022-05-09 07:35:22 -04:00
A Holt
21fe9ccdec
Merge pull request #3214 from holta/mongodb-5.0.x
mongodb/tasks/install.yml: Try 5.0.x (was 4.4.x) on all four 64-bit OS's (for Sugarizer)
2022-05-08 19:58:55 -04:00
A Holt
6695a22d53
mongodb/tasks/install.yml: Try 5.0.x (was 4.4.x) on all 4 64-bit OS's 2022-05-08 09:43:14 -04:00
A Holt
af3bd86383
Merge pull request #3213 from holta/kiwix_apk_src-broken-link
default_vars.yml: 'kiwix_apk_src: [full URL]/kiwix-android/kiwix-3.4.5.apk' for now
2022-05-07 13:24:26 -04:00
A Holt
bd870a0e26
default_vars.yml: 'kiwix_apk_src: [full URL]/kiwix-android/kiwix-3.4.5.apk' for now 2022-05-07 13:22:21 -04:00
A Holt
c5aa77db93
Merge pull request #3212 from holta/kiwix-tools-3.2.0-4
kiwix-tools 3.2.0-4: fixes for diacritics (accents) etc
2022-05-07 07:48:02 -04:00
A Holt
890cb94af2
kiwix-tools 3.2.0-4: fixes for diacritics (accents) etc 2022-05-07 07:44:17 -04:00
A Holt
17960e2b20
kiwix/tasks/kiwix-apk.yml: Update comments 2022-05-05 21:45:16 -04:00
A Holt
5f33849fca
Revise /opt/iiab/jupyterhub size estimate to ~217 MB (was ~229 MB) 2022-05-04 17:42:59 -04:00
A Holt
97577fe5dd
Merge pull request #3210 from holta/wordpress-download-casino
Try wget workaround — as Ansible's get_url can be blocked by WordPress.org
2022-05-04 11:41:35 -04:00
A Holt
79052db75b
wordpress/tasks/install.yml: "{{ downloads_dir }}/wordpress.tar.gz" 2022-05-04 11:39:51 -04:00
A Holt
87ef66bdee
Generally safer to delete prior /opt/iiab/downloads/wordpress.tar.gz 2022-05-04 11:33:49 -04:00
A Holt
2499e28ac1
'wget -P' inadequate, so try: wget -O /opt/iiab/downloads/wordpress.tar.gz 2022-05-04 11:11:06 -04:00
A Holt
6a445bd4d8
Try wget workaround (Ansible's get_url can be blocked by WordPress.org) 2022-05-04 10:54:25 -04:00
A Holt
766f2cb779
Merge pull request #3209 from holta/iiab-diagnostics_mask_wep_key
scripts/iiab-diagnostics: Redact wep-key[0-3]=PASSWORD (for old WiFi routers)
2022-05-03 15:14:59 -04:00
A Holt
6e93095e1e
scripts/iiab-diagnostics: Redact wep-key[0-3]=PASSWORD 2022-05-03 15:12:12 -04:00
A Holt
105bc301c3
Merge pull request #3208 from holta/nextcloud24
Nextcloud 24.0.0 works w/ PHP 8.1 on Ubuntu 22.04
2022-05-03 06:29:33 -04:00
root
ccff8a793c nextcloud/tasks/install.yml: Link to official/evolving Nextcloud 24 reqs 2022-05-02 22:14:16 -04:00
root
c4abc856bc Nextcloud 24.0.0 work w/ PHP 8.1 on Ubuntu 22.04 2022-05-02 22:04:53 -04:00
A Holt
46c947f7bf
osm-vector-maps/README.md: Link to ~12 "2020" regions + catalog for #3205 2022-05-01 23:49:01 -04:00
A Holt
24bae0a24e
osm-vector-maps/README.md: Link to d.iiab.io for PR #3205 2022-05-01 23:32:25 -04:00
A Holt
6eddfd3c90
osm-vector-maps/README.md: Catalog links/details for PR #3205 2022-05-01 13:39:40 -04:00
A Holt
76cbe7e5b0
osm-vector-maps/README.md: "How to (wipe and) upgrade IIAB Maps" for PR #3205 2022-04-30 22:40:55 -04:00
A Holt
0061f44722
Merge pull request #3205 from holta/maps-lint-readability
Begin updating osm-vector-maps/README.md e.g. "How to upgrade IIAB Maps" (ENTIRELY AT YOUR OWN RISK)
2022-04-30 22:20:45 -04:00
A Holt
bf4d4cfa85
osm-vector-maps/README.md: Fix top-line link and IIAB install tip 2022-04-30 22:19:56 -04:00
A Holt
c7ebf5752f
osm-vector-maps/README.md: Update 1.2G + 2.0G filenames/sizes, outline d/l speedup options, etc 2022-04-30 22:03:54 -04:00
A Holt
f13d98a404
Begin updating osm-vector-maps/README.md e.g. "How to upgrade IIAB Maps" (ENTIRELY AT YOUR OWN RISK) 2022-04-30 21:03:20 -04:00
A Holt
763dea9557
Avoid comment repetition of e.g. {{ osm_repo_url }}/{{ maps_branch }} for PR #3204 2022-04-30 12:16:39 -04:00
A Holt
fe846c48d2
Merge pull request #3204 from holta/maps-lint-readability
osm-vector-maps: Lint + clarify for readability e.g. map_installer_url -- and speed up initial install of 48MB planet_z0-z6_2020.mbtiles + 25MB satellite_z0-z6_2020.mbtiles
2022-04-30 11:59:57 -04:00
root
74250b9dc8 osm-vector-maps: Lint + clarify for readability e.g. map_installer_url 2022-04-30 11:48:47 -04:00