Add MPD docker setup
This commit is contained in:
parent
bd503eaa0d
commit
4259710626
10 changed files with 170 additions and 77 deletions
|
|
@ -15,3 +15,7 @@ packages:
|
|||
vpn_config_dir: '/etc/wireguard'
|
||||
|
||||
hostname: 'fudiggity'
|
||||
|
||||
xdg_config_dir: '/home/sonny/.config'
|
||||
xdg_data_dir: '/home/sonny/.local/share'
|
||||
xdg_state_dir: '/home/sonny/.local/state'
|
||||
|
|
|
|||
|
|
@ -1 +1,6 @@
|
|||
mpd_app_dir: '/srv/docker/mpd'
|
||||
mpd_music_dir: '/home/sonny/music'
|
||||
|
||||
mpd_config_dir: '{{ xdg_config_dir }}/mpd'
|
||||
mpd_playlist_dir: '{{ xdg_data_dir }}/mpd/playlists'
|
||||
mpd_state_dir: '{{ xdg_state_dir }}/mpd'
|
||||
|
|
|
|||
|
|
@ -25,9 +25,14 @@ vpn_media_port: 51903
|
|||
vpn_media_interface: 'wg1'
|
||||
vpn_media_domain: 'media-vpn.{{ domain_name }}'
|
||||
|
||||
mpd_domain: 'mpd.{{ domain_name }}'
|
||||
mpd_listen_address: '0.0.0.0'
|
||||
mpd_prefix: 24
|
||||
mpd_subnet: '172.128.238.0/{{ mpd_prefix }}'
|
||||
mpd_port: 21000
|
||||
mpd_http_stream_port: 8000
|
||||
mpd_http_mobile_stream_port: 8001
|
||||
mpd_app_ip: '172.128.238.10'
|
||||
|
||||
forgejo_ip: '127.0.0.1'
|
||||
forgejo_port: 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue