mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Added 'yaml' and '@iarna/toml' dependencies in package.json. - Created a new script.js file to process YAML files and convert them to TOML format. - Added template.toml files for various blueprints in the blueprints directory.
95 lines
2.1 KiB
TOML
95 lines
2.1 KiB
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = [ ]
|
|
|
|
[[config.domains]]
|
|
serviceName = "glance"
|
|
port = 8_080
|
|
host = "${main_domain}"
|
|
|
|
[[config.mounts]]
|
|
filePath = "/app/config/glance.yml"
|
|
content = """
|
|
branding:
|
|
hide-footer: true
|
|
logo-text: P
|
|
|
|
pages:
|
|
- name: Home
|
|
columns:
|
|
- size: small
|
|
widgets:
|
|
- type: calendar
|
|
|
|
- type: releases
|
|
show-source-icon: true
|
|
repositories:
|
|
- Dokploy/dokploy
|
|
- n8n-io/n8n
|
|
- Budibase/budibase
|
|
- home-assistant/core
|
|
- tidbyt/pixlet
|
|
|
|
- type: twitch-channels
|
|
channels:
|
|
- nmplol
|
|
- extraemily
|
|
- qtcinderella
|
|
- ludwig
|
|
- timthetatman
|
|
- mizkif
|
|
|
|
- size: full
|
|
widgets:
|
|
- type: hacker-news
|
|
|
|
- type: videos
|
|
style: grid-cards
|
|
channels:
|
|
- UC3GzdWYwUYI1ACxuP9Nm-eg
|
|
- UCGbg3DjQdcqWwqOLHpYHXIg
|
|
- UC24RSoLcjiNZbQcT54j5l7Q
|
|
limit: 3
|
|
|
|
- type: rss
|
|
limit: 10
|
|
collapse-after: 3
|
|
cache: 3h
|
|
feeds:
|
|
- url: https://daringfireball.net/feeds/main
|
|
title: Daring Fireball
|
|
|
|
- size: small
|
|
widgets:
|
|
- type: weather
|
|
location: Gansevoort, New York, United States
|
|
show-area-name: false
|
|
units: imperial
|
|
hour-format: 12h
|
|
|
|
- type: markets
|
|
markets:
|
|
- symbol: SPY
|
|
name: S&P 500
|
|
- symbol: VOO
|
|
name: Vanguard
|
|
- symbol: BTC-USD
|
|
name: Bitcoin
|
|
- symbol: ETH-USD
|
|
name: Etherium
|
|
- symbol: NVDA
|
|
name: NVIDIA
|
|
- symbol: AAPL
|
|
name: Apple
|
|
- symbol: MSFT
|
|
name: Microsoft
|
|
- symbol: GOOGL
|
|
name: Google
|
|
- symbol: AMD
|
|
name: AMD
|
|
- symbol: TSLA
|
|
name: Tesla
|
|
"""
|