Commit c84f568
Add Docker support, GitHub Actions CI, and project documentation
- Dockerfile: multi-stage build (SDK → ASP.NET 8), HTTP port 8080, volumes for media/data/logs
- .dockerignore: excludes build artifacts, local DB, and dev-only files
- .github/workflows/docker-publish.yml: builds and pushes to ghcr.io on main push
- docker-compose.example.yml: full stack with SQL Server 2022, healthcheck, named volumes
- .env.example: template for all required production environment variables
- README.md: project overview, local dev setup, Docker and Compose instructions
- CLAUDE.md: AI context file covering architecture, key dirs, config, CI/CD notes
- Ludero.Site/.gitignore: exclude appsettings.Development.json (contains credentials)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1637fbf commit c84f568
1,175 files changed
Lines changed: 112405 additions & 450 deletions
File tree
- .github/workflows
- Ludero.Site
- App_Plugins/uSkinned
- backoffice/tours
- controllers
- css
- grid
- Properties
- Views
- Error
- Partials
- DesignPanel
- Forms/Emails
- blockgrid
- blocklist
- grid
- editors
- uSkinned
- BlockContainers
- Blocks
- Blog
- Forms
- Listing
- MiscPageElements
- Shop
- WebsiteHeadSection
- config/lang
- umbraco/Licenses
- usn/updates/6_4_3
- Views
- uSync/v9
- ContentTypes
- DataTypes
- Dictionary
- Languages
- MediaTypes
- MemberTypes
- Templates
- wwwroot
- EmailTemplates/uSkinned
- css/uSkinned
- base
- icons
- layouts
- header-large
- header-small
- modules
- forms
- listings
- misc
- page-components
- shop
- sitewide-pods
- replace
- images/uSkinned
- flags
- scripts/uSkinned
- uSkinned
- css
- design-panel
- generated
- libraries
- resources
- scripts
- design-panel
- libraries
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments