feat: add trmnl-byos-laravel template (#141)

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Benjamin Nussbaum
2025-05-17 11:30:12 +02:00
committed by GitHub
parent caa7e3c83f
commit 0126634ec8
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="1000"><g clip-path="url(#SvgjsClipPath1056)"><rect width="1000" height="1000" fill="#f54900"></rect><g transform="matrix(29.166666666666668,0,0,29.166666666666668,150,150)"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-trello"><rect width="18" height="18" x="3" y="3" rx="2" ry="2"></rect><rect width="3" height="9" x="7" y="7"></rect><rect width="3" height="5" x="14" y="7"></rect></svg></svg></g></g><defs><clipPath id="SvgjsClipPath1056"><rect width="1000" height="1000" x="0" y="0" rx="200" ry="200"></rect></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 924 B

View File

@@ -0,0 +1,20 @@
services:
trmnl-byos-laravel:
image: ghcr.io/usetrmnl/byos_laravel:0.3.2
environment:
- APP_URL=${APP_URL}
- PHP_OPCACHE_ENABLE=${PHP_OPCACHE_ENABLE}
- DEPLOY_VARIANT="dokploy"
- DB_DATABASE=database/storage/database.sqlite
- APP_TIMEZONE=${APP_TIMEZONE}
# - APP_KEY:
- REGISTRATION_ENABLED=${REGISTRATION_ENABLED}
- FORCE_HTTPS=${FORCE_HTTPS}
restart: always
volumes:
- trmnl-database:/var/www/html/database/storage
- trmnl-storage:/var/www/html/storage/app/public/images/generated
volumes:
trmnl-database:
trmnl-storage:

View File

@@ -0,0 +1,17 @@
[variables]
main_domain = "${domain}"
[config]
mounts = []
[[config.domains]]
serviceName = "trmnl-byos-laravel"
port = 8080
host = "${main_domain}"
[config.env]
APP_URL = "${main_domain}"
PHP_OPCACHE_ENABLE = "1"
APP_TIMEZONE = "UTC"
REGISTRATION_ENABLED = "1"
FORCE_HTTPS = "0"

View File

@@ -2347,6 +2347,21 @@
"database",
"search"
]
},
{
"id": "trmnl-byos-laravel",
"name": "TRMNL BYOS Laravel",
"version": "0.3.2",
"description": "TRMNL BYOS Laravel is a self-hosted application to manage TRMNL e-ink devices.",
"logo": "byos-laravel.svg",
"links": {
"github": "https://github.com/usetrmnl/byos_laravel",
"website": "https://docs.usetrmnl.com/go/diy/byos",
"docs": "https://github.com/usetrmnl/byos_laravel/blob/main/README.md"
},
"tags": [
"e-ink"
]
},
{