paragonie-scott / public-projects

Projects Scott is working on
22 stars 0 forks source link

Shared Hosting Exodus Toolkit #1

Open paragonie-scott opened 7 years ago

paragonie-scott commented 7 years ago

Motivation / Problem Being Solved

Make it easier for folks to migrate off shared web hosting (which typically means outdated versions of PHP).

Notes

AshleyPinner commented 7 years ago

Some people are stuck on crappy hosts because the host also handles their mail. It would be nice if the script could also setup a well-secured, encryption-enabled mailserver.

paragonie-scott commented 7 years ago

Obstacle: You probably don't have access to that from the SSH access you're granted on most shared hosting.

ghost commented 7 years ago

I'd agree that email migration would be a substantial obstacle- both in terms of people needing it, and finding a way to make it work.

Migrating thinks like web content, DNS, etc. is fairly easy in comparison. It shouldn't be that hard to build something that allows the user to enter IMAP credentials, and replicate the setup on the new server and import existing data - but setting up a secure email server is complex, so would likely add substantially to the time required.

That said though, that base setup would likely find many users, beyond those that use it for migration.

paragonie-scott commented 7 years ago

If only there was a good mail server that integrated with Caddy.

If anyone knows when such a thing is available, it would be @mholt6. Until then, I'll have to read up on postfix configuration, etc.