-
-
Notifications
You must be signed in to change notification settings - Fork 763
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
consolidate deployment targets and publish to ghcr.io #2539
Conversation
So my gut reaction to this is "yup, makes sense". Based on the various discussions in GitHub issues and Discord it seems like most people prefer the "pin latest and use watchtower" method of deployment and this would make that possible again. To check my sanity I tried to research the opposite - "should I use Nuxt?". These are the main points everyone is talking about:
Honestly everything I read that's pro-Nuxt seems like a pretty small or otherwise workable thing. The only real issue we might want to look out for is page load time, but it's much easier to just work on optimizing that if it's actually a problem. So I say it's worth the effort of removing it. |
bcb2f58
to
8ce2d8c
Compare
18d4230
to
78aeea0
Compare
To Do's
What type of PR is this?
Closes #2503
Closes #870
What this PR does / why we need it:
This PR aims to
This is currently a proof of concept, I am undecided if I should continue this, or if it's worth the effort.@michael-genson - What do you think about this idea? Would greatly simplify deployment examples/docs and reduce resource consumption. Unsure if there are other ramifications of removing Nuxt Server from the stack...
Moving forward with PR will re-ping once ready for review