what are you self hosting, anons?
Not much for now.Things I'll probably try:- vaultwarden- caldav/webdav (radicale?)- openwebuiThings I want to do:- Something like headscale to "streamline" adding node to wireguard- Some kind of single sign on layer- Monitoring jails and VM
On an old raspi in my apartment, accessible only through a tailscale network, what works:>Radicale for my calendar+contacts>central syncthing node for everything else>some web crawlers in python for personal purposes>landing page to keep track of everythingNot working/not maintained:>pihole>some analytics frontend that sounded cooler on paper
Currently got:- arr programs- dozzle- fail2ban- homeassistant- nextcloud- microbin- ngirc- freshrss + mercury parser- proton-bridge so I don't need to set it up on every single of my computers- muse- pihole with stubby- rustdesk- spis gallery- ws-screenshotWant to add vaultwarden and unbound to it at some point. I just can't seem to make unbound work at all with DNSSEC.
>>108819417The voices in my head
>>108819948I'm new to self-hosting, but is the .arpa at the end really necessary? I get it's a good practice or something, but I feel retarded having to write it out every time and it seems unnecessary for most home users. Maybe I'm wrong.Also based jails/FreeBSD user. I'm using bastille, but it looks like you're just going in raw with /usr/local/jails
>>108819417Home Assistant Nextcloud ImmichNginx+Cloudflare (vanity website hosted over Starlink)VPN routerDownload automationNAS (NFS, CIFS): 29TB flash + 12TB USB HDD.All of this is on a Raspberry Pi CM4 8GB running Debian.Three LXC containers, two VMs, and a snap.13 watts idle, 18 watts average, 26 watts with all I/O and cores pegged.
i don't selfhost anything.i have an external hard drive for the films i watchi store the music i listen to in flac locally and sync it to an ipod touch 4 every once in a while (encoded to the latest working aac for it)
>>108820599...I should point out that I'm using SATA controller and a USB3 controller on a PCIe bridge to accomplish this. It's all in a Jonsbo N1 with some 3D printed and fabricated brackets to hold it all.
>>108820529I think it's currently unnecessary for my use cases, but I still switched after reading this, to remove any potential friction if the network become more complex:https://www.stefsmeets.nl/posts/localdomains/
>>108819417I dont need to, I can share content on my main PC by just right clicking and it's visible in my local network, nice right?
>>108819948radicale is servicable, if a little simplisticI eventually gave it up because the ldap plugin broke and I was using nextcloud for files anyway>>108819417picrel minus a few that I've decommissioned plus a few that I don't use often enough to add here
>>108820747What's this dash? It looks neat
>>108821057authentika bit overkill if you just want a dash
>>108819417why do you have all of these services in their own LXC
>>108819417email, IRC bouncer, file server (I just use SFTP in a file browser, no media center), tor node
>>108821169>authentikI'm trying to decide between this and Authelia, and I heard Authentik uses a lot of memory (~1G), whereas Authelia only uses around 30MB. Has that high memory usage been your experience?
>>108819417My server gradually accumulates more and more stuff.Like half of this is just random projects I did long time ago and often didn't even finish.
>>108822655https://4voiced.funmaker.moe/board/xSchizophrenia emulator.
>>108823449It is still one of my favourite projects. Simple idea, done in like 2 days but such a nice outcome.
>>108819417trying to set up immich, adguard, tailscale...adguard proving to be difficult
>>108819417Hosting librechat with ds2api is cosy, It can be run through proxy to maintain some privacy. Having a single interface/session across devices is nice.
>>108823617I think it's a cool idea. The post vocalisations could be spread out a bit more so you have a better chance of hearing what they're saying. On the busier boards you can't make anything out.
>>108822368>heard Authentik uses a lot of memoryi'm sitting at ~700MB usage for authentik - from what ive seen authelia is simpler, and authentik more "enterprise"
>>108819417came up with the idea of taking all the shitty single board computers i have lying around from past projects and make a k3s cluster (basically kubernetes) just to learn how it works.its running a hermes-agent i can access over a browser or telegram that can use my desktop gpu or an orangepi-5 board in my cluster (for tiny 2B/4B models) for inference. and my own git site (forgejo). im gradually upgrading my cluster like i added the thing where they can share cache container images for eachother instead of all downloading from the internet and a centralized postgresql database for forgejo/openwebui instead of each running its own sqlite, actual kubernetes secrets instead of hardcoding keys/passwords in yaml files and so on.mostly doing this to learn how to set shit up and maintain it i havent used it much. next thing i might add is some cloud storage thing maybe nexcloud.
>>108823916A little lower than 1G then but still higher than I would expect for authentication. Thanks for checking. I appreciate it.
>>108823955yeah, now i'm realising authentik might be a bit overkill for my needs, i'm gonna look at authelia instead lol
Just Minecraft server and media server, forgejo. Not sure what else to do. I'm broke.
>>108823945how did you make that pod image map?
>>108824290KubeDiagrams , you can install it via pipx / uv and run something likecd ~/Projects/k3s/diagrams/ && kubectl get all --all-namespaces -o yaml | kube-diagrams -o all-$(date +%Y%m%d-%H%M).png - (copied from my shell history)
cd ~/Projects/k3s/diagrams/ && kubectl get all --all-namespaces -o yaml | kube-diagrams -o all-$(date +%Y%m%d-%H%M).png -
>>108823916It definitely puts in a bit too much enterprise for my needs but I needed LDAP and specifically didn't want to touch any LDAP. Authentik has an LDAP frontend while Authelia has an LDAP backend.
>>108820599>13 watts idle, 18 watts average, 26 watts with all I/O and cores pegged.Abysmal. Especially that idle. Fucking dreadful stuff, what is wrong with you exactly?