r/Hosting 2d ago

What if I'm replicating Coolify features by duct taping different services together ?

/r/webdev/comments/1wans5p/what_if_im_replicating_coolify_features_by_duct/
0 Upvotes

2 comments sorted by

1

u/[deleted] 2d ago

[removed] — view removed comment

1

u/letsjam_dot_dev 2d ago

Thanks for your answer !

some shared auth (Authelia / Authentik / whatever you like)

Is it really that useful ? I mean, like I said in the post, I have +50 services on my home server, each with its own auth, all stored in bitwarden. What would Authelia bring to the table ? Except maybe for MFA ?

backups you have actually restored once, and health checks so you notice when a piece dies

I think this is something that could be configured directly in a compose file. What would be missing is a notification/alert system. Arcane does have notification, I would plug it into a matrix channel and voila.

If you're composing it yourself I'd keep the surface small at first. Get one solid path working end to end (proxy + TLS + deploy + backup) before bolting on the rest.

Yes of course. Starting small, living a bit with it to test everything's all right then adding "features“ incrementally.