[PR #47] [MERGED] Updated the olm client to process config vars from cli,env,file in or… #46

Closed
opened 2025-11-19 07:04:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/olm/pull/47
Author: @gk1
Created: 10/25/2025
Status: Merged
Merged: 10/26/2025
Merged by: @oschwartz10612

Base: mainHead: feature/config-file-persistence


📝 Commits (2)

  • 555c9dc Updated the olm client to process config vars from cli,env,file in order of precedence and persist them to file
  • 228bddc Treat mtu as int and dont overwrite from websocket

📊 Changes

2 files changed (+521 additions, -152 deletions)

View changed files

config.go (+484 -0)
📝 main.go (+37 -152)

📄 Description

…der of precedence and persist them to file

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

How to test?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/olm/pull/47 **Author:** [@gk1](https://github.com/gk1) **Created:** 10/25/2025 **Status:** ✅ Merged **Merged:** 10/26/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `feature/config-file-persistence` --- ### 📝 Commits (2) - [`555c9dc`](https://github.com/fosrl/olm/commit/555c9dc9f41abea95d0c43dea7728e6588e8eedc) Updated the olm client to process config vars from cli,env,file in order of precedence and persist them to file - [`228bddc`](https://github.com/fosrl/olm/commit/228bddcf79179ca05abf7b5601691b6bf4ff5141) Treat mtu as int and dont overwrite from websocket ### 📊 Changes **2 files changed** (+521 additions, -152 deletions) <details> <summary>View changed files</summary> ➕ `config.go` (+484 -0) 📝 `main.go` (+37 -152) </details> ### 📄 Description …der of precedence and persist them to file ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description ## How to test? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:04:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/olm#46