homelab

"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
homelab zamithal Now 80%
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" ```

3
2
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
homelab peregus Now 100%
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.

5
3
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
homelab makeasnek Now 62%
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](https://forms.fillout.com/t/n33grsgkeRus) > > The BOINC Census is a project of the [Science Commons Initiative](https://thesciencecommons.org), a 501(c)(3) non-profit rebuilding the bridge of trust and participation between the public and science. > > Happy crunching! 🚀

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
Pinepods - Self hosted podcast management system
https://www.pinepods.online/

For the last 6 months or so I've been working on Pinepods. I have never been able to find the perfect self-hosted podcast app that I wanted to use. podgrab's player is rather lackluster and misses a lot of features that I would like. With Pinepods you can play, download, and keep track of podcasts you enjoy. It allows for searching new podcasts using The Podcast Index or Itunes and provides a modern looking UI to browse through shows and episodes. In addition, Pinepods provides simple user managment and can be used by multiple users at once using a browser or app version. Everything is saved into a Mysql database including user settings, podcasts and episodes. It's fully self-hosted, and I provide an option to use a hosted API or you can also get one from the podcast API and use your own. There's even many different themes to choose from! Everything is fully dockerized and I provide a simple guide found below explaining how to install Pinepods on your own system. It’s also super easy to import podcasts from any app using OPML files. There's also lots of modern features like MFA, self-service password resets, and some Podcast 2.0 functionality (more to come) In addition to all that, I've built a client version of the app that can connect via API to your home server over something like a reverse proxy or tailscale. Pinepods just had is on version 0.3.1 with all the basic functionality implemented. Currently, you're likely to experience issues, but I certainly invite pull requests or opening issues if you have the time. You can also get setup assistance on the discord server. I invite you to try it out! Check out the official site here: https://www.pinepods.online/ Github here: https://github.com/madeofpendletonwool/PinePods Discord Server: https://discord.gg/bKzHRa4GNc

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
homelab anzo Now 100%
Runtipi: Homeserver management made easy
www.runtipi.io

cross-posted from: https://programming.dev/post/1429257 > It has an 'App store' that's been growing a lot lately. Writing new docker-compose.yaml files is easy (see: https://www.runtipi.io/docs/contributing/adding-a-new-app ), and exposing them behind NAT, e.g. from home it's easy too (see: https://www.runtipi.io/docs/guides/expose-apps-with-cloudflare-tunnels )... But my favorite perk is the folder structure (see: https://www.runtipi.io/docs/reference/folder-structure ), and the fact that 'media' is shared between apps.

8
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
homelab blazeknave Now 75%
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!

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
homelab AFaithfulNihilist Now 100%
Recently updated my Network Diagram, Its still a work in progress
https://imgur.com/a/CdzBDWY

I added some more unifi APs, a Raspberry Pi4 for a low power unifi controller, and I replaced the MOCA bridges with multiple Cat6 runs letting me power most of the wifi from the generator in the basement across the house. I should probably do a full write up of what it all is and why, and I plan to get optimum and Verizon working together so I can leverage both internet connections in the whole house.

4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
homelab shaggy959500 Now 100%
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!

2
1