first commit
This commit is contained in:
65
configs/homepage-local/bookmarks.yaml
Executable file
65
configs/homepage-local/bookmarks.yaml
Executable file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/bookmarks
|
||||
|
||||
- Essential Tools:
|
||||
- Code Server:
|
||||
- abbr: CS
|
||||
href: https://github.com/coder/code-server
|
||||
- Flatnotes:
|
||||
- abbr: FN
|
||||
href: https://github.com/dullage/flatnotes
|
||||
- Listmonk:
|
||||
- abbr: LM
|
||||
href: https://listmonk.app/docs/
|
||||
- NocoDB:
|
||||
- abbr: NC
|
||||
href: https://docs.nocodb.com/
|
||||
|
||||
- Content Creation:
|
||||
- MkDocs:
|
||||
- abbr: MD
|
||||
href: https://www.mkdocs.org/
|
||||
- Excalidraw:
|
||||
- abbr: EX
|
||||
href: https://github.com/excalidraw/excalidraw
|
||||
- Gitea:
|
||||
- abbr: GT
|
||||
href: https://docs.gitea.com/
|
||||
- OpenWebUI:
|
||||
- abbr: OW
|
||||
href: https://docs.openwebui.com/
|
||||
|
||||
- Community & Data:
|
||||
- Monica CRM:
|
||||
- abbr: MC
|
||||
href: https://www.monicahq.com/documentation/
|
||||
- Answer:
|
||||
- abbr: AS
|
||||
href: https://answer.apache.org/docs/
|
||||
- Ferdium:
|
||||
- abbr: FD
|
||||
href: https://github.com/ferdium/ferdium-app
|
||||
- Rocket.Chat:
|
||||
- abbr: RC
|
||||
href: https://docs.rocket.chat/
|
||||
|
||||
- Development:
|
||||
- Ollama:
|
||||
- abbr: OL
|
||||
href: https://github.com/ollama/ollama
|
||||
- Portainer:
|
||||
- abbr: PT
|
||||
href: https://docs.portainer.io/
|
||||
- Mini-QR:
|
||||
- abbr: QR
|
||||
href: https://github.com/lyqht/mini-qr
|
||||
- ConvertX:
|
||||
- abbr: CX
|
||||
href: https://github.com/c4illin/convertx
|
||||
- n8n:
|
||||
- abbr: N8
|
||||
href: https://docs.n8n.io/
|
||||
- Github:
|
||||
- abbr: GH
|
||||
href: https://github.com/
|
||||
0
configs/homepage-local/custom.css
Executable file
0
configs/homepage-local/custom.css
Executable file
0
configs/homepage-local/custom.js
Executable file
0
configs/homepage-local/custom.js
Executable file
10
configs/homepage-local/docker.yaml
Executable file
10
configs/homepage-local/docker.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/docker/
|
||||
|
||||
# my-docker:
|
||||
# host: 127.0.0.1
|
||||
# port: 2375
|
||||
|
||||
# my-docker:
|
||||
# socket: /var/run/docker.sock
|
||||
2
configs/homepage-local/kubernetes.yaml
Executable file
2
configs/homepage-local/kubernetes.yaml
Executable file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
# sample kubernetes config
|
||||
0
configs/homepage-local/logs/homepage.log
Normal file
0
configs/homepage-local/logs/homepage.log
Normal file
79
configs/homepage-local/services.yaml
Normal file
79
configs/homepage-local/services.yaml
Normal file
@@ -0,0 +1,79 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/services/
|
||||
|
||||
- Essential Tools:
|
||||
- code-server:
|
||||
href: http://localhost:8888
|
||||
description: VS Code in the browser
|
||||
icon: code-server
|
||||
- Flatnotes:
|
||||
href: http://localhost:8089
|
||||
description: Note-taking app - connected directly to blog
|
||||
icon: flatnotes
|
||||
- Listmonk:
|
||||
href: http://localhost:9000
|
||||
description: Newsletter & mailing list manager
|
||||
icon: listmonk
|
||||
- NocoDB:
|
||||
href: http://localhost:8090
|
||||
description: Open Source Airtable Alternative
|
||||
icon: mdi-database
|
||||
|
||||
- Content Creation:
|
||||
- MkDocs:
|
||||
href: http://localhost:4000
|
||||
description: Website generator & documentation
|
||||
icon: mkdocs
|
||||
- Excalidraw:
|
||||
href: http://localhost:3333
|
||||
description: Collaborative drawing tool
|
||||
icon: mdi-draw-pen
|
||||
- Gitea:
|
||||
href: http://localhost:3030
|
||||
description: Self-hosted Git service
|
||||
icon: gitea
|
||||
- OpenWebUI:
|
||||
href: http://localhost:3005
|
||||
description: UI for Ollama models
|
||||
icon: mdi-robot-happy
|
||||
|
||||
- Community & Data:
|
||||
- Monica CRM:
|
||||
href: http://localhost:8085
|
||||
description: Personal CRM
|
||||
icon: monica
|
||||
- Answer:
|
||||
href: http://localhost:9080
|
||||
description: Q&A platform for teams
|
||||
icon: mdi-help-circle
|
||||
- Ferdium:
|
||||
href: http://localhost:3009
|
||||
description: All-in-one messaging app
|
||||
icon: ferdium
|
||||
- Rocket.Chat:
|
||||
href: http://localhost:3004
|
||||
description: Team collaboration platform
|
||||
icon: mdi-rocket
|
||||
|
||||
- Development:
|
||||
- Ollama:
|
||||
href: http://localhost:11435
|
||||
description: Local AI model server
|
||||
icon: ollama
|
||||
- Portainer:
|
||||
href: https://localhost:9444
|
||||
description: Docker management UI
|
||||
icon: portainer
|
||||
- Mini QR:
|
||||
href: http://localhost:8081
|
||||
description: QR Code Generator
|
||||
icon: mdi-qrcode-edit
|
||||
- ConvertX:
|
||||
href: http://localhost:3100
|
||||
description: File conversion tool
|
||||
icon: mdi-file-sync
|
||||
- n8n:
|
||||
href: http://localhost:5678
|
||||
description: Workflow automation
|
||||
icon: n8n
|
||||
42
configs/homepage-local/settings.yaml
Executable file
42
configs/homepage-local/settings.yaml
Executable file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings/
|
||||
|
||||
title: Changemaker
|
||||
description: Changemaker is a self-hosted platform for political organizing, activism, and community building.
|
||||
theme: dark # or light
|
||||
color: purple
|
||||
|
||||
background:
|
||||
image: /images/background.png
|
||||
blur: xs # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
|
||||
saturate: 100 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
|
||||
brightness: 75 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
|
||||
opacity: 50 # 0-100
|
||||
|
||||
cardBlur: xl # xs, md,
|
||||
headerStyle: boxed
|
||||
|
||||
layout:
|
||||
style: columns
|
||||
columns: 4
|
||||
|
||||
quicklaunch:
|
||||
searchDescriptions: true
|
||||
hideInternetSearch: true
|
||||
showSearchSuggestions: true
|
||||
hideVisitURL: true
|
||||
provider: duckduckgo
|
||||
|
||||
showStats: true
|
||||
|
||||
bookmarks:
|
||||
showCategories: true
|
||||
showIcons: true
|
||||
target: _blank
|
||||
columns: 4
|
||||
pinned:
|
||||
- Essential Tools:code-server
|
||||
- Content Creation:MkDocs
|
||||
- Community & Data:Monica CRM
|
||||
- Development:Ollama
|
||||
42
configs/homepage-local/widgets.yaml
Executable file
42
configs/homepage-local/widgets.yaml
Executable file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/info-widgets/
|
||||
|
||||
- logo:
|
||||
icon: https://changemaker.bnkops.com/logo.svg # optional
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- greeting:
|
||||
text_size: xs
|
||||
text: Localhost Website
|
||||
href: http://localhost:4001
|
||||
|
||||
- greeting:
|
||||
text_size: xs
|
||||
text: changemaker
|
||||
href: https://changemaker.bnkops.com
|
||||
|
||||
- datetime:
|
||||
text_size: xl
|
||||
format:
|
||||
dateStyle: short
|
||||
timeStyle: short
|
||||
hour12: true
|
||||
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
|
||||
- openmeteo:
|
||||
label: Edmonton # optional
|
||||
latitude: 53.5461
|
||||
longitude: -113.4938
|
||||
timezone: America/Edmonton # optional
|
||||
units: metric # or imperial
|
||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||
format: # optional, Intl.NumberFormat options
|
||||
maximumFractionDigits: 1
|
||||
Reference in New Issue
Block a user