Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First version #777

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/BuildImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Image
on: [push, pull_request, workflow_dispatch]

env:
ENDPOINT: "user/endpoint"
ENDPOINT: "napnap75/mod-daapd-snapclient"
BRANCH: "master"

jobs:
Expand Down
21 changes: 0 additions & 21 deletions Dockerfile.complex

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

6 changes: 6 additions & 0 deletions root/etc/s6-overlay/s6-rc.d/init-mod-daapd-snapclient/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/with-contenv bash

# Alpine
if [ -f /sbin/apk ]; then
echo "snapcast-client" >> /mod-repo-packages-to-install.list
fi
1 change: 1 addition & 0 deletions root/etc/s6-overlay/s6-rc.d/init-mod-daapd-snapclient/up
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-daapd-snapclient/run
25 changes: 0 additions & 25 deletions root/etc/s6-overlay/s6-rc.d/init-mod-universal-sshvpn/run

This file was deleted.

1 change: 0 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/init-mod-universal-sshvpn/up

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions root/etc/s6-overlay/s6-rc.d/svc-mod-daapd-snapclient/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash

exec \
snapclient --player file:filename=/music/snapclient,mode=w
3 changes: 0 additions & 3 deletions root/etc/s6-overlay/s6-rc.d/svc-mod-universal-sshvpn/run

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file.
3 changes: 0 additions & 3 deletions root/etc/services.d/sshvpn/run

This file was deleted.