this post was submitted on 01 Mar 2025
11 points (78.9% liked)

Selfhosted

43087 readers
774 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/26615546

The official docker image is still at v0.11 and was last updated in 2016. It looks like maybe trunk is at 0.12, but, as far as I can tell, that a rolling release. My prosody install is too important to go with a rolling release.

Both the alternatives that they point to are similarly old;

  • v0.11.13

https://github.com/OpusVL/prosody-docker/

  • v0.11.x (?)

https://github.com/unclev/prosody-docker-extended

My server is langishing on the unclev image. I'd like to migrate to something with 0.12 and have a bit more confidence in its resiliance.

top 5 comments
sorted by: hot top controversial new old
[–] Yaky@slrpnk.net 1 points 13 hours ago

When I ran prosody a few years ago, I did so without docker.

I did try snikket in docker though, and it looks like it is still actively maintained.

[–] vk6flab@lemmy.radio 4 points 1 day ago* (last edited 1 day ago) (2 children)

I rarely use a docker container in production that I didn't write the Dockerfile for. Once you understand how it works, you can write your own and install exactly what you want in the way you want it.

[–] qwexfle@lemmy.ml 1 points 12 hours ago

That would probably the best practice. But as another post said, I don't trust myself (and I lack the skills, although that's pretty lame excuse).

[–] truthfultemporarily@feddit.org 8 points 1 day ago (1 children)

Exactly the opposite for me, using official container images is a major time save.

Yeah, they're much better at updating them than I am.