#79 Update homepage with content

This commit is contained in:
Joey Hafner 2023-01-27 14:14:55 -08:00
parent 603c3c703e
commit b830d99c01
5 changed files with 60 additions and 29 deletions

View File

@ -2,17 +2,19 @@
# For configuration options and examples, please see: # For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/bookmarks # https://gethomepage.dev/en/configs/bookmarks
- Developer: - Socials:
- Gitlab:
- abbr: GL
href: https://gitlab.jafner.net/Jafner
- Github: - Github:
- abbr: GH - abbr: GH
href: https://github.com/ href: https://github.com/Jafner
- LinkedIn:
- Social: - abbr: LI
href: https://www.linkedin.com/in/joey-hafner-b8977a107/
- Reddit: - Reddit:
- abbr: RE - abbr: R
href: https://reddit.com/ href: https://www.reddit.com/user/jafner425/
- Email:
- Entertainment: - abbr: E
- YouTube: href: mailto:jafner425@gmail.com
- abbr: YT
href: https://youtube.com/

View File

@ -3,6 +3,8 @@ services:
homepage: homepage:
image: ghcr.io/benphelps/homepage image: ghcr.io/benphelps/homepage
container_name: homepage_homepage container_name: homepage_homepage
env_file:
- homepage_secrets.env
logging: logging:
driver: loki driver: loki
options: options:

View File

@ -2,17 +2,45 @@
# For configuration options and examples, please see: # For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/services # https://gethomepage.dev/en/configs/services
- My First Group: - Jafner.net:
- My First Service: - Gitlab:
href: http://localhost/ href: https://gitlab.jafner.net/
description: Homepage is awesome description: Fully-featured, self-hosted Git server
- Nextcloud:
href: https://nextcloud.jafner.net
description: Cloud collaboration platform
- Plex:
href: https://plex.jafner.net
description: TV show and movie server
- Ombi:
href: https://ombi.jafner.net
description: Web interface for wishlisting movies and shows to be added to Plex
- Send:
href: https://send.jafner.net
description: Simple, private file sharing
- Fireshare:
href: https://clips.jafner.net
description: Simple platform for sharing video clips
- Grafana:
href: https://grafana.jafner.net
description: Metrics visualization tool
- Calibre SFF:
href: https://sff.calibre.jafner.net
description: A large collection of sci-fi and fantasy books
- Calibre RPG:
href: https://rpg.calibre.jafner.net
description: My collection of Dungeons & Dragons books
- VanDAM:
href: https://3d.jafner.net
description: A digital asset manager for 3D models
- My Second Group: - Jafner.tools:
- My Second Service: - 5eTools:
href: http://localhost/ href: https://5e.jafner.tools
description: Homepage is the best description: D&D 5e Complete Reference
- Joplin:
- My Third Group: href: https://joplin.jafner.tools
- My Third Service: description: Sync server for the Joplin notes app
href: http://localhost/ - Bitwarden:
description: Homepage is 😎 href: https://bitwarden.jafner.tools
description: Sync server for the Bitwarden password manager

View File

@ -3,5 +3,5 @@
# https://gethomepage.dev/en/configs/settings # https://gethomepage.dev/en/configs/settings
providers: providers:
openweathermap: openweathermapapikey openweathermap: $OPENWEATHERMAP_API
weatherapi: weatherapiapikey

View File

@ -5,8 +5,7 @@
- resources: - resources:
cpu: true cpu: true
memory: true memory: true
disk: /
- search: - search:
provider: duckduckgo provider: google
target: _blank target: _blank