# villasatbluemountain - WordPress Site

## Overview
WordPress site for villasatbluemountain.

## URLs
- **Site**: https://villasatbluemountain.demoing.info
- **Admin**: https://villasatbluemountain.demoing.info/wp-admin/

## Managing the Container
Use `srv-gw` commands (NOT docker/podman directly):
```bash
srv-gw status --project villasatbluemountain     # Check status
srv-gw logs --project villasatbluemountain       # View logs
srv-gw restart --project villasatbluemountain    # Restart
srv-gw stop --project villasatbluemountain       # Stop
srv-gw start --project villasatbluemountain      # Start
```

## Database
- **Database**: wp_villasatbluemountain
- **User**: wp_villasatbluemountain
- Credentials in `.env` file

## File Structure
```
/srv/apps/villasatbluemountain/
├── .env                  # Environment variables
├── .project.json         # Project metadata
├── CLAUDE.md             # This file
└── wp-content/           # WordPress content (themes, plugins, uploads)
    ├── themes/           # Editable by developers and WordPress
    ├── plugins/          # Editable by developers and WordPress
    └── uploads/          # Media uploads
```

## File Permissions
- wp-content owned by `www-data:villasatbluemountain-dev` with mode 2775
- Developers in `villasatbluemountain-dev` group can edit files directly
- WordPress dashboard can also edit/install themes and plugins

## Notes
- Port 3158 (internal, proxied through Caddy)
- Resource limits: 1GB RAM, 1 CPU
- Created: 2026-09-03

