homelab

!homelab

@lemmy.world
Create post
Traefik setup routing rules help

Traefik setup routing rules help

Hello friends, I've been pulling my hair out trying to figure out how to get my service to properly play well with traefik.

My service is reachable at <host>/dnd-notes/page, but the service needs to fetch additional resources and fails to do so.

IE: user navigates to <host>/dnd-notes/foobar

foobar loads. foobar fetches <host>/.client/main.css foobar fails to find this resource.

Here is my static configuration:

## traefik-static.yml
providers:
  docker:     
    exposedByDefault: false
    
api:
  insecure: true
  dashboard: true

entryPoints: 
  web:
    address: :80
  websecure:  
    address: :443
    
log:
  level: DEBUG

Here is my compose:

services:
  traefik:
    image: "traefik:latest"
    container_name: "traefik"
    ports:
      - "80:80"
      - "8080:8080"
    volumes:
      - "/var/run/docker.sock:/var/run/docker.sock:ro"
      - "./traefik/traefik.yaml:/etc/traefik/traefik.yaml"

  silverbullet:
    image: zefhemel/silverbullet
    container_name: "dnd-notes"
    volumes:
      - './dnd-notes/space:/space'
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.dndnotes.rule=PathPrefix(`/dnd-notes/`)"
      - "traefik.http.routers.dndnotes.service=dndnotes"
      - "traefik.http.routers.dndnotes.entrypoints=web"
      - "traefik.http.routers.dndnotes.middlewares=dndnotes_stripprefix"
      - "traefik.http.services.dndnotes.loadbalancer.server.port=3000"
      - "traefik.http.middlewares.dndnotes_stripprefix.stripprefix.prefixes=/dnd-notes"
SC/APC SFP to bypass provider ONT

SC/APC SFP to bypass provider ONT

My Internet provider just installed me a 2,5Gbps fiber connection. It arrives with a single fiber connected to a GPON ONT (ZTE ZXHN F6005) connected with an RJ45 cable to the 2,5Gbps port of a 5530 Fritz!Box router. I'd like to bypass both the router and the ONT, do you think that it's possible? For the router my provider says that it's possible and it provided me the connection parameters, but for the ONT I've no idea. I would need a singe fiber SC/APC 2,5Gbps SFP+ adapter that I cant seem to find. Can anybody help me? 'm based in Europe.

Have you ever donated your computing power with the OSS BOINC? Take 5 minutes to fill out the 2023 BOINC Census!

Have you ever donated your computing power with the OSS BOINC? Take 5 minutes to fill out the 2023 BOINC Census!

cross-posted from: https://lemmy.ml/post/8114657

The BOINC Census is back for another year! 🎉 If you use BOINC, we want to hear your thoughts!

BOINC is an open source tool and protocol for volunteer computing which enables people to volunteer their computational power to scientific research like cancer research and mapping the galaxy. I know a lot of homelab users use it.

Take the survey with the link below 👇

Should only take 5 min and your response could help shape the future of the community 😁

https://forms.fillout.com/t/n33grsgkeRus

The BOINC Census is a project of the Science Commons Initiative, a 501(c)(3) non-profit rebuilding the bridge of trust and participation between the public and science.

Happy crunching! 🚀

Pinepods - Self hosted podcast management system

Pinepods - Self hosted podcast management system

Open link in next tab

Hello from PinePods Docs | PinePods Docs

https://www.pinepods.online/

A Forest of Podcasts, Rooted in the Spirit of Self-Hosting

Runtipi: Homeserver management made easy

Runtipi: Homeserver management made easy

Open link in next tab

Runtipi: Homeserver management made easy

https://www.runtipi.io/

Runtipi: Homeserver management made easy

Runtipi: Homeserver management made easy
What do you have cookin?

What do you have cookin?

Surprised to see less activity here. Having assumed everyone using FOSS, was hosting FOSS, I just peeked in here and only saw two posts lifetime. (Maybe that's a visibility issue for me?) Anyhoo:

What are you all working on?

I'll go: I'm a noob trying to figure out why my mf Minecraft vm's network permissions want to destroy me!

Recently updated my Network Diagram, Its still a work in progress

Recently updated my Network Diagram, Its still a work in progress

Open link in next tab

imgur.com

https://imgur.com/a/CdzBDWY

Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users like AFaithfulNihilist.

What to do with inherited server?

What to do with inherited server?

Hey everyone. So I just inherited a Dell R720 from work. I don’t know the full specs on it yet, but it’s got a 24 core processor and about 380 GB of memory. I need to buy my own drives, though. I honestly have no idea what to do with this. I’ve dreamed of having a home lab, but only ever thought about hosting a Unifi controller and a plex or jellyfin server. I’ll probably put Proxmox on it to manage everything. What recommendations do you all have for making use of this server? I’m honestly open to anything!