Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

make the window smaller

Kishka 3b0d8e01 4b346ff0

+8 -2
+8 -2
app/src-tauri/tauri.conf.json
··· 15 15 { 16 16 "title": "privacypin", 17 17 "width": 412, 18 - "height": 915, 18 + "height": 715, 19 19 "resizable": false 20 20 } 21 21 ], ··· 26 26 "bundle": { 27 27 "active": true, 28 28 "targets": "all", 29 - "icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"] 29 + "icon": [ 30 + "icons/32x32.png", 31 + "icons/128x128.png", 32 + "icons/128x128@2x.png", 33 + "icons/icon.icns", 34 + "icons/icon.ico" 35 + ] 30 36 } 31 37 }