Better fresh installer #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When first installing stolon, we could provide a wizard 🪄 to allow the creation of a login / password.
I used that on https://codeberg.org/julienbidoret/myfffonts, with hashed password (which would be better than clear ones 😬)
added 1 design
Something like that is on its way :)
Maybe you could try:
Then edit .htaccess to setup the RewriteBase to your_new_stolon_instance (← might have been the problem of #27 )
Then visit http://localhost/your_new_stolon_instance
(work in progress ;)
mentioned in issue #27
Is this in the login branch?
Oh sorry. No. Still the monaco branch (should do some pruning within the old branches)
Oh wow it works, RewriteBase was the thing from the begining!
So to make it work, I have in .htaccess:
Both changes should be either mentioned in the README or setup in the wizard if possible? What do you think?
The login mode seam amazing. And I finally can run the monaco branch !
I fear we cannot update the .htaccess from our install script…
At some point, we might be able to handle paths within the app, but telling in the README that .htaccess should be tweaked and verified should be ok for now.
Then the question is, would “normal” people use the
stolonsubdomain or directly/, to set the default path?…and how to avoid having to change .htaccess each time stolon is updated.
Guess what? It seem to work perfectly without any RewriteBase…
We also could remove (or comment out ?) the “HTTPS by default” in the .htaccess file and let users know whether they want to serve stolon through https or http.
That’s wonderful! Could you merge monaco + login in the main branch at some point? That would be very cool to have all that running on main, I can handle the documentation if needed.
Ready to merge!
Merged :)
As I presented Stolon last weekend, a clean main branch was indeed necessary…
Works like a charm here!