mbirth

joined 1 year ago
[–] [email protected] 1 points 8 months ago

Exactly! It didn't work without providing any service item, so I had to specify something.

I use the dynamic configuration to add some static routes to other devices and non-Docker services in my local network.

[–] [email protected] 2 points 8 months ago (2 children)

I think the redirect must go into the dynamic configuration, not the static one. But yes, you can setup a generic redirect. I did it like this:

http:

  routers:

    redirect-https:
      rule: HostRegexp(`{catchall:.*}`) 
      entrypoints: web
      middlewares: redirect-https
      service: dummy

  services:

    dummy:
      loadbalancer:
        servers:
          - url: "about:blank"

This is in a file 010-redirect-https.yml in my Traefik's dynamic configuration directory. And it works for all http URLs.

[–] [email protected] 4 points 8 months ago

Or fork to a different system, e.g. Gogs/Gitea/ForgeJo/GitLab…

[–] [email protected] 3 points 8 months ago

Yep, had ejabberd running on a Pi 3 with all the XEPs supported by Conversations enabled and various transports. 4 or 5 people at times. No problems at all - with chat and memes, that is. Never tried video or voice calls, but I don't think they require much work from the Pi itself.

However, similar to @[email protected], in a bout of simplifying my life I decided to nix the setup as all people involved also had one or more of Threema, Signal or Telegram anyways.

[–] [email protected] 1 points 9 months ago

This is how I cleaned (most) of my old posts: Searched them via Google. As they’re posted under my username I was able to change them into nonsense before deleting then. Even though they never appeared under my profile anymore.

[–] [email protected] 1 points 9 months ago (1 children)

I played the first Zelda for half a year and Ocarina of Time, but also lots of ego shooters like Doom, Doom Eternal, all the classic Dooms, Quake, Duke3D, etc. And Animal Crossing. And racers and space games.

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

Acetone and/or floss (“sawing” through the glue under the battery). That’s how iFixIt instructed to remove a battery from a 2016 MacBook Pro that was also fixated using nasty sticky tape.

[–] [email protected] 4 points 9 months ago (4 children)

I’ve got my Switch since 2018 and am still on my first (Splatoon-edition, bought shortly after the Switch) Joycons. No problems, no drifting. And the OEM Joycons are in a drawer somewhere as backup.

[–] [email protected] 3 points 9 months ago

Not sure how Docker behaves, but in a Stack/Compose file you can define volumes to use a specific driver, such as smb. E.g.:

volumes:
  smb-calibre:
    driver_opts:
      type: "smb3"
      device: "//mynas/ebooks/CalibreDB"
      o: "ro,vers=3.1.1,addr=192.168.1.1,username=mbirth,password=secret,cache=loose,iocharset=utf8,noperm,hard"

So Docker will take care of mounting. Paired with restart: unless-stopped, all my Containers come back online just fine after an outage.

[–] [email protected] 3 points 9 months ago

I've setup Dovecot and Solr in Docker containers for the IMAP end. Solr provides a fulltext search for Dovecot. I've also configured a virtual "All Mail" folder that shows all the messages on the server - to help with clients that don't support search in all folders.

As webmail client, I'm using SnappyMail and let it search the "All Mail" folder.

See also: https://blog.cloudron.io/email-search-in-mail-clients/

[–] [email protected] 3 points 9 months ago

Of course. The original OS, Terramaster OS (TOS), is Linux based and you can replace it with other plain Linux versions or a NAS-specific distro such as OMV or UnRAID.

Since this is basically an Intel NUC, even Windows might run on the thing.

view more: ‹ prev next ›