1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
Commit graph

7992 commits

Author SHA1 Message Date
A Holt
a3734201c1
pbx/README.adoc: Explain #3228 in the Known Issues section 2022-05-25 15:48:20 -04:00
A Holt
1d0d6bd753
pbx/defaults/main.yml: Fix typo explaining #3228 2022-05-25 15:36:00 -04:00
A Holt
50fd06d0a8
#3228 interim/manual workaround as freepbx-16.0-latest.tgz is NOT the latest 2022-05-25 15:34:17 -04:00
A Holt
ee20486ea5
nextcloud/tasks/install.yml: Clarify /library/www/nextcloud is 405MB initially 2022-05-25 13:36:31 -04:00
Carl Wivagg
fb326651a0 Add section for cookie resetting 2022-05-25 06:51:24 -04:00
A Holt
319b5a2342
Lint www_options/tasks/main.yml 2022-05-23 19:51:01 -04:00
Jerry Vonau
35750850ac
From @holta user facing feedback
Co-authored-by: A Holt <holta@users.noreply.github.com>
2022-05-19 15:11:58 -05:00
Jerry Vonau
7c72b2f983 move iiab-hotspot-on|off - can_be_ap in template 2022-05-19 14:34:03 -05:00
Jerry Vonau
39bf6fe32c feedback 2022-05-19 14:34:03 -05:00
Jerry Vonau
a8ca92a9b3 move country_code - replace '' with $() 2022-05-19 14:34:03 -05:00
root
c01c6ac73b network/tasks/rpi_debian.yml: 'country_code.stdout | length == 0' 2022-05-19 14:32:18 -05:00
Jerry Vonau
ed2a0f3027 wip on the fly 2022-05-19 14:32:18 -05:00
Jerry Vonau
8924b6668c reload might be needed to register the new templates if they changed 2022-05-19 14:32:18 -05:00
Jerry Vonau
6e2493a2d4 think that was a bug report in the past 2022-05-19 14:32:18 -05:00
Jerry Vonau
9f699d19fe should be a drop-in replacement 2022-05-19 14:32:18 -05:00
Jerry Vonau
dfb9eea05d isolate returned value 2022-05-19 14:32:18 -05:00
Jerry Vonau
4a30d7e15d supply hostapd template later to pickup changed fact 2022-05-19 14:32:18 -05:00
Jerry Vonau
422b1c0197 set 'host_country_code' to value found in wpa_supplicant.conf
host_country_code becomes a fallback value if undetected
2022-05-19 14:32:18 -05:00
A Holt
a2d31595b5
Merge pull request #3225 from holta/ubuntu-2210
7-edu-apps: TEMPORARY 'and not is_ubuntu_2210' for #3189
2022-05-19 13:24:23 -04:00
root
fb26c42c76 7-edu-apps: TEMPORARY 'and not is_ubuntu_2210' for #3189 2022-05-19 13:17:17 -04:00
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
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
a6edf6d679
Try kiwix-tools 3.2.0-5 2022-05-18 07:03:39 -04:00
Carl Wivagg
3e9541ab7e Add missing field in Matomo cURL command 2022-05-14 14:19:14 -04:00
A Holt
9bcbbc135a
phpMyAdmin 5.2.0 2022-05-11 13:01:40 -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
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
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
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
Carl Wivagg
d456ec3b91 revert breaking change in 0-init role 2022-05-04 06:29:21 -04:00
Carl Wivagg
bd989dbbe2 Fix some bugs in paths/URLs 2022-05-04 06:25:16 -04:00
Carl Wivagg
45e1fd2c0e correct matomo path and move to variable 2022-05-03 06:33:15 -04:00
Carl Wivagg
ba33825d6a changes for matomo in validate vars 2022-05-03 06:03:03 -04:00
Carl Wivagg
04fbec1f4b changes for matomo in mgmt tools 2022-05-03 05:46:09 -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
Carl Wivagg
30620a8034 changes to Matomo role to record state 2022-05-02 06:24:50 -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
Carl Wivagg
1f2bd60002 Update password to IIAB default. 2022-05-01 06:10:39 -04:00
Carl Wivagg
37e750417d Add citation for website interaction section. 2022-05-01 06:09:49 -04:00