Add site selection and config override

This commit is contained in:
Dejvino
2026-07-30 17:55:58 +02:00
parent 160388194a
commit 8d1488f354
5 changed files with 78 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Per-site overrides, loaded after config.sh when running with --site NAME.
# Copy to ~/.config/wordpress-rest-curl/NAME.sh and fill in. Only set what
# differs from config.sh -- anything left out here falls back to config.sh.
USER="" # WP user to create the post
PASSWORD="" # application password generated for your WP user
SERVER="" # server hostname, optionally with subdirectories
CATEGORIES="" # comma separated integer IDs of categories
TAGS="" # comma separated integer IDs of tags