Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DietPi-Software | MineOS: Fix install on Bookworm and login #7276

Merged
merged 3 commits into from
Nov 9, 2024
Merged

Commits on Nov 8, 2024

  1. v9.9

    - DietPi-Software | MineOS: Fix install on Bookworm by using latest userid Node module version. The defined v1.0.0-beta.9 fails to build on all Bookworm systems, for unknown reasons, the latest stable v1.2.5 however builds fine.
    - DietPi-Software | Create again a dedicated mineos login user to manage the Minecraft servers. We switched to root, due to insufficient permissions, but I could not replicate any issues, after changing owner of /mnt/dietpi_userdata/mineos/serverdata accordingly. Apply SHA512 password algorithm for this user explicitly, as MineOS does not support the new default yescrypt: #5759
    MichaIng committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3a98875 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. v9.9

    - CHANGELOG | Add MineOS changelog entries
    MichaIng committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    3e5f90b View commit details
    Browse the repository at this point in the history
  2. v9.9

    - DietPi-Software | Node.js: Resolved an issue where node failed on ARMv7 Bullseye systems, since the latest version for this architecture requires a newer C++ standard library than provided on Bullseye.
    MichaIng committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    b90f5f5 View commit details
    Browse the repository at this point in the history