mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized descriptions, README.md's and meta/main.yml's for portfolio and sphinx docs
This commit is contained in:
@@ -1,6 +1,27 @@
|
||||
# role funkwhale
|
||||
# Funkwhale
|
||||
|
||||
This role doesn't work and needs to be implemented
|
||||
## Description
|
||||
|
||||
## Other Resources
|
||||
- https://docs.funkwhale.audio/installation/docker.html
|
||||
Dive into a world of rhythm and sound with [Funkwhale](https://www.funkwhale.audio/), an innovative self-hosted music sharing platform that celebrates creativity and community. Experience an energetic soundscape and seamless music streaming that amplifies your passion for tunes.
|
||||
|
||||
## Overview
|
||||
|
||||
This role deploys Funkwhale using Docker. It orchestrates multiple services—including the API, Frontend, Celery Worker, Celery Beat, and Typesense—integrating with centralized PostgreSQL and Redis services for a fully containerized music sharing experience.
|
||||
|
||||
For detailed usage and configuration, please refer to the [Administration.md](./Administration.md) file.
|
||||
|
||||
## Features
|
||||
|
||||
- **Self-hosted Music Sharing:** Enjoy a secure and private platform to share and stream your favorite tunes.
|
||||
- **Scalable Service Architecture:** Leverage the robust orchestration of multiple services to power your Funkwhale instance.
|
||||
- **Centralized Data Management:** Benefit from integrated PostgreSQL and Redis, ensuring smooth and efficient operation.
|
||||
- **Customizable Media Handling:** Configure media roots, static assets, and music directories tailored to your deployment.
|
||||
- **User-Friendly Configuration:** Manage your instance effortlessly using environment variables and Docker Compose templates.
|
||||
|
||||
## Credits
|
||||
|
||||
Developed and maintained by **Kevin Veen-Birkenbach**.
|
||||
Learn more at [veen.world](https://www.veen.world).
|
||||
|
||||
Part of the [CyMaIS Project](https://github.com/kevinveenbirkenbach/cymais)
|
||||
Licensed under [CyMaIS NonCommercial License (CNCL)](https://s.veen.world/cncl).
|
||||
|
21
roles/docker-funkwhale/meta/main.yml
Normal file
21
roles/docker-funkwhale/meta/main.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Dive into a world of rhythm and sound with Funkwhale, an innovative self-hosted music sharing platform that celebrates creativity and community. Enjoy an energetic soundscape and seamless music streaming that amplifies your passion for tunes."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- funkwhale
|
||||
- docker
|
||||
- music
|
||||
- self-hosted
|
||||
repository: https://s.veen.world/cymais
|
||||
issue_tracker_url: https://s.veen.world/cymaisissues
|
||||
documentation: https://s.veen.world/cymais
|
||||
logo:
|
||||
class: "fa-solid fa-music"
|
||||
dependencies: []
|
Reference in New Issue
Block a user