diff options
| author | Christian Cleberg <[email protected]> | 2026-05-13 12:40:30 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-13 12:40:30 -0500 |
| commit | 219c5401387339f5ebc025d8c89be14552c1cc21 (patch) | |
| tree | 21482097a8bab40ff8f270fb3ea84d479e1b76db /README.md | |
| parent | 5dcfe0f147c7871eaf5f3a88bd9e9fded38d4633 (diff) | |
| download | rune-219c5401387339f5ebc025d8c89be14552c1cc21.tar.gz rune-219c5401387339f5ebc025d8c89be14552c1cc21.tar.bz2 rune-219c5401387339f5ebc025d8c89be14552c1cc21.zip | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 40 |
1 files changed, 7 insertions, 33 deletions
@@ -1,3 +1,10 @@ +> [!WARNING] +> **Archived project** +> +> This repository is no longer maintained, as I don't really use Njalla anymore. +> +> If there is interest or you'd like to contribute, I am happy to reconsider development of this app. + # Rune Njalla on iOS. @@ -6,8 +13,6 @@ Rune is a native iOS client for managing your Njalla account. It provides fast, minimal access to domains, DNS, API tokens, and account balance without relying on the web UI. ---- - ## Principles - **Privacy first** @@ -22,8 +27,6 @@ on the web UI. - **No abstraction layers for the sake of it** Direct API usage. Clear data flow. ---- - ## Features (v1.x) ### Domains @@ -42,8 +45,6 @@ on the web UI. ### Account - View wallet balance ---- - ## Authentication Rune uses **API tokens only**. @@ -52,39 +53,12 @@ Rune uses **API tokens only**. - No username/password login - Token is validated on first launch via API ---- - ## Tech Stack - SwiftUI - URLSession (no third-party networking) - Njalla HTTP API ---- - -## Scope - -Rune is intentionally limited. - -Not supported: -- domain registration -- wallet top-ups -- server management -- destructive account actions - ---- - -## Status - -Active development. - -Early versions focus on: -- correctness -- stability -- clean UX - ---- - ## Why Njalla has a clean API but no native mobile client. Rune exists to make routine |
