Deemo

joined 1 year ago
[–] Deemo@lemmy.world 2 points 1 month ago

Forgot to mention yearly updated (thanks for the catch).

[–] Deemo@lemmy.world 6 points 1 month ago* (last edited 1 month ago) (2 children)

I kinda wish ios had a fdroid equivalent. Apples $99 yearly dev fee basically forces apps to rely on subscriptions or advertising (rarely one time iap).

[–] Deemo@lemmy.world 1 points 1 month ago

I've only really use caddy and my only experience with ngnix is ngnix proxy manager (which isn't really true ngnix).

I wasn't sure if hot swapping certs (even with same name was possible, kinda thought you would to reload it upon cert change).

Also regarding cert bot I have only used it in manual mode so it's managed mode is a bit foreign.

[–] Deemo@lemmy.world 2 points 1 month ago (2 children)

Do you manually update the config every 3 months?

[–] Deemo@lemmy.world 2 points 1 month ago (4 children)

Certbot’s Nginx integration etc

How do you obtain ssl certs then?

[–] Deemo@lemmy.world 2 points 1 month ago (1 children)

Silly question how safe are caddy plugins? (especially dns challenge modules like cloudflare, duckdns, etc).

https://github.com/caddy-dns https://github.com/caddy-dns/cloudflare/tree/master

Not sure if those plugins are covered by caddy's security disclosure policy

https://github.com/caddyserver/caddy/security

[–] Deemo@lemmy.world 1 points 1 year ago

I am curious how sync is going to implement push notifications (which requires a subscription). The dev either is going to have to wait for web push to be added (which doesn't seem to be a priority for lemmy devs as they are a bit swamped already). Or he will need to rely on rapid polling like memmy (scaling would be messy down the line).