SteveDinn

joined 3 years ago
[–] SteveDinn@lemmy.ca 1 points 7 months ago

I do like a fancier coffee from time to time.

[–] SteveDinn@lemmy.ca 9 points 7 months ago* (last edited 7 months ago) (2 children)

One cup at a time usually doesn't do it for me. I will typically make a 1.5L French press in the morning (for about 3 mugs worth). One gets drunk immediately and the other two go in a vacuum flask for later in the day.

[–] SteveDinn@lemmy.ca 10 points 10 months ago

Less accountability sure seems like it'll prevent scandals. Because there will be no way to find out that someone in government dropped $5K on hookers and blow...assuming that hookers and drug dealers provide receipts.

[–] SteveDinn@lemmy.ca 6 points 1 year ago

Points for imagination! That's somebody's next album cover.

 

I've seen most of the bands I care to see, but I would love to have seen Bad Religion in their prime in the early 90s.

 

This cover is a banger.

[–] SteveDinn@lemmy.ca 14 points 1 year ago* (last edited 1 year ago) (1 children)

https://www.cbc.ca/news/canada/british-columbia/nanaimo-infusion-tod-maffin-1.7519638

What this article didn't say was that Tod Maffin (the organizer) used to work for the CBC (where the article was written). He was a technology columnist for CBC radio. I actually met him a couple of times when he was on my side of the country (Nova Scotia).

[–] SteveDinn@lemmy.ca 13 points 1 year ago (3 children)

I don't think this is true because Im not sure Section 31 even counts as Star Trek

[–] SteveDinn@lemmy.ca 6 points 1 year ago* (last edited 1 year ago)

" 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.

[–] SteveDinn@lemmy.ca 3 points 1 year ago (1 children)

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?

[–] SteveDinn@lemmy.ca 1 points 1 year ago

The docker config is nothing special:

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:

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.

[–] SteveDinn@lemmy.ca 1 points 1 year ago (2 children)

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

[–] SteveDinn@lemmy.ca 11 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] SteveDinn@lemmy.ca 2 points 1 year ago

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.

 

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.

 

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...

 

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?

view more: next ›