Greg greg
  • Joined on 2018-11-05
greg pushed to master at kosmos/chef 2019-10-30 11:29:59 +00:00
86c43dfb29 Merge branch 'bugfix/110-mastodon_broken_certbot' of kosmos/chef into master
0b579b1fea Remove the redirection from HTTP to HTTPS from the mastodon vhost
Compare 2 commits »
greg merged pull request kosmos/chef#111 2019-10-30 11:29:59 +00:00
Remove the redirection from HTTP to HTTPS from the mastodon vhost
greg closed pull request kosmos/chef#111 2019-10-30 11:29:59 +00:00
Remove the redirection from HTTP to HTTPS from the mastodon vhost
greg closed issue kosmos/chef#110 2019-10-30 11:29:59 +00:00
kosmos.social cert renewal failed due to auth error
greg commented on issue kosmos/chef#111 2019-10-30 10:59:17 +00:00
Remove the redirection from HTTP to HTTPS from the mastodon vhost

I forgot to update, the cert for kosmos.social was automatically renewed as planned on Oct 28

greg commented on issue kosmos/chef#111 2019-10-28 10:29:51 +00:00
Remove the redirection from HTTP to HTTPS from the mastodon vhost

This is running on andromeda, ready to merge. Confirmed to work by running certbot renew --test-cert --dry-run, the cert will be renewed tomorrow when the cron job runs

greg created pull request kosmos/chef#111 2019-10-28 10:21:21 +00:00
Remove the redirection from HTTP to HTTPS from the mastodon vhost
greg pushed to bugfix/110-mastodon_broken_certbot at kosmos/chef 2019-10-28 10:20:46 +00:00
0b579b1fea Remove the redirection from HTTP to HTTPS from the mastodon vhost
greg commented on issue kosmos/chef#110 2019-10-28 10:09:48 +00:00
kosmos.social cert renewal failed due to auth error

I found the issue, it was caused by this addition: 10b6f63

greg commented on issue kosmos/chef#107 2019-10-24 11:22:31 +00:00
Set up LDAP server for central account management

That's correct, I still don't understand your question.

greg commented on issue kosmos/chef#107 2019-10-24 09:04:01 +00:00
Set up LDAP server for central account management

If that’s the case, then how are accounts the same between Mastodon and other services?

greg commented on issue kosmos/chef#107 2019-10-23 10:48:07 +00:00
Set up LDAP server for central account management

I’m pretty sure we do not want to create users from Mastodon. It would mean that when you already have an LDAP user for e.g. XMPP or Gitea, you then have an additional one, no?

greg commented on issue kosmos/chef#107 2019-10-23 09:52:34 +00:00
Set up LDAP server for central account management

Existing accounts will work after we enable LDAP in Mastodon. Accounts created by logging in with an LDAP user do not have an encrypted_password set in the Mastodon database, the password is checked on the LDAP account and they have the external flag set. Existing accounts that have an encrypted_password set will still work if they do not exist in LDAP.

greg commented on issue kosmos/chef#107 2019-10-22 11:53:53 +00:00
Set up LDAP server for central account management

I got Mastodon to work with LDAP in a VM.

greg commented on issue kosmos/chef#107 2019-10-18 12:52:29 +00:00
Set up LDAP server for central account management

Good idea, that works.

greg commented on issue kosmos/chef#107 2019-10-18 11:44:55 +00:00
Set up LDAP server for central account management

Got it, using extensibleObject as objectClass we can used arbitrary attributes:

greg pushed to feature/18-akkounts-api at kosmos/chef 2019-10-18 11:27:26 +00:00
2c20fa4a2f Fix the nginx vhost for akkounts-api
greg commented on issue kosmos/chef#107 2019-10-18 10:35:42 +00:00
Set up LDAP server for central account management
greg pushed to feature/18-akkounts-api at kosmos/chef 2019-10-18 10:31:01 +00:00
2104e81250 Add the kosmos-akkounts::nginx recipe to kosmos-akkounts::default
greg pushed to feature/18-akkounts-api at kosmos/chef 2019-10-18 10:27:45 +00:00
6bb93eb5f5 Fix the path to index.js