Build app instead of using prebuilt artifact#66
Conversation
|
My conclusion: building Node apps requires a ridiculous amount of RAM, and is not self-hosting-friendly. |
|
I read the issue filed upstream: cinnyapp/cinny#1843 If the mismatch with prebuilt releases is only to be found in the hyperlinks in EDIT3: removed inaccurate stuff of the 2 previous edits |
|
Just made a little test which seemed successful (I was able to log into Matrix and display last messages) :
I can send a PR if you wish. |
|
By the way, regarding upstream - i wonder whether there could be an issue in defining base url as |
Oooh please do ! we'll run tests and check at home ;) |
|
The thing is that patching the built sources might break in a future cinny version… the danger is giving more work for our future ourselves |
Hmm yes however:
|
Hmm I've started working on a PR, but for some reasons I can't reproduce my "success" of the other day... Or it would take quite many more Details
So i've turned to that build script which sets base path to a placeholder subdir (
PR is there, and it should now be added the correct source both in manifest.toml and in
I haven't tested the upload part of the build script so far, but I expect it to work once appropriate token is filled in as I took it from that script from @Josue-T. |
Implemented there #75 |
79a2730 to
75263a7
Compare
|
Re-implemented in PR #98. Subpath install can now be successfully tested when installing from https://github.com/oleole39/cinny_ynh/tree/prebuilt_with_subpath_support |
Problem
cinny.mydomain.tld/, not subpathmydomain.tld/cinnyFor now subpath install is disabled, but /shrug