ammaratef45
  • Joined on 2024-07-01
ammaratef45 commented on pull request toolshed/abra#448 2024-11-26 18:17:50 +00:00
#631: remove -D on server add

I think taking a scan of pkg/dns/..., seeing what is in there in terms of functions and where those get called will give you an overview of the logic. I think the idea is that domain checking…

ammaratef45 commented on issue toolshed/organising#631 2024-11-26 01:28:35 +00:00
Remove --no-domain-checks; warn on abra server add

Does this PR implement what we're talking about here? coop-cloud/abra#448

ammaratef45 created pull request toolshed/abra#448 2024-11-26 01:25:51 +00:00
#631: remove -D on server add
ammaratef45 created branch removeDomainCheck in ammaratef45/abra 2024-11-26 01:23:16 +00:00
ammaratef45 pushed to removeDomainCheck at ammaratef45/abra 2024-11-26 01:23:16 +00:00
8ee1947fe9 remove -D on server add
ammaratef45 pushed to main at coop-cloud/postfix-relay 2024-11-24 21:48:18 +00:00
8d79c2c9f4 fix .env.sample
ammaratef45 commented on issue coop-cloud/mastodon#15 2024-11-23 06:21:52 +00:00
post deployment errors

@3wordchant helped me on matrix figure this out, the container doesn't stay app long enough to run the db:setup or db:migrate

The steps followed to resolve this are:

  • comment all…
ammaratef45 opened issue coop-cloud/mastodon#15 2024-11-23 02:57:12 +00:00
post deployment errors
ammaratef45 pushed to main at coop-cloud/mastodon 2024-11-23 02:50:55 +00:00
a919e1553b replace ACTIVE_RECORD_ENCRYPTION with ARE to shorten secret name
ammaratef45 pushed to main at coop-cloud/mastodon 2024-11-23 02:11:03 +00:00
74109d293b use rails instead of rake
8b860ead6c look for ggrep if grep version is BSD
Compare 2 commits »
ammaratef45 closed issue coop-cloud/mastodon#14 2024-11-23 01:39:29 +00:00
key not found: "OTP_SECRET"
ammaratef45 commented on issue coop-cloud/mastodon#14 2024-11-23 01:39:25 +00:00
key not found: "OTP_SECRET"

Yaaay I'm seeing a different error

resolving this one to go dig in the new one 🔮

ammaratef45 created pull request coop-cloud/xwiki#1 2024-11-19 21:41:16 +00:00
Fix db issues
ammaratef45 created branch ammar_test in coop-cloud/xwiki 2024-11-19 21:37:34 +00:00
ammaratef45 pushed to ammar_test at coop-cloud/xwiki 2024-11-19 21:37:34 +00:00
2375b0eaa6 update readme to avoid failure in app initialization
74883023f3 hardcode db_user rather than using a secret
Compare 2 commits »
ammaratef45 commented on issue coop-cloud/mastodon#14 2024-11-18 23:15:04 +00:00
key not found: "OTP_SECRET"

Haha it's good that I'm running into these issues tbh, I'm not in a rush to deploy an instance so solving these issues might as well be good for the recipe itself

ammaratef45 commented on issue coop-cloud/mastodon#14 2024-11-16 08:53:36 +00:00
key not found: "OTP_SECRET"

https://stackoverflow.com/questions/16658333/grep-p-no-longer-works-how-can-i-rewrite-my-searches

it seems like my os is just not that good

I had to use ggrep instead of grep, even though…

ammaratef45 commented on issue coop-cloud/mastodon#14 2024-11-15 20:39:19 +00:00
key not found: "OTP_SECRET"

I followed your suggestion but started running into more errors, then noticed I haven't been following the readme (e.g. I have generated the secrets using abra app secret rather than `abra app…

ammaratef45 pushed to main at coop-cloud/mastodon 2024-11-15 20:36:24 +00:00
2a7a9854b4 fix argument option position
ammaratef45 pushed to main at coop-cloud/mastodon 2024-11-15 20:29:39 +00:00
f8cf9e7011 Revert "chore: publish 0.1.2+v4.1.4 release"