MariaDB
Image: mariadb:11
- Port 3306/tcp
- 10 GB volume at /var/lib/mysql
- 1 vCPU · 1 GB
Template · CMS & sites
Simple, self-hosted wiki organised as shelves, books and pages.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
2 services in the environment you pick, on the private network of the project.
lscr.io/linuxserver/bookstack:latest + MariaDB 11. Default login admin@admin.com / password — change it right away.
Image: mariadb:11
Image: lscr.io/linuxserver/bookstack:latest
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| MARIADB_ROOT_PASSWORD | generated (password) |
| MARIADB_DATABASE | bookstack |
| MARIADB_USER | bookstack |
| MARIADB_PASSWORD | generated (password) |
| MYSQL_URL | mysql://${{self.MARIADB_USER}}:${{self.MARIADB_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:3306/${{self.MARIADB_DATABASE}} |
| Name | Value |
|---|---|
| APP_URL | https://${{self.SKIFFLY_PUBLIC_DOMAIN}} |
| APP_KEY_RAW | generated (base64_32)Random 32 bytes (base64); APP_KEY is built from it |
| APP_KEY | base64:${{self.APP_KEY_RAW}}Laravel app key |
| DB_HOST | ${{MariaDB.SKIFFLY_PRIVATE_DOMAIN}} |
| DB_PORT | 3306 |
| DB_USERNAME | ${{MariaDB.MARIADB_USER}} |
| DB_PASSWORD | ${{MariaDB.MARIADB_PASSWORD}} |
| DB_DATABASE | ${{MariaDB.MARIADB_DATABASE}} |
| PUID | 1000 |
| PGID | 1000 |
| TZ | UTC |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.