Looking for new maintainers for *.purescript.org

I actually do think accepting corporate funding deserves a try.

I do as well, so long as it doesn’t introduce any legal busywork. I will have to educate myself more about how Open Collective handles this, though.

Here’s what I’m hearing in this thread so far:

  • A group of maintainers, approved by @paf31, has access to a server which manages the *.purescript.org resources and to the relevant repositories
  • Infrastructure costs are covered by a PureScript Open Collective account, funded by companies which use PureScript

Next steps include:

  • Anyone else who is interested in helping maintain the projects mentioning that so that @paf31 is aware of them and can eventually sign off on the group
  • @hdgarrood setting up the new server (having already volunteered to do so)
  • Someone with maintainer access to purescript/purescript seeing if they can claim the open collective account (@hdgarrood again?)
  • @chexxor and I moving the Discourse over to the new server

And once some of these steps are completed, there’s:

  • The new group of maintainers should receive SSH access to the server and maintainer access to the relevant repositories (like Try PureScript)
  • Those of us who believe our companies will support PureScript-the-organization asking the relevant people in our organization for a monthly or yearly pledge

Side note: especially with all his work to improve Try PureScript last year, I’d like to nominate @natefaubion to be a part of this as well.

1 Like

I had forgotten about the server hosting the Discourse instance when I said I’d get a new one spun up; now that I’ve been reminded that it exists, I wonder if it might make more sense to leave Discourse where it is, and move Pursuit and Try PureScript over to the same server?

I’ve managed to claim the PureScript OpenCollective account by the way: https://opencollective.com/purescript.

3 Likes

I was hoping to move over to a server on an account owned by maintainers@purescript.org or something like that, with access given to other email addresses (person1@purescript.org, person2@purescript.org). Kind of like an admin / moderator relationship, where the maintainers account owns the server but the others can access and make adjustments. Each person in the maintainer group would get a purescript.org email address.

As things change over time and maintainers come and go, the maintainers account would remain the single point of access for things like Open Collective and the server, and the other maintainer email addresses would remain active so long as the maintainer does.

This wouldn’t in any way reflect a legal organization, but would at least make resources like the server be conceptually “PureScript-owned.”

Great work on the Open Collective account! Now to become a backer…

Hmm… I can’t see people using @purescript.org email addresses and I don’t understand what they would give us here. I definitely don’t want to maintain an email server, and I don’t think the cost of paying someone to host one for us would be worth it. Existing cloud hosting solutions already give you the ability to allow multiple users to access a particular acount with different access levels: for example, at work, all of the devs are able to create, destroy, and monitor individual ‘droplets’ (VMs) in our DigitalOcean account, but only one or two can access the billing information and other admin settings (eg droplet limit).

So it turns out OpenCollective only supports payouts via PayPal, which is a pretty huge turnoff for me. I don’t have a PayPal account right now and I really don’t want to sign up for one.

Oh wait, turns out I do, and I had forgotten about it. Never mind.

That’s reasonable. With decent access control I suppose the emails are an unnecessary hassle. Fine by me! @chexxor, what do you think of migrating the DigitalOcean account in this way?

While custom domain for emails would be cool, I don’t know of any tools which restrict or permit account access by a user’s email domain, but instead simply by inviting people to a group using arbitrary email addresses.

Yeah, that sounds good. Several months ago I created a group in DigitalOcean named “PureScript Community” and moved a snapshot of the existing Discourse instance over to it, but I discovered the new instance rehydrated from that snapshot had a new IP address, which meant I couldn’t change the https://discourse.purescript.org DNS entry to point to it. I believe that was the only blocker for doing that.

@hdgarrood, did you create a group for this on your account? I don’t know whether who creates the account affects anything, or if ownership of a DigitalOcean group can be transferred.

For what it’s worth, Namecheap gives us free email forwarding:

https://www.namecheap.com/support/knowledgebase/article.aspx/308/2214/how-to-set-up-free-email-forwarding

1 Like

@chexxor yeah I created a group a couple of days ago. Up to you: I’m happy to use the one you created already, or to invite you to the one I created. It might be easier to use the one you created already if you already have a snapshot with Discourse all set up.

Oh also, another thing that occurred to me is that it might be nice to put each app on a separate droplet, for the sake of security, easier monitoring, and so that if one app misbehaves it doesn’t affect the others. But that might cost more and complicate things a little. Perhaps we should just get the Discourse instance up and running first.

1 Like

Something I mentioned before but just want to reiterate here — in addition to server access, members also ought to have access to the repositories for things like Pursuit, Try PureScript, the website, etc. in order to make updates for things like new releases.

Ah yes, that’s easy, I’ll do that now.

I invited @hdgarrood to the DigitalOcean Team I used for the instance hosting Discourse. We might need to cooperate to move the instance from my DO account to the Team one because it involves taking a snapshot and transferring it, which can mean posts to the old instance would be lost while the new one gets up and DNS pointed to it.

1 Like

There seems to be a read only mode for Discourse, which might be helpful: https://meta.discourse.org/t/stuck-in-read-only-mode/42820/2

1 Like

I just learned about this - we might be able to get some free AWS credits to host our stuff: https://aws.amazon.com/blogs/opensource/aws-promotional-credits-open-source-projects/

Also, @gabejohnson recently pointed out to me that discourse offer free hosting for OSS: https://blog.discourse.org/2018/11/free-hosting-for-open-source-v2/ I think this is worth seriously considering, as this way we no longer need to worry about things like updates and backups, and it’s free up until we reach 50k page views per month (at the moment I think we are around 25k so plenty of headroom).

I think that’s a good idea – I’d rather be able to leave responsibility for updates, backups, etc. to the company that develops the platform itself. I’d prefer this to the AWS credits.

2 Likes

I just had a look (at opencollective) and the page still says “Don’t make any more contributions” … take your time by all means, but know that I for one am itching to become a backer.

1 Like

Update: I have Pursuit running on a DigitalOcean box with IP address 206.189.189.151. If you put an entry in your /etc/hosts file for that IP address like this

206.189.189.151 pursuit.purescript.org

then you can have a play with it. You may also need to temporarily disable your browser cache using developer tools, as the current Pursuit instance has a 301 redirect set up from http to https. I also have some code in a branch to handle automatic deployment, although that’s not quite all set up properly yet, there are still a couple of kinks to work out. The only remaining things to set up for the Pursuit instance itself are SSL, the domain name, and automatic database backups.