freswa / dovecot-xaps-daemon

MIT License
52 stars 11 forks source link

Create appleIdHashedPassword and update xapsd.yaml #5

Closed gitze closed 3 years ago

gitze commented 3 years ago

This small helper script will create the appleIdHashedPassword (without the need of pressing CTRL-D twice) and update the config file xapsd.yaml automatically.

freswa commented 3 years ago

Could you integrate this into the xapsd binary please?

gitze commented 3 years ago

This is a shell script which is used only during initial setup of the configuration. Sorry, I'm not familiar with "go" and can't integrate this functionality into the xapsd binary

gitze commented 3 years ago

dropping the shell script in favor for a command line tool in go

freswa commented 3 years ago

Do you want to open another PR? Otherwise I'd happy to implement your hash function as a cmd line parameter ;)