This can be achieved with tailscale using subnet routing. your local devices (ebook readers) can access your private servers if they are on a device thats on your tailnet (your phone).
This can be achieved with tailscale using subnet routing. your local devices (ebook readers) can access your private servers if they are on a device thats on your tailnet (your phone).
@Sunny’ 🌻 that must not happen, did you remove the custom location from before? The above is working with my pihole setup
Add the following in Advanced tab
location / { return 301 /admin;}location /admin { proxy_pass [url=http://<Pi-hole-IP>:<Pi-hole-Port>/admin;]http://<Pi-hole-IP>:<Pi-hole-Port>/admin;[/url] proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme;}
replace the IP and port
this issue is an ongoing discussin over at NPM too, very mysterious
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3982
Share via email is not working for me as well but i can install/remove apps as before.
You can still choose to installt he old version in NC30 and it will do so. and I upgraded to NC30 and my forms app continues to be functional. you can still give it a try.
On my system i was able to use my integrated iGPU wit the follwing:
devices: - /dev/dri:/dev/dri
The rest of your compose looks fine.
hubzilla! its privacy controls are unparalleled, can be used as a webapp on any platform, can be used for individual profiles, forums or for building our website. (https://hubzilla.org/page/info/discover))
I’ve been using it since a year and i am not disappointed.
deleted by creator
I think encrypted backups won’t be an issue with this setup. And one would also need to have some friends for this to work.
yes! structural engineer here, computers has been my passion for a long time and self hosting is a joy! i have learnt a ton in the past year about networking, security and so many things!
@0x0 headscale/tailscale. I have a VPS that gives me a public IP so i use that to host a headscale control plane.
Public services: my social network(hubzilla), Email(mailcow), Matrix chat, Peertube.
Private: my media (jellyfin, audiobookshelf, calibre, homeassistant.
I enjoy the freedom that comes with this and its like having your own home on the internet. I have a very modest setup but its enough to host my friends and family so nothing fancy like k8s. Just a refurbished optiplex running docker :)
@tofubl tailscale is a mesh network that connects your clients together. and those clients would run a tailscale client on them. There is an additional option of sharing the local network that your device is on with your main tailscale network, thus connecting all your home devices to your private self hosted server network.
This page has more details along with a video that goes in detail: #[1](https://tailscale.com/kb/1019/subnets)
https://tailscale.com/kb/1019/subnets ↩︎