Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated
at main 16 lines 253 B view raw
1root = true 2 3[*] 4charset = utf-8 5end_of_line = lf 6insert_final_newline = true 7trim_trailing_whitespace = true 8 9indent_style = tab 10indent_size = 4 11tab_width = 4 12max_line_length = 100 13 14 15[*.{html,htm}] 16max_line_length = 1000 # easier to know where you are