That's weird the regex got lost. Thanks for the info, though. But if it's just one file I can probably restore the lost regex for you. As I recall, I hadn't changed that particular file, so just c/p from history might do the trick.

As for Influx, I have actually installed it from scratch and have a Dockerfile and init script in one of my private repos. I don't mind changing it to nspawn if you prefer or for consistency with other machines.

Reply to this note

Please Login to reply.

Discussion

nice, yes you could take the commands used for the docker build and use em in a systemd nspawn build.. you can copy one of the other machines dirs for a template.

if you want, no pressure, would be valuable i think, and then i could help figure out how to have it integrate into the stack so all the machines can find its endpoint

Hey, now Influx is added in let me know if you need anything else.

Maybe just take one of the tasks on the to-do list, or you have someone working on those?

Or I can just play with the repos on my own branch, see if I can make anything that looks useful.

some UI stuff could use some help i think. like the relay settings page pubkey manager (and list manager).. just trying to make them more intuitive to use but still mobile friendly.

And also, many places where we need to add a 'toast' popup for when api calls fail or succeed (more user feedback). prob need to find a good toast lib to use for this and start sprinkling it around

another thing related to influx would be displaying charts (using chartjs or equiv) for relay statistics to the portal page (either on the explore relay, or relay settings pages).