| 10 Nov 2023 |
Lily Foster | i assumed you wanted something to run it like the sveltekit docs were suggesting | 22:58:20 |
peter-lustig | In reply to @lily:lily.flowers i assumed you wanted something to run it like the sveltekit docs were suggesting basically, my goal is to just get it with inputs.sveltekit-package.${pkgs.system}.default; and it does all the stuff. I run it on nginx | 22:59:51 |
peter-lustig | then I would just set the proxypass and it communicates with the db and done | 23:00:20 |
peter-lustig | that is the plan at least | 23:00:29 |
Lily Foster | What's it there? Like do you want a script to run it? (like the wrapper makes?) | 23:01:44 |
peter-lustig | In reply to @lily:lily.flowers What's it there? Like do you want a script to run it? (like the wrapper makes?) yes, I guess it needs to somehow run permanently. SvelteKit docs say: You can then start your app with this command: node build | 23:03:25 |
Lily Foster | yeah the wrapper would replace that | 23:03:57 |
Lily Foster | and do that for you | 23:04:00 |
Lily Foster | but like, you'd still have to start the wrapper somehow | 23:04:16 |
Lily Foster | If it's nixos, just making it a systemd service would be easiest, but otherwise you could come up with something else | 23:04:42 |
peter-lustig | how do I start the wrapper with systemd | 23:05:03 |
peter-lustig | problem is i do not even understand the wrapper | 23:05:15 |