Deemo

joined 11 months ago
[–] Deemo@bookwormstory.social 3 points 11 hours ago

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

[–] Deemo@bookwormstory.social 1 points 5 days ago

Again thanks for taking the time to help and explain this to me

[–] Deemo@bookwormstory.social 1 points 5 days ago* (last edited 5 days ago) (3 children)

"origin=cloudsmith/caddy/stable";

Unable to parse Unattended-Upgrade::Allowed-Origins. An error occurred: not enough values to unpack (expected 2, got 1)


// 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";
        "origin=cloudsmith/caddy/stable";
};
[–] Deemo@bookwormstory.social 1 points 5 days ago (5 children)

Firstly thank you so much for explaing this for me.

"origin=Zabbix,codename=${distro_codename}"; //Zabbix Agent repository

I tried using this as a template for caddy

 500 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version/main arm64 Packages
     release o=cloudsmith/caddy/stable,a=any-version,n=any-version,l=source=none,c=main,b=arm64
     origin dl.cloudsmith.io

I assume origin is:

o=cloudsmith/caddy/stable

When adding this rule

"origin=cloudsmith/caddy/stable,codename=${distro_codename}"; //Caddy repository

I get this error

Unable to parse Unattended-Upgrade::Allowed-Origins.
An error occurred: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last):

https://pastebin.com/raw/7gtkRw7c

When changing the syntax to:

"cloudsmith/caddy/stable:${distro_codename}"; // Caddy

The error goes away.

Any ideas?

20
unattended upgrades with caddy (bookwormstory.social)
submitted 5 days ago* (last edited 5 days ago) by Deemo@bookwormstory.social to c/selfhosted@lemmy.world
 

Edit: credit to exu@feditown.com

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

[–] Deemo@bookwormstory.social 2 points 4 months ago

Will they need social security number (ssn) to set this up?

privacy.com used to offer a similar feature but then a while ago started requiring ssn due to new banking regulation.

If apple doesn't require it I wonder how they where able to sidestep the supposed regulation.

[–] Deemo@bookwormstory.social 1 points 6 months ago

Beeper did mention the DMCA protection on reverse engineering.

That being said regardles if beeper wins or looses. If apple sues and at the same time breaks beeper mini they could run into financial trouble very quickly.

[–] Deemo@bookwormstory.social 4 points 7 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

[–] Deemo@bookwormstory.social 2 points 7 months ago (1 children)

I have tried it though I switched back to bluebubble and mac relay (until things cool down).

[–] Deemo@bookwormstory.social 1 points 7 months ago (1 children)

I actually have a mac mini running as a imessage relay and using (https://bluebubbles.app/) to relay them to my android (been using it the moment I switched from ios to android). It works quite well.

The anoying catch is you have to use imessage via email. The biggest draw is imessage on iphone will show two duplicate chats one for sms and one for email.

I'm sorta working on decomissioning that relay and either switching to the closest 3rdparty app or moving people to sms. I don't have many imessage group chats (I basically have none right now). Hence why I made this post (to test the waters)

As for image quality a partial solution is if I need to use sms I can either use google photos or samsung link share (though this only preservers the quality of images/videos I send and doesn't fix poor quality photos comming back to me).

[–] Deemo@bookwormstory.social 1 points 7 months ago (2 children)

The main culprit was in the rest of the world sms is very expensive meaning people early on where forced and got used to third party apps. In US by contrast sms is usually free/unlimited. As such people initially didn't bother using thirdparty apps and when apple rolled out imessage the default sms app kinda became a pseudo standard (like whatsapp).

At least thats one theory

 

Just kinda curious do you guys ever run into issues of lacking imessage (like your friends unwilling to use another app) or is it just a over blown issue.

 

Hi guys anyone know the dofference between Google Play System updates vs OEM security updates?

I currently am using a Oneplus 8 which gets oem security updates from oneplus untill April 2024. After this date how safe would thr device be to use (banking, google pay, etc)?

 

Hi guys out of curiosity does anyone know of a foss, local recorder app that does speech to text?

Closest I've seen is https://voiceinput.futo.org/ which relies on a local open ai whisper model. However unfortunatley this app only works as a keyboard.

https://odysee.com/@rossmanngroup:a/this-gives-google-less-access-to-your:1

 

5
submitted 11 months ago* (last edited 11 months ago) by Deemo@bookwormstory.social to c/voyagerapp@lemmy.world
 

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:

15
[feature] search comments (bookwormstory.social)
submitted 11 months ago* (last edited 11 months ago) by Deemo@bookwormstory.social to c/voyagerapp@lemmy.world
 

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 ›