node815

joined 1 year ago
[–] node815@lemmy.world 12 points 2 days ago

Some examples of using Tasker:

  • When a specific contact sends a text message, it alerts me using TTS so I can be aware they are trying to reach me. I have an older family member she lives closer to, so having an alert from her is important if anything should happen forbid it does. When I plug my phone in to charge, it auto silences the phone and keeps it silenced until I unplug it, built into the same task, if monitors for phone calls from my contact and a few others and overrides it.

When a specific phone contact or contact calls, it raises the volumes to max. This is useful if you went to an appointment, set your phone on silent or vibrate but forgot to reset it. After the call has been completed, it returns the phone to the original volume you set.

  • When I scan a NFC Tag, i have it send a webhook to my August lock to unlock it. As an apartment dweller, if I go down to the car to unload groceries, the door by default auto locks. This means I have to pull the phone out, unlock it, open the August App, and then tell it to unlock the door and sometimes use the biometric to do so. Having the NFC tag do this means I can put it in my wallet and when I put my phone in the same pocket where the wallet it is, it triggers the door.

  • When connected to my computer only, it keeps the screen on all the time.

  • When I launch certain apps, it keeps the screen on until the app is closed. Very useful when you are at the grocery store working within a strict budget and want to see how much you have put in to the cart!

  • I have a widget on my screen which toggles my Private DNS on/off. This allows me to disable the adblock dns I use if I encounter a public wifi which insists I disable it. (I usually stay away from those, and use my mobile data, but sometimes it's unavoidable when there is so much interference your 5G goes to NONE and you have to be there for a while.)

  • Likewise, I have a widget which toggles my Tailscale connection on/off which comes in handy as well. Again, if the Wifi spot rejects custom DNS's and I'm in the scenario above.

  • If you have a Google Account (Sadly, this is the only way). You can view the list of profiles/tasks which other people have built. It's a growing list. https://taskernet.com/shares/

  • Using third party software such as Wake on LAN, when I come home and connect to my WiFi, it wakes my computer. (Or really any condition I set to trigger it).

I will say that the dev is very responsive and active in releasing updates and new features.

With that said, it has a slight learning curve which he(the developer) is working on to help simplify things and modernize it more. Since taking over the project from the previous owner, it's really grown.

I admit though, I used to have a lot more tasks and profiles, but it seems that Android is starting to bake those functions in so it's not as used on my end. But don't let it it sway you. Your imagination is the only limit with what you can do with Tasker.

Generally, for less than a cup of coffee, it's worth the purchase price. :)

[–] node815@lemmy.world 20 points 4 days ago (1 children)

I have a TCL ROKU TV which is way too chatty on my network. It sends every single keypress on the remote to their servers (just look into the dev console which is easy enough to see what is logged). I have an adblock dns server on my network

These are just in the last 23 minutes of the hour. As I understand, it's not always doing this if they are not blocked, but when you block them, it starts to panic!

The advantage of doing this is instead of having the ad on the right side of the home menu, I have a nice translucent adbox with nothing in it.. Also, if you look up the secret codes for Roku menus, you can also toggle the ad server they use so sometimes if some slip through, you get some in house tested ones which are sometimes funny. But that's extremely rare for us.

Our next TV will probably be a display or offline only and be a streaming box with custom firmware such as Librelec or something else when the time comes.

[–] node815@lemmy.world 2 points 6 days ago (1 children)

Anxiously waiting for ARCH to update their repos, they YANKED it from the unstable repo so I can't cheat and download it early. :)

[–] node815@lemmy.world 1 points 2 weeks ago

I test installed it in Proxmox in a Debian 12 LXC for the sever part, it was fairly easy, just run three commands. The client was as well, but failed to do something with the email during registration. It has a while longer to go I think. But I put it in my bookmarks to visit every so often as well. :)

[–] node815@lemmy.world 7 points 3 weeks ago

I lost my respect for Asus when I had a Zenwatch 2 (I still have it), and they promised at the time Android Wear 2.0 in front our faces for months promising it would be released, but refused to even give an estimated time of release to OTA. This was well after WearOS 2 was released. Their online forum staff members were rude sometimes about it and other times, never responded to passionate asks about when it would be made available. The fact that they didn't reply and care about giving any updates or indication at the time, was enough to push me far away from them.

[–] node815@lemmy.world 1 points 3 weeks ago

I use Technitium DNS as both my DHCP and DNS Server on my network. I then have my ISP Router's DHCP turned off, and point the primary DNS IP To Technitium's on my network. I have roughly 66-67 network devices at a given time on my network, mostly wireless. (Think wiFi locks, Lights, Outlets etc) then I have my phones and gaming systems an any given thing.

