Rodja Trappe
Rodja Trappe
When trying [the above configuration](https://github.com/elimintz/justpy/issues/220#issuecomment-780610694) the justpy main page loads successfully. But ressources like `vue.js` are loaded from `/templates/local` and not `/test_site/templates/local`.
> If you set the NO_INTERNET configuration variable to False, the libraries will be loaded from the internet. https://justpy.io/tutorial/configuration/#working-locally-without-an-internet-connection Nice hack. This seems to work for my scenario. Almost. Somehow...
It was a bit more complicated than stated above. See my pull request https://github.com/elimintz/justpy/pull/258 for a complete diff. I hope I've not missed something.
Not jet. We found a nicer solution which I'll provide as a pull request in the next days.
I now created https://github.com/elimintz/justpy/pull/459 with the solution we have used in NiceGUI and already use in production environments. It uses the `` tag to reduce the code clutter from our...
@WolfgangFahl I don't think the issue is completed. You merged and then reverted https://github.com/justpy-org/justpy/pull/459. I'm surprised by both actions: the pull request was not ready because had not decided whether...
I would rather like to wait until the code is more stable again. It's very time consuming to prepare and test a pull request. If things are changing a lot...
You can add arbitrary Starlette routes to a JustPy application by inserting them _before_ the one "catch-all" route of JustPy: ```python app.routes.insert(0, route) ``` We use this in [NiceGUI](https://nicegui.io/) which...
> I'll try to add a configuration variable but for now, you can get rid of this by getting rid of a few lines in https://github.com/elimintz/justpy/blob/master/justpy/templates/main.html#L65 > > Remove lines...
I just run into the issue of having an expired certificate authority: > So that indeed sounds like all VPN networks created with the README and [Quick Start Guide](https://www.defined.net/nebula/quick-start/) will...