Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Lxc doesn't use oci images? I always end up using docker in lxc when dockeris the only option (which I have not figured how to makw work on my airgapped side
Ah, you're right. I'll edit my comment.
incus may be an option for you though. It supports both LXC/LXD and OCI (although not nearly as well as Docker/Podman/Kubernetes - I don't think it supports any compose files).
@interdimensionalmeme @wireless_purposely832
I believe Graber did a talk at FOSDEM this year about using OCI images in Incus.
https://github.com/lxc/lxc/commit/0ef43a5c1d635835950335375f0dd71bf1abe384
It does.
Does that mean I could rip the oci image out of a docker and run ir as an lxc?
I much prefer dealing with lxc systems than docker even if dockers are lighterweigth.
I feel more in control with using lxc
If you're using just raw LXC it's easy...
lxc-create <<name>> -t oci -- --url docker://alpine:latestWill spawn an alpine docker container for instance.
If you're using something like proxmox though, it's a little more annoying since there's some work to get proxmox to add it to it's container list.
Great, I'll try with docker-mailserver, which I'm running inside docker inside a debian lxc