-
Notifications
You must be signed in to change notification settings - Fork 16
Add foundation for web interface, new setup wizard #116
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
Open
dammitjeff
wants to merge
18
commits into
LumePart:dev
Choose a base branch
from
dammitjeff:web-interface
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8c85e7b
add web UI for configuration and manual runs, prototype to test funti…
dammitjeff 47472c7
Wire up wizard backend, switch UI to Alpine.js
dammitjeff 8523be4
Add wizard step 2 for media system configuration, add filesystem auto…
dammitjeff 253b19e
Moved to Go Templates and schema backed config, added Step 3 download…
dammitjeff 9befb50
Added more conition schemas, gave more info in wizard steps 2 + 3
dammitjeff 7d6a961
Added Reset All envs button, add download directory and playlist subf…
dammitjeff f6074ad
Reformatted Log output presentation, added Stop button to manual run
dammitjeff 89b6480
add config editor and log viewer, implement run control settings
dammitjeff 0713385
update .gitignore to exclude logs and tmp
dammitjeff 39a30a6
Moved schedules out of Docker setup, new feedback for locked settings…
dammitjeff 36fc72f
added docker internal host gateway for easier access to plex/jellyfin…
dammitjeff 34fc767
add POST /api/config/schedules function, inputs now run on logic, ne…
dammitjeff 8d81662
remove WEEKLY_EXPLORATION_SCHEDULE from dockerfile
dammitjeff 2a44c1f
fixed resetConfig functionality to restart container
dammitjeff fd07e14
add migrateDownloads option to wizard step 3
dammitjeff a74de8f
Removed compiled binary from tracked files
dammitjeff a1de45e
Migrate WebUI to React/Vite
dammitjeff 87f7ce6
Apply suggestion from @nironics to fix manual run ignoring playlist s…
dammitjeff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| .env | ||
| .git | ||
| .DS_Store | ||
| tmp/ | ||
| logs/ | ||
| explo | ||
| src/web/frontend/node_modules/ | ||
| src/web/dist/ |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| .env | ||
| .DS_Store | ||
| /main | ||
| tmp/ | ||
| .air.toml | ||
| logs/ | ||
| explo | ||
| src/web/dist/ | ||
| src/web/frontend/node_modules/ |
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the web interface, but it might be nice to have an option to disable it if someone doesn't want / need it?