Deemo

joined 1 year ago
[–] [email protected] 11 points 1 week ago

Who needs AI when you got FungI 🍄

2
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Hi guys for those of you that use pi-hole (or similar solutions like adguard home, etc) and wireguard how far away can you be from your wireguard/pi-hole server before latency becomes a major issue?

Also on a side note how many milliseconds of latency would you guys consider to be to slow?

Edit I meant dns latency sorry for not mentioning

 

Hi guys quick question say you run a a application on your localhost (example lets say couchdb runing directly on localhost:3434 not in docker).

Now you have a docker container (say caddy, ngnix, etc). Is there a way to allow docker container to acess localhost:3434 WITHOUT using the Host network driver (--net=host)

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

I do wish there were more services like nebula one yearly fee no baked in ads or ads at all and more creators are willing to join them.

The thing that sucks with youtube premium is you still have creators dumping 1 min long sponsors ruining the experience. Additionally often only way these creators allow you to go add free is via patreon, floatplane, etc which can get quite expensive if you follow 30-50 channels. The only other viable route is sponsorblock which works great but requires modified youtube clients/browser extensions and with youtubes new video adinjection could potentially be broken.

The only part I do wonder with nebula is how well it works for larger creators.

Linus Media group revenue break down

https://youtu.be/-zt57TWkTF4?t=532

1
unattended upgrades with caddy (bookwormstory.social)
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

Edit: credit to [email protected]

Assuming you installed caddy via Debian, Ubuntu, Raspbian method

https://caddyserver.com/docs/install#debian-ubuntu-raspbian

add "cloudsmith/caddy/stable:any-version"; to /etc/apt/apt.conf.d/50unattended-upgrades

Example:

// Automatically upgrade packages from these (origin:archive) pairs
//
// Note that in Ubuntu security updates may pull in new dependencies
// from non-security sources (e.g. chromium). By allowing the release
// pocket these get automatically pulled in.
Unattended-Upgrade::Allowed-Origins {
        "${distro_id}:${distro_codename}";
        "${distro_id}:${distro_codename}-security";
        // Extended Security Maintenance; doesn't necessarily exist for
        // every release and this system may not have it installed, but if
        // available, the policy for updates is such that unattended-upgrades
        // should also install from here by default.
        "${distro_id}ESMApps:${distro_codename}-apps-security";
        "${distro_id}ESM:${distro_codename}-infra-security";
        "${distro_id}:${distro_codename}-updates";
//      "${distro_id}:${distro_codename}-proposed";
//      "${distro_id}:${distro_codename}-backports";
        "cloudsmith/caddy/stable:any-version";
};

Link to comment chain (not sure how to add links in a federated way)

https://feditown.com/comment/1221458

https://bookwormstory.social/post/2100056/4136035

Origional post:

Hi guys anyone know how to use un attended upgrades with caddy.

I have ubuntu server 22.0.4.

The part that stumps me is caddy uses a external repository cloud Smith making ot difficult to setup.

I installed caddy via Debian, Ubuntu, Raspbian

https://caddyserver.com/docs/install#debian-ubuntu-raspbian

The closest example I could find to unattended upgrades with a external repo was this example using docker.

/etc/apt/apt.conf.d/50unattended-upgrades

"Docker:${distro_codename}";

https://blog.coffeebeans.at/archives/1299

I'm not sure if it's as simple as

/etc/apt/apt.conf.d/50unattended-upgrades

"Caddy:${distro_codename}";

Edit:

One more question affect would adding

APT::Unattended-Upgrade::Package-Blacklist "";

/etc/apt/apt.conf.d/20auto-upgrades

have?

Edit2:

