Generate a profile to setup your email on all your Apple devices
Go to file
2020-06-23 17:43:03 +02:00
css Get it working with vue js 2020-06-22 21:28:22 +02:00
js Add minified vuejs to the repo to reduce dependencies 2020-06-23 17:43:03 +02:00
.build.yml Fix filename 2020-06-23 17:36:40 +02:00
.gitignore Initial version without libs 2020-06-22 17:24:44 +02:00
index.html Add minified vuejs to the repo to reduce dependencies 2020-06-23 17:43:03 +02:00
LICENSE Add license, readme and link to sources in page 2020-06-22 21:43:11 +02:00
README.md Add local run instructions and link to existing instance 2020-06-23 13:47:16 +02:00

Mobileconfig generator

Generate a valid mobileconfig profile to setup your email account on all your Apple devices.

Everything happens in your browser.

An instance is available at https://mcg.augendre.info but you can run it locally very easily.

An example with Python installed on your machine:

  • clone the repository
  • cd to the directory
  • start a webserver pointing to your current directory: python -m http.server
  • open http://localhost:8000 in your browser