Advertisement
Guest User

settings.yaml

a guest
Oct 31st, 2024
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.71 KB | None | 0 0
  1. ---
  2. # For configuration options and examples, please see:
  3. # https://gethomepage.dev/configs/settings
  4.  
  5. title: Personal Dashboard
  6.  
  7. startUrl: redacted
  8.  
  9. #useEqualHeights: true
  10.  
  11. headerStyle: underlined
  12.  
  13. statusStyle: "dot"
  14.  
  15. providers:
  16.   openweathermap: openweathermapapikey
  17.   weatherapi: "redacted"
  18.  
  19. quicklaunch:
  20.   searchDescriptions: true
  21.   hideInternetSearch: false
  22.   showSearchSuggestions: true
  23.   hideVisitURL: false
  24.   provider: duckduckgo # google, duckduckgo, bing, baidu, brave or custom
  25.  
  26. background:
  27.  #image: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80
  28.   #blur: sm # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
  29.   #saturate: 50 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
  30.   #brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
  31.   #opacity: 50 # 0-100
  32.  
  33. layout:
  34.   Downloaders:
  35.     icon: mdi-cloud-download
  36.     style: row
  37.     columns: 4
  38.   Media Management:
  39.     icon: mdi-file-move
  40.     style: row
  41.     columns: 4
  42.   Media Management Body:
  43.     style: row
  44.     columns: 2
  45.     header: false
  46.   Media Management Footer:
  47.     style: row
  48.     columns: 1
  49.     header: false
  50.   Media & Hosting:
  51.     icon: mdi-multimedia
  52.     style: row
  53.     columns: 3
  54.   Firewalls:
  55.     icon: mdi-router-network
  56.     style: row
  57.     columns: 2
  58.   DNS Servers:
  59.     icon: mdi-dns
  60.     style: row
  61.     columns: 3
  62.   File Management:
  63.     icon: mdi-file-cloud
  64.     #style: row
  65.     #columns: 4
  66.   Storage:
  67.     icon: mdi-server
  68.     #style: row
  69.     columns: 4
  70.   Finance:
  71.     icon: mdi-finance      
  72.   Systems & Insights:
  73.     icon: mdi-cogs
  74.     style: row
  75.     columns: 2
  76.     initiallyCollapsed: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement