feat & fix: admin UI password autofill fix, ICMP ping docs, German README & updated dependencies - #110
Open
meistermopper wants to merge 7 commits into
Open
feat & fix: admin UI password autofill fix, ICMP ping docs, German README & updated dependencies#110meistermopper wants to merge 7 commits into
meistermopper wants to merge 7 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @Scrounger,
First of all, thank you so much for creating and maintaining
ioBroker.linux-control! It is one of the essential adapters in my ioBroker setup, and I use it daily to manage my Linux hosts.I've put together a PR with quality-of-life fixes, UI improvements, documentation enhancements, and dependency updates that I tested thoroughly on my live setup:
🛠️ What's included in this PR:
🛡️ Admin UI Password Autofill Fix (
admin/index_m.js):autocomplete="new-password"to the password input fields in the host configuration table.📦 Dependency Updates (
package.json):ping1.0.0,node-ssh13.2.0,axios1.7.9,mocha10.8.2,chai4.5.0,gulp5.0.0).📖 ICMP Ping Permissions & Troubleshooting Guide (
README.md&README_de.md):seems not to be online) commonly occurring in Docker or unprivileged LXC containers (e.g., Proxmox).chmod u+s $(which ping),cap_net_raw, and Docker--cap-add=NET_RAW).🇩🇪 German Documentation (
README_de.md):README_de.mdfor German-speaking users with standard ioBroker cross-language headers (English | [Deutsch](README_de.md)).🎨 Badge Repairs:
iobroker.livebadges (added missingiobroker.prefix and updated to HTTPS).Everything has been verified and tested locally on live instances (
51 passing tests).Thank you again for your very helpful work on this adapter! Feel free to review or let me know if you'd like any adjustments made.
Schönen Gruß und Dank
Thomas