This commit is contained in:
2026-03-02 15:40:16 +01:00
parent 334add0b06
commit c03c0511a3
17 changed files with 7 additions and 1 deletions

0
README.md Normal file → Executable file
View File

0
code/environments/production/data/common.yaml Normal file → Executable file
View File

0
code/environments/production/hiera.yaml Normal file → Executable file
View File

0
code/environments/production/manifests/site.pp Normal file → Executable file
View File

0
code/environments/production/manifests/test.pp Normal file → Executable file
View File

0
config/openvoxdb/database.ini Normal file → Executable file
View File

0
config/postgres/pg_hba.conf Normal file → Executable file
View File

0
config/postgres/postgresql.conf Normal file → Executable file
View File

0
config/postgres/script/init-pg-trgm.sql Normal file → Executable file
View File

0
config/postgres/script/setup_readonly_user.sql Normal file → Executable file
View File

0
config/puppet/puppet.conf Normal file → Executable file
View File

0
deploy_openvox.yml Normal file → Executable file
View File

2
docker-compose.yml Normal file → Executable file
View File

@@ -65,7 +65,7 @@ services:
postgres:
condition: service_healthy
healthcheck:
test: ["CMD-SHELL", "PGPASSWORD=${POSTGRES_PASSWORD} pg_isready -h postgres -p 5432 -U openvox"]
test: ["CMD-SHELL", "PGPASSWORD=${POSTGRES_PASSWORD} pg_isready -h postgres -p 5432 -U openvox -d openvoxdb"]
interval: 5s
timeout: 5s
retries: 5

0
hiera_config.md Normal file → Executable file
View File

0
openvox_bugs.md Normal file → Executable file
View File

6
~/.config/mpd/mpd.conf Normal file
View File

@@ -0,0 +1,6 @@
music_directory "~/Music"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state"