1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 02:36:38 +00:00

Add audiobookserver (#258)

This commit is contained in:
David Young
2023-02-10 04:34:50 +13:00
committed by GitHub
parent a85a567afc
commit ee3f2de668
204 changed files with 215 additions and 104 deletions

View File

@@ -0,0 +1,26 @@
---
date: 2023-03-10
categories:
- CHANGELOG
tags:
- audiobookshelf
links:
- Audiobookshelf recipe: recipes/audiobookshelf.md
description: New Recipe Added - Audiobookshelf - self-hosted audiobook / podcast server with native mobile apps
title: Added recipe for Audiobookshelf on Docker Swarm
image: /images/audiobookshelf.png
---
# Added recipe for Audiobookshelf (swarm)
Has your wife been wishing for a way to consume her DRM-stripped audiobooks on her phone, without having to resort to side-loading apps or media? Fear not, for this new recipe has received 10/10 WAF (wife-acceptance-factor)...
<!-- more -->
![Screenshot of application]({{ page.meta.image }}){ loading=lazy }
[Audiobookshelf][audiobookshelf] is a powerful audiobook / podcast streaming server, whose strength lies in its native app support on [Android](https://play.google.com/store/apps/details?id=com.audiobookshelf.app) / [iOS](https://testflight.apple.com/join/wiic7QIW) (*Testflight required*).
See the [recipe][audiobookshelf] for more!
--8<-- "common-links.md"

View File

@@ -23,4 +23,4 @@ MetalLB does two jobs:
1. Provides address allocation to services out of a pool of addresses which you define
2. Announces these addresses to devices outside the cluster, either using ARP/NDP (L2) or BGP (L3)
--8<-- "common-links.md"
--8<-- "common-links.md"