From fb01bbb290d37f491d603bdf015d994a39e153c7 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Mon, 21 Apr 2025 10:26:21 +0200 Subject: Init --- README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2003a77 --- /dev/null +++ b/README.md @@ -0,0 +1,58 @@ +# Nulla + +Agnostic Social Network + +## TODO + +Stack: Elixir + Phoenix + PostgreSQL + +* Lightweight web interface +* API compatible with other ActivityPub instances +* Groups +* Formatting: Text / Markdown / HTML +* Links preview +* Timelines: Home / Local / Global / Custom +* Global search +* Bookmarks +* Profile links verification +* Ordering profile links +* Import/Export posts +* Sync settings on server + +### Configuration + +* Post preview +* Character limit per post +* Enable/Disable custom emoji for whole instance + +### User settings + +#### Profile + +* Avatar +* Banner +* Name +* Bio +* Location +* Birthday +* Links +* Follow requests approval +* Toggle reacts under own posts +* Toggle view of reacts under posts +* Profile migration + +#### Security + +* Change password +* Token +* Enable/Disable email login notifications +* Enable/Disable IP address log + +| IP | Datetime | +| --------------------------------------| +| 127.0.0.1 | 2025-01-21 00:00:00 | +| 127.127.127.127 | 2025-02-21 00:00:00 | + +* Clear IP address log + +#### Filters -- cgit v1.2.3