Jan Keromnes

Results 292 comments of Jan Keromnes

So 1e15ab3a513a86ed26a40cafd5ef9888902d503d refactored the `make docker` configuration to systemd. Now we just need to detect `nodejs` vs `node`, and update README.md's install instructions to something like: 1. install `node` (and...

Great idea! I know that @jryans also asked about this. Thanks a lot @nt1m for digging up the Discourse RSS feed! If that works well enough we should totally add...

> Thanks, this feed link seems like it works for me as well. Cool, thanks for trying it! > (Is the blog just a view of the Discourse category? Quite...

Whoops, sorry about that! We do indeed overwrite any user settings in that's also our fault, we overwrite any existing user settings in https://github.com/JanitorTechnology/dockerfiles/blob/7a8d767062eb2c1a/ubuntu-dev/workspace-janitor.js#L63 I think we should be smarter...

Well, that's unfortunate. Thanks for reporting this issue! The way authentication works on https://janitor.technology is that every session is assigned a unique token (stored inside a cookie). When you sign...

Note: the ` verified` lines indicate that you followed a sign-in link which successfully signed you in. @espadrine Please have a look at the above error log. Does this look...

Thanks a lot for taking these screenshots. I'm glad that you're now able to use the Janitor normally. The two email verification problems visible in the server logs above seem...

This bug also prevented @ZeHiro from signin in with the link from his invitation email. Sorry!

The `--collab` argument was added in https://github.com/JanitorTechnology/dockerfiles/commit/acc5035ba7579d144c81115f9cb0a928c9b130b2. Now we can try to use the IDE in collaborative mode / figure out how to make the feature easy to use.

It could be done by allowing other users to access your container ports, and then giving them the same URL you're using, e.g. `https://pianosa.janitor.technology/abcd1234/8089/` In the above example, if you...