/dachsbau-backend

🦡 Kirby headless backend for dachsbau-tautenhain.de

Primary LanguagePHPMIT LicenseMIT

Dachsbau Backend

Note

Forked from 🍫 Cacao Kit Backend. All of the features and settings apply here as well.

This website is intended as the backend for the Nuxt 3 frontend. If the URL is called and no Authentication header is sent with the requerst, the user will automatically forwarded to the Kirby Panel.

👉 See the Dachsbau Frontend repository for the whole frontend code!

Prerequisites

  • PHP 8.2+

Kirby is not a free software. You can try it for free on your local machine but in order to run Kirby on a public server you must purchase a valid license.

Setup

Composer

Kirby-related dependencies are managed via Composer and located in the vendor directory. To install them, run:

composer install

Environment Variables

Duplicate the .env.development.example as .env:

cp .env.development.example .env

Optionally, adapt it's values.

Usage

See the Dachsbau Frontend repository.

Deployment

Note

See ploi-deploy.sh for exemplary deployment instructions.

Some hosting environments require to uncomment RewriteBase / in .htaccess to make site links work.

License

MIT License © 2022-PRESENT Johann Schopplich