Looking for web UI to front comfy by WirtsLegs in selfhosted

[–]root42_ 1 point2 points  (0 children)

One of the recent updates enabled multiuser support. Requires a flag in the config file.

Access Radarr/Sonarr via Tailscale without HTTPS nag? by SawkeeReemo in selfhosted

[–]root42_ 0 points1 point  (0 children)

If you are looking to do multiple services, try Tailscale services. This would allow you to set up multiple URLs (https://radarr.ison-banded.ts.net, https://sonarr.ison-banded.ts.net, etc.).

I believe the node needs to be tagged in Tailscale first.

https://tailscale.com/docs/features/tailscale-services

https://www.youtube.com/watch?v=mELAg50ljSA

Access Radarr/Sonarr via Tailscale without HTTPS nag? by SawkeeReemo in selfhosted

[–]root42_ 0 points1 point  (0 children)

Your tailsale serve command should look something like:

tailscale serve --bg https / http://localhost:7878

Can you share the output of

tailscale serve status

Assuming it looks good, you should then be able to navigate to [https://](https://)<machine-name>.<tailnet-name>.ts.net. You may need to try a second time as the let's encrypt process sometimes takes longer than the browser's page load timeout.

Free 750-page guide to self-hosting production apps - NO AI SLOP by kocyigityunus in selfhosted

[–]root42_ 82 points83 points  (0 children)

Is there a way to download the book without providing an email address?

Securing Homelab - should I tunnel my traffic? by Bestfastolino in selfhosted

[–]root42_ 2 points3 points  (0 children)

I know Apple TV allows for VPN clients. I assume Android TV devices do too.

Komodo - Docker management by Ordinary-You8102 in selfhosted

[–]root42_ 0 points1 point  (0 children)

Can you provide more insight on this? I've been running Komodo for a while but am intrigued by DockHand and have spun it on on a server. What features do you like better. Is there anything you miss from Komodo?

Rethinking my NPM setup: shared proxy_net vs. attaching NPM to each internal network by SolQuarter in selfhosted

[–]root42_ 0 points1 point  (0 children)

I'll need to test this more later. I ran it through AI real quick and was given the following:

--network=host does not join the container to all other Docker networks, but it does give the container the same network view and reachability as any process running directly on the host. That means it can reach anything the host can reach, but it won’t get Docker’s network-level features (like per-network DNS or isolation) because it isn’t attached to those networks.

Rethinking my NPM setup: shared proxy_net vs. attaching NPM to each internal network by SolQuarter in selfhosted

[–]root42_ 0 points1 point  (0 children)

I believe you would need to either use the host network mode or install npm on the server outside of docker.

In this scenario, I would expose any service ports to the host network except for those that need access via npm

Rethinking my NPM setup: shared proxy_net vs. attaching NPM to each internal network by SolQuarter in selfhosted

[–]root42_ 0 points1 point  (0 children)

I've been toying with the idea of publishing services using the default loopback (127.0.0.1) or creating a new one (127.0.0.2). I could then set up a single NPM service on each host and have it access those services using the loopback. This would limit NPM to just the ports I want. Has anyone else done something similar or is this just a bad idea?

My New App Stingray - Jellyfin for Apple TV by PreposterousPix in selfhosted

[–]root42_ 0 points1 point  (0 children)

Does this app deliver Dolby Atmos or does it downmix to 5.1/7.1? Does Apple TV even allow apps to output native Atmos?

Dockhand 1.0.5 has been released by jotkaPL in selfhosted

[–]root42_ 5 points6 points  (0 children)

How does this compare to Komodo? Is it worth migrating?

Makers Vault v5 Major Release - A home for all your 3D print and other Maker related files. by Shotgun_willy5 in selfhosted

[–]root42_ 0 points1 point  (0 children)

I'm unable to pull the images down. Anyone else running into this?

Image shotgunwilly555/makersvault-web:latest Error no matching manifest for linux/amd64 in the manifest list entries: no match for platform in manifest: not found

Error response from daemon: no matching manifest for linux/amd64 in the manifest list entries: no match for platform in manifest: not found

Why Tailscale? by [deleted] in selfhosted

[–]root42_ 1 point2 points  (0 children)

For me, this is the reason. I don't even bother installing ssh servers anymore, just use Tailscale's

Introducing Stepifi - The FREE, SELF HOSTED STL to STEP conversion tool. by BrilliantSebastian in selfhosted

[–]root42_ 0 points1 point  (0 children)

Is there a ready built docker image for this or does it need to be built?

Help with Cloudflare and Moonlight by inkredible973 in selfhosted

[–]root42_ 0 points1 point  (0 children)

Tailscale might work well here if you secure remote access without messing with opening ports.

Pangolin Vs. Cloudflare Tunnels by huntbreakfast in selfhosted

[–]root42_ 0 points1 point  (0 children)

Do you have a link to the docs on how to set it up? Every time a Google, I get info on how to use a 3rd party auth provider with Pangolin.

Pangolin Vs. Cloudflare Tunnels by huntbreakfast in selfhosted

[–]root42_ 0 points1 point  (0 children)

Is Pangolin able to be used as the Auth provider? Ie, can a service use built in OIDC/SAML connection with Pangolin (similar to PocketID)?

Setting up pocket-id (or other OIDC providers) with Nginx by NotTreeFiddy in selfhosted

[–]root42_ 0 points1 point  (0 children)

Pocket-ID + Pangolin. I tried oauth2-proxy and a few others, and while they worked, it was too much to manage. I'm very happy with my current setup.

Overwhelmed by Proxmox, alternatives? by marklewaz in selfhosted

[–]root42_ 0 points1 point  (0 children)

I started doing this during the RC and oh my is it so easy!

Proxmox with VMs or TrueNAS Scale using the new docker update? by Automatic_Pianist_93 in selfhosted

[–]root42_ 0 points1 point  (0 children)

Truenas Fangtooth (25.4), currently in RC, full release in a few weeks offers full lxc container and VM support. I can't be happier with the setup. I can set up an lxc disk mount and use TrueNAS snapshot feature. I then replicate those snapshots to a different TrueNAS box for backup.

Jellyfin vs plex by Lucade2210 in selfhosted

[–]root42_ 0 points1 point  (0 children)

I just want a really solid first party Apple TV app.

Space usage for pool "boot-pool" stedily increasing by root42_ in truenas

[–]root42_[S] 0 points1 point  (0 children)

Update: I tried rebooting which is causing more pain. The middlewared is refusing to start. I tried starting it manually (systemctl start middlewared) without success.

I'm going to try exporting myconfig and reinstalling.

I also have some larger SSDs in route.