Deemo

joined 1 year ago
MODERATOR OF
 

Edit: Kinda found a answer

Major versions of iOS are released annually. Apple significantly extended the cycle of updates for iOS-supported devices over the years. Usually, only the latest iOS release is supported by Apple. Starting with iOS 15, Apple started to support 2 major versions of iOS, for a short period of time.

https://endoflife.date/ios

Hi guys this might be a silly question, do ios and iPad OS devices have different number of years of major updates (think ios 16, 17, 18 etc) and years of security updates?

Or do devices that don't make the cut for the latest major update immediately loose access to security updates once a new incompatible major ios update is released?

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

Interesting I always assumed they used ip not dns for geo locating cdns.

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

How much was your latency out of curiosity?

[–] [email protected] 2 points 2 weeks ago

Thanks for the clarification

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

Does the 300ms include dns latency?

40
submitted 2 weeks ago* (last edited 2 weeks 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

[–] [email protected] 6 points 2 weeks ago* (last edited 2 weeks ago)

Also yay for confirming a 3rd short story book. So 3-4 more books to look forward to.

  • (already out) 1st short story collection
  • 2nd short story collection
  • 3rd short story collection
  • H5Y
[–] [email protected] 6 points 2 weeks ago

Gonna miss prepubs

Myne flying through the air

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

Official Nextdns app (DNS over HTTPS)

Curious why do you use the nextdns app over optioin 1? Is it because your phone doesn't support Android Private DNS or for another reason?

Also how is power consumption?

I never use wifi outside of my home. I have unlimited cellular data, so why would I bother?

Fair. I guess its more helpfull in cases of poor cell reception or traveling (though I guess this is a edge case in its own right).

[–] [email protected] 2 points 2 weeks ago (2 children)

Silly question how are you using nextdns?

  1. Android Private DNS
  2. Official Nextdns app (DNS over HTTPS)
  3. Via a third party app (ex rethink, etc)

Also how often do you encounter nextdns being blocked on public/coreperate wireless networks?

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

Nia Liston: The Merciless Maiden

Would you say the book has deep plot intensity like Acendence of a Bookworm or is it more of a quick read? Have had this book on my radar.

Had to roll my eyes at the power creep. Really a kick created a shockwave faster than the speed of light?

Kinda reminds me of Fake Saint of the Year in a sense

[–] [email protected] 2 points 3 weeks ago (1 children)

I know someone who reads the afterword first.

I skim through all the pictures first (if the book is drm free like jnovel I unzip it and look through the image folder, else I look through fandom or skim for images).

But regarding the afterword I read those at the end 🙃

[–] [email protected] 4 points 3 weeks ago

I kinda dropped off half way in V12 P5 (around the part Roz and Ferdi get married) and decided to wait for the end and then bindge the last novel from scratch.

Although I am part to blame since I did spoil my self about V12 by looking at the artwork via fandom around the end of V11.

[–] [email protected] 2 points 3 weeks ago

Thanks for the tip

 

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)

 

Hi guys I recently stumbled upon this website where you can get a eu.org sub domain (example.eu.org for instance).

I noticed though that domains aren't created instantly. I'm curious if there is human review to get domians processed and if it generally takes a long time to make domains using them.

 

#levitation

Image Source Reddit

Couldn't find Artist profile

Good old Bioshock infinite

19
unattended upgrades with caddy (bookwormstory.social)
submitted 1 month ago* (last edited 1 month 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

16
submitted 2 months ago* (last edited 2 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
 

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/

6
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
view more: next ›