


Software developer in Halifax, Nova Scotia, Canada. Dad to 2 kids.
Find me on the Fediverse in other places:
- Mastodon: @[email protected]
- Pixelfed: @[email protected]

" Breaking Bad - I had to force myself to watch 5 episodes. Just didn't get it.
" The Sopranos - I don't like mob stuff. I didn't like the godfather either.
" The Wire - this one surprised me because I generally like cop shows. Maybe I wasn't in the right frame of mind.

Damn it. This is one of my favourite bands. What's the protocol here, am I still allowed to like them? What if they get a new drummer?

The docker config is nothing special:
undefined
collabora: hostname: collabora image: collabora/code restart: "no" privileged: true cap_add: - MKNOD networks: - default env_file: collabora.env ports: - 8054:9980
Env:
Besides username
, password
, and this line:
undefined
extra_params=--o:ssl.enable=true
I have 2 other variables set: domain
and aliasgroup1
. Is domain supposed to refer to the Collabora domain or the NextCloud domain? I actually can't remember where I got the aliasgroup1 from, but it was probably during my googling to try and get things working. I remember reading that the '.' characters had to be escaped because those lines were used in a reflex.

Hrm...I must have had something else wrong because I'm experiencing the same thing. I try to load a document that I created with the menu and it seems to time out. I thought that it was because of my Caddy config, but perhaps it wasn't.
I only get: Document loading failed Failed to load Nextcloud Office - please try again later

Like the author of that article, I had never heard about Huginn until just now, but when IFTTT went down the shitter for me (around 2018) was about the same time I started using Home Assistant. I found that HA had every one of the service connections available that I used to use through IFTTT, so I naturally just re-implemented all of my flows as automations. HA has only added capabilities since those earlier days. It's not just for "home" automation.
If you're interested in more graphical representations of your automations, HA can have NodeRed as a plug-in.

Thankyou! Nextcloud itself wàs never a problem, but the Collabora stuff would just not work properly with any config I tried. I'm going to make another attempt with these settings as soon as I get the chance.

You didn't forget about me, did you? :(

Has anyone successfully set up Collabora office with Caddy?
cross-posted from: https://lemmy.ca/post/41737442
I run Caddy as my reverse proxy. I find it generally easier to configure than NGINX. I've never tried Traefik. I'm having a hell of a time getting Collabora office working with my NextCloud instance (both via docker) though. Has anyone else successfully done this? I'm not sure if its because I haven't translated the config correctly from the NGINX example, or that it just doesn't work.
I would love to see somebody's config if they have it working.

The elephant in the room...

If I could not just migrate to a new instance, but actually convert my existing (self-hosted, single-user) Mastodon instance to a GoToSocial instance, I would do it tomorrow. I don't want to lose the domain I picked for my Mastodon instance though.
I remember seeing somebody working on a project to convert the Mastodon database to a GTS database, so this may yet happen.
Edit: Found it. It was an issue in the GTS GitHub repo: https://github.com/superseriousbusiness/gotosocial/issues/128

I'm no international law expert but I don't think that follows the Geneva convention.

Weird. Do you think, and I'm just going to throw this out there, that there might be some correlation between the rate of vaccinations within a population and that population's resistance to disease?

Exactly my feelings when I heard "Smells Like Teen Spirit" called "classic rock" a few years ago.

Create a docker container without explicitly naming it. Job done.

Has anyone here installed friendica? I tried to give it a go yesterday with the the docker image. The login page is showing up, but it is giving me HTTP 500 errors when I click sign up I also get no errors in any logs.

Help test the new BFR (Big F'n Refactor)release of Navidrome
[copied from Deluan's Reddit post]
This is a call for general testing of the next version of Navidrome. Don't do it if you don't feel like trying cutting edge software, things may break. Here are the steps to upgrade.
First things first: CREATE A BACKUP OF YOUR DATABASE (navidrome.db*).
Upgrade to the BFR version:
Docker: use the label ghcr.io/navidrome/navidrome:pr-2709
Binaries for non-docker installations are available here - NOTE: Windows versions are not working at the moment.
Start Navidrome. It will automatically upgrade your database schema, and run a full scan. This may take a while, wait until it finishes.
Profit! If you find any issues, please report them here.

A person's state becomes the name of the zone when they're in them.
In the current version of Home Assistant, if a person is in two overlapping zones, what happens? It's possible to be in that state today.
I suppose it doesn't really matter though. I've named all my home zones similarly: home1, home2, etc. It would be easy enough to check for a zone where the object_id starts with "home"

I...honestly thought I just did that. I want to have an irregularly-shaped zone. I don't see why they couldn't logically be grouped, you just aren't able to do it right now.
Anyway, thanks for reading what I typed.

I am pretty sure I'm not confused. I want to group zones together so they can be used in automation triggers and I can change the group's membership and not have to change every automation trigger. The group's state should indicate the number of person entities that were in any zone in the group.
I'm not talking about areas at all.
Just to be clear, I don't believe grouping zones is currently possible. It's just a want I have.

You don't get the choice to use more than one zone as your official "home" zone though, do you?

Like when you create a zone, it's a circle. It has a radius. I want a zone that is an arbitrary shape, so I compose it out of several smaller zones. I want to formally make it a single zone in Home Assistant by grouping them. Currently you can't add zones to groups or create a zone with type: group
or anything like that.

Grouping zones
Is there any way to group zones together? I would like to define zones that are not necessarily circular in shape. I can accomplish what I want by overlapping several of them, but I really want to group them together and treat them as one zone. Is this possible?
I suppose I could probably script up a template trigger...

This is the way. Web client to MPV Shim for local playback.

Removing "Season Unknown" with no episodes
I recently added some files to my Jellyfin instance, and some of them had their metadata scraped incorrectly. This was no big deal, they weren't named very well. These files ended up being displayed in a "Season Unknown" season of the show. So I fixed the names, and the files' metadata was corrected automatically. However, the "Season Unknown" remained, with no media displaying in it. I can't figure out how to get rid of it. Anyone have any ideas?