diff --git a/README.md b/README.md index 8326dea..9aed303 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ docker run -d \ -e n8n_webhook_create_playlist=N8N_WEBHOOK_URL \ -e n8n_webhook_add_tracks=N8N_WEBHOOK_URL \ -e environment=production \ - -e hostname=https://example.com + -e hostname=https://example.com \ + -v "$(pwd)/database.db:/app/database.db" \ gitea.louisgallet.fr/lgallet/makethisplaylist:latest ``` diff --git a/templates/add.html b/templates/add.html index d37ab62..1d8bea2 100644 --- a/templates/add.html +++ b/templates/add.html @@ -3,6 +3,7 @@ Make this playlist + {{ bootstrap.load_css() }} diff --git a/templates/create.html b/templates/create.html index 40998c3..4ce1187 100644 --- a/templates/create.html +++ b/templates/create.html @@ -3,6 +3,7 @@ Make this playlist + {{ bootstrap.load_css() }} diff --git a/templates/found.html b/templates/found.html index 6f54ddb..67e3595 100644 --- a/templates/found.html +++ b/templates/found.html @@ -3,6 +3,7 @@ Results + {{ bootstrap.load_css() }} diff --git a/templates/index.html b/templates/index.html index ff284b8..e1a3724 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,7 @@ Make this playlist + {{ bootstrap.load_css() }} diff --git a/templates/search.html b/templates/search.html index 53336f5..d69e1cd 100644 --- a/templates/search.html +++ b/templates/search.html @@ -3,6 +3,7 @@ Make this playlist - Search + {{ bootstrap.load_css() }}