-
0.3.0 Stable
released this
2025-08-28 14:48:38 +02:00 | 5 commits to main since this releaseThis update finally adds some ways of adding new users to an Otter instance!
Added
- Public sign-up page (disabled by default)
- Private sign-up links
- New CLI commands
- Add users
- Generate signup links
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
0.2.1 Stable
released this
2025-06-17 15:04:46 +02:00 | 28 commits to main since this releaseFixed
- Serve Content-Type headers for static embedded files
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
-
0.2.0 Stable
released this
2025-06-17 14:07:35 +02:00 | 29 commits to main since this releaseAdded
- Web UI
- Started development based on HTMX and PicoCSS
- Very simple homepage
- Login/logout button
- Page for managing logged-in sessions
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Web UI
-
0.1.0 Stable
released this
2025-06-06 13:50:24 +02:00 | 41 commits to main since this releaseAdded
- Implemented bare API features
- auth
- subscriptions
- episode changes
- devices
- device sync API
- Flexible configuration via a TOML config file, environment variables or CLI
arguments - CLI tooling for interacting with the database
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Implemented bare API features