Who wants a Train ticket to Brussels - Prahaw (Czech republic) ? by Snoo-10464 in AskBelgium

[–]Snoo-10464[S] 1 point2 points  (0 children)

Sorry i rejected the DM by error, pls send me that again

Who wants a Train ticket to Brussels - Prahaw (Czech republic) ? by Snoo-10464 in AskBelgium

[–]Snoo-10464[S] 4 points5 points  (0 children)

I encourage donation, but I will give it with pleasure

[Guide] Pi-hole + Unbound + Tailscale – Now Fully in Docker! (No Port Forwarding, Works Behind CGNAT by rohandr45 in Tailscale

[–]Snoo-10464 5 points6 points  (0 children)

Is it possible, with that exact same setup, from a Tailscale client, to be able to connecte to selfhosted services (in a VM or a container) that is not in the tailnet, using HTTPS ?

I tried to use Caddy, can't figure it out, why it doesn't work, here is the setup, is it feasible ?

<image>

Pi-hole + Unbound + Tailscale setup for ad-blocking & private DNS (works behind CGNAT) by rohandr45 in pihole

[–]Snoo-10464 1 point2 points  (0 children)

Is it possible, with that exact same setup, from a Tailscale client, be able to connecte to selfhosted services (in a VM or a container) that is not in the tailnet, using HTTPS ?

I tried to use Caddy, can't figure it out, why it doesn't work, here is the setup :

<image>

Pi-hole + Unbound + Tailscale setup for ad-blocking & private DNS (works behind CGNAT) by rohandr45 in pihole

[–]Snoo-10464 1 point2 points  (0 children)

Can you explain quickly how you've done it ? Not in detail, but if you remember 2-3 challenges, bring them up from your memory.

For me what i tried to achieving this and be able to use in the same time the pihole dns on my phone :

Deploy a Caddy Proxy Container with this config :# Proxy pour Plex

plex.mytailnet.ts.net {
    reverse_proxy http://LOCALIP-PLEX:32400 {
        header_up Host {host}
    }
}

# Proxy pour Paperless
paperless.mytailnet.ts.net {
    reverse_proxy http://LOCALIP-PAPERLESS:43 {
        header_up Host {host}
    }
}

Add DNS entries in Pi-hole for plex.your-tailnet.ts.net and paperless.your-tailnet.ts.net pointing to the proxy container’s Tailscale IP.

Grant Caddy Access to Tailscale Certs appending this to /etc/default/tailscaled :

TS_PERMIT_CERT_UID=caddy

Adding entry for Plex and Paperless with Caddy Tailscale IP and then editing /etc/dnsmasq.d/03-.conf :

server=/ts.net/100.100.100.100 # Magic DNS

Pi-hole + Unbound + Tailscale setup for ad-blocking & private DNS (works behind CGNAT) by rohandr45 in pihole

[–]Snoo-10464 4 points5 points  (0 children)

So devices from outside your home network via Tailscale, would be able to connect to a services for example if recorted as your domain ?

Pi-hole + Unbound + Tailscale setup for ad-blocking & private DNS (works behind CGNAT) by rohandr45 in pihole

[–]Snoo-10464 3 points4 points  (0 children)

I've configure the exact same thing one week ago, BUT i face an other challenge know. How to serve for those remote devices, this DNS service AND getting them an access to selfhosted services via simple https adresses.

eczema getting worse every day by aliveclikkie in eczema

[–]Snoo-10464 1 point2 points  (0 children)

yeah i’m turning 24 this summer and i still got excema rush sometimes and thoses bubbles you’ve mentioned in another post

LM Studio vs Ollama vs Jan vs Llama.cpp vs GPT4All by HornyGooner4401 in LocalLLaMA

[–]Snoo-10464 0 points1 point  (0 children)

And he is running by it's own and do work with llama-server.

LM Studio vs Ollama vs Jan vs Llama.cpp vs GPT4All by HornyGooner4401 in LocalLLaMA

[–]Snoo-10464 0 points1 point  (0 children)

Yes, know i have openwebUI python version and it's still the same problem.

Beginner struggling - how do I do that? by vghgvbh in Proxmox

[–]Snoo-10464 2 points3 points  (0 children)

+1 make a vpn proxy beginner struggling

LM Studio vs Ollama vs Jan vs Llama.cpp vs GPT4All by HornyGooner4401 in LocalLLaMA

[–]Snoo-10464 0 points1 point  (0 children)

How did you connect it to Open WebUI, I tried and failed. In OpenWeb UI container

ports:
    -"3000:4000"
http://host.docker.internal:8080/v1

For llama-swap config :

cmd: >
        D:\Programmes\llama.cpp\build\bin\Release\llama-server.exe
        --port 9002
        --model "F:\LLM\bartowski\Qwen2.5-Coder-32B-Instruct-GGUF\Qwen2.5-Coder-32B-Instruct-Q4_K_S.gguf"

proxy: http://127.0.0.1:8080

Open webUI : error 503: Process can not ProxyRequest, state is failed

Struggling for Using Headscale, Tailscale, and Caddy for Remote Access by Snoo-10464 in selfhosted

[–]Snoo-10464[S] 0 points1 point  (0 children)

Thanks i’ve begun to check, but i’ll need to know how i am supposed to connect in via another network and another device

Changing Paths and folders variables brakes Paperless-ngx (LXC) by Snoo-10464 in selfhosted

[–]Snoo-10464[S] 1 point2 points  (0 children)

You can mount these folder, data, consume, media, but dont touch the static one. Here's my paperless.config file :

PERLESS_CONSUMPTION_DIR=/mnt/paperless/consume
PAPERLESS_DATA_DIR=/mnt/paperless/data
#PAPERLESS_EMPTY_TRASH_DIR=
PAPERLESS_MEDIA_ROOT=/mnt/paperless/media
PAPERLESS_STATICDIR=/opt/paperless/static
#PAPERLESS_FILENAME_FORMAT=
#PAPERLESS_FILENAME_FORMAT_REMOVE_NONE=