Skip to content

Comments

Use actual hostname as default server name in installer#5

Open
GlitchLinux wants to merge 1 commit intomainfrom
claude/remove-clogger-fix-pages-01EKWt8UuR3GA12vqfGCRTiN
Open

Use actual hostname as default server name in installer#5
GlitchLinux wants to merge 1 commit intomainfrom
claude/remove-clogger-fix-pages-01EKWt8UuR3GA12vqfGCRTiN

Conversation

@GlitchLinux
Copy link
Owner

Instead of hardcoded 'gLiTcH' as default, the installer now:

  • Runs 'hostname' command to get actual system hostname
  • Uses that as the default server name suggestion
  • Falls back to 'SERVER' if hostname cannot be detected

This makes the installer truly generic and provides a sensible default that matches the actual system being configured.

Example:
OLD: Server name [gLiTcH]:
NEW: Server name [bonsai-server]:

Instead of hardcoded 'gLiTcH' as default, the installer now:
- Runs 'hostname' command to get actual system hostname
- Uses that as the default server name suggestion
- Falls back to 'SERVER' if hostname cannot be detected

This makes the installer truly generic and provides a sensible
default that matches the actual system being configured.

Example:
  OLD: Server name [gLiTcH]:
  NEW: Server name [bonsai-server]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants