offspot-config 2.4.2__tar.gz → 2.5.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. {offspot_config-2.4.2 → offspot_config-2.5.0}/CHANGELOG.md +7 -0
  2. {offspot_config-2.4.2 → offspot_config-2.5.0}/PKG-INFO +1 -1
  3. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/builder.py +6 -6
  4. offspot_config-2.5.0/src/offspot_runtime/__about__.py +1 -0
  5. offspot_config-2.4.2/src/offspot_runtime/__about__.py +0 -1
  6. {offspot_config-2.4.2 → offspot_config-2.5.0}/.gitignore +0 -0
  7. {offspot_config-2.4.2 → offspot_config-2.5.0}/.pre-commit-config.yaml +0 -0
  8. {offspot_config-2.4.2 → offspot_config-2.5.0}/LICENSE +0 -0
  9. {offspot_config-2.4.2 → offspot_config-2.5.0}/README.md +0 -0
  10. {offspot_config-2.4.2 → offspot_config-2.5.0}/pyproject.toml +0 -0
  11. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/__init__.py +0 -0
  12. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/branding/horizontal-logo-dark.png +0 -0
  13. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/branding/horizontal-logo-light.png +0 -0
  14. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/branding/horizontal-logo.svg +0 -0
  15. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/branding/square-logo-dark.png +0 -0
  16. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/branding/square-logo-light.png +0 -0
  17. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/branding/square-logo.svg +0 -0
  18. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/catalog.json +0 -0
  19. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/catalog.py +0 -0
  20. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/constants.py +0 -0
  21. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/file.py +0 -0
  22. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/__init__.py +0 -0
  23. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/base.py +0 -0
  24. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/checksum.py +0 -0
  25. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/file.py +0 -0
  26. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/mainconfig.py +0 -0
  27. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/oci.py +0 -0
  28. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/output.py +0 -0
  29. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/str.py +0 -0
  30. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/inputs/ways.py +0 -0
  31. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/oci_images.py +0 -0
  32. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/packages.py +0 -0
  33. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/utils/__init__.py +0 -0
  34. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/utils/dashboard.py +0 -0
  35. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/utils/download.py +0 -0
  36. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/utils/misc.py +0 -0
  37. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/utils/sizes.py +0 -0
  38. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/utils/yaml.py +0 -0
  39. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_config/zim.py +0 -0
  40. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/__init__.py +0 -0
  41. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/ap.py +0 -0
  42. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/checks.py +0 -0
  43. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/configlib.py +0 -0
  44. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/containers.py +0 -0
  45. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/dnsmasqspoof.py +0 -0
  46. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/ethernet.py +0 -0
  47. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/firmware.py +0 -0
  48. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/fromfile.py +0 -0
  49. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/hostname.py +0 -0
  50. {offspot_config-2.4.2 → offspot_config-2.5.0}/src/offspot_runtime/timezone.py +0 -0
  51. {offspot_config-2.4.2 → offspot_config-2.5.0}/tasks.py +0 -0
  52. {offspot_config-2.4.2 → offspot_config-2.5.0}/tests/conftest.py +0 -0
  53. {offspot_config-2.4.2 → offspot_config-2.5.0}/tests/test_catalog.py +0 -0
  54. {offspot_config-2.4.2 → offspot_config-2.5.0}/tests/test_checks.py +0 -0
  55. {offspot_config-2.4.2 → offspot_config-2.5.0}/tests/test_humanid.py +0 -0
  56. {offspot_config-2.4.2 → offspot_config-2.5.0}/tests/test_inputs.py +0 -0
  57. {offspot_config-2.4.2 → offspot_config-2.5.0}/tests/test_link.py +0 -0
  58. {offspot_config-2.4.2 → offspot_config-2.5.0}/tests/test_reader.py +0 -0
  59. {offspot_config-2.4.2 → offspot_config-2.5.0}/tests/test_zim.py +0 -0
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.5.0] - 2025-03-07
9
+
10
+ ### Changed
11
+
12
+ - [dashboard] Using 1.6.0 with updated UI (About page)
13
+ - [reverse-proxy] Using 1.11 with custom kiwix external link block page
14
+
8
15
  ## [2.4.2] - 2025-03-07
9
16
 
10
17
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: offspot-config
3
- Version: 2.4.2
3
+ Version: 2.5.0
4
4
  Summary: Offspot Config helpers
5
5
  Project-URL: Homepage, https://github.com/offspot/offspot-config
6
6
  Project-URL: Donate, https://www.kiwix.org/en/support-us/
@@ -57,9 +57,9 @@ INTERNAL_IMAGES = {
57
57
  "fullsize": 180055087,
58
58
  },
59
59
  "dashboard": {
60
- "source": "ghcr.io/offspot/dashboard:1.5.0",
61
- "filesize": 178063360,
62
- "fullsize": 177129017,
60
+ "source": "ghcr.io/offspot/dashboard:1.6.0",
61
+ "filesize": 177735680,
62
+ "fullsize": 177616322,
63
63
  },
64
64
  "file-browser": {
65
65
  "source": "ghcr.io/offspot/file-browser:1.1",
@@ -82,9 +82,9 @@ INTERNAL_IMAGES = {
82
82
  "fullsize": 167202612,
83
83
  },
84
84
  "reverse-proxy": {
85
- "source": "ghcr.io/offspot/reverse-proxy:1.10",
86
- "filesize": 108052480,
87
- "fullsize": 107972550,
85
+ "source": "ghcr.io/offspot/reverse-proxy:1.11",
86
+ "filesize": 108257280,
87
+ "fullsize": 108177344,
88
88
  },
89
89
  }
90
90
 
@@ -0,0 +1 @@
1
+ __version__ = "2.5.0"
@@ -1 +0,0 @@
1
- __version__ = "2.4.2"
File without changes
File without changes
File without changes