[PR #59] [MERGED] Add new hosts. Refactor docker-compose. #63

Closed
opened 2026-03-04 01:40:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/59
Author: @ivansherov
Created: 4/10/2024
Status: Merged
Merged: 4/11/2024
Merged by: @EvgeneOskin

Base: masterHead: feature/add-new-hosts


📝 Commits (2)

  • fa0b9de Add new hosts. Refactor docker-compose.
  • d7d8731 Update documentation

📊 Changes

26 files changed (+951 additions, -382 deletions)

View changed files

📝 README.md (+82 -45)
client-cert/Dockerfile_sha1 (+22 -0)
📝 client-cert/entrypoint.sh (+2 -0)
client-cert/sshd_config_sha1 (+11 -0)
client-cert/user-key_ecdsa-sha2-nistp256 (+9 -0)
client-cert/user-key_ecdsa-sha2-nistp256-cert.pub (+1 -0)
client-cert/user-key_ecdsa-sha2-nistp256.pub (+1 -0)
client-cert/user-key_ecdsa-sha2-nistp384 (+10 -0)
client-cert/user-key_ecdsa-sha2-nistp384-cert.pub (+1 -0)
client-cert/user-key_ecdsa-sha2-nistp384.pub (+1 -0)
client-cert/user-key_ecdsa-sha2-nistp521 (+12 -0)
client-cert/user-key_ecdsa-sha2-nistp521-cert.pub (+1 -0)
client-cert/user-key_ecdsa-sha2-nistp521.pub (+1 -0)
client-cert/user-key_ed25519 (+8 -0)
client-cert/user-key_ed25519-cert.pub (+1 -0)
client-cert/user-key_ed25519.pub (+1 -0)
client-cert/user-key_ssh-dss (+21 -0)
client-cert/user-key_ssh-dss-cert.pub (+1 -0)
client-cert/user-key_ssh-dss.pub (+1 -0)
📝 docker-compose.yml (+722 -337)

...and 6 more files

📄 Description

Description of the change

  • Add new hosts.
  • Refactor docker-compose: hosts are now grouped according to their intended usage. Previous port numbers were preserved.

Type of change

  • Feature
  • Codebase Improvements
  • Critical security bugs
  • Hotfix

Reviewer's checklist

  • The code does not have any obvious logic errors.
  • All cases specified in the requirements are fully implemented.
  • There is sufficient automated testing for the new code. Existing automated tests were rewritten to account for code changes.
  • The new code conforms to existing style guidelines.

🔄 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/termius/hosts-farm/pull/59 **Author:** [@ivansherov](https://github.com/ivansherov) **Created:** 4/10/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/add-new-hosts` --- ### 📝 Commits (2) - [`fa0b9de`](https://github.com/termius/hosts-farm/commit/fa0b9de3d063a354989130446f18eb936259e2ca) Add new hosts. Refactor docker-compose. - [`d7d8731`](https://github.com/termius/hosts-farm/commit/d7d87311c06543e21d980d11f0dc9aa9c9bba7de) Update documentation ### 📊 Changes **26 files changed** (+951 additions, -382 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+82 -45) ➕ `client-cert/Dockerfile_sha1` (+22 -0) 📝 `client-cert/entrypoint.sh` (+2 -0) ➕ `client-cert/sshd_config_sha1` (+11 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp256` (+9 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp256-cert.pub` (+1 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp256.pub` (+1 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp384` (+10 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp384-cert.pub` (+1 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp384.pub` (+1 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp521` (+12 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp521-cert.pub` (+1 -0) ➕ `client-cert/user-key_ecdsa-sha2-nistp521.pub` (+1 -0) ➕ `client-cert/user-key_ed25519` (+8 -0) ➕ `client-cert/user-key_ed25519-cert.pub` (+1 -0) ➕ `client-cert/user-key_ed25519.pub` (+1 -0) ➕ `client-cert/user-key_ssh-dss` (+21 -0) ➕ `client-cert/user-key_ssh-dss-cert.pub` (+1 -0) ➕ `client-cert/user-key_ssh-dss.pub` (+1 -0) 📝 `docker-compose.yml` (+722 -337) _...and 6 more files_ </details> ### 📄 Description ## Description of the change - Add new hosts. - Refactor docker-compose: hosts are now grouped according to their intended usage. Previous port numbers were preserved. ## Type of change - [X] Feature - [X] Codebase Improvements - [ ] Critical security bugs - [ ] Hotfix ## Reviewer's checklist - [ ] The code does not have any obvious logic errors. - [ ] All cases specified in the requirements are fully implemented. - [ ] There is sufficient automated testing for the new code. Existing automated tests were rewritten to account for code changes. - [ ] The new code conforms to existing style guidelines. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:40:44 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hosts-farm#63
No description provided.