denogginizer

settings

Feb 29th, 2024 (edited)
1,788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.32 KB | None | 0 0
  1. ---
  2. # For configuration options and examples, please see:
  3. # https://gethomepage.dev/latest/configs/settings
  4. title: Start
  5.  
  6. providers:
  7.   openweathermap: your-api
  8.   weatherapi: your-api
  9.  
  10. background:
  11.  #image: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80
  12.   image: /images/satellite_03.jpg
  13.   blur: sm # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
  14.   saturate: 50 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
  15.   brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
  16.   opacity: 50 # 0-100
  17.  
  18. headerStyle: clean
  19.  
  20. # color: stone
  21. color: sky
  22.  
  23. showStats: true
  24.  
  25. layout:
  26.   Home:
  27.     tab: Home
  28.     style: row
  29.     columns: 2
  30.     useEqualHeights: true
  31.  
  32.   Server Monitor:
  33.     tab: Server Monitor
  34.     style: row
  35.     columns: 3
  36.   Disk Usage:
  37.     tab: Disk Usage
  38.     style: row
  39.     columns: 4
  40.    
  41.   Containers:
  42.     tab: Containers
  43.     style: row
  44.     columns: 3
  45.  
  46.   Media:
  47.     tab: Media
  48.     style: row
  49.     columns: 4
  50.    
  51.   Streaming Now:
  52.     tab: Streaming Now
  53.     style: row
  54.     columns: 2
  55.    
  56.   Feeds:
  57.     tab: Feeds
  58.     style: column
  59.     columns: 2
  60.  
  61.   Bookmark Group on Fourth Tab:
  62.     style: row
  63.     columns: 6
  64.  
  65.   Service Group on every Tab:
  66.     style: row
  67.     columns: 6
  68.  
Tags: homepage
Advertisement
Add Comment
Please, Sign In to add comment