mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-18 21:57:46 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
17
configs/homepage/bookmarks.yaml
Normal file
17
configs/homepage/bookmarks.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/bookmarks/
|
||||
---
|
||||
- Developer:
|
||||
- Github:
|
||||
- abbr: GH
|
||||
href: https://github.com/
|
||||
|
||||
- Social:
|
||||
- Reddit:
|
||||
- abbr: RE
|
||||
href: https://reddit.com/
|
||||
|
||||
- Entertainment:
|
||||
- YouTube:
|
||||
- abbr: YT
|
||||
href: https://youtube.com/
|
5
configs/homepage/docker.yaml
Normal file
5
configs/homepage/docker.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/docker/
|
||||
---
|
||||
local:
|
||||
socket: /var/run/docker.sock
|
3
configs/homepage/services.yaml
Normal file
3
configs/homepage/services.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/services/
|
||||
---
|
18
configs/homepage/settings.yaml
Normal file
18
configs/homepage/settings.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/settings
|
||||
---
|
||||
title: StartPage
|
||||
theme: dark
|
||||
color: purple
|
||||
target: _blank
|
||||
language: en
|
||||
headerStyle: boxed
|
||||
|
||||
layout:
|
||||
Media:
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
providers:
|
||||
openweathermap: openweathermapapikey
|
||||
weatherapi: weatherapiapikey
|
19
configs/homepage/widgets.yaml
Normal file
19
configs/homepage/widgets.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/widgets/
|
||||
---
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- search:
|
||||
focus: true
|
||||
target: _blank
|
||||
provider: duckduckgo
|
||||
url: https://search.casjay.pro/?q=
|
||||
|
||||
- datetime:
|
||||
format:
|
||||
dateStyle: short
|
||||
timeStyle: short
|
||||
hour12: false
|
Reference in New Issue
Block a user