Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

ikidd, to selfhosted in PSA: The Docker Snap package on Ubuntu sucks.
@ikidd@lemmy.world avatar

That’s essentially what the script does, then installs all the deps and docker, sets up the service.

ikidd, to selfhosted in Self-hosted media tracker recommendations?
@ikidd@lemmy.world avatar

Has anyone gotten the Mediatracker scrobbler to work with Kodi? I tried and it doesn’t seem to update, at least with Seren, though I was under the impression scrobblers were addon independent.

ikidd, to linuxmemes in Your PC will thank you...
@ikidd@lemmy.world avatar

IDK. I’m to the point where I don’t touch anyone’s phone or computer, because if I glance at it from a speeding car, I’m suddenly responsible for everything that suddenly “now doesn’t work” in their entire house, probably including the dishwasher.

ikidd, to homeassistant in Anyone seen or built an alternative to the M5Stack Atom Echo for HA voice pipeline?
@ikidd@lemmy.world avatar

I saw something that might be using that Korvu board, the S3-BOX. Unfortunately, $50 and out of stock as far as I could find.

ikidd, to linux in Linux reaches new high 3.82%
@ikidd@lemmy.world avatar

I love KDE, but Kubuntu is a buggy mess, at least it was a year ago when I last tried it.

Honestly, the best implementation I’ve seen is Manjaro’s, with Nobara close behind.

ikidd, to linux in Linux reaches new high 3.82%
@ikidd@lemmy.world avatar

Open office is a dead project, avoid at all costs. LibreOffice or OnlyOffice are active.

ikidd, to linux in Is anyone using awk?
@ikidd@lemmy.world avatar

Just had to use it today to turn a key file into a single string with line breaks:

awk ‘NF {sub(/r/, “”); printf “%s\n”,$0;}’ id_rsa

ikidd, (edited ) to selfhosted in Nextcloud Performance Improvements
@ikidd@lemmy.world avatar

I use NPM and all I think I had to add to it was


<span style="color:#323232;">client_body_buffer_size 512k;
</span><span style="color:#323232;">proxy_read_timeout 86400s;
</span><span style="color:#323232;">client_max_body_size 0;
</span>

in the Advanced config. I’d love to move to Traefik but I could not figure out how to make that work.

There were some other gotchas. If you run into something, ping me, I might remember if I encountered it and what I did.

ikidd, to linux in New Linux user here. Is this really how I'm supposed to install apps on Linux?
@ikidd@lemmy.world avatar

Debian doesn’t even come with sudo, git or curl by default. It’s kind of minimal on purpose.

ikidd, to linux in Terminal Utility Mega list!
@ikidd@lemmy.world avatar

I’ve been playing with SSHwifty for a centralized browser based terminal gateway. You set up the docker and can then use it as a central gateway for ssh servers in your networks.

The setup is a bit opaque but the maintainer looks really helpful in the Issues pages.

ikidd, to linuxmemes in Completely untrue nowadays...
@ikidd@lemmy.world avatar

Works as intended usually.

ikidd, to selfhosted in Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times
@ikidd@lemmy.world avatar

Postgres is the standard db in the AIO container nextcloud has put out as their standard.

ikidd, to selfhosted in Nextcloud Performance Improvements
@ikidd@lemmy.world avatar

I’ve been a proponent here for a few months on using postgres/redis every time someone shits on NC for performance. While I agree the database change itself isn’t a huge improvement, it pays for itself long term in larger volume installs when you and your organization/group get using it heavily. The redis connected on socket like the AIO mastercontainer sets up is where the real juice comes from, but only on an install that gets used so it caches properly. The first time you fire it up, it’s pretty slow but as it gets used, things are much better.

ikidd, to selfhosted in Nextcloud Performance Improvements
@ikidd@lemmy.world avatar

100% agree with tofubi, Docker on Windows is a form of self-abuse, like cutting yourself. It’s a train wreck for anything other than a little bit of testing for development work. You will come away with a bad taste in your mouth about Docker, I avoided containers for years because I started with them on Windows docker.

I’ve run a lot of different scenarios with docker, what I’ve come down to as the cleanest and easiest to maintain is Debian 12 with the Docker convenience script. It’s fast, hassle free, and doesn’t have a bunch of layers of weirdness like using Ubuntu Server with a docker snap that makes troubleshooting a nightmare.

ikidd, to selfhosted in Nextcloud Performance Improvements
@ikidd@lemmy.world avatar

Have you tried the AIO method that’s now the primary supported docker install?

It’s really good, and I’ve set up and used NC in a variety of ways since about version 7.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #