Skip to content

Releases: offspot/offspot-config

2.10.2

13 Mar 13:43
5444c44

Choose a tag to compare

Changed

  • [builder] Using adminui 1.4.2 with timeout on bridge

2.10.1

13 Mar 09:23
59dbfb9

Choose a tag to compare

Changed

  • [builder] Using adminui 1.4.1 with clock settings URL fix

2.10.0

12 Mar 14:48
ef34b63

Choose a tag to compare

Changed

  • [builder] Using adminui 1.4.0 with better login (password toggle, cookie fix)
  • [builder] Using kiwix-serve 3.8.2 with RAM usage fix (cluster cache)
  • [builder] Using metrics 0.3.1 with less logs
  • [builder] Using reverse-proxy 1.13 with Caddy 2.11

2.9.2

04 Dec 14:43
707c0eb

Choose a tag to compare

Fixed

  • [builder] Using dashboard 1.6.5 with fallback color on about page (old browsers)
  • [builder] Using adminui 1.3.1 with regression fix (crash on start)

2.9.1

03 Dec 12:16
950b5d0

Choose a tag to compare

Fixed

  • [builder] /etc/hostapd/hostapd.conf being created (as dir) by compose before being gen by ap.py (#53)
  • [ap] Improper detection of brcm4345 chipset (#54)

Changed

  • [builder] Using dashboard 1.6.4 with links fixes
  • [builder] Using adminui 1.3 with smaller size and better profile detection

2.9.0

02 Dec 09:57
02e9404

Choose a tag to compare

Added

  • [builder] wifi_profile parameter to ConfigBuilder

Changed

  • [builder] Using kiwix-serve 3.8.1

2.8.1

01 Dec 15:24
e7763e7

Choose a tag to compare

Fixed

  • [builder] don't touch file in /etc/offspot as image-creator can't.

Changed

  • [builder] Using adminui 1.1 (no changes)

2.8.0

01 Dec 10:35
e3601c1

Choose a tag to compare

Added

  • [runtime] fromfile Records applied configuration (from offspot.yaml) to /etc/offspot/latest.yaml
  • [runtime] ap now supports profile (perf or coverage)
  • [builder] Admin UI support via .add_adminui()

Changed

  • [builder] Updated images (base updates) for captive-portal:1.6.1, dashboard:1.6.3, file-browser:1.2, hwclock:1.3 and reverse-proxy:1.12
  • [catalog] Updated images (base updates) for file-manager:1.4 and magoe:1.1

2.7.1

20 Oct 09:17
0408102

Choose a tag to compare

Changed

  • [runtime] ap reloads sysctl via --system instead of -p which fails on newer versions (required for trixie)

2.7.0

04 Sep 14:47
a5ecc35

Choose a tag to compare

Changed

  • [runtime] WLAN network to use 192.168.144.0/24 network by default instead of 192.168.2.0/24
  • [runtime] WLAN DHCP to use 192.168.144.128/25 network by default instead of 192.168.2.128/25
  • [runtime] WiFi AP stack manually started in fromfile after container stack is reported Up.
  • [captive-portal] Using 1.6.0 which default 192.168.144.128/25 network by default instead of 192.168.2.128/25
  • [builder] Using 192.168.144.0/24 and 192.168.144.128/25 instead of 192.168.2.0/24 and 192.168.2.128/25
  • [builder] Added optional variant param
  • [builder] Now creating /data/etc/offspot.json with Kiwix Hotspot details (variant and version)

Removed

  • Support for Python 3.9 and 3.10 as base-image been based on Bookworm for a long time