Admin: lemux

Issues and Updates: !server_news

Find me:

mastodon: @minnix@upallnight.minnix.dev

matrix: @minnix:minnix.dev

peertube: @minnix@nightshift.minnix.dev

funkwhale: @minnix@allnightlong.minnix.dev

writefreely: @minnix@tech.minnix.dev

  • 40 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
rss

























  • Nothing wrong with the matrix spec. I’ve ran a matrix homeserver for several years now and have never had issues with illegal material. It’s free, open source, and self-hostable. If you have an issue with matrix.org that’s a different issue. Don’t use matrix.org servers. In fact, they have made it a point in their literature that they want you to use your own servers, they preach against centralization, and point out that matrix.org is an entryway to get you started, not an endpoint.















  • minnixtoPrivacy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    21 year ago

    No problem. I will say one thing for future reference regarding Docker though, if you want to have persistent data or move data or keep data around so that it can be mounted to another container, volumes are what accomplishes this. If using a docker command for starting a container, make sure you either create a volume first or the command includes the option to create a volume and mount it. If using compose, you want a volume block within the compose file to store your persistent data. This will make your life much easier.