arcadianarcadian

joined 11 months ago
[–] [email protected] 1 points 9 months ago

Wireguard.

Because I would like to self-host everything myself, so why should I use another 3rd party service?

[–] [email protected] 1 points 10 months ago

did you bind one of them to any host? If not you can delete any of them, then use the other one.

[–] [email protected] 1 points 10 months ago

NPM + Authelia.

[–] [email protected] 1 points 10 months ago (1 children)
[–] [email protected] 2 points 10 months ago

Proxmox + docker host.

[–] [email protected] 1 points 10 months ago

if the Asus router has wireguard server capabilities, you're in luck.

on house B, port forwarding is not necessary because the router will handle it.

on house A, because pfSense will work as a client port forwarding is not necessary either.

[–] [email protected] 1 points 10 months ago (1 children)

https://hub.docker.com/r/gdomod/nginx-vod-live-hls

tried this one and it works.

docker run -it --rm --name nginx -p 1937:1935 -p 8035:80 -v "/storage/videos/":/videos gdomod/nginx-vod-live-hls:latest

to play vod.

http://:8035/vod/.mp4/index.m3u8

[–] [email protected] 1 points 10 months ago

Many of them offer DNS API.

Cloudflare/Hetzner etc.

[–] [email protected] 1 points 10 months ago (2 children)

- install wireguard on both ends, one will be the server other is the client.

- add necessary iptables rules on server and client.

- if you have a router, without gateway route destination network requests to the local wireguard host.

- if you have a router, route destination network requests to local wireguard host.ient in the local network. ( your local wireguard host as gateway)

[–] [email protected] 1 points 11 months ago (1 children)

I'm using Nextcloud, it's forked from Owncloud.

Of course, it's possible to link your database to a local machine. Why do you want to store your database on a local machine? Why don't you want to put the database together with Owncloud?

Your steps should be like this with my approach.

- Install wireguard software on VPS.

- Install wireguard client on your local machine as a service.

- Install database software on your local machine and use the IP address of wireguard client IP as management.

- Install Owncloud on your VPS. While installing it will ask for the database IP address, so point it as wireguard client IP address.

[–] [email protected] 1 points 11 months ago (1 children)
view more: next ›