Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Appwrite | 33,334 | 21 hours ago | 65 | July 18, 2023 | 616 | bsd-3-clause | TypeScript | |||
Build Fast. Scale Big. All in One Place. Cloud is now available in public beta. 🌩 | ||||||||||
Docker Timemachine | 545 | 3 years ago | 6 | mit | Dockerfile | |||||
A docker container that compiles the lastest Netatalk to run a Time Machine server. | ||||||||||
Rapidbay | 544 | 3 months ago | 14 | mit | Python | |||||
Self-hosted torrent video streaming service compatible with Chromecast, AppleTV & Kodi deployable in the cloud | ||||||||||
Playlistor | 357 | 12 days ago | 5 | mit | Python | |||||
🎶Apple Music ↔️ Spotify playlist convertor. | ||||||||||
Apple Health Grafana | 210 | 2 months ago | 4 | Python | ||||||
Visualise your Apple Health export in Grafana | ||||||||||
Autodiscover Email Settings | 73 | 8 months ago | 5 | mit | HTML | |||||
:whale: :wrench: Provides Autodiscover capabilities for IMAP/POP/SMTP/LDAP services on Microsoft Outlook/Apple Mail and Autoconfig capabilities for Thunderbird | ||||||||||
Yesterday I Learned | 66 | 24 days ago | 1 | gpl-3.0 | Python | |||||
Brainfarts are caused by the rupturing of the cerebral sphincter. | ||||||||||
Healthdata_influx | 50 | 2 years ago | 1 | mit | Python | |||||
Imports Apple Health Data into InfluxDB | ||||||||||
Docker Gltf To Udsz | 25 | 2 years ago | Dockerfile | |||||||
Docker container for converting gltf files into apple usdz quicklook files | ||||||||||
Alhls Tool Docker | 23 | 4 years ago | PHP | |||||||
Docker test environment for Apple HLS Low Latency Beta Tool |
Time capsule and apple share in docker.
docker run -d -p <docker_host_ip>:548:548 -v <docker_host_dir>:/share \
-e AFPD_LOGIN=<login> -e AFPD_PASSWORD=<password> \
-e AFPD_NAME="<share name>" -e AFPD_SIZE_LIMIT=<size limit in mb if needed> \
--name <container name> bobrik/time-container
This will bind afpd
to docker host ip address and mount
directory on docker host to container.
Open Finder, then press ⌘K. Enter afp://<docker_host_ip>
and
press Connect
. Enter login and password you supplied at
the build stage.
That's it!
Note that Time Machine will not work on non-standard port, so use 548.
You may need to run the following command to enable Time machine backups:
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1