Lem453

joined 2 years ago
[–] Lem453@lemmy.ca 4 points 6 months ago (4 children)

Does this work with WhatsApp groups chat?

[–] Lem453@lemmy.ca 1 points 6 months ago* (last edited 6 months ago) (1 children)

I do exactly this with traefik.

ie: Seafile.domain.com

Vaultwarden.local.domain.com

I followed this guide: https://youtu.be/liV3c9m_OX8

[–] Lem453@lemmy.ca 2 points 6 months ago

I've recently started using a kanban board which has been working well for me.

There are several options, I use obsidian for this because I can easily make a task into a note for further details.

Not FOSS of course but the .md file are easy to access and backup and i use the self hosted live-sync plugin to sync between 3 devices

[–] Lem453@lemmy.ca 1 points 6 months ago (4 children)

Can AUR be used by other distros like Debian or fedora?

[–] Lem453@lemmy.ca 2 points 7 months ago

I suspect most people open it via subdomain or cloudflare tunnel and it seems secure enough. Haven't seen reports of people getting hacked left and right.

VPN Certainly is more secure and works for a few people but becomes annoying if you have users that don't want to mess with a VPN. It also helps if you want to make a public share link to someone without an account.

[–] Lem453@lemmy.ca 16 points 7 months ago

This is a deep sleep issue. A google search will show that many modern processors can't actually deep sleep (S3) and therefore the only option is to hibernate or shut it off.

To find out if you can, sleep the computer, wake it up then run:

journalctl | grep S3

There should be a line about what type of sleep is available and another line about what type of sleep your computer was just in.

If S3 is not listed as an available sleep mode you might get lucky and be able to turn it on in the bios. If you can't then you are out of luck.

Since I use fedora atomic, I used this to turn on deep sleep: rpm-ostree kargs --append="mem_sleep_default=deep"

On non atomic I forget exactly how but I think this is the way: https://unix.stackexchange.com/questions/720514/cannot-write-into-sys-power-mem-sleep-in-fedora-36

[–] Lem453@lemmy.ca 4 points 7 months ago (1 children)

Lemmy needs a best comment section like reddit had

[–] Lem453@lemmy.ca 2 points 7 months ago (2 children)

Wireguard uses public and private keys which are designed from the ground up to be used over plain text to establish the handshake so it isn't an issue. Same idea with ssh keys and ssl keys

[–] Lem453@lemmy.ca 9 points 7 months ago

Split tunneling with wireguard is probably the best way for this.

There are many tutorials, here's an example: https://ssh.sshslowdns.com/wireguard-split-tunnel-config/

This will let you have some things on wiregusard and some not

[–] Lem453@lemmy.ca 1 points 7 months ago (4 children)

You do not need anything else. DNS requests are all sent over Wireguard with encryption

[–] Lem453@lemmy.ca 18 points 7 months ago* (last edited 7 months ago) (9 children)

Use ddns on your router with a domain so you can then get something like wireguard.example.com and then use that as the endpoint in your wireguard.

Set the wireguard DNS as your pihole.

To make life easier set your home network IP space to something that another WiFi would never use, ie 192.168.46.xx

That way it will never conflict if you are on a public WiFi and you can access anything on your home lab when you need.

I've been using this setup for years on laptop, phone etc

view more: ‹ prev next ›