Greg greg
  • Joined on 2018-11-05
greg deleted branch bugfix/312-gitea_avatar_caching from kosmos/chef 2021-02-26 21:25:48 +00:00
greg pushed to master at kosmos/chef 2021-02-26 21:25:41 +00:00
3502fb0eec Merge pull request 'Tell browsers to cache Gitea avatars for 30 days' (#313) from bugfix/312-gitea_avatar_caching into master
891b5f3fee Tell browsers to cache Gitea avatars for 30 days
Compare 2 commits »
greg closed issue kosmos/chef#312 2021-02-26 21:25:41 +00:00
Gitea's avatar images are missing caching headers
greg merged pull request kosmos/chef#313 2021-02-26 21:25:41 +00:00
Tell browsers to cache Gitea avatars for 30 days
greg approved kosmos/chef#313 2021-02-26 21:25:35 +00:00
Tell browsers to cache Gitea avatars for 30 days

👍

greg approved kosmos/akkounts#27 2021-02-10 14:27:03 +00:00
Add Tailwind CSS, migrate most of the styles

👍

greg deleted branch feature/zncui from kosmos/chef 2021-02-08 21:18:13 +00:00
greg deleted branch feature/303-akkounts_sidekiq from kosmos/chef 2021-02-08 21:18:01 +00:00
greg closed issue kosmos/chef#303 2021-02-08 21:17:55 +00:00
Add Redis and Sidekiq service to Akkounts recipe
greg merged pull request kosmos/chef#304 2021-02-08 21:17:55 +00:00
Configure/run Sidekiq for Akkounts
greg pushed to master at kosmos/chef 2021-02-08 21:17:55 +00:00
bac66d4dba Merge pull request 'Configure/run Sidekiq for Akkounts' (#304) from feature/303-akkounts_sidekiq into master
f88ccae8a6 Merge branch 'master' into feature/303-akkounts_sidekiq
1adf3281bf Configure/run Sidekiq for Akkounts
Compare 3 commits »
greg pushed to feature/303-akkounts_sidekiq at kosmos/chef 2021-02-08 21:17:43 +00:00
f88ccae8a6 Merge branch 'master' into feature/303-akkounts_sidekiq
25e3dae4d4 Merge pull request 'Set up Zerotier Controller UI' (#305) from feature/zncui into master
9a54a7554f Use package resource instead of custom command
e1bcd5efa0 Set up Zerotier Control UI
Compare 4 commits »
greg approved kosmos/chef#304 2021-02-08 21:17:39 +00:00
Configure/run Sidekiq for Akkounts

👍

greg pushed to master at kosmos/chef 2021-02-08 21:16:54 +00:00
25e3dae4d4 Merge pull request 'Set up Zerotier Controller UI' (#305) from feature/zncui into master
9a54a7554f Use package resource instead of custom command
e1bcd5efa0 Set up Zerotier Control UI
Compare 3 commits »
greg merged pull request kosmos/chef#305 2021-02-08 21:16:53 +00:00
Set up Zerotier Controller UI
greg approved kosmos/chef#305 2021-02-08 21:16:46 +00:00
Set up Zerotier Controller UI

👍

greg commented on pull request kosmos/chef#304 2021-02-08 11:12:56 +00:00
Configure/run Sidekiq for Akkounts

I would leave it like this, if we want to change the recipe to not depend on redis we will need to add code to get the IP of the Redis server anyway

greg commented on pull request kosmos/chef#305 2021-02-08 11:11:49 +00:00
Set up Zerotier Controller UI

I'd use the package resource for this instead of running a bash command

greg suggested changes for kosmos/chef#305 2021-02-08 11:11:49 +00:00
Set up Zerotier Controller UI

I left a comment about using the package resource, the rest looks good to me

greg approved kosmos/akkounts#26 2021-02-03 16:31:45 +00:00
Set up async workers/jobs via Sidekiq

LGTM!