jmakdah2
  • Joined on 2025-02-04
jmakdah2 commented on pull request coop-cloud/loomio#17 2025-08-03 22:54:55 +00:00
fix for OAUTH_ENABLED check

thanks @decentral1se, I agree would be better to stick to convention, but it doesn't feel like this is impacting us much now so I can look into updating it with another change or separately…

jmakdah2 commented on pull request coop-cloud/loomio#17 2025-08-03 22:17:59 +00:00
fix for OAUTH_ENABLED check

No reason, I was just working off of whatever was already there in the loomio recipe and didn't realize the convention is to have a .tmpl file for the entrypoint.

What are the benefits of it…

jmakdah2 created pull request coop-cloud/loomio#17 2025-08-02 19:49:59 +00:00
fix for OAUTH_ENABLED check
jmakdah2 created branch patch_5.1.1_release in coop-cloud/loomio 2025-08-02 19:38:19 +00:00
jmakdah2 pushed to patch_5.1.1_release at coop-cloud/loomio 2025-08-02 19:38:19 +00:00
746413e31e fix for OAUTH_ENABLED check
jmakdah2 pushed to main at coop-cloud/loomio 2025-08-01 00:08:52 +00:00
973fd2a751 chore: publish 5.1.1+v3.0.0 release
jmakdah2 pushed tag 5.1.1+v3.0.0 to coop-cloud/loomio 2025-08-01 00:08:52 +00:00
jmakdah2 created pull request coop-cloud/loomio#16 2025-08-01 00:07:00 +00:00
update entrypoint version
jmakdah2 created branch patch_5.1.0_release in coop-cloud/loomio 2025-08-01 00:05:17 +00:00
jmakdah2 pushed to patch_5.1.0_release at coop-cloud/loomio 2025-08-01 00:05:17 +00:00
90ddc72c37 update entrypoint version
jmakdah2 pushed to main at coop-cloud/loomio 2025-07-31 23:57:16 +00:00
c2421778af chore: publish 5.1.0+v3.0.0 release
efa3e2e036 remove manual release notes
Compare 2 commits »
jmakdah2 pushed tag 5.1.0+v3.0.0 to coop-cloud/loomio 2025-07-31 23:57:16 +00:00
jmakdah2 merged pull request coop-cloud/loomio#14 2025-07-31 23:30:50 +00:00
add OAuth2 env variables
jmakdah2 pushed to main at coop-cloud/loomio 2025-07-31 23:30:50 +00:00
5deafb6ed5 Merge pull request 'add OAuth2 env variables' (#14) from jmakdah2/loomio:OAuth2 into main
8e577ae8af add OAUTH_ENABLED env variable
9531f4fe40 add compose.oauth.yml file
e9ec238865 add OAuth2 env variables
Compare 4 commits »
jmakdah2 deleted branch OAuth2 from jmakdah2/loomio 2025-07-31 23:30:50 +00:00
jmakdah2 pushed to OAuth2 at jmakdah2/loomio 2025-07-29 05:42:35 +00:00
8e577ae8af add OAUTH_ENABLED env variable
jmakdah2 pushed to OAuth2 at jmakdah2/loomio 2025-07-28 00:56:41 +00:00
9531f4fe40 add compose.oauth.yml file
jmakdah2 pushed to OAuth2 at jmakdah2/loomio 2025-07-28 00:48:58 +00:00
ef26599b5e add compose.oauth.yml file
jmakdah2 commented on pull request coop-cloud/loomio#14 2025-07-27 23:53:47 +00:00
add OAuth2 env variables

Nice work!

Can we test if the recipe works fine if we created an app out of it but kept these env variables empty/commented out in the .env file?

If so, we might need to put them…

jmakdah2 commented on pull request coop-cloud/loomio#14 2025-07-27 23:49:34 +00:00
add OAuth2 env variables

oh this is a much nicer solution :) i've updated it to use that hack