• Joined on 2025-03-07
taha pushed to opnsense_upgrade at NationTech/harmony 2025-07-16 06:13:18 +00:00
670b701f6a use figment and try to make an "upgradeable firewall"
taha pushed to opnsense_upgrade at NationTech/harmony 2025-07-15 04:17:09 +00:00
1eaae2016a WIP: Create Upgradeable trait
taha commented on pull request NationTech/harmony#86 2025-07-14 19:59:05 +00:00
Monitor an application within a tenant

As JG mentioned, we want to keep this as simple as possible, as opinionated as possible.

taha pushed to opnsense_upgrade at NationTech/harmony 2025-07-12 05:05:39 +00:00
c4f4a58dcf Add new fields for OPNSense 25.1
taha created branch opnsense_upgrade in NationTech/harmony 2025-07-12 05:05:39 +00:00
taha pushed to master at NationTech/harmony 2025-07-11 14:34:51 +00:00
537da5800f uncomment docker image build
taha deleted branch fix_demo from NationTech/harmony 2025-07-11 14:32:35 +00:00
taha pushed to master at NationTech/harmony 2025-07-11 14:32:27 +00:00
3be2fa246c fix: unjank the demo (#85)
taha merged pull request NationTech/harmony#85 2025-07-11 14:32:23 +00:00
fix: unjank the demo
taha pushed to fix_demo at NationTech/harmony 2025-07-11 14:23:42 +00:00
17ebdc1247 update test
taha pushed to fix_demo at NationTech/harmony 2025-07-11 14:12:48 +00:00
b97c58bc34 fix example
taha pushed to fix_demo at NationTech/harmony 2025-07-11 13:41:56 +00:00
694f0dc045 fix app name/namespace
taha pushed to fix_demo at NationTech/harmony 2025-07-10 17:30:28 +00:00
c573e7f64c cargo fmt/fix
taha commented on pull request NationTech/harmony#85 2025-07-10 17:28:13 +00:00
fix: unjank the demo

The reason I used bollard was because I find it preferable to access the docker daemon programmatically over an API over using a (albeit relatively stable) CLI interface

taha pushed to fix_demo at NationTech/harmony 2025-07-10 17:26:31 +00:00
d0d80aee28 worked with will to get monitoring + ntfy demoed/tested
taha pushed to fix_demo at NationTech/harmony 2025-07-10 15:28:00 +00:00
81bee7e12a remove tenant score
taha pushed to fix_demo at NationTech/harmony 2025-07-10 15:25:06 +00:00
cc4529617c forgot to push
taha pushed to fix_demo at NationTech/harmony 2025-07-10 13:51:22 +00:00
d7de1ea752 Move ntfy into monitoring feature
2d8bd5c4ae Try to get GVK from YAML
Compare 2 commits »
taha commented on pull request NationTech/harmony#85 2025-07-09 14:17:19 +00:00
fix: unjank the demo

$ is the global scope, for some reason .Values.service.type on its own wasn't working (different scope?), did some digging, found $ to specifically reference the global/top level scope and…

taha created pull request NationTech/harmony#85 2025-07-09 04:39:24 +00:00
fix: unjank the demo