Jan Keromnes

Results 292 comments of Jan Keromnes

Maybe we should also support file modes for configuration files, to fix warnings like these: ``` WARNING: netrc file /home/user/.netrc cannot be used because its file permissions are insecure. netrc...

> Don't forget to mount the credentials as bind mounts; this may be a bit hard since we have multiple data files in repo root. Thanks! But since this is...

Thanks for reporting this issue! The problem comes from the fact that you're trying to hack projects manually into `db.json`, but they don't have the [correct format](https://github.com/JanitorTechnology/janitor/blob/f5d473c7eda768b340f42e0b76525425f8efb6b6/lib/machines.js#L447-L471) expected by the...

> Maybe add a check in the db.js library is the most simple way to avoid other tickets in the future like that Great suggestion, thanks! 😄 Or, better documentation...

There was also this: https://gist.github.com/jankeromnes/1581bb88b076b17c98b8fe15a514be29

Indeed, thanks for reporting this issue! I'm not against adding a `www` sub-domain (if only to redirect to without the `www.` prefix), but I'm curious about what benefits this would...

Thanks for filing this bug! The email part of an SSH key is a comment, and we strip it away [while validating it](https://github.com/JanitorTechnology/janitor/blob/93245d7b48d6531d3ba814a5c03e1b569d5a4ff5/app.js#L546-L554) (to prevent emails like `[email protected]" && cat...

I think that the [TaskCluster tutorial](https://docs.taskcluster.net/tutorial) is clear and simple, and it's amazing that it guides you to the most relevant information for what you wish to do. I'd love...

- [ ] Showcase cool features with screenshots and GIFs a bit like the JetBrains IDE websites.