# palmstc - WordPress Site

## Overview
WordPress site for palmstc.

## URLs
- **Site**: https://palmstc.com
- **Admin**: https://palmstc.com/wp-admin/

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

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

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

## Notes
- Port 3029 (internal, proxied through Caddy)
- Resource limits: 512MB RAM, 1 CPU
- Created: 2025-11-29

