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

2691 commits

Author SHA1 Message Date
A Holt
92b7874822
Merge pull request #1388 from holta/dokuwiki-2018-04-22b
DokuWiki 2018-04-22a -> 2018-04-22b
2019-01-13 09:18:02 -05:00
A Holt
4573228a6e
dokuwiki 2018-04-22a -> 2018-04-22b 2019-01-13 09:15:02 -05:00
A Holt
b1f58c7164
Merge pull request #1386 from holta/debian-10-vars
Fixes for 2019's Debian 10 "Buster" + 3 outstanding issues incl workarounds
2019-01-13 08:02:50 -05:00
A Holt
cdeb007301
Update main.yml 2019-01-13 07:55:48 -05:00
A Holt
c263beb39a
Update main.yml 2019-01-13 06:06:16 -05:00
A Holt
7adc794b80
Update main.yml 2019-01-13 06:04:01 -05:00
A Holt
b375b482f3
Update main.yml 2019-01-13 03:46:37 -05:00
A Holt
da4a1eecc4
Update main.yml 2019-01-13 03:27:24 -05:00
A Holt
6b2fcb0384
Update install.yml 2019-01-12 16:46:37 -05:00
A Holt
b439ef36d4
Update main.yml 2019-01-12 16:19:07 -05:00
A Holt
04c6102485
Update install.yml 2019-01-12 16:14:47 -05:00
A Holt
086df861fd
Update iiab.conf 2019-01-12 16:12:28 -05:00
A Holt
559a100e3e
Merge pull request #1381 from holta/mediawiki-1.32.0
MediaWiki 1.31.1 -> 1.32.0
2019-01-11 04:29:47 -05:00
A Holt
78894b181e
MediaWiki 1.31.1 -> 1.32.0 2019-01-11 04:14:14 -05:00
A Holt
3ac670eb96
Merge pull request #1380 from holta/tmpfiles.d-for-ubermix
Install /etc/tmpfiles.d/iiab.conf during IIAB install process, for Ubermix
2019-01-10 20:04:52 -05:00
A Holt
6eb5b1bc9c
Create iiab.conf 2019-01-10 20:00:12 -05:00
A Holt
4cfb6f013e
Update main.yml 2019-01-10 19:59:29 -05:00
A Holt
70b2e8faa0
Merge pull request #1379 from holta/box.lan-NOT-iiab-server.lan
box.lan NOT iiab-server.lan
2019-01-10 19:14:52 -05:00
A Holt
a654b64476
box.lan NOT iiab-server.lan 2019-01-10 19:12:56 -05:00
A Holt
07ef3b92d4
Update main.yml 2019-01-10 19:00:35 -05:00
A Holt
0e1dc25ae3
Update main.yml 2019-01-10 18:58:59 -05:00
georgejhunt
7f9957aa55
0.3 patch1 (#1377)
* expand zim_versions_idx to include menuItem name, mediaCount, articleCount, size

* create a stub menuItem if none exists

* remember to change consumer of zim_version_idx in iiab-admin

* comment out some debugging prints

* do not change the name of a variable in iiab.ini

* consistent variable names for *_enabled

* start work on menus for enabled iiab roles

* changes to display cups in home menu

* remove reference to admin console which may not be installed

* print error message

* dict.get errors

* handle undefined menuItem"

* handle undefined menuItem again

* some work on logos

* break out the zim_versions_idx routines for use by update_menus in admin-console

* remove old menuDef creation code

* new variable names for zim_versions_idx

* missing the tags data in zim_versions_idx

* un-break-apart iiab-make-kiwix-lib.py

* return an empty string

* make size human_readable

* getting console and iiab to work together on menus

* add the new zim_date field to zim_versions_idx

* get the latest into repo

* found lost code iiab-make-kiwix-lib.py

* Create Lokole admin user during setup

* Add requested content to lokole readme
Per iiab/iiab#1293

* Update default password

* Add Lokole-IIAB user manual

* Update default_vars.yml

* Update local_vars_min.yml

* Update local_vars_min.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update default_vars.yml

* Update default_vars.yml

* Update local_vars_min.yml

* Update local_vars_medium.yml

* Update local_vars_big.yml

* Update default_vars.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Change admin username to uppercase

* Revert "Lokole: change admin to Admin per IIAB app norms"

* Update main.yml

* Update README.rst

* Update capture-wsgi.py

* Update main.yml

* Update main.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update default_vars.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_min.yml

* Address TODOs in Lokole documentation

See https://github.com/ascoderu/opwen-webapp/issues/81

* Update main.yml

* Update local_vars_big.yml

* Update local_vars_medium.yml

* Update local_vars_big.yml

* Update local_vars_min.yml

* Update default_vars.yml

* expand zim_versions_idx to include menuItem name, mediaCount, articleCount, size

* create a stub menuItem if none exists

* remember to change consumer of zim_version_idx in iiab-admin

* comment out some debugging prints

* do not change the name of a variable in iiab.ini

* consistent variable names for *_enabled

* start work on menus for enabled iiab roles

* changes to display cups in home menu

* remove reference to admin console which may not be installed

* print error message

* dict.get errors

* handle undefined menuItem"

* handle undefined menuItem again

* some work on logos

* break out the zim_versions_idx routines for use by update_menus in admin-console

* remove old menuDef creation code

* new variable names for zim_versions_idx

* missing the tags data in zim_versions_idx

* un-break-apart iiab-make-kiwix-lib.py

* return an empty string

* make size human_readable

* getting console and iiab to work together on menus

* add the new zim_date field to zim_versions_idx

* get the latest into repo

* found lost code iiab-make-kiwix-lib.py
2019-01-10 14:26:47 -08:00
A Holt
03b2f6e580
Merge pull request #1372 from holta/nextcloud_force_minor_upgrades_if
Force minor upgrades of Nextcloud if /opt/nextcloud/version.php removed
2019-01-10 12:48:31 -05:00
A Holt
8c61afd792
Update main.yml 2019-01-10 12:44:24 -05:00
Clemens Wolff
7063bdc260 Address TODOs in Lokole documentation
See https://github.com/ascoderu/opwen-webapp/issues/81
2019-01-10 09:23:22 -05:00
A Holt
8f333f1b91
Update main.yml 2019-01-09 17:38:01 -05:00
A Holt
050e30ad76
Update main.yml 2019-01-09 17:37:45 -05:00
A Holt
d2264f79bd
Update main.yml 2019-01-09 17:37:34 -05:00
A Holt
b002eaee63
Update main.yml 2019-01-09 17:36:43 -05:00
A Holt
1470ee29d2
Merge pull request #1365 from holta/phpmyadmin-4.8.4
phpMyAdmin 3.8.3 -> 4.8.4
2019-01-08 23:10:46 -05:00
A Holt
ca9a23ee12
Merge pull request #1364 from holta/dnsmasq-hack-for-16.04
dnsmasq hack (in roles/captive-portal/tasks/main.yml) so iiab-install runs on Ubuntu 16.04
2019-01-08 23:05:06 -05:00
A Holt
0f1a6ebdb7
Update main.yml 2019-01-08 23:00:50 -05:00
A Holt
04f60db1b3
Update main.yml 2019-01-08 22:55:05 -05:00
A Holt
224b343442
Merge pull request #1363 from holta/captive-patch-recent-androids
Captive Portal: patch capture-wsgi.py to test Android 7.x, 8.x, 9.x
2019-01-08 20:42:03 -05:00
A Holt
4e2369fbcb
Update capture-wsgi.py 2019-01-08 20:34:24 -05:00
A Holt
aad34516ec
Update README.rst 2019-01-03 18:14:50 -05:00
A Holt
6c86a3104b
Update main.yml 2019-01-03 17:03:05 -05:00
A Holt
db29f2cc6e
Revert "Lokole: change admin to Admin per IIAB app norms" 2019-01-03 16:51:39 -05:00
A Holt
3708440ad7
Merge pull request #1353 from ascoderu/add-lokole-admin-user
Lokole: change admin to Admin per IIAB app norms
2019-01-03 16:23:07 -05:00
Aidan Fitzgerald
b8dddbfb3c
Change admin username to uppercase 2019-01-03 16:07:02 -05:00
A Holt
bcf8340ddf
Merge pull request #1305 from aidan-fitz/lokole-docs-2
Expand Lokole documentation
2019-01-03 12:14:26 -05:00
A Holt
76b74245d3
Merge pull request #1317 from ascoderu/add-lokole-admin-user
Create Lokole admin user during setup
2019-01-03 12:13:46 -05:00
A Holt
72594ee3b5
Merge pull request #1350 from jvonau/netplan
fix WiFi as gateway
2019-01-02 02:50:12 -05:00
Jerry Vonau
9254e4b400 fix WiFi as gateway 2019-01-02 01:32:40 -06:00
A Holt
fbe268569d
Merge pull request #1349 from holta/hotspot-on-off-commands
Update iiab-hotspot-on & -off commands from dhcpd to dnsmasq
2019-01-02 01:08:33 -05:00
A Holt
bb402fe24b
Update iiab-hotspot-off 2019-01-02 01:05:06 -05:00
A Holt
ac569245c5
Update iiab-hotspot-on 2019-01-02 01:04:41 -05:00
A Holt
7cf6e9c479
Merge pull request #1336 from jvonau/netplan
Netplan - WIP
2019-01-02 01:01:45 -05:00
A Holt
dc13c7b557
Update packages.yml 2019-01-01 22:10:06 -05:00
A Holt
ad2647b380
Update main.yml 2019-01-01 21:58:30 -05:00
A Holt
fbab149ff9
Update main.yml 2019-01-01 21:44:19 -05:00
A Holt
ec48f4e2b6
Update main.yml 2019-01-01 21:21:29 -05:00
Jerry Vonau
346ad4cde6 cheap unmasking 2018-12-29 14:14:56 -06:00
Jerry Vonau
4c14ae3e37 use .yaml instead of .yml 2018-12-29 13:49:06 -06:00
Jerry Vonau
4c93054d45 using supplied 01-netcfg.yaml as example
note the use of yes in place of true for dhcp4
2018-12-29 13:16:59 -06:00
Jerry Vonau
0827827925 use .yml with file name, allow removal of more than one file name 2018-12-29 11:47:18 -06:00
Aidan Fitzgerald
9eab54d6dc Add Lokole-IIAB user manual 2018-12-26 14:22:17 -05:00
A Holt
19c8d27bda
Merge pull request #1343 from holta/kiwix-0.8.0-2
kiwix-tools 0.8.0 -> 0.8.0-2
2018-12-26 11:16:29 -05:00
A Holt
3e8fc12acf
Update main.yml 2018-12-26 11:07:48 -05:00
A Holt
b5a6bbcfb7
Update main.yml 2018-12-26 10:58:37 -05:00
Jerry Vonau
00152a0769 use iiab-dnsmasq.service everywhere 2018-12-19 15:58:53 -06:00
Jerry Vonau
f4a99abaf2 less time without services 2018-12-16 07:22:38 -06:00
Jerry Vonau
82e1a6fe63 use netplan for static wan interface on U-18 2018-12-16 06:39:19 -06:00
A Holt
ab8017647a
Apply suggestions from code review
as requested

Co-Authored-By: jvonau <jvonau3@gmail.com>
2018-12-16 06:26:55 -06:00
Jerry Vonau
bba77de643 yaml syntax 2018-12-15 18:55:18 +00:00
Jerry Vonau
3e36883758 networkd only 2018-12-15 00:32:33 -06:00
Jerry Vonau
d6690b2537 lets not use netplan for bridges 2018-12-15 00:32:33 -06:00
Jerry Vonau
7cade0c052 boot time speed up 2018-12-15 00:32:33 -06:00
Jerry Vonau
69e36e9fc1 clean-up 2018-12-15 00:32:33 -06:00
A Holt
f24e600945 Update roles/network/tasks/netplan.yml
Co-Authored-By: jvonau <jvonau3@gmail.com>
2018-12-15 00:32:33 -06:00
A Holt
c0f2d38d1c Update roles/network/tasks/netplan.yml
Co-Authored-By: jvonau <jvonau3@gmail.com>
2018-12-15 00:32:33 -06:00
A Holt
eb9a222887 Update roles/network/tasks/netplan.yml
Co-Authored-By: jvonau <jvonau3@gmail.com>
2018-12-15 00:32:33 -06:00
A Holt
80f6902828 Update roles/network/templates/network/dnsmasq.service.u18
Co-Authored-By: jvonau <jvonau3@gmail.com>
2018-12-15 00:32:33 -06:00
Jerry Vonau
27470ab830 stdout_lines 2018-12-15 00:32:33 -06:00
Jerry Vonau
3167f8133a #1320 fix for U-18 dnsmasq 2018-12-15 00:32:33 -06:00
Jerry Vonau
967102bc4f easier way to disable cloud-init 2018-12-15 00:32:33 -06:00
Jerry Vonau
14dd29eba4 refine netplan2 2018-12-15 00:32:33 -06:00
Jerry Vonau
d0c66fb4d3 refine netplan 2018-12-15 00:32:33 -06:00
Jerry Vonau
343d00848f split out netplan2 2018-12-15 00:32:33 -06:00
Jerry Vonau
93694e853b split out netplan 2018-12-15 00:32:33 -06:00
A Holt
1a46ce2f1d
Update iiab-uncatch 2018-12-12 13:41:17 -05:00
A Holt
0b6fb15be1
Update iiab-catch 2018-12-12 13:40:38 -05:00
A Holt
4c921ce8b0
Update main.yml 2018-12-12 13:27:44 -05:00
A Holt
5a1985aa28
Rename captive-portal.service.j2 to captive-portal.service.j2.deprecated 2018-12-12 12:34:38 -05:00
A Holt
11682c3f7d
Update main.yml 2018-12-12 12:34:05 -05:00
A Holt
25bca3787c
Nextcloud 14 -> 15 2018-12-09 11:07:07 -05:00
George Hunt
4e47659bc8 android 5 startup null value 2018-12-08 18:46:25 -08:00
George Hunt
7705c99650 apache module for wsgi required 2018-12-08 15:11:49 -08:00
George Hunt
2d9704947c soft code again, get microsoft working again by adding FQDN 2018-12-08 18:17:09 +00:00
George Hunt
a2146482b2 microsoft missing FQDN 2018-12-08 16:35:04 +00:00
George Hunt
5f8eeacffa remove enabling of captive-portal service 2018-12-06 02:41:33 +00:00
George Hunt
eed584766f go directly to box.lan/home for android 7 2018-12-06 02:27:35 +00:00
George Hunt
1c32208d7b transition to using apache2 for wsgi 2018-12-05 21:03:12 +00:00
A Holt
e74dd2def1
Update named.yml 2018-12-03 03:05:17 -05:00
A Holt
15d5405295
Update named.yml 2018-12-03 02:54:49 -05:00
A Holt
ff10a576f3
Update dnsmasq.yml 2018-12-03 02:31:12 -05:00
A Holt
5353d725a8
Update dnsmasq.yml 2018-12-03 02:30:16 -05:00
A Holt
d05123afe9
Allow systemd-resolved AND dnsmasq to work (#1306) 2018-12-03 02:23:39 -05:00
A Holt
73f9f7c3a0
Rename iiab-dnsmasq to dnsmasq-iiab 2018-12-03 02:19:31 -05:00
A Holt
04f4e48b1c
Rename roles/network/templates/iiab to roles/network/templates/network/iiab-dnsmasq 2018-12-03 02:18:44 -05:00