Mirror of sanic. Find the original here: https://gitlab.com/XenGi/sanic https://sanic.club.berlin.ccc.de
Go to file
XenGi aa6aed6664 Delete .forgejo/dependabot.yml
Signed-off-by: XenGi <cccb-git@xengi.de>
2023-11-24 11:15:25 +01:00
.forgejo/workflows Delete .forgejo/dependabot.yml 2023-11-24 11:15:25 +01:00
static continue work on index2.html layout 2023-11-18 14:57:10 +01:00
.dockerignore add docker build 2023-10-18 15:39:37 +02:00
.editorconfig foo 2023-10-24 18:17:36 +02:00
.gitignore foo 2023-11-06 22:38:39 +01:00
architecture.drawio.svg Update architecture.drawio.svg 2023-11-07 20:09:13 +01:00
cert.pem add http/2 and tls 2023-11-07 21:16:42 +01:00
flake.lock update 2023-10-24 17:01:19 +02:00
flake.nix more nix 2023-11-07 21:16:17 +01:00
go.mod foo 2023-10-24 18:17:36 +02:00
go.sum foo 2023-10-24 18:17:36 +02:00
gomod2nix.toml build nix package 2023-10-24 15:59:04 +02:00
key.pem add http/2 and tls 2023-11-07 21:16:42 +01:00
LICENSE Initial commit 2023-10-16 17:42:09 +02:00
mpd.conf add mpd config 2023-10-18 00:40:17 +02:00
README.md Update README.md 2023-11-19 20:10:54 +01:00
server.go add http/2 and tls 2023-11-07 21:16:42 +01:00

maintained

sanic

chaos music control inspired by relaxx player

features

  • mpd web gui
    • search music
    • organize playlists
    • control current playback queue
  • no authentication required to control music playback
  • add music from other sources like youtube (youtube-dl)
  • add playlists from internet radios (*.m3u, *.pls)

development

Build nix flake:

nix build

architecture

Architecture


Made with ❤️ and 🐍.