Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Syncthing Macos | 2,014 | 18 days ago | 18 | mit | Objective-C | |||||
Official frugal and native macOS Syncthing application bundle | ||||||||||
Imessage Exporter | 1,159 | 2 days ago | 7 | gpl-3.0 | Rust | |||||
Export MacOS iMessage data + run iMessage Diagnostics | ||||||||||
Apple_cloud_notes_parser | 193 | a month ago | 4 | mit | Ruby | |||||
Parser for Apple Notes data stored on the Cloud as seen on Apple handsets | ||||||||||
Cronopete | 170 | 5 years ago | 7 | gpl-3.0 | Vala | |||||
An Apple's TimeMachine clone for Linux | ||||||||||
Raspberrypi Timemachine | 161 | 5 years ago | 1 | mit | ||||||
Apple Time Machine with raspberry Pi | ||||||||||
Photosexporter | 134 | 2 months ago | mit | Swift | ||||||
Command line application to export and backup your macOS Photos Library | ||||||||||
Twackup Rs | 24 | 3 months ago | 4 | gpl-3.0 | Rust | |||||
Safe and fast iOS utility for rebuilding DEB's and backing up packages | ||||||||||
Sketchsfuifonts | 15 | 4 years ago | ||||||||
A backup of Sketch's San Francisco fonts ("SFUIDisplay", "SFUIText") | ||||||||||
Apple Photos Export | 14 | 2 years ago | mit | Python | ||||||
An Apple Photos export script. | ||||||||||
Useful Powerschool Links | 14 | 6 years ago | 1 | apache-2.0 | ||||||
An organized list of links that will help you learn PowerSchool |
Supports Apple Time Machine backup by using netatalk to look like a time capsule.
Features:
Authenticate to the Time Capsule volume using user timecapsule
and password timecapsule
. Due to the fixed password, do not expose this service to untrusted environments.
Example docker-compose.yml
:
version: "2"
volumes:
timecapsule:
services:
timecapsule:
image: pdouble16/timecapsule:3.1.11
restart: always
ports:
- "548:548"
environment:
- VOLSIZELIMIT=1000000
volumes:
- timecapsule:/backup