Skip to content

Server Without Allocations #1432

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

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

JoanFo1456
Copy link
Contributor

With Quinten's wings branch should allow allocationless servers.

@JoanFo1456
Copy link
Contributor Author

It's missing Grid view, once i have it controlled i will also push with lint.

@JoanFo1456
Copy link
Contributor Author

On my environment is not failing Lint, idk why here is failing.
image

@rmartinoscar rmartinoscar marked this pull request as draft June 5, 2025 05:11
@QuintenQVD0
Copy link
Contributor

I know there are some problems with the panel database and things been null / 0.
The only thing I need to be certain is that wings out of the server struct needs to receive 127.0.0.1 and port 0 from the panel this is because port 0 is invalid and wings will skip it and so returning an allocationless server. But we agreed that address should be 127.0.0.1 because the file parser would else return nothing for server.allocations.default.ip where it should return 127.0.0.1 and server.allocations.default.port must return 0, what the UI shows is not my part but I do feel that 127.0.0.1 is more right then None in some places like the server overview / list

@JoanFo1456
Copy link
Contributor Author

JoanFo1456 commented Jun 5, 2025

So what I do, should I change it all to None or let it be 127.0.0.1:0, Boy132

@JoanFo1456 JoanFo1456 force-pushed the feature/server-without-allocations branch from c7fece1 to ec57829 Compare June 6, 2025 16:19
@rmartinoscar rmartinoscar linked an issue Jun 11, 2025 that may be closed by this pull request
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.

Servers without allocations
4 participants