To manage my IP's I use an Airtable type of database via BaseRow, also self hosted. Through my router's records, I copied/pasted every single MAC address I found, into a column in my BaseRow table there, and then added the device name or friendly name to another with an assigned IP I want to use. I have a more organized system of ranges 192.168.1.1-10 is mobile devices, 192.168.1.11-30 is IoT etc..

By having my network setup in this fashion, I accomplish a few things, all new devices which power on or connect to the router to get their IP assignment fail to get it since it's turned off there, and they search the network for an available DHCP Server which lands squarely on the TechnitiumDNS server and are assigned it through there. I also have adblocking enabled through the same server so I have a more home wide adblock which works. (You'd be amazed at how much Telemetry a TV Sends out for every single remote keypress!) I have been able to block those with the adblock enabled. With the DNS server, you can also assign DHCP ranges address, it is really an overly complex server and probably overkill for a home network. I've only scratched the surface of what it can do.

If you don't want to fuss with TechnitiumDNS, there's AdguardHome, or even PiHole you can use if you want to block Ads (or you can simply disable that function) and those also act as a DHCP Server.

Or, if you are wanting to spend a few hours configuring it, you could run your own DHCP Server in a VM or dedicated device such as a Raspberry Pi.

With all of these settings, it's important to set your DHCP lease offer long enough that if you have to reboot the DHCP Server for kernel update, or it crashes, you won't have any devices fail as some do regular polling to check for connectivity (My Linux computer does this a lot). I don't remember if it's KDE or Arch. Anyway, running the DNS Server also allows you to custom build your own "domain" system if you will. So could assign maybe your self hosted Calendar for example to http://calendar.local or http://calendar.internal.

By setting up a dedicated DHCP Server, using the manual method or one of the different AdBlock systems, you can also turn off DHCP registration for 'foreign' devices or those which aren't in your DHCP table. This offers a small element of extra security for your WiFi, but it's not 100% secure if someone knows your IP ranges and Subnet Mask. Also, this will make it easier in the future for you if you upgrade your router or replace it as there's just two settings to change. (DCHP Server off and the optional self hosted DNS).

[–] node815@lemmy.world 1 points 3 weeks ago

Why not use a different DDNS service? There are plenty out there. :) I think this may solve your issue. I've been using freemyip.com''s for a while and have had no problem in the past issusing LetsEncrypt SSL's. At the moment, I'm on Cloudflare tunnels so it's automatic with them, which I know is a huge trust issue for a lot of people, but I don't mind it for my stuff. But I do like to have my DDNS as a backup service from time to time.

[–] node815@lemmy.world 2 points 4 weeks ago (2 children)

I've dabbled in it, but not really committed to it. It's a great lightweight server of course. I am a KDE Plasma user so I did a quick test of that and was able to install it via Alpine, but at the time, the support for javaws was not there which I needed at the time for my job, so that killed my plans on using it. I may venture back to it later on .

[–] node815@lemmy.world 3 points 1 month ago

Mushroom cards Local Tuya - so I can control my Tuya Devices without needing the cloud.
Wyze - I have a couple of cameras which are Wyze so I use it for those. I'm not against the cloud for some things. :) Spook - not your homie -- When I deactivate or rename a device (seasonally), it lets me know which dashboards need updated for example. Playstation Network - so I can show what my PS5 and PS4 are doing while active. Several other items such as themes I've tried out and probably more I've tried but never removed.

[–] node815@lemmy.world 3 points 1 month ago (1 children)

I have been using Tailscale, connected it to my domain, I use Authentik for my OIDC/SSO Sign in and tied it that way for the MFA OIDC Login Tailscale let's you use. All I needed to do is setup a webfinger for it and once it verified my domain, I was able to give them my OIDC settings for them. Tailscale so far for me in the last year or so has been quite simple to use. Plus, being able to log into my admin console and any devices I enroll through Authentik's front end, has given me peace of mind knowing it's quite secure. (All of this on a Proxmox server BTW).

One may argue about self hosting Wireguard and I agree, it's quite easy to do if you use something like wg-easy which makes it simple to add phones to your network. My concern with it though was having to poke a hole into my firewall for the WG traffic to hit the server, once I got into Tailscale, it's made it easier and I don't have any open ports on the router now. I think this is primarily why the Jupiter Broadcasting guys push it so much on their podcasts, not to mention one of the hosts on his podcast is an employee for Tailscale as well, so that probably helps a bit.

As for funding for both Nebula, or Tailscale, they do cater to enterprise customers so you have the assurance that they do have to answer to them if they revoke a service or ruin it. :)

