Josh Avant

Results 11 comments of Josh Avant

Cross-posted from Slack: OK, after spending a few hours on it, i think i figured out a fix: 1. Currently, internal creation of `DATABASE_URL` value from the env for the...

Addressed all feedback and rebased on `main`.

As a Cal user, I'd say, for me, the 'availability being 100% fresh' is quite important. I like the idea of having an 'aggregated' calendar available. As a self-hoster, I'd...

+1-ing this One easy way to accomplish this would be adding a basic Caddy service to `docker-compose.yml` and a simple `Caddyfile` to the project. A quick, untested idea of what...

Just commenting that I'd be excited for this to get merged into main. Is there an easy answer to what's left on this and what it needs to get merged...

Just wanted to lend my support for this issue. I was also unaware CIS benchmark is only for x86. I was also caught off guard when my auditd rules weren't...

Just wanted to add a +1 for this exact scenario and PR solution. In my project, I'm customizing `UBUNTU22-CIS` using the following pattern: `role_vars/ubuntu22_cis.yml` ``` --- ubtu22cis_purge_apt: true ubtu22cis_time_sync_tool: "chrony"...

@rostskadat Just taking a guess here. `git commit --amend --no-edit -S ` should allow you to amend a signature to a previous commit. Since there's only 10 commits in this...

Also, just a heads up that it seems like your key might be expired (note the blue 'Expired' bubble beneath the key hash). You may need to address that prior...

On a recent PR of my own, it seemed like the CI system requires all of the following: - GPG signed commits - Sign-off commits