导入常用联系人头像,优化 iOS 来电、信息界面体验。更多信息请访问 vCards。
You can pull the images using the following commands:
docker pull funnyzak/vcards:latest
# GHCR
docker pull ghcr.io/funnyzak/vcards:latest
# Aliyun
docker pull registry.cn-beijing.aliyuncs.com/funnyzak/vcards:latest
Use the default contacts data, and map to local 5232 port.
docker run -d --name vcard \
-p 5232:5232 \
funnyzak/vcards:latest
Deploy the vCards service, and add the following information to the CardDAV account:
vcards.youdeployed.comcncn or whatever you wantSteps:
Settings - Contacts - Accounts - Add Account - Other - Add CardDAV Account.Contacts - Settings - Accounts - Other Contacts Accounts.When syncing is complete, you can see the contacts in the Contacts app.
More information can be found at vCards.
Content type
Image
Digest
sha256:f410f10e9…
Size
36.8 MB
Last updated
8 days ago
docker pull funnyzak/vcards