For Tailscale, it's just a matter of them allowing you to add 100 devices for free and it's simple command to install it on any client via the cli including Apple TV for example. For phones, I have Tailscale on my phone connected 24/7 to my exit node which is my Proxmox server which acts as one, and as a backup, my Raspberry Pi which acts as one as well. So, even if I'm on the road or away from home, I'm always on my home network (unless blocked by overzealous sysadmins on their public WiFi networks). There's not much to manage via the phone, but I like to think it's 'set and forget' really, once you have it all configured, it just runs in the background and they do not decrypt your traffic much less care what goes through it.

[–] node815@lemmy.world 2 points 2 months ago

I also use Stealth for my Reddit experience. It also doesn't support comments or logging in. :) https://f-droid.org/packages/com.cosmos.unreddit/

[–] node815@lemmy.world 3 points 3 months ago (1 children)

First, confirm if you can access Cockpit by going to the https://localhost:9090, If not, follow the Fedora instructions here: Having some familiarity with Command Line is essential. Your graphical package manager may or may not include Cockpit.

https://cockpit-project.org/running#fedora

Cockpit does sometimes allow you to install "plugins" from the web GUI, but in my experience (both on Debian and Arch), it doesn't do it to well. If you can't install plugins for 45 Drives file sharing plugin, you will need to do it manually:

For the 45 Drives plugin to enable sharing: https://github.com/45Drives/cockpit-file-sharing (I believe it's the "Direct from .rpm" section if you scroll down in the Readme)

From there, once you are logged into Cockpit on the left you will see a link for "File Sharing"

This isn't as complex as it may seem as long as you follow their steps you should be golden.

 

Instead of a less than useful search engine.

 

I've noticed that when 6.6.1 came out and it came time to reboot after it installed, I couldn't boot into the OS anymore, it simply hangs on a black screen for about 10-15 minutes then reboots after selecting it. I'm currently on the LTS kernel which is 6.1.67-1-lts (64-bit) with no issues. I figured after updating to the latest one 6.6.6. things may be better but no. Each new kernel release, I test it with the same results.

CPU is CPU: quad core Intel Core i7-2600S (-MT MCP-) on Dell Optiplex 990 SFF PC with 16GB Ram in UEFI mode. Via either Grub or Systemd-boot. On one hand, I'm thinking that my computer's time may have finally come up once the LTS moves to 6.6.1 but, until then, and I can procure a newer system, I'd like to see if anyone else has encountered such a thing.

43
submitted 10 months ago* (last edited 10 months ago) by node815@lemmy.world to c/selfhosted@lemmy.world
 

Someone here brought up that they were able to replace Cloudflare Tunnels with Tailscale - I can't seem to find the post, as it was a comment and deeply buried in a thread I've since forgotten the title of. :)

Can anyone explain the process for doing this? I assume it's through the use of their Funnel? I have three primary services I require to be accessible through Authentik (that's one of them) via my domain name.

EDIT

To answer the question of why I want to leave Cloudflare Tunnels - is basically that I have several services behind it (I forgot one so make that 4 I wish to have exposed). Two password managers, Psono for my special needs daughter which finds it easier than Bitwarden and Vaultwarden for myself and my work logins. So, I can't just set up a VPN or Tailscale at work to connect my work passwords to. :) I also have Authentik and Home Assistant tunneled at present. That doesn't explain the reason why though so let me start here:

My step-daughter is learning video production and editing, we don't want to share her videos on Youtube or other sites, but would like to keep it more local to home. With that said, Cloudflare may not notice it at first, bit it's against their TOS to stream videos, not to mention their just over 100mb cap for file xfers which leads me to the next reason. Early in May of this year, we were in an auto accident, and we are frequently sending forms, accident photos and paperwork etc to the Attorneys, I want to have control of the ownership of the files and would prefer not to email them, but link them to my server, frequently, those files even zipped can be over 100mb.

I do have a private DDNS provider I have my domain CNAME pointed to so it resolves to the home IP that way, so the ultimate plan is to untie my site from Cloudflare's DNS to a offload to a VPS or two for (NS1 and NS2) With a recent issue with Oracle Cloud, I'm not motivated to use them for this basic purpose.

And just a small part of me is starting to get tin hat against the idea that Cloudflare can decrypt the data before it hits my site before it encrypts it. Just just isn't sitting well with me at the moment. I can't verify this data yet, but I like to play it safe than sorry.

EDIT 2

So, I ran a funnel test and yes it works, but still have to use the ts.net like others said, so at best, I can figure this to be a good backup service. I can't forward a CNAME to my TS DNS. I checked /r/tailscale (Duckduckgo sent me there), and about a month ago, someone asked if you could use your own domain, the answer was "not yet" but there seems to be some interest.

What I found pretty fascinating is the mobile app does work quite well on Android and is so far so good, I can at least feel better knowing that the phones are on WG full time now through Tailscale. I had issues with the official WG client and another one staying on with our phones full time, so this so far has been a good improvement.

view more: next ›