pwFoo
pwFoo
Instead of build a group feature would it easier to build it with "shared lists"? 1. Build a mastodon list with users / members 2. Add feature to share the...
It's possible to share tasks by share task (calendar) with users / groups. But task should be check permissions! Users mark tasks as done without permissions and it looks good...
PR #310 is still open? So not yet implemented? Searching for a push notification service / server to separate push service from the application (backend / server part).
Webpush lib would be awesome!!! Generate vapid keys and take care about communication to the push services of Microsoft, Mozilla, Apple and Google dependent on used client device / browser....
Will webssh2 support public key login with hardware etoken and SafeNet Authentication Client? Is that possible? Would be awesome!
With service worker and closed browser notifications by a self hosted service would be awesome! But how it could push to the service worker, because (websocket) connections won't work and...
Yes, but it looks like offline push notifications for mobile web based apps isn't possible with self hosted push service.
Any plans to move to webpush api? I think it would be an awesome service to register a client (browser) to a topic and push on-/offline notifications. Notica could run...
And binaries / libs should be minimized with strip? ``` RUN find . -type f -exec strip {} \; ```
I play with / build a minimal container runtime host without featues like AppAmor or SELinux. At the moment I use crun / runc as runtime. Also played a little...