[PR #34] [MERGED] Dockerized periphery #669

Closed
opened 2025-10-31 15:17:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/34
Author: @mbecker20
Created: 8/17/2024
Status: Merged
Merged: 8/17/2024
Merged by: @mbecker20

Base: mainHead: dockerized-periphery


📝 Commits (10+)

📊 Changes

29 files changed (+339 additions, -379 deletions)

View changed files

.cargo/config.toml (+2 -0)
📝 Cargo.lock (+0 -33)
📝 Cargo.toml (+0 -2)
📝 bin/cli/Cargo.toml (+0 -5)
📝 bin/core/Cargo.toml (+0 -3)
📝 bin/core/Dockerfile (+1 -1)
📝 bin/core/src/config.rs (+1 -0)
📝 bin/core/src/helpers/mod.rs (+52 -9)
📝 bin/core/src/main.rs (+2 -0)
📝 bin/periphery/Cargo.toml (+0 -2)
bin/periphery/Dockerfile (+26 -0)
📝 bin/periphery/src/config.rs (+18 -15)
📝 bin/periphery/src/stats.rs (+16 -1)
bin/tests/Cargo.toml (+0 -20)
bin/tests/src/core.rs (+0 -120)
bin/tests/src/main.rs (+0 -24)
bin/tests/src/periphery.rs (+0 -53)
📝 client/core/rs/src/entities/config/core.rs (+9 -0)
📝 client/core/rs/src/entities/config/periphery.rs (+23 -84)
📝 client/core/rs/src/entities/user.rs (+16 -1)

...and 9 more files

📄 Description

No description provided


🔄 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/moghtech/komodo/pull/34 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 8/17/2024 **Status:** ✅ Merged **Merged:** 8/17/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `dockerized-periphery` --- ### 📝 Commits (10+) - [`7ab16bb`](https://github.com/moghtech/komodo/commit/7ab16bbb6c1b2d527296edb8c0d0baee1854ab85) Add webhooks page to docs - [`15f9879`](https://github.com/moghtech/komodo/commit/15f9879478c9716ba851f556caaf9840d9ace036) supports - [`6c05779`](https://github.com/moghtech/komodo/commit/6c057791b8ed5eacc7e0a0468b09caf47557aef7) supports - [`6ea84dd`](https://github.com/moghtech/komodo/commit/6ea84dd642e7dfd08b7c3963f2ff5a106b9963d6) periphery Dockerfile - [`1096137`](https://github.com/moghtech/komodo/commit/1096137f03cfd504c39e2715620f5c5808dcae47) add comments. Remove unneeded default config - [`7f6a0b5`](https://github.com/moghtech/komodo/commit/7f6a0b533a52a66f19bf51abb502dc01057a2ef2) add FILE SYSTEM log - [`ec91b3c`](https://github.com/moghtech/komodo/commit/ec91b3cd35740b62ab4e2ae660f0c769669292b2) remove log - [`be38eb3`](https://github.com/moghtech/komodo/commit/be38eb3a743f511dfa627ec42e2e26ac91d067ee) filter disks included in periphery disk report, on periphery side - [`a1c9fe2`](https://github.com/moghtech/komodo/commit/a1c9fe24c7484c6092965fc719fefe946a089640) dockerized periphery - [`b326248`](https://github.com/moghtech/komodo/commit/b32624865332a1a0c0cd43c55a1d178cdc954f16) all in one compose file docs ### 📊 Changes **29 files changed** (+339 additions, -379 deletions) <details> <summary>View changed files</summary> ➕ `.cargo/config.toml` (+2 -0) 📝 `Cargo.lock` (+0 -33) 📝 `Cargo.toml` (+0 -2) 📝 `bin/cli/Cargo.toml` (+0 -5) 📝 `bin/core/Cargo.toml` (+0 -3) 📝 `bin/core/Dockerfile` (+1 -1) 📝 `bin/core/src/config.rs` (+1 -0) 📝 `bin/core/src/helpers/mod.rs` (+52 -9) 📝 `bin/core/src/main.rs` (+2 -0) 📝 `bin/periphery/Cargo.toml` (+0 -2) ➕ `bin/periphery/Dockerfile` (+26 -0) 📝 `bin/periphery/src/config.rs` (+18 -15) 📝 `bin/periphery/src/stats.rs` (+16 -1) ➖ `bin/tests/Cargo.toml` (+0 -20) ➖ `bin/tests/src/core.rs` (+0 -120) ➖ `bin/tests/src/main.rs` (+0 -24) ➖ `bin/tests/src/periphery.rs` (+0 -53) 📝 `client/core/rs/src/entities/config/core.rs` (+9 -0) 📝 `client/core/rs/src/entities/config/periphery.rs` (+23 -84) 📝 `client/core/rs/src/entities/user.rs` (+16 -1) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <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-10-31 15:17:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#669
No description provided.