# hartling-thesandsowners - WordPress Site

## Overview
WordPress site for hartling-thesandsowners.

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

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

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

## File Structure
```
/srv/apps/hartling-thesandsowners/
├── .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:hartling-thesandsowners-dev` with mode 2775
- Developers in `hartling-thesandsowners-dev` group can edit files directly
- WordPress dashboard can also edit/install themes and plugins

## Notes
- Port 3085 (internal, proxied through Caddy)
- Resource limits: 1GB RAM, 1 CPU
- Created: 2026-04-21

