-
26.12-alpha
Pre-releasereleased this
2026-04-28 14:03:55 +02:00 | 0 commits to main since this releaseAdded
- Home Assistant (v1.0.0, image
homeassistant/home-assistant:stable,
daniel/furtka-apps#1). Smart-home hub for lights, sensors, and locally
controlled devices. Bridge-mode networking with explicit8123:8123
port mapping for v1 — Cloud integrations (Hue Cloud, Tado, Sonos via
account) work, mDNS/Bluetooth/Zigbee-stick discovery deferred until a
manifestnetwork_modeknob lands. One Docker volume (config),
no manifest settings — onboarding (admin user, home location, units)
happens in the browser on first visit to:8123.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
furtka-apps-26.12-alpha.tar.gz
1 download · 7.7 KiB
-
furtka-apps-26.12-alpha.tar.gz.sha256
1 download · 97 B
-
release.json
0 downloads · 172 B
- Home Assistant (v1.0.0, image
-
26.11-alpha
Pre-releasereleased this
2026-04-21 13:01:55 +02:00 | 2 commits to main since this releaseFixed
- Jellyfin compose default-substitution. Without an
.envin the
jellyfin app dir the CI validator'sdocker compose configstep
substituted an empty${MEDIA_PATH}into:/media:ro— which
compose rejects asempty section between colons. Changed the
spec to${MEDIA_PATH:-/nonexistent}:/media:roso the CI syntax
check always sees a valid volume even with no env file. Real
install flow (form fill → .env with user path) is unchanged; a
broken install that reachesdocker compose upwith no
MEDIA_PATH now fails loudly on a nonexistent bind target instead
of silently mounting something random.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
furtka-apps-26.11-alpha.tar.gz
3 downloads · 6.7 KiB
-
furtka-apps-26.11-alpha.tar.gz.sha256
5 downloads · 97 B
-
release.json
1 download · 172 B
- Jellyfin compose default-substitution. Without an
-
26.10-alpha
Pre-releasereleased this
2026-04-21 11:48:33 +02:00 | 5 commits to main since this releaseAdded
- Jellyfin (v1.0.0, image
jellyfin/jellyfin:latest). Media
server for movies, shows, music on the LAN. First app to use the new
path-type setting (core ≥ 26.10-alpha): the user picks their
existing media folder in the install form (MEDIA_PATH=/mnt/media),
the installer validates the path server-side, and docker-compose
mounts it read-only at/media. Docker-managed volumes handle
/configand/cache. Admin account bootstraps from the first
browser visit to port 8096. Ports: 8096. No HW transcoding yet —
that's a later schema extension.
Changed
- Vendored manifest schema (
scripts/vendor/furtka_manifest.py)
caught up to core 26.10-alpha: adds theopen_urlfield (missing
since 26.6-alpha cut) and the newpathsetting type.validate- catalog.pynow accepts path-type settings without changes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
furtka-apps-26.10-alpha.tar.gz
0 downloads · 6.4 KiB
-
furtka-apps-26.10-alpha.tar.gz.sha256
2 downloads · 97 B
-
release.json
2 downloads · 172 B
- Jellyfin (v1.0.0, image
-
26.9-alpha
Pre-releasereleased this
2026-04-21 11:18:14 +02:00 | 8 commits to main since this releaseAdded
- IT-Tools (v1.0.0, image
corentinth/it-tools:latest). A browser
toolbox: password/UUID/QR generators, hash and HMAC, Base64 / URL /
JWT decoders, JSON/YAML/SQL formatters, regex tester, cron parser,
subnet calculator, and the usual long tail. Runs fully client-side —
no state, no volumes, no settings. Serves on port 8080.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
furtka-apps-26.9-alpha.tar.gz
1 download · 5.1 KiB
-
furtka-apps-26.9-alpha.tar.gz.sha256
2 downloads · 96 B
-
release.json
1 download · 171 B
- IT-Tools (v1.0.0, image
-
26.8-alpha
Pre-releasereleased this
2026-04-20 17:47:19 +02:00 | 10 commits to main since this releaseChanged
- fileshare bumped to v0.1.2: adds
open_url(smb://{host}/files)
so the core UI can render an Open button that deep-links to the share. - Uptime Kuma bumped to v1.0.1: adds
open_url
(http://{host}:3001/) for the same UI Open button. No image or
compose changes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
furtka-apps-26.8-alpha.tar.gz
3 downloads · 4.5 KiB
-
furtka-apps-26.8-alpha.tar.gz.sha256
4 downloads · 96 B
-
release.json
1 download · 171 B
- fileshare bumped to v0.1.2: adds
-
26.7-alpha
Pre-releasereleased this
2026-04-20 15:34:28 +02:00 | 11 commits to main since this releaseAdded
- Uptime Kuma (v1.0.0, image
louislam/uptime-kuma:1). Self-hosted
status monitor — pings hosts, checks HTTPS endpoints, watches Docker
containers, and screams on Telegram/webhook when something breaks.
No manifest settings: the admin account is created on the first
browser visit to port 3001. Persists history + config via one
namespaced volumefurtka_uptime-kuma_data.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
furtka-apps-26.7-alpha.tar.gz
2 downloads · 4.5 KiB
-
furtka-apps-26.7-alpha.tar.gz.sha256
3 downloads · 96 B
-
release.json
1 download · 171 B
- Uptime Kuma (v1.0.0, image
-
26.6-alpha
Pre-releasereleased this
2026-04-20 14:47:42 +02:00 | 12 commits to main since this releaseAdded
- Initial catalog release. Carries one app: fileshare (v0.1.1, SMB
share overdperson/samba). Copied from thedaniel/furtkaseed so
boxes on 26.6 see the same fileshare bits whether they pull the
catalog or fall back to the bundled seed. - Release pipeline + CI parity with the core repo:
scripts/build-catalog-tarball.sh,scripts/publish-catalog-release.sh,
scripts/validate-catalog.py(CI guardrail — loads every manifest via
the vendoredfurtka.manifest.load_manifest+ cross-checks compose
volume references).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
furtka-apps-26.6-alpha.tar.gz
1 download · 3.8 KiB
-
furtka-apps-26.6-alpha.tar.gz.sha256
2 downloads · 96 B
-
release.json
1 download · 171 B
- Initial catalog release. Carries one app: fileshare (v0.1.1, SMB