Yuvi
Yuvi
> Could we create a "federation template"? E.g. fill out these YAML files, the values that are already filled are what the BinderHub Federation expects for a consistent UX, blank...
Welcome, @IvanaH8!
Thanks for reporting this. When your user is running inside the systemd service, can you find what the full manifest of the systemd service is? I think `systemctl show jupyter--singleuser`...
I see `CPUAccounting` set to `no` and no `CPUQuota`, which shouldn't be the case if `cpu_limit` is set (per https://github.com/jupyterhub/systemdspawner/blob/master/systemdspawner/systemdspawner.py#L269) Can you paste your `jupyterhub_config.py` file?
I wrote https://github.com/yuvipanda/binder-desktop-app-template as a template that can be used to generate repos to launch specific GUI apps.
(thank you for the patch! I'll look into this sometime within the next week!) Also cc @minrk for his thoughts, if he has time to spare.
Hello! Thank you for opening this :) I think expanding {servername} is probably the way to go. Maybe steal [this code](https://github.com/jupyterhub/kubespawner/blob/master/kubespawner/spawner.py#L1570) from kubespawner? Not sure if we need the legacy...
That's actually a good catch, @GeorgianaElena! Using escapism seems the right way to do it.
That sounds like a useful addition.
Unfortunately that won't work, due to https://github.com/jupyterhub/binderhub/issues/831. TLJH is already using the Traefik proxy, so we can't use what mybinder.org uses.