rename posterg → xamxam throughout: nginx conf, scripts, PHP source, docs

This commit is contained in:
Pontoporeia
2026-04-30 10:50:23 +02:00
parent 3e35bbc40f
commit c949cf9481
31 changed files with 283 additions and 267 deletions

View File

@@ -34,12 +34,12 @@ else
echo "✓ Cloned php-live-reload"
fi
# Create posterg.db if needed
if [ ! -f "storage/posterg.db" ]; then
# Create xamxam.db if needed
if [ ! -f "storage/xamxam.db" ]; then
echo ""
echo "📊 Creating posterg.db…"
sqlite3 storage/posterg.db < storage/schema.sql
echo "✓ Created posterg.db"
echo "📊 Creating xamxam.db…"
sqlite3 storage/xamxam.db < storage/schema.sql
echo "✓ Created xamxam.db"
fi
# Create data directories