Wip web interface with start time#227
Draft
zcybercomputinggroup wants to merge 7 commits intoSuperFlyTV:developfrom
Draft
Wip web interface with start time#227zcybercomputinggroup wants to merge 7 commits intoSuperFlyTV:developfrom
zcybercomputinggroup wants to merge 7 commits intoSuperFlyTV:developfrom
Conversation
added 5 commits
June 25, 2025 17:27
Note about yarn version requirements for building develop branch
Change 127.0.0.1 to localhost so it works with linux and windows. Was failing to load in GUI on Windows.
Add Start Time field to playing parts, still need to make analog for parts
…' into Start_time_for_parts_Develop
Fix remote web access for dev mode
added 2 commits
June 26, 2025 14:08
Prototype container and disable downgrade update. Still needs work identifying what config file is missing, properly defining volumes, ports, etc
Must find reliable way to evaluate queryHost and avoid localhost being set.
|
Author
|
Copy and paste of groups doesn't work when loading the interface remotely on a different machine. |
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.


Fixes web interface to be accessible from other machine in dev mode. Needs fix to allow serving 9124 interface in packaged mode. I can take out the start time part, but it is included here as this is my current develop branch I am using and I need that feature.