[PR #1435] [MERGED] Fix hostname env variable name in rust egg #1388

Closed
opened 2026-02-04 19:42:27 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1435
Author: @Boy132
Created: 6/6/2025
Status: Merged
Merged: 6/6/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-rust-hostname


📝 Commits (1)

  • 2d0ec31 fix hostname env variable name in rust egg

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 database/Seeders/eggs/rust/egg-rust.json (+3 -3)

📄 Description

HOSTNAME is reserved, so rename it to SERVER_HOSTNAME.
This is done automatically when importing eggs but when updating from older versions this can cause sql errors.


🔄 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/pelican-dev/panel/pull/1435 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-rust-hostname` --- ### 📝 Commits (1) - [`2d0ec31`](https://github.com/pelican-dev/panel/commit/2d0ec31528f03a801db8f3342c71ae4a95bdb372) fix hostname env variable name in rust egg ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `database/Seeders/eggs/rust/egg-rust.json` (+3 -3) </details> ### 📄 Description `HOSTNAME` is reserved, so rename it to `SERVER_HOSTNAME`. This is done automatically when importing eggs but when updating from older versions this can cause sql errors. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:42:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1388