10 Commits

Author SHA1 Message Date
RNL
aed61184ae wipe out instructions updated 2026-03-07 16:49:59 +11:00
RNL
b96014f544 auto install iptables if not available 2026-03-07 16:41:42 +11:00
RNL
01a04c4ee3 skip superuser creation if exists 2026-03-07 16:29:55 +11:00
RNL
e44fcba1ea user selectable port number with default to 80 2026-03-07 14:34:45 +11:00
RNL
bbe123c45d setup default to port 80 2026-03-07 14:31:59 +11:00
RNL
c1686f6bad added wipe off instructions 2026-03-06 23:19:30 +11:00
RNL
5566907957 add setup timezone verification and link 2026-03-06 23:18:47 +11:00
RNL
283e0ec6c8 One command native setup 2026-03-06 22:16:41 +11:00
RNL
d6d1cfe9f0 filament usage chart now works without day constraint 2026-03-06 22:14:51 +11:00
RNL
f20fc2ed06 PrinterDataAPIView downsample 2026-03-04 22:40:18 +11:00

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "bambu-run" name = "bambu-run"
version = "0.1.1" version = "0.1.0"
description = "Django reusable app for Bambu Lab 3D printer monitoring and filament inventory management" description = "Django reusable app for Bambu Lab 3D printer monitoring and filament inventory management"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}