Releases: mieweb/opensource-server
Releases · mieweb/opensource-server
v2026.03.23-2
What's Changed
- Add Default Container Environment Variables + Wazuh Agent Installation by @cmyers-mieweb in #250
Full Changelog: v2026.03.23-1...v2026.03.23-2
v2026.03.23-1
What's Changed
- Fixed HTTP Port Mapping - All HTTP requests work on Port 80 by @maxklema in #1
- Container Creation, Custom Port Mapping, + Dnsmasq/Nginx configuration updates for HTTPS by @maxklema in #2
- Fixed Root to maxklema as Author for PR #2 by @maxklema in #4
- Resolution to Issue 3, IPAM and iptable rules' solution by @cmyers-mieweb in #5
- Create-a-Container front end webserver implentation by @cmyers-mieweb in #11
- CI/CD GitHub Actions Automation, Helper Scripts, Container Creation Updates, Bug Fixes, Etc. by @maxklema in #8
- Wazuh Setup, Misc. Container Creation Fixes + Other Small Bug Fixes by @maxklema in #12
- Fix dark mode readability for mermaid diagram by @Copilot in #20
- Remove spaces from all directory and file names by @Copilot in #18
- Add CodeQL analysis workflow configuration by @horner in #26
- Create comprehensive test suite for container creation authentication modules with GitHub Actions CI/CD by @Copilot in #25
- Misc. Changes for the Cluster by @maxklema in #13
- fix: include PHXDC-ai-pve1 in PVE_NODES for prune_iptables.sh by @cmyers-mieweb in #32
- Add protocol list display functionality for container creation by @Copilot in #45
- Add Missing files to repo by @cmyers-mieweb in #40
- [Snyk] Security upgrade axios from 1.11.0 to 1.12.0 by @horner in #41
- Bump axios from 1.11.0 to 1.12.1 in /container-creation/js by @dependabot[bot] in #38
- Add EW AI container support to creation workflow by @cmyers-mieweb in #48
- Reduce external dependencies and improve RESTfulness of create-a-container by @runleveldev in #62
- add missing files and updated README by @runleveldev in #72
- Add styles for sign up button and section by @cmyers-mieweb in #76
- add cluster.mieweb.org internal domain by @runleveldev in #74
- Shared MariaDB Backend for Create-A-Container and NGINX Port Map by @runleveldev in #77
- refactor: update DHCP range and options in dnsmasq configuration by @runleveldev in #90
- add fortwayne-proxmox configuration for SSL and proxy settings by @runleveldev in #91
- add landing configuration for Nginx reverse proxy by @runleveldev in #92
- Bump validator from 13.15.15 to 13.15.20 in /create-a-container by @dependabot[bot] in #83
- add default SSL configuration for Nginx reverse proxy by @runleveldev in #98
- Fix bootstrapping, add ETag caching, and 502/404 fallback in pull-config.sh by @Copilot in #95
- refactor: replace random root password generation with disabling root… by @runleveldev in #101
- Add styling for email and date input fields by @cmyers-mieweb in #103
- [Snyk] Upgrade dotenv from 17.2.1 to 17.2.2 by @horner in #47
- [Snyk] Upgrade axios from 1.12.0 to 1.12.2 by @horner in #49
- Update Fort Wayne container creation and iptables rules by @cmyers-mieweb in #96
- Admin API and container deletion by @runleveldev in #104
- fix proxmox username mismatch caused by #104 by @runleveldev in #106
- 107 phxdc ai container creation hung after filesystem clone step by @runleveldev in #108
- Remove nextid hack now that #85 is resolved by @runleveldev in #109
- Import .env file into container during LDAP setup by @cmyers-mieweb in #117
- DRAFT: Add Packer build and upload workflow for Proxmox templates by @cmyers-mieweb in #80
- Fix node assignment for PHOENIX aiContainer by @runleveldev in #111
- Fort Wayne AI container template CTID change by @cmyers-mieweb in #121
- Add nginx layer 4 proxying by @runleveldev in #113
- remove landing and launchpad submodules by @runleveldev in #126
- Fix SSH_PORT logic to be API-backed by @runleveldev in #124
- support query params and json output on GET /contiainers by @runleveldev in #132
- Support alternate database backend drivers by @runleveldev in #133
- Add job runner system with API and database models by @cmyers-mieweb in #125
- Bump js-yaml from 3.14.1 to 3.14.2 in /container-creation/container-creation/root-bin/js by @dependabot[bot] in #122
- Bump js-yaml from 3.14.1 to 3.14.2 in /mie-opensource-landing by @dependabot[bot] in #128
- Bump tar-fs from 1.16.5 to 1.16.6 in /mie-opensource-landing by @dependabot[bot] in #129
- Bump glob from 10.4.5 to 10.5.0 in /create-a-container by @dependabot[bot] in #134
- Bump body-parser from 2.2.0 to 2.2.1 in /create-a-container by @dependabot[bot] in #137
- Bump node-forge from 1.3.1 to 1.3.2 in /mie-opensource-landing by @dependabot[bot] in #139
- Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /mie-opensource-landing by @dependabot[bot] in #142
- Bump express from 5.1.0 to 5.2.1 in /create-a-container by @dependabot[bot] in #141
- Bump nodemailer from 7.0.9 to 7.0.11 in /create-a-container by @dependabot[bot] in #143
- Bump body-parser from 2.2.0 to 2.2.1 in /mie-opensource-landing by @dependabot[bot] in #146
- Bump validator from 13.15.20 to 13.15.23 in /create-a-container by @dependabot[bot] in #145
- 118 bootstrap procedure by @runleveldev in #136
- Integrate ldap with the management console by @runleveldev in #144
- build(deps): bump qs, express and body-parser in /mie-opensource-landing by @dependabot[bot] in #158
- build(deps): bump qs from 6.14.0 to 6.14.1 in /create-a-container by @dependabot[bot] in #159
- switch to lxc-backed templates by @runleveldev in #160
- Update docs by @runleveldev in #161
- Push notification 2fa by @runleveldev in #167
- build(deps): bump lodash from 4.17.21 to 4.17.23 in /create-a-container by @dependabot[bot] in #169
- build(deps): bump lodash from 4.17.21 to 4.17.23 in /mie-opensource-landing by @dependabot[bot] in #170
- Bug fixes, Postgres, and OCI Integration by @runleveldev in #171
- Improve error messaging for login/register flows by @Copilot in #175
- Add version display and issue reporting to footer by @Copilot in #178
- Add API endpoints for container management through Launchpad by @cmyers-mieweb in #173
- fix: implement proper registry auth flow by @runleveldev in #183
- 176 invite user by @runleveldev in #181
- build(deps): bump webpack from 5.101.1 to 5.105.0 in /mie-opensource-landing by @dependabot[bot] in #185
- build(deps): bump axios from 1.12.2 to 1.13.5 in /create-a-container by @dependabot[bot] in #191
- build(deps): bump qs from 6.14.1 to 6.14.2 in /mie-opensource-landing by @dependabot[bot] in #193
- Automated Template Bui...