I just removed this I only found this from google gemini (which probably isn't the best source of info)

APT::Unattended-Upgrade::Package-Blacklist "";
 

Hi guys do you guys know any selfhosted cloud solution that has a combined sync and filestream option?

Context when you use seafile on macos there is seadrive (mounts external cloud like a drive) and seafile sync which syncs files to local folders. The problem is the two clients sort of act seperatly from one other (you cant make seadrive make files offline for instance neither can you preview files in seafile sync).

By contrast onedrive and google drive both have client apps which can sync on demand (file stream) and optionally make files available offline with a simple right click in context menu.

~~Side note I have tried nextcloud on mac but its experimental mount mode just keeps a placeholder .nextcloud file.~~

Edit:

Nextcloud does have proper virtual file sync. Only limitation is you can't make files availble offline via the context menu and instead need to set up manual folder syncs

Edit 2:

You need to grab the release from https://github.com/nextcloud-releases/desktop/releases/tag/v3.13.0

Specifically the vfs version Nextcloud-3.13.0-macOS-vfs.pkg

1
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

Edit 2: Fdroid Version 3.0 allows read only acess to files writing to files seems to not work

Edit: Tldr install version 3.0 from fdroid or github. Plastered version out of date.

Hi guys not sure if this is the right place to ask, but anyone having issues using the file browser integration for seafile?

The android app by itself seems to work but the files integration only seems to be broken.

By contrast the ios version of seafile the app and its files app integration both work with no issue. Additionally the webdav, browser, and mac apps (seadrive) have no issues.

Other context:

  • Running Seafile server 11.0.9 on Ubuntu 22.04.4 LTS using tailscale
  • Seafile android app version 2.3.7 running on Android 14
[–] [email protected] 1 points 3 months ago

Sorry about that (didn't think that far when making the post 🫠 ).

I updated the title

 

Hi guys I was wondering if there is a streamlined way to disable remote acess to a selfhosted service (say at a reverse proxy level) if a published security vunerability is present.

I know, ideally you want to keep all your selfhosted services up to date. However on certain selfhosted service auto updates may not be viable (due to major changes between updates) and you being unavailable 24/7 to respond to vunerabilities.

Curious on your thoughts and suggestions. So far the only middle ground I can find is realying on a vpn wireguard, tailscale, etc.

Page regarding homeassistant remote ui autodisable: https://www.nabucasa.com/config/remote/

[–] [email protected] 4 points 9 months ago

If your willing to deal with self hosting, immich is a great alternative. Its facial recognition and search is practically on par with google photos.

The only downside is it doesnt' have photo editing, and its under active developmeant (it gets weekly updates and you occasionally need to modify docker config though they do give a warning in ui).

https://github.com/immich-app/immich

[–] [email protected] 17 points 9 months ago (20 children)

I do wonder how this compares to current payment processors (Visa, Mastercard, Paypal, etc)

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

I have a fire tv cube just direct launch into apps to avoid this. For example instead of powering on the fire tv with power button I tell Alexa to open the app I need.

Down side is this doesn’t really work with sieloaded apps like smart tube

[–] [email protected] 6 points 10 months ago* (last edited 10 months ago)

Only time I every encountered the popup was when I used orion with its built in adblocker. And even then I gat one warning (no metion of 3 strike policy). Only change now is the added a 3 second timer to the dismiss button.

Edit: Ublock origen and firefox as usual no issue

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

Silly question if you don't mind me asking, when you got the pop up:

  • Which browser/adblocker where you using (also did you use any custom filters)?
  • What device are you watching youtube on when you saw the block (windows, macos, ios, android, linux)?
  • Where are you located? (like which country)

I never saw these popups just curious.

Also my setups using a web browser (no issues):

  • (Mac OS Soma) Firefox Stable with ublock origen stock filters
  • (iPadOS 17) with adguard safari content blocker stock filters

Setups with third part clients (no issues):

  • Revanced android
  • Smarttube (Fire TV)
  • YTLitePlus (iPadOS)
[–] [email protected] 1 points 11 months ago

I do use sponsorblock 😅

Only gripe is your stuck to the web version of youtube (especially on ios).

If you want sponsorblock in the native youtube app you have to side load a mod which means either dealing with apple's 7 day limit refresh or paying for a apple dev acount/ signing service subscription.

Android there is revanced (no sideloading subscriptions needed).

On a final note I am considering trying https://grayjay.app/

It bundles odessy, nebula, youtube and a few other platforms in one app (it also includes sponsorblock and return dislikes for youtube).

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

I know this isn’t YouTube’s fault but one thing that bugs me about yet premium is when creators dump baked in ads.

As a user you have 3 options:

  1. Deal with it and manual skip (in a way this feels like skipping commercials on cable tv Dvr)
  2. Get ready to buy a ton of patreon subscriptions (kills the point of getting yt premium).
  3. Get a modded client/ use browser extensions and use sponsorblock

Now the one exception to this is nebula where like YouTube you pay an all access fee but no baked in ads (I pay for this currently).

I do wonder if creators had the option to make videos available via YouTube premium only (say early access and no baked in ads). Would more people pay and would creators use this system? (They wouldn’t have to worry about demonetization).

Curious on your thoughts

[–] [email protected] 33 points 1 year ago (5 children)

Few problems:

  1. Safteynet (play integrity) and root detection

There are magisk tweaks to help combat this but its a annoying game of cat and mouse. Some apps like chase have particularly annoying root detection to deal with. Also regaring safteynet once google fully enforces hardware attestation passing safteynet with tweaks will be borderline impossible (most tweaks try to spoof older phones that don't support safteynet hardware attestation).

  1. Widevine

Many streaming services (Netflix, Hulu, Disney, etc) will downgrade your video quality to 480p-540p due to L3 from unlocking the bootloader (a step thats usually required before you can root).

  1. Physical security (potential risk)

Unlocking the bootloader is the first step to allowing for rooting and custom roms. One pro/con is when you unlock the bootloader you are partially at risk to a evil maid attack (some one with physical acess to your phone can compromise it). While difficult to do automatically (and probably very very rare) some one could hypothetically place a malicious bootloader that could steel data. The risk of this is mostly low but does exist.

5
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Edit issue self resolved on latest update

Hi guys anyone noticing the chrome pwa haptics aren't working anymore? Weird thing is if voyager is opened directly in chrome haptics work but in pwa it doesn't seem to work.

 

Some useful apps to work around voyagers markdown and image limitations

Instabord is a handy keyboard app that allows you to program shortcuts. I have it set to some common mark down syntax.

Only down side is it's closed source and free version has a 5 key limit then $5 one time purchase. Not sure if there is a fdroid open source equivalent.

https://play.google.com/store/apps/details?id=com.zero.wboard

My config: https://files.catbox.moe/6gc7gn.txt

Another app I found usefull is custom file uploader with catbox moe

https://www.f-droid.org/packages/com.nyx.custom_uploader/

Config:

23
[feature] search comments (bookwormstory.social)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Is it possible to add a search for comments feature when inside a post?

Currently only work around is using the open post link in WebView and using the find in page.

Edit some images of search implemented in apollo and sync:

Apollo:

Sync for Lemmy:

view more: next ›