Ask HN: Creative uses for a macOS server?
3 points by pchm 3 years ago | 4 commentsI have an unused mac that I want to put to work and I'm looking for inspiration. So far the only examples I've found are the typical home server stuff:
- plex/media server
- remote backup
- file sharing/sync
But I'm more interested in scriptable use cases that can't be covered by a Linux server, e.g.:
- Xcode builds
- headless browser service (puppeteer) for website screenshots (for apple emoji & font rendering)
- automated screenshots/screencasts (via screencapture & apple script)
- iCloud file organization (e.g. with Hazel.app)
I'm sure there are many more possibilities, so... if you have a macOS server, what do you use it for?
- toast0 3 years agoFYI, macOS can't deal with SYN floods, unless they added things recently. The tcp they forked from FreeBSD in the early 2000s didn't get sensible syn flooding protections until a few months after they forked. So, I wouldn't recommend exposing it directly as a public service.
- ralmidani 3 years agoI got my Mac Mini last year with 10 Gig Ethernet in case I later decided to convert it to a server. A build server sounds interesting, can Xcode be scripted to run without a UI?
- ksec 3 years agoiOS Time Capsule.
It is the thing that I wanted forever.
iCloud Cache. I am not sure if this feature is still available. But in the old macOS server you could have iCloud cache and App update all on macOS Server so your iPhone and iPad will get update from macOS server instead.
- ohiovr 3 years agoIf recent enough rent it as a remote desktop for people wanting to build ios projects.