Hi #SelfHosted community. I’ve figured out a lot of my setup. I now have a new domain, laniesplace.us, just for #HomeServer stuff. It’s set up through Porkbun with Dynu for #DDNS. I’ve now got #Traefik, #TailscaleVPN, #Linkding, #Forgejo, #Dokuwiki, Code-Server, #Portainer, #Netdata, #Watchtower, #Cockpit, #Pihole, #MiniFlux, #TheLounge, #Filebrowser, #UptimeKuma, and the #Homer dashboard service installed. I’m now trying to set up #Authelia so I can have single sign-on to my services. For some, it’s working now, but I can’t seem to get Linkding to work no matter what I do. This is on a #RaspberryPi 500 with 8 GB RAM and a 512 GB SD card, running #Stormux, which is based on #ArchlinuxARM. Can anyone help? I’ll reply to this post with all my relevant config files in separate posts. What’s happening is this: Linkding is supposed to be available at bookmarks.laniesplace.us. When I go there, I see a 401 unauthorized error and a link to sign into Authelia. Once I sign in, though, it redirects back to the page with the 401 error. I’ve been trying to figure this out for hours with no luck. Files will be in replies to this post.
#SelfHosting #Linux #HomeLab #RPi #RaspberryPi500 #RPi500 #Tech #Technology
@selfhost @selfhosting @selfhosted @linux
@selfhost @selfhosting @selfhosted @linux traefik services.yml:
http: services: \# Docker Services homer: loadBalancer: servers: \- url: "http://homer:8080/" glances: loadBalancer: servers: \- url: "http://glances:61208/" uptime-kuma: loadBalancer: servers: \- url: "http://uptime-kuma:3001/" miniflux: loadBalancer: servers: \- url: "http://miniflux:8080/" pihole: loadBalancer: servers: \- url: "http://pihole:8088/" portainer: loadBalancer: servers: \- url: "http://portainer:9000/" linkding: loadBalancer: servers: \- url: "http://linkding:9090/" \# Non-Docker Services filebrowser: loadBalancer: servers: \- url: "http://127.0.0.1:8085/" netdata: loadBalancer: servers: \- url: "http://127.0.0.1:19999/" forgejo: loadBalancer: servers: \- url: "http://127.0.0.1:3000/" dokuwiki: loadBalancer: servers: \- url: "http://127.0.0.1:81/" cockpit: loadBalancer: servers: \- url: "http://127.0.0.1:9090/"